[PATCH v2 0/2] mm/damon: fix macro arguments and clarify quota goals doc

Maksym Shcherba posted 2 patches 2 days, 22 hours ago
Documentation/admin-guide/mm/damon/usage.rst | 6 ++++--
include/linux/damon.h                        | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
[PATCH v2 0/2] mm/damon: fix macro arguments and clarify quota goals doc
Posted by Maksym Shcherba 2 days, 22 hours ago
- Patch 1 fixes missing parentheses in DAMON iterator macro arguments to
  prevent potential build failures.
- Patch 2 clarifies in the sysfs documentation that the `current_value` of
  quota goals is only for user input and is not updated by the kernel.

Changes from v1
- v1: https://lore.kernel.org/r/20260518190932.42270-1-maksym.shcherba@lnu.edu.ua/
- Drop patches 2, 3, 5, and 6 from v1 (which implemented and documented
  update_schemes_quota_goals).
- Clarify `current_value` behavior in the documentation (Patch 2) instead
  of modifying the sysfs API.
- Add SeongJae's Reviewed-by tag to the macro bugfix (Patch 1).
- Fix checkpatch.pl email address mismatch warning.

Maksym Shcherba (2):
  mm/damon: fix missing parens in macro arguments
  Docs/admin-guide/mm/damon/usage: clarify current_value of quota goals

 Documentation/admin-guide/mm/damon/usage.rst | 6 ++++--
 include/linux/damon.h                        | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)


base-commit: 85a7d9e080a3f65869f22c2d50b630462fce332b
-- 
2.34.1