All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pull request (net-next): ipsec-next 2025-09-26
@ 2025-09-26  5:30 Steffen Klassert
  2025-09-26  5:30 ` [PATCH 1/2] net: ipv6: fix field-spanning memcpy warning in AH output Steffen Klassert
  2025-09-26  5:30 ` [PATCH 2/2] xfrm: xfrm_user: use strscpy() for alg_name Steffen Klassert
  0 siblings, 2 replies; 4+ messages in thread
From: Steffen Klassert @ 2025-09-26  5:30 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Fix field-spanning memcpy warning in AH output.
   From Charalampos Mitrodimas.

2) Replace the strcpy() calls for alg_name by strscpy().
   From Miguel García.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 3b5ca25ecfa85098c7015251a0e7c78a8ff392e5:

  Merge branch 'net-don-t-use-pk-through-printk-or-tracepoints' (2025-08-13 18:26:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git tags/ipsec-next-2025-09-26

for you to fetch changes up to 9f4f591cd5a410f4203a9c104f92d467945b7d7e:

  xfrm: xfrm_user: use strscpy() for alg_name (2025-08-15 08:32:32 +0200)

----------------------------------------------------------------
ipsec-next-2025-09-26

----------------------------------------------------------------
Charalampos Mitrodimas (1):
      net: ipv6: fix field-spanning memcpy warning in AH output

Miguel García (1):
      xfrm: xfrm_user: use strscpy() for alg_name

 net/ipv6/ah6.c       | 50 +++++++++++++++++++++++++++++++-------------------
 net/xfrm/xfrm_user.c | 10 +++++-----
 2 files changed, 36 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2025-09-26 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26  5:30 [PATCH 0/2] pull request (net-next): ipsec-next 2025-09-26 Steffen Klassert
2025-09-26  5:30 ` [PATCH 1/2] net: ipv6: fix field-spanning memcpy warning in AH output Steffen Klassert
2025-09-26 21:51   ` patchwork-bot+netdevbpf
2025-09-26  5:30 ` [PATCH 2/2] xfrm: xfrm_user: use strscpy() for alg_name Steffen Klassert

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.