On Wed, Dec 23, 2020 at 8:55 AM Taehee Yoo <ap420...@gmail.com> wrote: > > mld_newpack() doesn't allow to allocate high order page, > just order-0 allocation is allowed. > If headroom size is too large, a kernel panic could occur in skb_put(). ... > Allowing high order page allocation could fix this problem. > > Fixes: 72e09ad107e7 ("ipv6: avoid high order allocations")
So you just revert this commit which fixes another issue. ;) How about changing timers to delayed works so that we can make both sides happy? It is certainly much more work, but looks worthy of it. Thanks.