kernel-hacking-2024-linux-s.../net/xfrm
Eric Dumazet 7a1c8e5ab1 net: allow GFP_HIGHMEM in __vmalloc()
We forgot to use __GFP_HIGHMEM in several __vmalloc() calls.

In ceph, add the missing flag.

In fib_trie.c, xfrm_hash.c and request_sock.c, using vzalloc() is
cleaner and allows using HIGHMEM pages as well.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-21 10:04:04 -08:00
..
Kconfig
Makefile
xfrm_algo.c
xfrm_hash.c net: allow GFP_HIGHMEM in __vmalloc() 2010-11-21 10:04:04 -08:00
xfrm_hash.h net: Remove unnecessary semicolons after switch statements 2010-05-17 17:44:35 -07:00
xfrm_input.c
xfrm_ipcomp.c
xfrm_output.c xfrm: dont assume rcu_read_lock in xfrm_output_one() 2010-09-16 21:46:15 -07:00
xfrm_policy.c xfrm: make xfrm_bundle_ok local 2010-10-21 03:09:46 -07:00
xfrm_proc.c
xfrm_state.c xfrm: Allow different selector family in temporary state 2010-09-20 11:11:38 -07:00
xfrm_sysctl.c
xfrm_user.c xfrm_user: avoid a warning with some compiler 2010-09-01 14:29:35 -07:00