This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6465e260f487 Linux 6.6-rc3 new a6e414a4cb5a perf tools: Update copy of libbpf's hashmap.c new f7875966dc0c tools headers UAPI: Sync files changed by new fchmodat2 an [...] new 417ecb614fd8 tools headers UAPI: Copy seccomp.h to be able to build 'pe [...] new 678ddf730a1b perf bench sched-seccomp-notify: Use the tools copy of sec [...] new 15ca35494ec5 tools arch x86: Sync the msr-index.h copy with the kernel sources new c2122b687c21 tools headers UAPI: Update tools's copy of drm.h headers new 4a73fca22692 perf bpf-prologue: Remove unused file new 33b725ce7b98 perf trace: Avoid compile error wrt redefining bool new d1bac78e26e5 perf jevents metric: Fix type of strcmp_cpuid_str new eaaebb01a7a6 perf pmu: Ensure all alias variables are initialized new e47749f1796d perf jevent: fix core dump on software events on s390 new 5c519bc075b3 Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git: [...] new 2251588143f6 reiserfs: Replace 1-element array with C99 style flex-array new 8287474aa5ff direct_write_fallback(): on error revert the ->ki_pos upda [...] new db7fcc884d8a aio: Annotate struct kioctx_table with __counted_by new be049c3a088d fs-writeback: do not requeue a clean inode having skipped pages new ae81711c1edd fs/pipe: remove duplicate "offset" initializer new 2ba0dd6562f2 porting: document new block device opening order new 060e6c7d179e porting: document superblock as block device holder new 2d1b3bbc3dd5 ovl: disable IOCB_DIO_CALLER_COMP new 493c71926c20 ntfs3: put resources during ntfs_fill_super() new 03dbab3bba5f overlayfs: set ctime when setting mtime and atime new 84422aee15b9 Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/ [...] new 8ed99af4a266 selftests/user_events: Fix to unmount tracefs when test cr [...] new 50768a425b46 Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.ker [...]
The 25 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/porting.rst | 96 ++++ fs/aio.c | 2 +- fs/fs-writeback.c | 11 +- fs/libfs.c | 1 + fs/ntfs3/super.c | 1 + fs/overlayfs/copy_up.c | 2 +- fs/overlayfs/file.c | 6 + fs/pipe.c | 1 - fs/reiserfs/reiserfs.h | 6 +- tools/arch/x86/include/asm/msr-index.h | 12 + tools/include/uapi/asm-generic/unistd.h | 5 +- tools/include/uapi/drm/drm.h | 84 +++- {include => tools/include}/uapi/linux/seccomp.h | 0 .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 + tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 + tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 2 + tools/perf/bench/sched-seccomp-notify.c | 2 +- tools/perf/check-headers.sh | 1 + tools/perf/pmu-events/jevents.py | 2 +- tools/perf/pmu-events/metric.py | 4 +- tools/perf/util/bpf-prologue.c | 508 --------------------- .../util/bpf_skel/augmented_raw_syscalls.bpf.c | 2 + tools/perf/util/hashmap.h | 10 - tools/perf/util/pmu.c | 2 +- tools/testing/selftests/user_events/abi_test.c | 4 +- tools/testing/selftests/user_events/dyn_test.c | 5 +- tools/testing/selftests/user_events/ftrace_test.c | 5 +- tools/testing/selftests/user_events/perf_test.c | 5 +- .../selftests/user_events/user_events_selftests.h | 24 +- 30 files changed, 249 insertions(+), 557 deletions(-) copy {include => tools/include}/uapi/linux/seccomp.h (100%) delete mode 100644 tools/perf/util/bpf-prologue.c