aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorThomas Weißschuh <[email protected]>2023-06-30 11:08:53 +0200
committerAndrew Morton <[email protected]>2023-08-18 10:12:01 -0700
commit626e98cb0366e66bdc2088918aecabee1fc6c4b2 (patch)
treef8304287af8e22300aaf0c1bc4609e24aa825f3f /tools/perf/scripts/python/bin
parentfc1878ec70ede56ee48f2d65525d4f7c6888b496 (diff)
mm: make MEMFD_CREATE into a selectable config option
The memfd_create() syscall, enabled by CONFIG_MEMFD_CREATE, is useful on its own even when not required by CONFIG_TMPFS or CONFIG_HUGETLBFS. Split it into its own proper bool option that can be enabled by users. Move that option into mm/ where the code itself also lies. Also add "select" statements to CONFIG_TMPFS and CONFIG_HUGETLBFS so they automatically enable CONFIG_MEMFD_CREATE as before. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Weißschuh <[email protected]> Tested-by: Zhangjin Wu <[email protected]> Cc: Al Viro <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Darrick J. Wong <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions