summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2018-05-11 17:03:19 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2018-05-21 14:30:10 -0400
commit3819bb0d79f50b05910db5bdc6d9ef512184e3b1 (patch)
tree471f4930a15a15c6e482fc0284fef824e02dcee4 /tools/perf/scripts/python/parallel-perf.py
parent9c3e9025a3f7ed25c99a0add8af65431c8043800 (diff)
downloadkernel-3819bb0d79f50b05910db5bdc6d9ef512184e3b1.tar.gz
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
That can (and does, on some filesystems) happen - ->mkdir() (and thus vfs_mkdir()) can legitimately leave its argument negative and just unhash it, counting upon the lookup to pick the object we'd created next time we try to look at that name. Some vfs_mkdir() callers forget about that possibility... Acked-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
.h: Fix __unreachable section relocation sizeJosh Poimboeuf 2017-02-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2017-02-28objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf 2017-02-25objtool: Prevent GCC from merging annotate_unreachable()Josh Poimboeuf 2017-02-24compiler-gcc.h: add a new macro to wrap gcc attributeGideon Israel Dsouza 2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf 2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza 2016-12-12compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson 2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov 2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy 2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf 2016-08-26byteswap: don't use __builtin_bswap*() with sparseJohannes Berg 2016-05-19compiler.h: add support for malloc attributeRasmus Villemoes 2016-05-09compiler-gcc: require gcc 4.8 for powerpc __builtin_bswap16()Josh Poimboeuf 2016-04-05compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini