Re: [PATCH] mm/damon/reclaim: fix typo in damon_reclaim_timer_fn()
Liew Rui Yan <[email protected]>
| Newsgroups | dev.linux.lists.damon,org.kernel.vger.stable,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
Hi Greg,
On Mon, 20 Jul 2026 11:59:03 +0200, Greg KH wrote:
> Why is this a stable-only patch? Did something go wrong with the
> backport of this commit that is not in the upstream version?
Sorry for the confusion!
This is a stable-only patch because this specific function was removed
in mainline starting from v6.2.
Therefore, this bug only affects v6.1.176 and v6.1.177 stable branches.
Mainline does not have this function anymore.
$ git tag --contains 2f54908fae21
v6.1.176
v6.1.177
Let me know if you want me to resend with this explanation
explicitly noted in the commit message.
Best regards,
Rui Yan