From bd712d1cedaaca8ee5c537f20cd121b3760287eb Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Tue, 30 Jul 2019 10:21:00 -0300 Subject: [PATCH] fixup! Add core version of XDPLua --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c index 9203406d20b370..4666b96eb5e7e4 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -9949,7 +9949,7 @@ static int __init net_dev_init(void) sd->backlog.weight = weight_p; new_state_cpu = (lua_state_cpu *) kmalloc(sizeof(lua_state_cpu), - GFP_KERNEL); + GFP_ATOMIC); if (!new_state_cpu) continue;