On Tue, 2026-05-19 at 11:44 -0700, Andrew Morton wrote: > On Tue, 19 May 2026 09:36:21 +0530 Aboorva Devarajan <[email protected]> > wrote: > > > This series fixes a few issues in hmm-tests that show up when > > page-size and huge-page configuration differ from the hardcoded > > assumptions the tests were written for (PMD/THP sizing, default > > hugepage size, and related cases). > > > > It also includes a fix to exclusive_cow: the test ignored the return > > value of fork(), so both parent and child ran the same teardown path. > > Thanks. > > A lot of people weren't cc'ed. get_maintainer tells me > > Cc: Jason Gunthorpe <[email protected]> > Cc: Leon Romanovsky <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Lorenzo Stoakes <[email protected]> > Cc: "Liam R. Howlett" <[email protected]> > Cc: Vlastimil Babka <[email protected]> > Cc: Mike Rapoport <[email protected]> > Cc: Suren Baghdasaryan <[email protected]> > Cc: Michal Hocko <[email protected]> > Cc: Shuah Khan <[email protected]> > > Jason and Leon, particularly. > > Also, get_maintainer isn't super precise. A scan of the `git blame' > output indicates that Ralph, Balbir, Alex, Matthew and Alistair might > appreciate a cc. > > AI review asked one question: > > https://sashiko.dev/#/patchset/[email protected] >
Hi Andrew, Thanks for the feedback, We have addressed the AI review comments and sent a v3 expanding the CC list. https://lore.kernel.org/all/[email protected]/ Thanks, Aboorva

