mirror of
https://github.com/torvalds/linux.git
synced 2026-07-04 20:18:02 +02:00
bpf_percpu_hash_update() expects rcu lock to be held and warns if it's not,
which pointed out a missing rcu read lock.
Fixes:
|
||
|---|---|---|
| .. | ||
| arraymap.c | ||
| core.c | ||
| hashtab.c | ||
| helpers.c | ||
| inode.c | ||
| Makefile | ||
| syscall.c | ||
| verifier.c | ||