From 6db1c30d5f4dfe75f2d6894fb8a3d6228d699d88 Mon Sep 17 00:00:00 2001 From: shatoboar <57257492+shatoboar@users.noreply.github.com> Date: Mon, 20 Dec 2021 13:31:04 +0100 Subject: sys/linux: add Damon description * sys/linux/damon.txt: initial description description of DAMON's interface mounted in debugfs: target_ids, attrs, init_regions, monitor_on * sys/linux/damon.txt: additional damon interface description added added DAMON interface descriptions for schemes, kdamond_pid, mk_contexts, rm_contexts prefix of all the files with damon to avoid colliding naming * sys/linux/damon.txt: standard copyright statement added * sys/linux/damon.txt.const: const file of sys/linux/damon.txt added * sys/linux/damon.txt: type fix of pid to fmt * dashboard/config/linux/bits/subsystems.yml: damon configs added for Syzbot * dashboard/config/linux: generated kernel configs with added damon config * sys/linux/damon.txt: fmt type fix * sys/linux/damon.txt: read and close syscalls removed write and read mk_contexts summarized into one syscall some refining of syscall interfaces --- dashboard/config/linux/bits/subsystems.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 72cdcb907..8f8da7f5c 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -538,3 +538,6 @@ config: - THERMAL_NETLINK: [v5.8] - VMWARE_VMCI: [x86_64] - W1: n + - DAMON + - DAMON-VADDR + - DAMON-DBGFS -- cgit mrf-deployment