On 2024/02/26 18:22, Marco Elver wrote: > If we want this fixed in mainline, I propose that [1] + [2] are sent for > 6.8-rc inclusion. Doing - alloc_flags |= __GFP_NOWARN; + alloc_flags |= __GFP_NOWARN | __GFP_ZERO; in stack_depot_save_flags() solves the problem. Maybe this is easier for 6.8 cycle?