This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from eefa7a9c0699 Merge tag 'for-linus' of https://github.com/openrisc/linux new 23c44f6c8325 perf tools: Fix build-id event recording new f54cd8f43f55 perf test: Don't signal all processes on system when inter [...] new 88a6e2f67cc9 perf machine: Initialize machine->env to address a segfault new 5fc3a088ee2d tools headers: Sync uapi/drm/drm.h with the kernel sources new 5229df8fb679 tools headers: Sync uapi/linux/perf_event.h with the kerne [...] new e2064b7c5d82 tools headers: Sync uapi/linux/kvm.h with the kernel sources new e120829dbf92 tools headers: Sync x86 kvm and cpufeature headers with th [...] new 76e231997926 tools headers: Sync arm64 kvm header with the kernel sources new 81b483f72289 tools headers: Sync *xattrat syscall changes with the kern [...] new 3cef7d8b1281 tools headers: Sync uapi/asm-generic/mman.h with the kerne [...] new 6d442c69cbe0 tools headers: Sync uapi/linux/fcntl.h with the kernel sources new 02116fcfd827 tools headers: Sync uapi/linux/mount.h with the kernel sources new c994ac74cc36 tools headers: Sync uapi/linux/prctl.h with the kernel sources new 968121f0a649 perf tools: Fix build error on generated/fs_at_flags_array.c new c33aea446bf5 perf tools: Fix precise_ip fallback logic new 246dfe3dc199 perf ftrace: Fix undefined behavior in cmp_profile_data() new 3f61a12b08bd perf hwmon_pmu: Use openat rather than dup to refresh directory new d4e17a322a8f perf test hwmon_pmu: Fix event file location new a93a620c38f3 perf test expr: Fix system_tsc_freq for only x86 new f7e36d02d771 libperf: evlist: Fix --cpu argument on hybrid platform new 434fffa926b1 perf probe: Fix uninitialized variable new 01abac26dccd Merge tag 'perf-tools-fixes-for-v6.13-2024-12-12' of git:/ [...] new 2b904d61a97e ksmbd: retry iterate_dir in smb2_query_dir new b95629435b84 ksmbd: fix racy issue from session lookup and expire new 21e46a79bbe6 ksmbd: set ATTR_CTIME flags when setting mtime new f932fb9b4074 Merge tag 'v6.13-rc2-ksmbd-server-fixes' of git://git.samb [...]
The 26 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/smb/server/auth.c | 2 + fs/smb/server/mgmt/user_session.c | 6 ++- fs/smb/server/server.c | 4 +- fs/smb/server/smb2pdu.c | 49 ++++++++++++---------- fs/smb/server/vfs.h | 1 + tools/arch/arm64/include/uapi/asm/kvm.h | 6 +++ tools/arch/x86/include/asm/cpufeatures.h | 11 ++++- tools/arch/x86/include/uapi/asm/kvm.h | 1 + tools/include/uapi/asm-generic/mman.h | 4 ++ tools/include/uapi/asm-generic/unistd.h | 11 ++++- tools/include/uapi/drm/drm.h | 17 ++++++++ tools/include/uapi/linux/kvm.h | 8 ++++ tools/include/uapi/linux/perf_event.h | 11 ++++- tools/lib/perf/evlist.c | 18 +++++++- .../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 4 ++ tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 4 ++ tools/perf/arch/s390/entry/syscalls/syscall.tbl | 4 ++ tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 4 ++ tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 4 ++ tools/perf/builtin-ftrace.c | 3 +- tools/perf/tests/builtin-test.c | 2 +- tools/perf/tests/expr.c | 19 +++++---- tools/perf/tests/hwmon_pmu.c | 29 ++++++++----- tools/perf/trace/beauty/fs_at_flags.sh | 3 +- tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 5 +-- tools/perf/trace/beauty/include/uapi/linux/mount.h | 14 ++++++- tools/perf/trace/beauty/include/uapi/linux/prctl.h | 27 +++++++++++- tools/perf/util/build-id.c | 4 +- tools/perf/util/evsel.c | 6 +-- tools/perf/util/hwmon_pmu.c | 15 +++++-- tools/perf/util/machine.c | 2 + tools/perf/util/probe-event.c | 2 +- 32 files changed, 232 insertions(+), 68 deletions(-)