On Mon, Jan 15, 2018 at 10:33 PM, Prashant Bhole
[off-list ref] wrote:
Pardon my ignorance, I think it is necessary to forward d59f5ffa59d8 to
-net. Because previously flags were set during init and checked after init
to allocate memory. static_flags makes the flags available before init,
hence we can allocate memory before init.
Oh, right, but we can allocate it unconditionally and free it if not needed
after ->init(). It is not prettier though. ;)
Sorry, but from your reply I couldn't understand whether we need v2 for
net-next.
I don't think you need to send v2, because the one for -net will be merged
(with a conflict) into -net-next by DaveM.