All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] ioam6: fix write to cloned skb's
@ 2024-02-16 23:43 Justin Iurman
  2024-02-16 23:43 ` [PATCH net 1/2] ioam6: fix write to cloned skb in ipv6_hop_ioam() Justin Iurman
  2024-02-16 23:43 ` [PATCH net 2/2] selftests: ioam6: refactoring to align with the fix Justin Iurman
  0 siblings, 2 replies; 5+ messages in thread
From: Justin Iurman @ 2024-02-16 23:43 UTC (permalink / raw)
  To: netdev
  Cc: davem, edumazet, kuba, pabeni, shuah, linux-kselftest,
	linux-kernel, justin.iurman

Make sure the IOAM data insertion is not applied on cloned skb's. As a
consequence, ioam selftests needed a refactoring.

Justin Iurman (2):
  ioam6: fix write to cloned skb in ipv6_hop_ioam()
  selftests: ioam6: refactoring to align with the fix

 net/ipv6/exthdrs.c                         |   8 ++
 tools/testing/selftests/net/ioam6.sh       |  38 ++++----
 tools/testing/selftests/net/ioam6_parser.c | 101 +++++++++++----------
 3 files changed, 81 insertions(+), 66 deletions(-)


base-commit: 166c2c8a6a4dc2e4ceba9e10cfe81c3e469e3210
-- 
2.34.1


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

end of thread, other threads:[~2024-02-19 11:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 23:43 [PATCH net 0/2] ioam6: fix write to cloned skb's Justin Iurman
2024-02-16 23:43 ` [PATCH net 1/2] ioam6: fix write to cloned skb in ipv6_hop_ioam() Justin Iurman
2024-02-19  9:05   ` Paolo Abeni
2024-02-19 11:18     ` Justin Iurman
2024-02-16 23:43 ` [PATCH net 2/2] selftests: ioam6: refactoring to align with the fix Justin Iurman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.