All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
To: netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com,
	davem@davemloft.net
Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>
Subject: [PATCH net 0/6] wireguard patches for 5.19-rc6
Date: Thu,  7 Jul 2022 02:31:51 +0200	[thread overview]
Message-ID: <20220707003157.526645-1-Jason@zx2c4.com> (raw)

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


             reply	other threads:[~2022-07-07  0:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  0:31 Jason A. Donenfeld [this message]
2022-07-07  0:31 ` [PATCH net 1/6] wireguard: selftests: set fake real time in init Jason A. Donenfeld
2022-07-07  0:31 ` [PATCH net 2/6] wireguard: selftests: use virt machine on m68k Jason A. Donenfeld
2022-07-07  0:31 ` [PATCH net 3/6] wireguard: selftests: always call kernel makefile Jason A. Donenfeld
2022-07-07  0:31 ` [PATCH net 4/6] wireguard: selftests: use microvm on x86 Jason A. Donenfeld
2022-07-07  0:31 ` [PATCH net 5/6] crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations Jason A. Donenfeld
2022-07-07  0:31 ` [PATCH net 6/6] wireguard: Kconfig: select CRYPTO_CHACHA_S390 Jason A. Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220707003157.526645-1-Jason@zx2c4.com \
    --to=jason@zx2c4.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.