linux/net/mac80211/tests
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
chan-mode.c wifi: mac80211: do not permit 40 MHz EHT operation on 5/6 GHz 2025-08-28 13:39:16 +02:00
elems.c wifi: mac80211: pass frame type to element parsing 2025-11-10 10:39:02 +01:00
Makefile wifi: mac80211: kunit: add kunit tests for S1G PVB decoding 2025-09-04 11:19:01 +02:00
mfp.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
module.c
s1g_tim.c wifi: mac80211: kunit: add kunit tests for S1G PVB decoding 2025-09-04 11:19:01 +02:00
tpe.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
util.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
util.h wifi: mac80211: tests: add utility to create sdata skeleton 2025-01-13 15:26:45 +01:00