]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit0b25d458035d0ca6502e678874e2ccb2fa2ddc23
treebe031839fcdb58b4c9388864804635d23b8d2a4d
parentae24a21bbd96a7a4a3e82890285255d7e86540f0
parent6d390e4b5d48ec03bb87e63cf0a2bff5f4e116da
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