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(+) -- Jeff Layton