]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Mar 2020 20:55:27 +0000 (14:55 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Mar 2020 20:55:27 +0000 (14:55 -0600)
commitd1cd869c4c9dca8e114e99a1292f024c7a753e0c
treebe031839fcdb58b4c9388864804635d23b8d2a4d
parent54c42428e454c8e7b6ae09700bd62a1f63232950
parentff4f38353bbf44b5f52d4233238e4f5cfd4f8167
Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux

Pull file locking fixes from Jeff Layton:
 "Just a couple of late-breaking patches for the file locking code. The
  second patch (from yangerkun) fixes a rather nasty looking potential
  use-after-free that should go to stable.

  The other patch could technically wait for 5.7, but it's fairly
  innocuous so I figured we might as well take it"

* tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux:
  locks: fix a potential use-after-free problem when wakeup a waiter
  fcntl: Distribute switch variables for initialization