[jlayton@tleilax linux]$ git request-pull 1ef6663a587b git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git filelock-v6.6 The following changes since commit 1ef6663a587ba3e57dc5065a477db1c64481eedd: Merge tag 'tag-chrome-platform-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux (2023-06-26 20:12:07 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v6.6 for you to fetch changes up to 74f6f5912693ce454384eaeec48705646a21c74f: locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (2023-08-24 10:42:19 -0400) ---------------------------------------------------------------- Just a few patches in this cycle: - new functionality for F_OFD_GETLK: requesting a type of F_UNLCK will find info about whatever lock happens to be first in the given range, regardless of type. - an OFD lock selftest - bugfix involving a UAF in a tracepoint - comment typo fix ---------------------------------------------------------------- Jakub Wilk (1): fs/locks: Fix typo Stas Sergeev (2): fs/locks: F_UNLCK extension for F_OFD_GETLK selftests: add OFD lock tests Will Shiu (1): locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock fs/locks.c | 27 ++++++++-- tools/testing/selftests/filelock/Makefile | 5 ++ tools/testing/selftests/filelock/ofdlocks.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 159 insertions(+), 5 deletions(-) create mode 100644 tools/testing/selftests/filelock/Makefile create mode 100644 tools/testing/selftests/filelock/ofdlocks.c -- Jeff Layton <jlayton@xxxxxxxxxx>