This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 87d6aab2389e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 5363c306787c perf symbol: Set binary_type of dso when loading new 52c996d3f40b Merge remote-tracking branch 'torvalds/master' into perf-tools new 424aafb61a0b perf vdso: Missed put on 32-bit dsos new c850897b6cc2 tools include UAPI: Sync sound/asound.h copy with the kern [...] new 7ae76b32f979 tools include UAPI: Sync linux/sched.h copy with the kerne [...] new 58f969b7a83e tools include UAPI: Sync linux/fcntl.h copy with the kerne [...] new 744a6a1f2a83 tools arch x86: Sync the msr-index.h copy with the kernel sources new c94cd9508b13 perf trace beauty: Update the arch/x86/include/asm/irq_vec [...] new dc1e764b398e tools headers UAPI: Sync the linux/in.h with the kernel sources new d1648688799d perf beauty: Update copy of linux/socket.h with the kernel [...] new cd46ea5ab486 tools check_headers.sh: Add check variant that excludes so [...] new 36110669ddf8 perf tools: Cope with differences for lib/list_sort.c copy [...] new b9efb5960ce4 tools headers arm64: Sync arm64's cputype.h with the kerne [...] new 008979cc6911 perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORT new 43f6564f18bf perf build: Fix static compilation error when libdw is not [...] new a530337ba9ef perf build: Fix build feature-dwarf_getlocations fail for [...] new e934a35e3cc1 perf cs-etm: Fix the assert() to handle captured and unpro [...] new b2760b839044 Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git [...] new a4f2b9a78767 fs/ntfs3: Use swap() to improve code new 556bdf27c2dd ntfs3: Add bounds checking to mi_enum_attr() new 9931122d04c6 fs/ntfs3: Check if more than chunk-size bytes are written new 2db86f7995fe fs/ntfs3: Do not call file_modified if collapse range failed new acdbd67bf939 fs/ntfs3: Optimize large writes into sparse file new e4a7d60a891b fs/ntfs3: Separete common code for file_read/write iter/splice new ffe718c9924e fs/ntfs3: Fix sparse warning for bigendian new 5b2db723455a fs/ntfs3: Fix warning possible deadlock in ntfs_set_state new 62fea783f96c fs/ntfs3: Fix sparse warning in ni_fiemap new 56c16d5459d5 fs/ntfs3: Refactor enum_rstbl to suppress static checker new 1fd21919de6d fs/ntfs3: Stale inode instead of bad new c4a8ba334262 fs/ntfs3: Add rough attr alloc_size check new 70dd48ca3af3 fs/ntfs3: Make checks in run_unpack more clear new 9a2d6a40b8a1 fs/ntfs3: Implement fallocate for compressed files new 6b39bfaeec44 fs/ntfs3: Add support for the compression attribute new 568f1140b9ca fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag new 689ecd06ef8d fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr new bdd6baf7408c fs/ntfs3: Remove unused al_delete_le new 589996bf8c45 ntfs3: Change to non-blocking allocation in ntfs_d_hash new 03b097099eef fs/ntfs3: Fix possible deadlock in mi_read new d178944db36b fs/ntfs3: Additional check in ni_clear() new 090f612756a9 fs/ntfs3: Sequential field availability check in mi_enum_attr() new a33fb016e49e fs/ntfs3: Fix general protection fault in run_is_mapped_full new 031d6f608290 fs/ntfs3: Additional check in ntfs_file_release new 48dbc127836a fs/ntfs3: Format output messages like others fs in kernel new 5b7c893ed5ed Merge tag 'ntfs3_for_6.12' of https://github.com/Paragon-S [...]
The 44 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: fs/ntfs3/attrib.c | 96 +++++++++-- fs/ntfs3/attrlist.c | 53 ------ fs/ntfs3/file.c | 185 +++++++++++++++------ fs/ntfs3/frecord.c | 97 +++++++++-- fs/ntfs3/fslog.c | 19 ++- fs/ntfs3/inode.c | 20 ++- fs/ntfs3/lib/lzx_decompress.c | 3 +- fs/ntfs3/lznt.c | 3 + fs/ntfs3/namei.c | 10 +- fs/ntfs3/ntfs_fs.h | 10 +- fs/ntfs3/record.c | 31 ++-- fs/ntfs3/run.c | 8 +- fs/ntfs3/super.c | 70 ++++---- fs/ntfs3/xattr.c | 2 +- tools/arch/arm64/include/asm/cputype.h | 2 + tools/arch/x86/include/asm/msr-index.h | 2 + tools/build/feature/Makefile | 5 +- tools/include/uapi/linux/in.h | 2 +- tools/perf/Makefile.config | 7 +- .../perf/check-header_ignore_hunks/lib/list_sort.c | 31 ++++ tools/perf/check-headers.sh | 29 +++- .../beauty/arch/x86/include/asm/irq_vectors.h | 4 +- tools/perf/trace/beauty/fs_at_flags.sh | 5 + tools/perf/trace/beauty/include/linux/socket.h | 1 + tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 84 +++++++--- tools/perf/trace/beauty/include/uapi/linux/sched.h | 1 + .../perf/trace/beauty/include/uapi/sound/asound.h | 17 +- tools/perf/trace/beauty/msg_flags.c | 4 + tools/perf/util/cs-etm.c | 2 +- tools/perf/util/dwarf-aux.h | 1 + tools/perf/util/symbol.c | 3 + tools/perf/util/vdso.c | 4 +- 32 files changed, 580 insertions(+), 231 deletions(-) create mode 100644 tools/perf/check-header_ignore_hunks/lib/list_sort.c