]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possible
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 20 Feb 2022 08:23:15 +0000 (09:23 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Mar 2022 10:42:49 +0000 (11:42 +0100)
commitf482800f0445455abff4ca926e33330bfe0f1587
treeff488eeee4f52a54ee84a241f4505a6457555ea8
parent9faf47e12898f89abceb04342702a7e961f1a6a8
mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possible

Previous memory allocations in this function already use GFP_KERNEL, so
use __dev_alloc_skb() and an explicit GFP_KERNEL instead of an implicit
GFP_ATOMIC.

This gives more opportunities of successful allocation.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/194a0e2ff00c3fae88cc9fba47431747360c8242.1645345378.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh.c