On Fri, 4 Sep 2026 11:30:23 +0300 Mike Rapoport <[email protected]> wrote:
> On Tue, Sep 01, 2026 at 05:37:48PM -0700, Andrew Morton wrote: > > On Tue, 14 Jul 2026 10:16:30 +0800 Song Hu <[email protected]> wrote: > > > > > A stray 'continue' in the main loop of charge_reserved_hugetlb.sh made > > > the "more than reservation", "more than cgroup limit", and "multiple > > > cgroups" scenarios unreachable, so they never ran. > > > > > > Remove it so the first two run again. > > > > OK. > > > > > The third, > > > run_multiple_cgroup_test(), is separately broken -- a backslash > > > line-continuation breaks its local declarations and its hugetlb > > > reservation accounting does not charge as expected -- and has never run > > > in CI; skip it explicitly with a comment until fixed. > > > > That's reasonable. This code was added by Mina six years ago. But > > he's still around so let's bug him with a cc ;) > > And this code breaks our CI e.g: > > https://github.com/linux-mm/linux-mm/actions/runs/33040981840/job/98414290236 What do we need to do to view the error output there?

