mbox series

[GIT,PULL] file locking changes for v5.6

Message ID a14229cc7aabebfdffd405018d939d7a0ae1f1cd.camel@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] file locking changes for v5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v5.6-1

Message

Jeff Layton March 6, 2020, 5:18 p.m. UTC
The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v5.6-1

for you to fetch changes up to 6d390e4b5d48ec03bb87e63cf0a2bff5f4e116da:

  locks: fix a potential use-after-free problem when wakeup a waiter (2020-03-06 11:54:13 -0500)

----------------------------------------------------------------
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.

Thanks,
Jeff
----------------------------------------------------------------
Kees Cook (1):
      fcntl: Distribute switch variables for initialization

yangerkun (1):
      locks: fix a potential use-after-free problem when wakeup a waiter

 fs/fcntl.c |  6 ++++--
 fs/locks.c | 14 --------------
 2 files changed, 4 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org March 6, 2020, 9 p.m. UTC | #1
The pull request you sent on Fri, 06 Mar 2020 12:18:15 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v5.6-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0b25d458035d0ca6502e678874e2ccb2fa2ddc23

Thank you!