aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2024-03-09 13:04:44 -0800
committerSeongJae Park <sj38.park@gmail.com>2024-03-09 13:04:44 -0800
commit0a525ae91ef99d88e1f58dc6a1208de44335533e (patch)
tree4b948a275ea5ca2f61bb82080134c300dff5ee30
parent0588f6ba455e9ae36b5bbc826340c0258029f317 (diff)
downloaddamo-0a525ae91ef99d88e1f58dc6a1208de44335533e.tar.gz
_damon_sysfs: Drop 'fvaddr' from list of sysfs feature from beginning
'fvaddr' DMAON operations set was introduced from v5.19, while DAMON sysfs intrface was introduced from v5.18. However 'fvaddr' is in 'features_sysfs_support_from_begining' list by a mistake. Drop it. Signed-off-by: SeongJae Park <sj38.park@gmail.com>
-rw-r--r--_damon_sysfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_damon_sysfs.py b/_damon_sysfs.py
index c423aa6e..66be28c0 100644
--- a/_damon_sysfs.py
+++ b/_damon_sysfs.py
@@ -657,11 +657,11 @@ def feature_supported(feature):
update_supported_features()
return feature_supports[feature]
+# sysfs was merged in v5.18-rc1
features_sysfs_support_from_begining = [
'schemes',
'init_regions',
'vaddr',
- 'fvaddr',
'paddr',
'init_regions_target_idx',
'schemes_speed_limit',