summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2025-11-19 08:39:50 -0500
committerTrond Myklebust <trond.myklebust@hammerspace.com>2025-11-19 08:46:21 -0500
commit518c32a1bc4f8df1a8442ee8cdfea3e2fcff20a0 (patch)
treeaa4ef50511e515eb830df944277b5fa96c67f8b0 /tools/perf/scripts/python/flamegraph.py
parent9bd545539b233725a3416801f7c374bff0327d6e (diff)
downloadkernel-518c32a1bc4f8df1a8442ee8cdfea3e2fcff20a0.tar.gz
NFS: Initialise verifiers for visible dentries in nfs_atomic_open()
Ensure that the verifiers are initialised before calling d_splice_alias() in nfs_atomic_open(). Reported-by: Michael Stoler <michael.stoler@vastdata.com> Fixes: 809fd143de88 ("NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
11-14 09:13:41 -0800'>2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski 2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker 2020-11-03tools feature: Fixup fast path feature detectionArnaldo Carvalho de Melo 2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds 2020-09-09tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo 2020-09-04perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo 2020-09-04tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo 2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer 2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko 2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler 2020-08-13tools build feature: Quote CC and CXX for their argumentsDaniel Díaz 2020-08-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo 2020-08-03tools, build: Propagate build failures from tools/build/Makefile.buildAndrii Nakryiko 2020-07-31tools build feature: Use CC and CXX from parentThomas Hebb 2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko 2020-05-29perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo 2020-05-05perf: cs-etm: Update to build with latest opencsd version.Mike Leach 2020-05-05tools feature: Add support for detecting libpfm4Stephane Eranian 2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV 2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2020-04-03perf tools: Add file-handle feature testNamhyung Kim 2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada 2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu 2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa 2020-01-14tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero 2019-11-26perf tools: Allow to link with libbpf dynamicalyJiri Olsa 2019-08-12tools build: Add capability-related feature detectionIgor Lubashev 2019-06-18tools build: Fix the zstd test in the test-all.c common case feature testArnaldo Carvalho de Melo 2019-06-18tools build: Add test to check if slang.h is in /usr/include/slang/Arnaldo Carvalho de Melo 2019-06-17perf tools: Don't hardcode host include path for libslangFlorian Fainelli 2019-06-17tools build feature tests: Add missing SPDX headersArnaldo Carvalho de Melo 2019-06-17tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-04-01tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD definesAlexey Budankov