netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] fix NULL dereference trigger by SRv6 with netfilter
@ 2024-06-04 14:49 wujianguo
  2024-06-04 14:49 ` [PATCH net v2 1/3] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors wujianguo
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: wujianguo @ 2024-06-04 14:49 UTC (permalink / raw)
  To: netdev
  Cc: kuba, edumazet, contact, pablo, dsahern, pabeni, wujianguo106,
	wujianguo

From: Jianguo Wu <wujianguo@chinatelecom.cn>

v2:
 - fix commit log.
 - add two selftests.

Jianguo Wu (3):
  seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and
    End.DX6 behaviors
  selftests: add selftest for the SRv6 End.DX4 behavior with netfilter
  selftests: add selftest for the SRv6 End.DX6 behavior with netfilter

 net/ipv6/seg6_local.c                              |   8 +-
 tools/testing/selftests/net/Makefile               |   2 +
 .../selftests/net/srv6_end_dx4_netfilter_test.sh   | 335 ++++++++++++++++++++
 .../selftests/net/srv6_end_dx6_netfilter_test.sh   | 340 +++++++++++++++++++++
 4 files changed, 681 insertions(+), 4 deletions(-)
 create mode 100644 tools/testing/selftests/net/srv6_end_dx4_netfilter_test.sh
 create mode 100644 tools/testing/selftests/net/srv6_end_dx6_netfilter_test.sh

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-06-11  7:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 14:49 [PATCH net v2 0/3] fix NULL dereference trigger by SRv6 with netfilter wujianguo
2024-06-04 14:49 ` [PATCH net v2 1/3] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors wujianguo
2024-06-04 14:49 ` [PATCH net v2 2/3] selftests: add selftest for the SRv6 End.DX4 behavior with netfilter wujianguo
2024-06-05  2:32   ` Hangbin Liu
2024-06-05  3:28     ` Jianguo Wu
2024-06-06  0:35       ` Jakub Kicinski
2024-06-06  2:10         ` Hangbin Liu
2024-06-06  2:23           ` Jakub Kicinski
2024-06-06  5:46             ` Pablo Neira Ayuso
2024-06-11  7:58               ` Jianguo Wu
2024-06-04 14:49 ` [PATCH net v2 3/3] selftests: add selftest for the SRv6 End.DX6 " wujianguo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).