aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2023-12-19 17:14:40 +0000
committerSeongJae Park <sj@kernel.org>2023-12-19 17:14:40 +0000
commit9ef6f86a5cc37b4b97b6d8e42f028835b8aa958a (patch)
tree6e3b6d951399ded03de3a5296c31f121046c21ff
parentf60ae2ef82b208f74d821399332b149e54183684 (diff)
downloaddamon-hack-9ef6f86a5cc37b4b97b6d8e42f028835b8aa958a.tar.gz
todo: Add an item for future use of __counted_by()
The annotation is still work in progress for the use case on mm/damon/sysfs.c. It is only making compiler warning for now, so dropped from damon/next tree. Add a todo instead, as kindly suggested by Nick[1]. [1] https://lore.kernel.org/r/CAKwvOdkvGTGiWzqEFq=kzqvxSYP5vUj3g9Z-=MZSQROzzSa_dg@mail.gmail.com Signed-off-by: SeongJae Park <sj@kernel.org>
-rw-r--r--todo2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo b/todo
index e41b727..e3eda21 100644
--- a/todo
+++ b/todo
@@ -15,6 +15,8 @@ WIP
Planning / Considering
----------------------
+- Add __counted_by() annotation when ready
+ (https://lore.kernel.org/r/CAKwvOdkvGTGiWzqEFq=kzqvxSYP5vUj3g9Z-=MZSQROzzSa_dg@mail.gmail.com)
- Make 'age' counted by sample_interval rather than aggregation interval
- Feedback-based DAMOS tuning
- Self feedback based DAMOS tuning