diff options
author | David S. Miller <davem@davemloft.net> | 2022-07-11 11:58:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-11 11:58:38 +0100 |
commit | e45955766b4300e7bbeeaa1c31e0001fe16383e7 (patch) | |
tree | b047bee86a508f9ad8c2a5f84ffc88c963c32cb5 /tools/perf/scripts/python/stackcollapse.py | |
parent | 3c079a22db79cf2cdd1b13b41a5447790e08069a (diff) | |
parent | c39ba4de6b0a843bec5d46c2b6f2064428dada5e (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Pablo Neira Ayuso says:
====================
Netfilter fixes for net
The following patchset contains Netfilter fixes for net:
1) refcount_inc_not_zero() is not semantically equivalent to
atomic_int_not_zero(), from Florian Westphal. My understanding was
that refcount_*() API provides a wrapper to easier debugging of
reference count leaks, however, there are semantic differences
between these two APIs, where refcount_inc_not_zero() needs a barrier.
Reason for this subtle difference to me is unknown.
2) packet logging is not correct for ARP and IP packets, from the
ARP family and netdev/egress respectively. Use skb_network_offset()
to reach the headers accordingly.
3) set element extension length have been growing over time, replace
a BUG_ON by EINVAL which might be triggerable from userspace.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions