Re: [PATCH v3 00/13] selftests/mm: fix failures and robustness improvements

From: Andrew Morton

Date: Mon Mar 30 2026 - 18:18:36 EST


On Mon, 30 Mar 2026 11:27:04 +0530 Sayali Patil <sayalip@xxxxxxxxxxxxx> wrote:

> > I don't want to risk breaking selftests so I'll set v3 aside until
> > you're confident we should proceed.
> >
> > Thanks.
>
> This line continuation pattern has been used in selftests for quite some
> time. For example, a similar usage exists in
> |charge_reserved_hugetlb.sh|, introduced here:
> https://lore.kernel.org/all/20200211213128.73302-8-almasrymina@xxxxxxxxxx/T/#u
> <https://lore.kernel.org/all/20200211213128.73302-8-almasrymina@xxxxxxxxxx/T/#u>
>
>  echo "$reservation_limit" > \
>     $cgroup_path/$name/hugetlb.${MB}MB.$reservation_limit_file
>
> In this case, it was primarily used to keep line length within 100
> characters. I’ve tested the script  and it behaved as expected.

Great, thanks for checking.

Series is nicely reviewed and an earlier version spent time in mm.git.
And the bar tends to be lower for selftests. So I *could* break my rule
(https://lkml.kernel.org/r/20260323202941.08ddf2b0411501cae801ab4c@xxxxxxxxxxxxxxxxxxxx)
but would prefer not. What do others think?

Did Venkat's report
(https://lkml.kernel.org/r/cf815c21-138e-44c8-986d-d8496503ee32@xxxxxxxxxxxxx)
get addressed? I'm not seeing that in the v2->v3 changelogging.