lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 20 Jul 2022 10:17:41 +0200
From:   Steffen Klassert <steffen.klassert@...unet.com>
To:     David Miller <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>
CC:     Herbert Xu <herbert@...dor.apana.org.au>,
        Steffen Klassert <steffen.klassert@...unet.com>,
        <netdev@...r.kernel.org>
Subject: [PATCH 0/5] pull request (net-next): ipsec-next 2022-07-20

1) Don't set DST_NOPOLICY in IPv4, a recent patch made this
   superfluous. From Eyal Birger.

2) Convert alg_key to flexible array member to avoid an iproute2
   compile warning when built with gcc-12.
   From Stephen Hemminger.

3) xfrm_register_km and xfrm_unregister_km do always return 0
   so change the type to void. From Zhengchao Shao.

4) Fix spelling mistake in esp6.c
   From Zhang Jiaming.

5) Improve the wording of comment above XFRM_OFFLOAD flags.
   From Petr Vaněk.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 6cbd05b2d07a651e00c76d287a5f44994cbafe60:

  Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next (2022-06-09 23:21:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git master

for you to fetch changes up to 5e25c25aa2c08fb9a79476e029c0b1e3dcd70566:

  xfrm: improve wording of comment above XFRM_OFFLOAD flags (2022-07-04 10:20:11 +0200)

----------------------------------------------------------------
Eyal Birger (1):
      xfrm: no need to set DST_NOPOLICY in IPv4

Petr Vaněk (1):
      xfrm: improve wording of comment above XFRM_OFFLOAD flags

Stephen Hemminger (1):
      xfrm: convert alg_key to flexible array member

Zhang Jiaming (1):
      esp6: Fix spelling mistake

Zhengchao Shao (1):
      xfrm: change the type of xfrm_register_km and xfrm_unregister_km

 drivers/net/vrf.c         |  2 +-
 include/net/route.h       |  3 +--
 include/net/xfrm.h        |  4 ++--
 include/uapi/linux/xfrm.h | 12 ++++++------
 net/ipv4/route.c          | 24 ++++++++----------------
 net/ipv6/esp6.c           |  4 ++--
 net/key/af_key.c          |  6 +-----
 net/xfrm/xfrm_state.c     |  6 ++----
 net/xfrm/xfrm_user.c      |  6 ++----
 9 files changed, 25 insertions(+), 42 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ