This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 61d325dcbc05 Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/ [...] new 281117ccb2d2 convert setns(2) to fdget()/fdput() new e73d43760ad9 convert sgx_set_attribute() to fdget()/fdput() new d2084fd84569 SVM-SEV: convert the rest of fget() uses to fdget() in there new 38e124086282 kill the last remaining user of proc_ns_fget() new 96e85e95dc22 build_mount_idmapped(): switch to fdget() new 1d0027dc9a3c bpf: switch to fdget_raw() new 2f31fa029d99 cgroup_get_from_fd(): switch to fdget_raw() new 4a892c0fe4bb fuse_dev_ioctl(): switch to fdget() new ef36b9afc2ed Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/ [...] new 9e22031a5a6c ufs: don't flush page immediately for DIRSYNC directories new 8e4bfd136410 ocfs2: don't use write_one_page in ocfs2_duplicate_cluster [...] new 2d6831758271 mm,jfs: move write_one_page/folio_write_one to jfs new 0e497ad52550 Merge tag 'pull-write-one-page' of git://git.kernel.org/pu [...] new 0aaf08de8426 __blockdev_direct_IO(): get rid of submit_io callback new 11b32219cba4 Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/l [...] new 8ad77c576721 fs/sysv: Don't round down address for kunmap_flush_on_unmap() new ede3ef5c1e07 sysv: switch to put_and_unmap_page() new 73bb5a9017b9 fs: Fix description of vfs_tmpfile() new 181b69dd6e61 Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linu [...] new eb2317b13b18 nios2: _TIF_ALLWORK_MASK is unused new 173ea743bf7a Merge tag 'pull-nios2' of git://git.kernel.org/pub/scm/lin [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/nios2/include/asm/thread_info.h | 3 --- arch/x86/kernel/cpu/sgx/main.c | 11 +++++----- arch/x86/kvm/svm/sev.c | 26 ++++++++++++----------- fs/direct-io.c | 9 ++------ fs/fuse/dev.c | 41 ++++++++++++++++++------------------ fs/jfs/jfs_metapage.c | 39 +++++++++++++++++++++++++++++----- fs/namei.c | 4 ++-- fs/namespace.c | 12 +++++------ fs/nsfs.c | 18 ---------------- fs/ocfs2/aops.c | 2 +- fs/ocfs2/refcounttree.c | 9 ++++---- fs/sysv/dir.c | 28 ++++++++++-------------- fs/sysv/namei.c | 8 +++---- fs/sysv/sysv.h | 1 - fs/ufs/dir.c | 29 ++++++++++++++++--------- include/linux/fs.h | 4 ++-- include/linux/pagemap.h | 6 ------ include/linux/proc_ns.h | 1 - kernel/bpf/bpf_inode_storage.c | 38 +++++++++++++-------------------- kernel/cgroup/cgroup.c | 10 ++++----- kernel/nsproxy.c | 17 +++++++-------- mm/page-writeback.c | 40 ----------------------------------- net/core/net_namespace.c | 23 ++++++++++---------- 23 files changed, 164 insertions(+), 215 deletions(-)