All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <Alexander.Levin@microsoft.com>
To: "Theodore Y. Ts'o" <tytso@mit.edu>,
	Tony Lindgren <tony@atomide.com>,
	Greg KH <gregkh@linuxfoundation.org>, "w@1wt.eu" <w@1wt.eu>,
	"ksummit-discuss@lists.linuxfoundation.org"
	<ksummit-discuss@lists.linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [Ksummit-discuss] bug-introducing patches
Date: Tue, 8 May 2018 20:29:14 +0000	[thread overview]
Message-ID: <20180508202912.GC8514@sasha-vm> (raw)
In-Reply-To: <20180508034820.GE999@thunk.org>

On Mon, May 07, 2018 at 11:48:20PM -0400, Theodore Y. Ts'o wrote:
>On Tue, May 08, 2018 at 02:34:41AM +0000, Sasha Levin via Ksummit-discuss wrote:
>>
>> Tony, I'm curious, how many users are you aware of who actually run
>> Linus's tree? All the users I've encountered so far on Azure seem to be
>> running something based on -stable.
>
>The people who run Linus's tree and test -rc kernels tend to be kernel
>developers and individual users who want to run bleeding edge kernels
>and who generally are technically clueful.  If you were talking about
>SLR cameras, you'd call them the "prosumers" segment of the market.
>
>It tends to be more on desktops and laptops, so it doesn't surprise me
>that you don't often see them in a hosting environment where you have
>to pay $$$.  (And where you do see them in a hosting environment, it's
>probably for things like gce-xfstests.)
>
>> I think that a question we should be asking ourselves is whether we
>> should be basing our decisions here on the assumption that (pretty much)
>> no one runs Linus's tree anymore?
>
>These people *do* exist, because as a maintainer, I get bug reports
>from them.  (And sometimes as a user, I send bug reports when running
>-rc kernels to other maintainers, such as the i915 drivers and the
>Intel Wireless driver folks.)
>
>Such reports are incredibly valuable and precious to me, since it
>allows me to find problems that weren't picked up in my own testing.
>(In the case of Intel Wireless, a while back the IWL team didn't have
>Aruba Enterprise Access Points in their test hardware library, so I
>found a regression after the merge window because I was running -rcX
>on my laptop, and wireless access to googleguest network broke.  If I
>hadn't been running -rcX, they probably wouldn't have discovered this
>problem until after that particular kernel had been released.)
>
>So keeping those users happy is a good thing; since they tend to be
>very technically clueful, they can do bisections for you, and they are
>able to give a detailed and useful bug report.  If they report that a
>regression that was introduced in -rc2 is fixed by a particular patch,
>I want to push it into -rc3 immediately, and not let it stall in
>linux-next.  If the reason why is because you don't trust my patch
>because it "only" got tested by the technically advanced user
>reporting the regression, then don't take patches from -rc3 into your
>stable branch right away!  Let it bake in Linus's tree anfor a week or
>two, instead of demanding that patches stick around in Linux-next
>before flowing into Linus's tree.
>
>Because I will guarantee you this --- there are more real users
>running Linus's tree than linux-next.  This is because Linus's tree
>tends to be far more stable than linux-next, since after -rc2
>linux-next starts getting the first set of experiments for what will
>be going into the next merge window.  So while I am willing to run
>something based on -rc2 or later on my laptop, there is no way in heck
>I would be willing to put linux-next on my laptop.  That's just way
>too exciting for me....
>
>Would I pull down linux-next, and fire up a VM running gce-xfstests?
>Sure.  But that's not a real-life use case; that's just running canned
>test cases.  And more often than not, linux-next will be broken while
>Linus's -rcX tree is just fine; which is why I do most of my ext4
>testing using patches based on top of -rcX, not based on top of
>linux-next.

This is interesting. We have a group of power users who are testing out
-rc releases, who are usually happy to test out a fast moving target and
provide helpful reports back. We also have a group who run a -stable
kernel (-stable build/distro/android/etc) who want to avoid having to
report bugs to us.

What we don't have is a group of people who use Linus's actual releases
(not the -rc stuff, but the actual point releases). Power users will
move on to the next kernel, and -stable folks won't touch that release
until there's a corresponding -stable.

Even rawhide, like Josh mentioned, will just fill back with the merge
window commits after the release of an older kernel.

So the problem I'm seeing is that since a merge window is open only once
every 2-3 months people will sometimes try to push poorly tested code
just to make that merge window. Additionally, as later -rc releases
start showing up people will again merge poorly tested fixes just to
make it in time for that release.

For both cases, people will push poorly tested code in the kernel just
because they want to make it in time for a kernel release that no one
will actually use.

What if, instead, Linus doesn't actually ever release a point release?
We can make the merge window open more often, and since there's no
actual release, people won't rush to push fixes in later -rc cycles.

We take away the incentive to push poorly tested code. Maintainers still
free to commit anything they'd like, but there's no reason to commit
code they're not confident of just to make it to a random release no one
will use.

Merge window will happen more often, so there's no real reason to rush
things in a particular window, and since -stable releases every week
there's no rush to push a fix in since the next release is just a week
away.

WARNING: multiple messages have this Message-ID (diff)
From: Sasha Levin via Ksummit-discuss <ksummit-discuss@lists.linuxfoundation.org>
To: "Theodore Y. Ts'o" <tytso@mit.edu>,
	Tony Lindgren <tony@atomide.com>,
	Greg KH <gregkh@linuxfoundation.org>, "w@1wt.eu" <w@1wt.eu>,
	"ksummit-discuss@lists.linuxfoundation.org"
	<ksummit-discuss@lists.linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [Ksummit-discuss] bug-introducing patches
Date: Tue, 8 May 2018 20:29:14 +0000	[thread overview]
Message-ID: <20180508202912.GC8514@sasha-vm> (raw)
In-Reply-To: <20180508034820.GE999@thunk.org>

On Mon, May 07, 2018 at 11:48:20PM -0400, Theodore Y. Ts'o wrote:
>On Tue, May 08, 2018 at 02:34:41AM +0000, Sasha Levin via Ksummit-discuss wrote:
>>
>> Tony, I'm curious, how many users are you aware of who actually run
>> Linus's tree? All the users I've encountered so far on Azure seem to be
>> running something based on -stable.
>
>The people who run Linus's tree and test -rc kernels tend to be kernel
>developers and individual users who want to run bleeding edge kernels
>and who generally are technically clueful.  If you were talking about
>SLR cameras, you'd call them the "prosumers" segment of the market.
>
>It tends to be more on desktops and laptops, so it doesn't surprise me
>that you don't often see them in a hosting environment where you have
>to pay $$$.  (And where you do see them in a hosting environment, it's
>probably for things like gce-xfstests.)
>
>> I think that a question we should be asking ourselves is whether we
>> should be basing our decisions here on the assumption that (pretty much)
>> no one runs Linus's tree anymore?
>
>These people *do* exist, because as a maintainer, I get bug reports
>from them.  (And sometimes as a user, I send bug reports when running
>-rc kernels to other maintainers, such as the i915 drivers and the
>Intel Wireless driver folks.)
>
>Such reports are incredibly valuable and precious to me, since it
>allows me to find problems that weren't picked up in my own testing.
>(In the case of Intel Wireless, a while back the IWL team didn't have
>Aruba Enterprise Access Points in their test hardware library, so I
>found a regression after the merge window because I was running -rcX
>on my laptop, and wireless access to googleguest network broke.  If I
>hadn't been running -rcX, they probably wouldn't have discovered this
>problem until after that particular kernel had been released.)
>
>So keeping those users happy is a good thing; since they tend to be
>very technically clueful, they can do bisections for you, and they are
>able to give a detailed and useful bug report.  If they report that a
>regression that was introduced in -rc2 is fixed by a particular patch,
>I want to push it into -rc3 immediately, and not let it stall in
>linux-next.  If the reason why is because you don't trust my patch
>because it "only" got tested by the technically advanced user
>reporting the regression, then don't take patches from -rc3 into your
>stable branch right away!  Let it bake in Linus's tree anfor a week or
>two, instead of demanding that patches stick around in Linux-next
>before flowing into Linus's tree.
>
>Because I will guarantee you this --- there are more real users
>running Linus's tree than linux-next.  This is because Linus's tree
>tends to be far more stable than linux-next, since after -rc2
>linux-next starts getting the first set of experiments for what will
>be going into the next merge window.  So while I am willing to run
>something based on -rc2 or later on my laptop, there is no way in heck
>I would be willing to put linux-next on my laptop.  That's just way
>too exciting for me....
>
>Would I pull down linux-next, and fire up a VM running gce-xfstests?
>Sure.  But that's not a real-life use case; that's just running canned
>test cases.  And more often than not, linux-next will be broken while
>Linus's -rcX tree is just fine; which is why I do most of my ext4
>testing using patches based on top of -rcX, not based on top of
>linux-next.

This is interesting. We have a group of power users who are testing out
-rc releases, who are usually happy to test out a fast moving target and
provide helpful reports back. We also have a group who run a -stable
kernel (-stable build/distro/android/etc) who want to avoid having to
report bugs to us.

What we don't have is a group of people who use Linus's actual releases
(not the -rc stuff, but the actual point releases). Power users will
move on to the next kernel, and -stable folks won't touch that release
until there's a corresponding -stable.

Even rawhide, like Josh mentioned, will just fill back with the merge
window commits after the release of an older kernel.

So the problem I'm seeing is that since a merge window is open only once
every 2-3 months people will sometimes try to push poorly tested code
just to make that merge window. Additionally, as later -rc releases
start showing up people will again merge poorly tested fixes just to
make it in time for that release.

For both cases, people will push poorly tested code in the kernel just
because they want to make it in time for a kernel release that no one
will actually use.

What if, instead, Linus doesn't actually ever release a point release?
We can make the merge window open more often, and since there's no
actual release, people won't rush to push fixes in later -rc cycles.

We take away the incentive to push poorly tested code. Maintainers still
free to commit anything they'd like, but there's no reason to commit
code they're not confident of just to make it to a random release no one
will use.

Merge window will happen more often, so there's no real reason to rush
things in a particular window, and since -stable releases every week
there's no rush to push a fix in since the next release is just a week
away.
_______________________________________________
Ksummit-discuss mailing list
Ksummit-discuss@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/ksummit-discuss

  parent reply	other threads:[~2018-05-08 20:29 UTC|newest]

Thread overview: 289+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-01 16:38 bug-introducing patches Sasha Levin
2018-05-01 16:38 ` [Ksummit-discuss] " Sasha Levin
2018-05-01 19:44 ` Theodore Y. Ts'o
2018-05-01 19:44   ` Theodore Y. Ts'o
2018-05-01 20:00   ` Sasha Levin
2018-05-01 20:00     ` [Ksummit-discuss] " Sasha Levin
2018-05-01 20:33     ` Willy Tarreau
2018-05-01 20:48       ` [Ksummit-discuss] " Willy Tarreau
2018-05-01 20:42       ` Sasha Levin
2018-05-01 20:42         ` [Ksummit-discuss] " Sasha Levin
2018-05-01 20:54     ` Theodore Y. Ts'o
2018-05-01 20:54       ` Theodore Y. Ts'o
2018-05-01 21:15       ` Mark Brown
2018-05-01 21:15         ` Mark Brown
2018-05-02  8:11         ` Daniel Vetter
2018-05-02  8:11           ` Daniel Vetter
2018-05-02 19:46           ` Sasha Levin
2018-05-02 19:46             ` Sasha Levin via Ksummit-discuss
2018-05-03  2:05             ` Mark Brown
2018-05-03  2:05               ` Mark Brown via Ksummit-discuss
2018-05-03  3:10               ` Theodore Y. Ts'o
2018-05-03  3:10                 ` Theodore Y. Ts'o
2018-05-03  3:52                 ` Guenter Roeck
2018-05-03  3:52                   ` Guenter Roeck
2018-05-03 12:03                   ` Greg KH
2018-05-03 12:03                     ` Greg KH
2018-05-03 22:42                   ` Mark Brown
2018-05-03 22:42                     ` Mark Brown
2018-05-03 23:09                     ` Tony Lindgren
2018-05-03 23:09                       ` Tony Lindgren
2018-05-04 14:21                       ` Ulf Hansson
2018-05-04 14:21                         ` Ulf Hansson
2018-05-09  8:44                         ` Mark Brown
2018-05-09  8:44                           ` Mark Brown
2018-05-09  8:47                           ` Daniel Vetter
2018-05-09  8:47                             ` Daniel Vetter
2018-05-09  8:51                             ` Geert Uytterhoeven
2018-05-09  8:51                               ` Geert Uytterhoeven
2018-05-09  9:03                             ` Mark Brown
2018-05-09  9:03                               ` Mark Brown
2018-05-09 10:47                               ` Stephen Rothwell
2018-05-09 10:47                                 ` Stephen Rothwell
2018-05-09 10:55                                 ` Vinod Koul
2018-05-09 10:55                                   ` Vinod Koul
2018-05-09 12:43                                   ` Stephen Rothwell
2018-05-09 12:43                                     ` Stephen Rothwell
2018-05-09 12:47                                     ` Vinod Koul
2018-05-09 12:47                                       ` Vinod Koul
2018-05-15 10:42                                     ` Krzysztof Kozlowski
2018-05-15 10:42                                       ` Krzysztof Kozlowski
2018-05-15 11:54                                       ` Stephen Rothwell
2018-05-15 11:54                                         ` Stephen Rothwell
2018-05-09 14:05                                 ` Mark Brown
2018-05-09 14:05                                   ` Mark Brown
2018-05-09 22:09                                   ` Stephen Rothwell
2018-05-09 22:09                                     ` Stephen Rothwell
2018-05-10 13:36                                     ` Mark Brown
2018-05-10 13:36                                       ` Mark Brown
2018-05-10 22:01                                       ` Stephen Rothwell
2018-05-10 22:01                                         ` Stephen Rothwell
2018-05-09 15:57                                 ` Guenter Roeck
2018-05-09 15:57                                   ` Guenter Roeck
2018-05-09 21:45                                   ` Stephen Rothwell
2018-05-09 21:45                                     ` Stephen Rothwell
2018-05-09 16:04                                 ` Dan Williams
2018-05-09 16:04                                   ` Dan Williams
2018-05-09 16:04                                   ` Dan Williams
2018-05-09 21:51                                   ` Stephen Rothwell
2018-05-09 21:51                                     ` Stephen Rothwell
2018-05-09 21:51                                     ` Stephen Rothwell
2018-05-09 19:35                                 ` Boris Brezillon
2018-05-09 19:35                                   ` Boris Brezillon
2018-05-09 21:58                                   ` Stephen Rothwell
2018-05-09 21:58                                     ` Stephen Rothwell
2018-05-10  3:15                                 ` Sasha Levin
2018-05-10  3:15                                   ` Sasha Levin via Ksummit-discuss
2018-05-10 15:57                                 ` Tony Lindgren
2018-05-10 15:57                                   ` Tony Lindgren
2018-05-10 22:05                                   ` Stephen Rothwell
2018-05-10 22:05                                     ` Stephen Rothwell
2018-05-11  8:47                                 ` David Sterba
2018-05-11  8:49                                   ` David Sterba
2018-05-12  4:03                                   ` Stephen Rothwell
2018-05-12  4:03                                     ` Stephen Rothwell
2018-05-12  4:38                                 ` Stephen Rothwell
2018-05-12  4:38                                   ` Stephen Rothwell
2018-05-12 18:34                                   ` Guenter Roeck
2018-05-13 13:53                                   ` Andy Shevchenko
2018-05-13 13:53                                     ` Andy Shevchenko
2018-05-14  8:36                                 ` Ulf Hansson
2018-05-14  8:36                                   ` Ulf Hansson
2018-05-14 21:45                                   ` Stephen Rothwell
2018-05-14 21:45                                     ` Stephen Rothwell
2018-05-17  5:10                                   ` Mark Brown
2018-05-17  5:10                                     ` Mark Brown
2018-05-10 16:03                             ` Jiri Kosina
2018-05-10 16:03                               ` Jiri Kosina
2018-05-10 16:47                               ` Sasha Levin
2018-05-10 16:47                                 ` Sasha Levin via Ksummit-discuss
2018-05-14  7:53                                 ` Geert Uytterhoeven
2018-05-14  7:53                                   ` Geert Uytterhoeven
2018-05-14  8:00                                   ` Geert Uytterhoeven
2018-05-14  8:00                                     ` Geert Uytterhoeven
2018-05-14  8:12                                     ` Boris Brezillon
2018-05-14  8:12                                       ` Boris Brezillon
2018-05-14  8:29                                       ` Geert Uytterhoeven
2018-05-14  8:29                                         ` Geert Uytterhoeven
2018-05-14  8:34                                         ` Boris Brezillon
2018-05-14  8:34                                           ` Boris Brezillon
2018-05-14  8:40                                           ` Geert Uytterhoeven
2018-05-14  8:40                                             ` Geert Uytterhoeven
2018-05-14  8:48                                             ` Boris Brezillon
2018-05-14  8:48                                               ` Boris Brezillon
2018-05-14  9:25                                               ` Fengguang Wu
2018-05-14  9:25                                                 ` Fengguang Wu
2018-05-11  2:10                               ` Mark Brown
2018-05-11  2:10                                 ` Mark Brown
2018-05-08  2:34                       ` Sasha Levin
2018-05-08  2:34                         ` Sasha Levin
2018-05-08  3:48                         ` Theodore Y. Ts'o
2018-05-08  3:48                           ` Theodore Y. Ts'o
2018-05-08 14:49                           ` Tony Lindgren
2018-05-09  8:13                             ` Mark Brown
2018-05-09  8:13                               ` Mark Brown
2018-05-10 15:36                             ` Tony Lindgren
2018-05-10 15:36                               ` Tony Lindgren
2018-05-08 20:29                           ` Sasha Levin [this message]
2018-05-08 20:29                             ` Sasha Levin via Ksummit-discuss
2018-05-08 20:40                             ` Matthew Wilcox
2018-05-08 20:40                               ` Matthew Wilcox
2018-05-08 20:55                               ` Sasha Levin
2018-05-08 20:55                                 ` Sasha Levin
2018-05-08 20:59                                 ` David Lang
2018-05-08 21:06                                   ` David Lang
2018-05-08 21:43                                   ` Sasha Levin
2018-05-08 21:43                                     ` Sasha Levin via Ksummit-discuss
2018-05-08 21:51                                     ` Dan Williams
2018-05-08 21:51                                       ` Dan Williams
2018-05-08 22:41                                     ` James Bottomley
2018-05-08 22:41                                       ` James Bottomley
2018-05-08 21:26                                 ` Justin Forbes
2018-05-08 21:26                                   ` Justin Forbes
2018-05-08 21:00                             ` Ken Moffat
2018-05-08 21:08                               ` Ken Moffat
2018-05-08 22:15                             ` Theodore Y. Ts'o
2018-05-10 16:39                               ` Sasha Levin
2018-05-09  4:47                             ` Willy Tarreau
2018-05-09  4:47                               ` Willy Tarreau
2018-05-08 13:58                         ` Justin Forbes
2018-05-08 13:58                           ` Justin Forbes
2018-05-08  2:39                     ` Sasha Levin
2018-05-08  2:39                       ` Sasha Levin via Ksummit-discuss
2018-05-01 22:02       ` Sasha Levin
2018-05-01 22:02         ` [Ksummit-discuss] " Sasha Levin
2018-05-02  4:30         ` Willy Tarreau
2018-05-02  4:30           ` [Ksummit-discuss] " Willy Tarreau
2018-05-02 19:42           ` Sasha Levin
2018-05-02 19:42             ` Sasha Levin
2018-05-02 20:02             ` Willy Tarreau
2018-05-02 20:02               ` [Ksummit-discuss] " Willy Tarreau
2018-07-14 17:38               ` Pavel Machek
2018-07-14 17:38                 ` Pavel Machek
2018-07-14 18:37                 ` [Ksummit-discuss] " Guenter Roeck
2018-07-14 18:37                   ` Guenter Roeck
2018-07-14 19:47                   ` Pavel Machek
2018-07-14 19:47                     ` Pavel Machek
2018-07-14 20:40                     ` Guenter Roeck
2018-07-14 20:40                       ` Guenter Roeck
2018-07-14 21:09                       ` Pavel Machek
2018-07-14 21:09                         ` Pavel Machek
2018-07-15  5:57                         ` Willy Tarreau
2018-07-15  5:57                           ` Willy Tarreau
2018-07-15  8:54                 ` Greg KH
2018-07-15  8:54                   ` Greg KH
2018-07-15 14:50                   ` [Ksummit-discuss] " Theodore Y. Ts'o
2018-07-15 14:50                     ` Theodore Y. Ts'o
2018-07-15 20:15                   ` [Ksummit-discuss] " Pavel Machek
2018-07-15 20:15                     ` Pavel Machek
2018-05-03 11:08       ` [Ksummit-discuss] " Jani Nikula
2018-05-03 11:08         ` Jani Nikula
2018-05-03 14:33         ` James Bottomley
2018-05-03 14:33           ` James Bottomley
2018-05-03 14:48           ` Willy Tarreau
2018-05-03 14:49             ` Willy Tarreau
2018-05-03 15:06             ` Sasha Levin
2018-05-03 15:06               ` Sasha Levin via Ksummit-discuss
2018-05-03 15:27               ` James Bottomley
2018-05-03 15:27                 ` James Bottomley
2018-05-03 15:43                 ` Sasha Levin
2018-05-03 15:43                   ` Sasha Levin via Ksummit-discuss
2018-05-03 17:17                   ` Randy Dunlap
2018-05-03 17:17                     ` Randy Dunlap
2018-05-03 17:39                     ` Sasha Levin
2018-05-03 17:39                       ` Sasha Levin via Ksummit-discuss
2018-05-03 18:10                   ` James Bottomley
2018-05-03 18:10                     ` James Bottomley
2018-05-03 15:56                 ` Willy Tarreau
2018-05-03 15:57                   ` Willy Tarreau
2018-05-03 18:58         ` Theodore Y. Ts'o
2018-05-03 18:58           ` Theodore Y. Ts'o
2018-05-01 23:28     ` Stephen Rothwell
2018-05-01 23:10 ` Stephen Rothwell
2018-05-02 15:32 ` Geert Uytterhoeven
2018-05-02 15:32   ` Geert Uytterhoeven
2018-05-02 19:51   ` Sasha Levin
2018-05-02 19:51     ` Sasha Levin via Ksummit-discuss
2018-05-02 20:41     ` Geert Uytterhoeven
2018-05-02 20:41       ` Geert Uytterhoeven
2018-05-03  0:06       ` [Ksummit-discuss] " Theodore Y. Ts'o
2018-05-03  0:06         ` Theodore Y. Ts'o
2018-05-03  0:38         ` Guenter Roeck
2018-05-03  0:38           ` Guenter Roeck
2018-05-03  2:30           ` Willy Tarreau
2018-05-03  2:30             ` Willy Tarreau
2018-05-03 14:55           ` Sasha Levin
2018-05-03 14:55             ` Sasha Levin
2018-05-03 15:49             ` Guenter Roeck
2018-05-03 15:49               ` Guenter Roeck
2018-05-03 16:02               ` Sasha Levin
2018-05-03 16:02                 ` Sasha Levin via Ksummit-discuss
2018-05-03 16:50                 ` Justin Forbes
2018-05-03 16:50                   ` Justin Forbes
2018-05-03 17:09                 ` Guenter Roeck
2018-05-03 17:09                   ` Guenter Roeck
2018-05-03 11:48         ` Al Viro
2018-05-03 14:46         ` Sasha Levin
2018-05-03 14:46           ` Sasha Levin via Ksummit-discuss
2018-05-03 14:52           ` Willy Tarreau
2018-05-03 14:52             ` Willy Tarreau
2018-05-03 15:01             ` Sasha Levin
2018-05-03 15:01               ` Sasha Levin via Ksummit-discuss
2018-05-03 16:00               ` Willy Tarreau
2018-05-03 16:01                 ` Willy Tarreau
2018-05-03 16:14                 ` Sasha Levin
2018-05-03 16:15                   ` Sasha Levin
2018-05-03 16:35                   ` Willy Tarreau
2018-05-03 16:35                     ` Willy Tarreau
2018-05-03 17:29                     ` Sasha Levin
2018-05-03 17:29                       ` Sasha Levin via Ksummit-discuss
2018-05-03 17:57                       ` Willy Tarreau
2018-05-03 17:57                         ` Willy Tarreau
2018-05-03 18:12                         ` Sasha Levin
2018-05-03 18:12                           ` Sasha Levin
2018-05-03 18:46                           ` Guenter Roeck
2018-05-03 18:46                             ` Guenter Roeck
2018-05-03 19:03                           ` Willy Tarreau
2018-05-03 19:03                             ` Willy Tarreau
2018-05-03 16:54           ` Al Viro
2018-05-03 16:54             ` Al Viro
2018-05-03 17:34             ` Sasha Levin
2018-05-03 17:34               ` Sasha Levin via Ksummit-discuss
2018-05-03 18:20               ` Al Viro
2018-05-03 18:20                 ` Al Viro
2018-05-03 18:55                 ` Greg KH
2018-05-03 18:55                   ` Greg KH
2018-05-03 19:14                   ` Willy Tarreau
2018-05-03 19:14                     ` Willy Tarreau
2018-05-03 19:17                     ` Sasha Levin
2018-05-03 19:17                       ` Sasha Levin via Ksummit-discuss
2018-05-03 19:04                 ` Sasha Levin
2018-05-03 19:04                   ` Sasha Levin
2018-05-04  9:57                 ` David Howells
2018-05-04  9:57                   ` David Howells
2018-05-04 12:31                   ` Jani Nikula
2018-05-04 12:31                     ` Jani Nikula
2018-05-04 13:09                     ` Theodore Y. Ts'o
2018-05-04 13:09                       ` Theodore Y. Ts'o
2018-05-04 17:40                       ` Greg KH
2018-05-04 17:40                         ` Greg KH
2018-05-04 21:13                         ` Theodore Y. Ts'o
2018-05-04 21:13                           ` Theodore Y. Ts'o
2018-05-04 21:38                           ` James Bottomley
2018-05-04 21:38                             ` James Bottomley
2018-05-04 21:51                             ` Sasha Levin
2018-05-04 21:51                               ` Sasha Levin
2018-05-04 23:35                               ` Theodore Y. Ts'o
2018-05-04 23:35                                 ` Theodore Y. Ts'o
2018-05-05  4:23                                 ` Willy Tarreau
2018-05-05  4:24                                   ` Willy Tarreau
2018-05-05  5:02                                   ` Eric W. Biederman
2018-05-05  5:02                                     ` Eric W. Biederman
2018-05-05 16:37                                     ` Greg KH
2018-05-05 16:37                                       ` Greg KH
2018-05-05  5:27                                 ` Sasha Levin
2018-05-05  5:27                                   ` Sasha Levin via Ksummit-discuss
2018-05-03 11:43       ` Al Viro
2018-05-03 11:43         ` Al Viro
2018-05-02 15:32 ` Geert Uytterhoeven
2018-05-02 15:32   ` Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180508202912.GC8514@sasha-vm \
    --to=alexander.levin@microsoft.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=ksummit-discuss@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony@atomide.com \
    --cc=tytso@mit.edu \
    --cc=w@1wt.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.