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:   Thu,  7 Jul 2022 02:31:51 +0200
From:   "Jason A. Donenfeld" <Jason@...c4.com>
To:     netdev@...r.kernel.org, kuba@...nel.org, pabeni@...hat.com,
        davem@...emloft.net
Cc:     "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH net 0/6] wireguard patches for 5.19-rc6

Hi Davekubablo,

Please apply the following fixes for 5.19-rc6:

1) A few small fixups to the selftests, per usual. Of particular note is
   a fix for a test flake that occurred on especially fast systems that
   boot in less than a second.

2) An addition during this cycle of some s390 crypto interacted with the
   way wireguard selects dependencies, resulting in linker errors
   reported by the kernel test robot. So Vladis sent in a patch for
   that, which also required a small preparatory fix moving some Kconfig
   symbols around.

Thanks,
Jason


Jason A. Donenfeld (5):
  wireguard: selftests: set fake real time in init
  wireguard: selftests: use virt machine on m68k
  wireguard: selftests: always call kernel makefile
  wireguard: selftests: use microvm on x86
  crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations

Vladis Dronov (1):
  wireguard: Kconfig: select CRYPTO_CHACHA_S390

 crypto/Kconfig                                | 114 +++++++++++++++++
 drivers/crypto/Kconfig                        | 115 ------------------
 drivers/net/Kconfig                           |   1 +
 .../testing/selftests/wireguard/qemu/Makefile |  20 +--
 .../selftests/wireguard/qemu/arch/arm.config  |   1 +
 .../wireguard/qemu/arch/armeb.config          |   1 +
 .../selftests/wireguard/qemu/arch/i686.config |   8 +-
 .../selftests/wireguard/qemu/arch/m68k.config |  10 +-
 .../selftests/wireguard/qemu/arch/mips.config |   1 +
 .../wireguard/qemu/arch/mipsel.config         |   1 +
 .../wireguard/qemu/arch/powerpc.config        |   1 +
 .../wireguard/qemu/arch/x86_64.config         |   7 +-
 tools/testing/selftests/wireguard/qemu/init.c |  11 ++
 13 files changed, 157 insertions(+), 134 deletions(-)

-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ