This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6b0f8db921ab Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/s [...] new fdad456cbcca bpf: Fix updating attached freplace prog in prog_array map new bed2eb964c70 bpf: Fix a kernel verifier crash in stacksafe() new 662c3e2db00f selftests/bpf: Add a test to verify previous stacksafe() fix new 100bff23818e perf/bpf: Don't call bpf_overflow_handler() for tracing events new 02f8ca3d4905 Merge tag 'bpf-6.11-rc4' of git://git.kernel.org/pub/scm/l [...] new 98055bc35955 netfs: Fault in smaller chunks for non-large folio mappings new 3f65f3c099bc filelock: fix name of file_lease slab cache new f71aa06398aa fs/netfs/fscache_cookie: add missing "n_accesses" check new 42b0f8da3acc nsfs: fix ioctl declaration new 64a7ce76fb90 libfs: fix infinite directory reads for offset dir new 889ced4c9388 netfs: clean up after renaming FSCACHE_DEBUG config new 3b5bbe798b24 pidfd: prevent creation of pidfds for kthreads new 86509e38a80d file: fix typo in take_fd() comment new 8e5ced7804cb netfs, ceph: Revert "netfs: Remove deprecated use of PG_pr [...] new 7b589a9b45ae netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags new 2a0629834cd8 vfs: Don't evict inode under the inode lru traversing context new e3786b29c54c 9p: Fix DIO read through netfs new 810ee43d9cd2 Squashfs: sanity check symbolic link size new 4ac0f08f44b6 Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub [...] new 379d9af3f3da selinux: fix potential counting error in avc_add_xperms_de [...] new 6dd1e4c045af selinux: add the processing of the failure of avc_add_xper [...] new 05a3d6e93072 selinux: revert our use of vma_is_initial_heap() new 9d5906799f7d Merge tag 'selinux-pr-20240814' of git://git.kernel.org/pu [...]
The 23 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: Documentation/filesystems/caching/fscache.rst | 8 +- fs/9p/vfs_addr.c | 3 +- fs/afs/file.c | 3 +- fs/ceph/addr.c | 28 ++++- fs/ceph/inode.c | 2 - fs/inode.c | 39 ++++++- fs/libfs.c | 35 ++++-- fs/locks.c | 2 +- fs/netfs/Kconfig | 2 +- fs/netfs/buffered_read.c | 123 +++++++++++++++++--- fs/netfs/buffered_write.c | 2 +- fs/netfs/fscache_cookie.c | 4 + fs/netfs/io.c | 161 +++++++++++++++++++++++++- fs/netfs/objects.c | 10 -- fs/netfs/write_issue.c | 4 +- fs/nfs/fscache.c | 5 +- fs/nfs/fscache.h | 2 - fs/smb/client/file.c | 3 +- fs/squashfs/inode.c | 7 +- include/linux/bpf_verifier.h | 4 +- include/linux/file.h | 2 +- include/linux/fs.h | 5 + include/linux/netfs.h | 3 - include/trace/events/netfs.h | 2 + include/uapi/linux/nsfs.h | 3 +- kernel/bpf/verifier.c | 5 +- kernel/events/core.c | 3 +- kernel/fork.c | 25 +++- security/selinux/avc.c | 8 +- security/selinux/hooks.c | 12 +- tools/testing/selftests/bpf/progs/iters.c | 54 +++++++++ 31 files changed, 490 insertions(+), 79 deletions(-)