public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Antonio Quartulli <antonio@openvpn.net>
Cc: netdev@vger.kernel.org, ralf@mandelbit.com, sd@queasysnail.net,
	kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, shuah@kernel.org,
	linux-kselftest@vger.kernel.org, horms@kernel.org
Subject: Re: [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3
Date: Thu, 19 Mar 2026 12:00:31 +0000	[thread overview]
Message-ID: <177392163129.1169162.6141659842877580861.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260317104023.192548-2-antonio@openvpn.net>

Hello:

This series was applied to netdev/net-next.git (main)
by Antonio Quartulli <antonio@openvpn.net>:

On Tue, 17 Mar 2026 11:40:15 +0100 you wrote:
> mbedtls 3 installs headers and calls the shared object
> differently than version 2, therefore we must now rely
> on pkgconfig to fill the right C/LDFLAGS.
> 
> Moreover the mbedtls3 library expects any base64 file to
> have their content on one line.
> Since this change does no break older versions,
> let's change the sample key file format and make mbedtls3
> happy.
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3
    https://git.kernel.org/netdev/net-next/c/a8e136b49625
  - [net-next,2/9] ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit
    https://git.kernel.org/netdev/net-next/c/7e7ca01d9126
  - [net-next,3/9] ovpn: pktid: use bitops.h API
    https://git.kernel.org/netdev/net-next/c/4a6480599ce1
  - [net-next,4/9] ovpn: notify userspace on client float event
    https://git.kernel.org/netdev/net-next/c/c841b676da98
  - [net-next,5/9] selftests: ovpn: add notification parsing and matching
    https://git.kernel.org/netdev/net-next/c/77de28cd7cf1
  - [net-next,6/9] ovpn: add support for asymmetric peer IDs
    https://git.kernel.org/netdev/net-next/c/2e570a514088
  - [net-next,7/9] selftests: ovpn: check asymmetric peer-id
    https://git.kernel.org/netdev/net-next/c/367f4b163a8c
  - [net-next,8/9] selftests: ovpn: add test for the FW mark feature
    https://git.kernel.org/netdev/net-next/c/7b80d8a33500
  - [net-next,9/9] ovpn: consolidate crypto allocations in one chunk
    https://git.kernel.org/netdev/net-next/c/d3244af9c4c2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2026-03-19 12:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-17 10:40 [PATCH net-next 0/9] pull request: ovpn 2026-03-17 Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3 Antonio Quartulli
2026-03-19 12:00   ` patchwork-bot+netdevbpf [this message]
2026-03-17 10:40 ` [PATCH net-next 2/9] ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doit Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 3/9] ovpn: pktid: use bitops.h API Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 4/9] ovpn: notify userspace on client float event Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 5/9] selftests: ovpn: add notification parsing and matching Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 6/9] ovpn: add support for asymmetric peer IDs Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 7/9] selftests: ovpn: check asymmetric peer-id Antonio Quartulli
2026-03-17 10:40 ` [PATCH net-next 8/9] selftests: ovpn: add test for the FW mark feature Antonio Quartulli
2026-03-19 19:41   ` Jakub Kicinski
2026-03-17 10:40 ` [PATCH net-next 9/9] ovpn: consolidate crypto allocations in one chunk Antonio Quartulli
2026-03-19 19:44 ` [PATCH net-next 0/9] pull request: ovpn 2026-03-17 Jakub Kicinski
2026-03-19 21:04   ` Antonio Quartulli
  -- strict thread matches above, loose matches on Subject: below --
2026-03-13 20:51 [PATCH net-next 0/9] pull request: ovpn 2026-03-13 Antonio Quartulli
2026-03-13 20:51 ` [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3 Antonio Quartulli
2026-03-10 14:49 [PATCH net-next 0/9] pull request: ovpn 2026-03-10 Antonio Quartulli
2026-03-10 14:49 ` [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3 Antonio Quartulli
2026-03-04 23:06 [PATCH net-next 0/9] pull request: ovpn 2026-03-05 Antonio Quartulli
2026-03-04 23:06 ` [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3 Antonio Quartulli
2026-02-27 23:59 [PATCH net-next 0/9] pull request: ovpn 2026-02-28 Antonio Quartulli
2026-02-27 23:59 ` [PATCH net-next 1/9] selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3 Antonio Quartulli

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=177392163129.1169162.6141659842877580861.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=antonio@openvpn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ralf@mandelbit.com \
    --cc=sd@queasysnail.net \
    --cc=shuah@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox