diff options
author | Florian Westphal <[email protected]> | 2022-02-05 13:00:04 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2022-02-09 11:44:03 +0100 |
commit | 8dd8678e42b5a8bbd3e2c49cda76c743318c56b0 (patch) | |
tree | 78ababedb6b76293835cfe540805c8dab479e894 /tools/perf/scripts/python/sched-migration.py | |
parent | c828414ac935bd3df96a8f7028d9d06a3db441e8 (diff) |
netfilter: ecache: don't use nf_conn spinlock
For updating eache missed value we can use cmpxchg.
This also avoids need to disable BH.
kernel robot reported build failure on v1 because not all arches support
cmpxchg for u16, so extend this to u32.
This doesn't increase struct size, existing padding is used.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions