On 12/08/2026 14:22, Kiryl Shutsemau wrote: > From: "Kiryl Shutsemau (Meta)" <[email protected]> > > TEST() ends the run with "MAX_TEST_CASES is too small" when the table > fills, and the table holds 64. A full invocation -- every context crossed > with every memory type, which needs a directory for the file and shmem ones > -- already registers 63, so the next case added anywhere aborts the whole > suite before a single test runs. > > Raise it to 256. The table is a static array of small structs, so the room > costs nothing worth counting, and the cases added after this have somewhere > to go. > > Assisted-by: Claude-Code:claude-opus-5 > Signed-off-by: Kiryl Shutsemau (Meta) <[email protected]> Acked-by: Usama Arif <[email protected]>
- [PATCH v3 00/18] selftests/mm: improve khugepaged coverage Kiryl Shutsemau
- [PATCH v3 01/18] selftests/mm: raise the khugepaged t... Kiryl Shutsemau
- Re: [PATCH v3 01/18] selftests/mm: raise the khug... Usama Arif
- Re: [PATCH v3 01/18] selftests/mm: raise the khug... Mike Rapoport
- [PATCH v3 03/18] selftests/mm: scale khugepaged's col... Kiryl Shutsemau
- Re: [PATCH v3 03/18] selftests/mm: scale khugepag... Mike Rapoport
- [PATCH v3 05/18] selftests/mm: keep khugepaged out of... Kiryl Shutsemau
- Re: [PATCH v3 05/18] selftests/mm: keep khugepage... Mike Rapoport
- [PATCH v3 06/18] selftests/mm: move is_backed_by_foli... Kiryl Shutsemau
- [PATCH v3 02/18] selftests/mm: skip collapse_compound... Kiryl Shutsemau
- Re: [PATCH v3 02/18] selftests/mm: skip collapse_... Mike Rapoport
- [PATCH v3 07/18] selftests/mm: add folio-order check ... Kiryl Shutsemau
- [PATCH v3 09/18] selftests/mm: add khugepaged complet... Kiryl Shutsemau

