Message ID | Y4A79tAvPFcC3Hu7@ZenIV (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [git,pull] (vfs.git) a couple of fixes | expand |
The pull request you sent on Fri, 25 Nov 2022 03:52:22 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b308570957332422032e34b0abb9233790344e2b
Thank you!
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes for you to fetch changes up to 406c706c7b7f1730aa787e914817b8d16b1e99f6: vfs: vfs_tmpfile: ensure O_EXCL flag is enforced (2022-11-19 02:22:11 -0500) ---------------------------------------------------------------- a couple of fixes, one of them for this cycle regression... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---------------------------------------------------------------- Jann Horn (1): fs: use acquire ordering in __fget_light() Peter Griffin (1): vfs: vfs_tmpfile: ensure O_EXCL flag is enforced fs/file.c | 11 ++++++++++- fs/namei.c | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-)