]> git.baikalelectronics.ru Git - kernel.git/commit
net: align static siphash keys
authorEric Dumazet <edumazet@google.com>
Mon, 15 Nov 2021 17:23:03 +0000 (09:23 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Nov 2021 03:07:54 +0000 (19:07 -0800)
commit0c0a2b42712b0bea0e905b8796c316421f8bc442
treea80df702ca11dfc0473c23ed47b6552ce63f2a6a
parentfe01dba0d252b0d744da1de992fb2bb691fb1f6b
net: align static siphash keys

siphash keys use 16 bytes.

Define siphash_aligned_key_t macro so that we can make sure they
are not crossing a cache line boundary.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/siphash.h
net/core/flow_dissector.c
net/core/secure_seq.c
net/ipv4/route.c
net/ipv4/syncookies.c
net/ipv6/route.c
net/ipv6/syncookies.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_expect.c
net/netfilter/nf_conntrack_netlink.c
net/netfilter/nf_nat_core.c