summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2020-12-14 15:26:13 +0100
committerMiklos Szeredi <mszeredi@redhat.com>2020-12-14 15:26:13 +0100
commit3078d85c9a1099405a0463c4d112ba97ee5bd217 (patch)
treec616c7bb447c3579c4af62f48563cace12beb73a /tools/perf/scripts/python/syscall-counts.py
parent7c03e2cda4a584cadc398e8f6641ca9988a39d52 (diff)
downloadkernel-3078d85c9a1099405a0463c4d112ba97ee5bd217.tar.gz
vfs: verify source area in vfs_dedupe_file_range_one()
Call remap_verify_area() on the source file as well as the destination. When called from vfs_dedupe_file_range() the check as already been performed, but not so if called from layered fs (overlayfs, etc...) Could ommit the redundant check in vfs_dedupe_file_range(), but leave for now to get error early (for fear of breaking backward compatibility). This call shouldn't be performance sensitive. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
'/distro/kernel/commit/net/sunrpc/auth_gss/auth_gss.c?id=5b5e0928f742cfa853b2411400a1b19fa379d758'>lib/vsprintf.c: remove %Z supportAlexey Dobriyan 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown 2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields 2016-09-30sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson 2016-08-05SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia 2016-07-24Merge branch 'nfs-rdma'Trond Myklebust 2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew 2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever 2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton