mbox series

[GIT,PULL] file locking bugfix for v5.1

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

Pull-request

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

Message

Jeff Layton March 26, 2019, 10:56 a.m. UTC
The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 945ab8f6de94430c23a82f3cf2e3f6d6f2945ff7:

  locks: wake any locks blocked on request before deadlock check (2019-03-25 08:36:24 -0400)

----------------------------------------------------------------
Hi Linus,

Just a single fix for a bug that crept into POSIX lock deadlock
detection in v5.0.
----------------------------------------------------------------
Jeff Layton (1):
      locks: wake any locks blocked on request before deadlock check

 fs/locks.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

pr-tracker-bot@kernel.org March 26, 2019, 5:45 p.m. UTC | #1
The pull request you sent on Tue, 26 Mar 2019 06:56:55 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9798a22df3a8a976932838b6375c064fc9e623e1

Thank you!