summaryrefslogtreecommitdiffstats
path: root/scripts/checkkconfigsymbols.py
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2021-08-06 16:21:24 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-03 09:58:00 +0200
commit7014a0479d4213b8e6466c4a54c04fddd79155a0 (patch)
tree61ddfcc12f7c8022f1e7577b4a475df18caa970d /scripts/checkkconfigsymbols.py
parentdafc95a1e473a0b857af34ecbb17b8b1c90edd75 (diff)
downloadlinux-stable-7014a0479d4213b8e6466c4a54c04fddd79155a0.tar.gz
linux-stable-7014a0479d4213b8e6466c4a54c04fddd79155a0.tar.bz2
linux-stable-7014a0479d4213b8e6466c4a54c04fddd79155a0.zip
once: Fix panic when module unload
[ Upstream commit 1027b96ec9d34f9abab69bc1a4dc5b1ad8ab1349 ] DO_ONCE DEFINE_STATIC_KEY_TRUE(___once_key); __do_once_done once_disable_jump(once_key); INIT_WORK(&w->work, once_deferred); struct once_work *w; w->key = key; schedule_work(&w->work); module unload //*the key is destroy* process_one_work once_deferred BUG_ON(!static_key_enabled(work->key)); static_key_count((struct static_key *)x) //*access key, crash* When module uses DO_ONCE mechanism, it could crash due to the above concurrency problem, we could reproduce it with link[1]. Fix it by add/put module refcount in the once work process. [1] https://lore.kernel.org/netdev/eaa6c371-465e-57eb-6be9-f4b16b9d7cbf@huawei.com/ Cc: Hannes Frederic Sowa <hannes@stressinduktion.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: David S. Miller <davem@davemloft.net> Cc: Eric Dumazet <edumazet@google.com> Reported-by: Minmin chen <chenmingmin@huawei.com> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/checkkconfigsymbols.py')
0 files changed, 0 insertions, 0 deletions