aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2024-01-25 19:45:28 -0800
committerSeongJae Park <sj@kernel.org>2024-01-25 19:45:28 -0800
commit0402388981f660fb77a76b2bf8cce978cca278bd (patch)
treecc27821bed4ed0e18406c446c97b2b28a850a6b6
parent57cc217faa560a1dfa59db5c3a5e5babb6cdb1a1 (diff)
downloaddamon-hack-0402388981f660fb77a76b2bf8cce978cca278bd.tar.gz
todo: Update for debugfs deprecation unignorable
Signed-off-by: SeongJae Park <sj@kernel.org>
-rw-r--r--todo8
1 files changed, 7 insertions, 1 deletions
diff --git a/todo b/todo
index 1d0cd26..c6ab4c6 100644
--- a/todo
+++ b/todo
@@ -4,11 +4,17 @@ TODOs
WIP
---
+- DAMON debugfs deprecation: make it unignorable
+ - Build-time unignorable: CONFIG_DAMON_DBGFS_DEPRECATED
+ - Runtime unignorable
+ - Add DEPRECATED file
+ - Allow using DAMON debugfs only if wront 'UNDERSTOOD' to DEPRECATED
+ - Or, rename file[s] to have _deprecated suffix
+
Aiming next merge window
------------------------
- Self feedback based DAMOS tuning
-- DAMON debugfs deprecation: make it more noticeable
- Selftests: Test quota
Planning / Considering