On Thu, May 16, 2019 at 9:01 AM Ingo Molnar mingo@kernel.org wrote:
A single rwsem fix.
Side note, this one isn't marked for stable, but I'm hoping stable picks it up just from the "Fixes" tag.
Stable people, we're talking about
a9e9bcb45b15 ("locking/rwsem: Prevent decrement of reader count before increment")
that I just pulled into my tree, and needs to go in 4.9 and later.
Linus
On Thu, May 16, 2019 at 10:57:53AM -0700, Linus Torvalds wrote:
On Thu, May 16, 2019 at 9:01 AM Ingo Molnar mingo@kernel.org wrote:
A single rwsem fix.
Side note, this one isn't marked for stable, but I'm hoping stable picks it up just from the "Fixes" tag.
Stable people, we're talking about
a9e9bcb45b15 ("locking/rwsem: Prevent decrement of reader count
before increment")
that I just pulled into my tree, and needs to go in 4.9 and later.
Thanks, I'll work on that later tonight...
greg k-h
On Thu, May 16, 2019 at 11:39 AM Greg KH greg@kroah.com wrote:
Thanks, I'll work on that later tonight...
Note that it probably is almost entirely impossible to trigger the problem in practice, so it's not like this is a particularly important stable back-port.
I just happened to look at it and go "hmm, it's not _marked_ for stable".
Linus
On Thu, May 16, 2019 at 11:42:58AM -0700, Linus Torvalds wrote:
On Thu, May 16, 2019 at 11:39 AM Greg KH greg@kroah.com wrote:
Thanks, I'll work on that later tonight...
Note that it probably is almost entirely impossible to trigger the problem in practice, so it's not like this is a particularly important stable back-port.
I just happened to look at it and go "hmm, it's not _marked_ for stable".
I've addressed a missing a8654596f03 ("locking/rwsem: Enable lock event counting") and queued up a backport for 5.1-4.9.
-- Thanks, Sasha
On Thu, May 16, 2019 at 07:55:53PM -0400, Sasha Levin wrote:
On Thu, May 16, 2019 at 11:42:58AM -0700, Linus Torvalds wrote:
On Thu, May 16, 2019 at 11:39 AM Greg KH greg@kroah.com wrote:
Thanks, I'll work on that later tonight...
Note that it probably is almost entirely impossible to trigger the problem in practice, so it's not like this is a particularly important stable back-port.
I just happened to look at it and go "hmm, it's not _marked_ for stable".
I've addressed a missing a8654596f03 ("locking/rwsem: Enable lock event counting") and queued up a backport for 5.1-4.9.
Thanks for doing this.
greg k-h
linux-stable-mirror@lists.linaro.org