On Mon, 21 Jul 2025 20:09:22 -0700 Andrew Morton akpm@linux-foundation.org wrote:
On Sun, 20 Jul 2025 10:16:46 -0700 SeongJae Park sj@kernel.org wrote:
DAMOS scheme commitment assertion is hard-coded for a specific test case. Split it out into a general version that can be reused for different test cases.
This patch has the same name as [18/22]. I renamed this patch to
"selftests/damon/sysfs.py: generalize DAMOS access pattern commit assertion"
and altered its changelog to
: DAMOS scheme access pattern assertion is hard-coded for a specific test : case. Split it out into a general version that can be reused for : different test cases.
Thank you for catching this and fixing on your side, Andrew! But, the actual change that this patch is adding is the assertion of individual scheme, while the 18th patch for the assertion of multiple schemes. That is, this patch has actually wrong subject, but the changelog is correct.
So, could you please make the changelog back to the original, but fix the subject by 's/schemes/scheme/', as below?
"selftests/damon/sysfs.py: generalize DAMOS scheme commit assertion"
Sorry for making things unnecessarily complicated. Please let me know if there is anything that I can help for this.
Thanks, SJ
[...]