* [GIT PULL] file locking updates for v6.6
@ 2023-08-24 16:19 Jeff Layton
2023-08-28 20:15 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2023-08-24 16:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-fsdevel, Will Shiu, jwilk, Stas Sergeev, Chuck Lever
[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@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] file locking updates for v6.6
2023-08-24 16:19 [GIT PULL] file locking updates for v6.6 Jeff Layton
@ 2023-08-28 20:15 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-28 20:15 UTC (permalink / raw)
To: Jeff Layton
Cc: Linus Torvalds, linux-fsdevel, Will Shiu, jwilk, Stas Sergeev,
Chuck Lever
The pull request you sent on Thu, 24 Aug 2023 12:19:00 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v6.6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f20ae9cf5b0743e70ed460ae52f976a8488a8c79
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-28 20:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 16:19 [GIT PULL] file locking updates for v6.6 Jeff Layton
2023-08-28 20:15 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).