[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YpwFEwDJXAvbGuyn@zeniv-ca.linux.org.uk>
Date: Sun, 5 Jun 2022 01:21:23 +0000
From: Al Viro <viro@...iv.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] descriptor handling stuff
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-18-rc1-work.fd
for you to fetch changes up to 6319194ec57b0452dcda4589d24c4e7db299c5bf:
Unify the primitives for file descriptor closing (2022-05-14 18:49:01 -0400)
----------------------------------------------------------------
Descriptor handling cleanups
----------------------------------------------------------------
trivial conflict in fs/io_uring.c (this branch makes fdput() unconditional in there,
mainline modifies return statement immediately after that; changes are independent).
Al Viro (2):
io_uring_enter(): don't leave f.flags uninitialized
Unify the primitives for file descriptor closing
Gou Hao (1):
fs: remove fget_many and fput_many interface
drivers/android/binder.c | 2 +-
fs/file.c | 110 ++++++++++++++++++-----------------------------
fs/file_table.c | 9 +---
fs/internal.h | 2 +-
fs/io_uring.c | 18 +++-----
include/linux/fdtable.h | 2 +-
include/linux/file.h | 2 -
include/linux/fs.h | 4 +-
8 files changed, 55 insertions(+), 94 deletions(-)
Powered by blists - more mailing lists