]> 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)
commite39c9286833ae0cd06cde37c757df24a1af354ae
treebe031839fcdb58b4c9388864804635d23b8d2a4d
parent35437daf21a7eed97dce4a3ec76c989849475703
parentc88631651d1bb763ef2515dd236adc9203dbc325
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