diff options
author | 2022-05-18 20:15:31 +0200 | |
---|---|---|
committer | 2022-06-08 12:30:59 +0200 | |
commit | b1fd94e704571f98b21027340eecf821b2bdffba (patch) | |
tree | ccc6d92dc74c8fc91dc915f6b10adfb21a7e771c /scripts/gdb/linux/utils.py | |
parent | net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure (diff) | |
download | linux-dev-b1fd94e704571f98b21027340eecf821b2bdffba.tar.xz linux-dev-b1fd94e704571f98b21027340eecf821b2bdffba.zip |
netfilter: use get_random_u32 instead of prandom
bh might occur while updating per-cpu rnd_state from user context,
ie. local_out path.
BUG: using smp_processor_id() in preemptible [00000000] code: nginx/2725
caller is nft_ng_random_eval+0x24/0x54 [nft_numgen]
Call Trace:
check_preemption_disabled+0xde/0xe0
nft_ng_random_eval+0x24/0x54 [nft_numgen]
Use the random driver instead, this also avoids need for local prandom
state. Moreover, prandom now uses the random driver since d4150779e60f
("random32: use real rng for non-deterministic randomness").
Based on earlier patch from Pablo Neira.
Fixes: 6b2faee0ca91 ("netfilter: nft_meta: place prandom handling in a helper")
Fixes: 978d8f9055c3 ("netfilter: nft_numgen: add map lookups for numgen random operations")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions