aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-10-08 10:10:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-10-08 10:10:52 -0700
commit37faf07bf90ace7c8e34c6b825dcfbb587d2e701 (patch)
treeed4e999d76a3043757d3672daba0fd733ef50184 /tools/perf
parentMerge tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/ker... (diff)
parentksmbd: fix race condition between tree conn lookup and disconnect (diff)
downloadlinux-37faf07bf90ace7c8e34c6b825dcfbb587d2e701.tar.gz
linux-37faf07bf90ace7c8e34c6b825dcfbb587d2e701.zip
Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Pull smb server fixes from Steve French: "Six SMB3 server fixes for various races found by RO0T Lab of Huawei: - Fix oops when racing between oplock break ack and freeing file - Simultaneous request fixes for parallel logoffs, and for parallel lock requests - Fixes for tree disconnect race, session expire race, and close/open race" * tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd: ksmbd: fix race condition between tree conn lookup and disconnect ksmbd: fix race condition from parallel smb2 lock requests ksmbd: fix race condition from parallel smb2 logoff requests ksmbd: fix uaf in smb20_oplock_break_ack ksmbd: fix race condition with fp ksmbd: fix race condition between session lookup and expire
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions
t/tools/perf/util/env.h?id=4924b1f7c46711762fd0e65c135ccfbcfd6ded1f&follow=1'>perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers3-3/+10 2021-11-13perf symbols: Factor out annotation init/exitIan Rogers3-1/+22 2021-11-13perf symbols: Bit pack to save a byteIan Rogers2-3/+3 2021-11-13perf symbols: Add documentation to 'struct symbol'Ian Rogers1-3/+14 2021-11-13tools headers UAPI: Sync files changed by new futex_waitv syscallArnaldo Carvalho de Melo2-1/+5 2021-11-13perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing arr...Guo Zhengkui1-1/+1 2021-11-13perf arm-spe: Support hardware-based PID tracingGerman Gomez1-29/+70 2021-11-13perf arm-spe: Save context ID in recordGerman Gomez2-0/+3 2021-11-13perf arm-spe: Update --switch-events docs in 'perf record'German Gomez2-2/+4 2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim2-1/+30