mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
selftests: net: test for lwtunnel dst ref loops
As recently specified by commit0ea09cbf83("docs: netdev: add a note on selftest posting") in net-next, the selftest is therefore shipped in this series. However, this selftest does not really test this series. It needs this series to avoid crashing the kernel. What it really tests, thanks to kmemleak, is what was fixed by the following commits: - commitc71a192976("net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels") - commit92191dd107("net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels") - commitc64a0727f9("net: ipv6: fix dst ref loop on input in seg6 lwt") - commit13e55fbaec("net: ipv6: fix dst ref loop on input in rpl lwt") - commit0e7633d7b9("net: ipv6: fix dst ref loop in ila lwtunnel") - commit5da15a9c11("net: ipv6: fix missing dst ref drop in ila lwtunnel") Signed-off-by: Justin Iurman <justin.iurman@uliege.be> Link: https://patch.msgid.link/20250314120048.12569-4-justin.iurman@uliege.be Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
committed by
Paolo Abeni
parent
3e7a60b368
commit
3ed61b8938
@@ -107,3 +107,5 @@ CONFIG_XFRM_INTERFACE=m
|
||||
CONFIG_XFRM_USER=m
|
||||
CONFIG_IP_NF_MATCH_RPFILTER=m
|
||||
CONFIG_IP6_NF_MATCH_RPFILTER=m
|
||||
CONFIG_IPV6_ILA=m
|
||||
CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
|
||||
Reference in New Issue
Block a user