mbox series

[GIT,PULL] file locking updates for 4.19

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

Pull-request

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

Message

Jeff Layton Aug. 13, 2018, 11 a.m. UTC
The following changes since commit 2837461dbe6f4a9acc0d86f88825888109211c99:

  Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2018-06-14 16:35:32 +0900)

are available in the Git repository at:

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

for you to fetch changes up to da33a871ba178dbe81da7d755818d3c2088cae32:

  locks: remove misleading obsolete comment (2018-08-08 12:59:06 -0400)

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

Just a couple of patches from Konstantin to fix /proc/locks when the
process that set the lock has exited, and a new tracepoint for the
flock() codepath. Also threw in mailmap entries for my addresses and a
comment cleanup.

----------------------------------------------------------------
Jeff Layton (3):
      locks: add tracepoint in flock codepath
      mailmap: remap some of my email addresses to kernel.org address
      locks: remove misleading obsolete comment

Konstantin Khorenko (2):
      fs/lock: skip lock owner pid translation in case we are in init_pid_ns
      fs/lock: show locks taken by processes from another pidns

 .mailmap                        |  3 +++
 fs/locks.c                      | 20 +++++++++++---------
 include/trace/events/filelock.h |  5 ++++-
 3 files changed, 18 insertions(+), 10 deletions(-)