mbox series

[GIT,PULL] fcntl fix

Message ID b811d76937408f4fded7314da18f770b88c83fe2.camel@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] fcntl fix | expand

Pull-request

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

Message

Jeffrey Layton Feb. 15, 2021, 11:50 a.m. UTC
The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:

  Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cc4a3f885e8f2bc3c86a265972e94fef32d68f67:

  fcntl: make F_GETOWN(EX) return 0 on dead owner task (2021-02-08 07:36:13 -0500)

----------------------------------------------------------------

Just a single fix from Pavel for fcntl(F_GETOWN(_EX), ...), needed for
proper functioning of CRIU.

Thanks,
Jeff

----------------------------------------------------------------
Pavel Tikhomirov (1):
      fcntl: make F_GETOWN(EX) return 0 on dead owner task

 fs/fcntl.c | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 21, 2021, 6:39 p.m. UTC | #1
The pull request you sent on Mon, 15 Feb 2021 06:50:24 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/961a9b512d314d133d5158d3a1d11e5cc49ab1a6

Thank you!