[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251004165623.GN3060232@horms.kernel.org>
Date: Sat, 4 Oct 2025 17:56:23 +0100
From: Simon Horman <horms@...nel.org>
To: Jacob Keller <jacob.e.keller@...el.com>
Cc: Przemek Kitszel <przemyslaw.kitszel@...el.com>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Emil Tantilov <emil.s.tantilov@...el.com>,
Alexander Lobakin <aleksander.lobakin@...el.com>,
Willem de Bruijn <willemb@...gle.com>,
Sridhar Samudrala <sridhar.samudrala@...el.com>,
Phani Burra <phani.r.burra@...el.com>,
Piotr Kwapulinski <piotr.kwapulinski@...el.com>,
Radoslaw Tyl <radoslawx.tyl@...el.com>,
Jedrzej Jagielski <jedrzej.jagielski@...el.com>,
Anton Nadezhdin <anton.nadezhdin@...el.com>,
Konstantin Ilichev <konstantin.ilichev@...el.com>,
Milena Olech <milena.olech@...el.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Aleksandr Loktionov <aleksandr.loktionov@...el.com>,
Samuel Salin <Samuel.salin@...el.com>,
Andrzej Wilczynski <andrzejx.wilczynski@...el.com>,
stable@...r.kernel.org,
Rafal Romanowski <rafal.romanowski@...el.com>,
Koichiro Den <den@...inux.co.jp>, Rinitha S <sx.rinitha@...el.com>,
Paul Menzel <pmenzel@...gen.mpg.de>
Subject: Re: [PATCH net v2 0/6] Intel Wired LAN Driver Updates 2025-10-01
(idpf, ixgbe, ixgbevf)
On Fri, Oct 03, 2025 at 06:09:43PM -0700, Jacob Keller wrote:
> For idpf:
> Milena fixes a memory leak in the idpf reset logic when the driver resets
> with an outstanding Tx timestamp.
>
> For ixgbe and ixgbevf:
> Jedrzej fixes an issue with reporting link speed on E610 VFs.
>
> Jedrzej also fixes the VF mailbox API incompatibilities caused by the
> confusion with API v1.4, v1.5, and v1.6. The v1.4 API introduced IPSEC
> offload, but this was only supported on Linux hosts. The v1.5 API
> introduced a new mailbox API which is necessary to resolve issues on ESX
> hosts. The v1.6 API introduced a new link management API for E610. Jedrzej
> introduces a new v1.7 API with a feature negotiation which enables properly
> checking if features such as IPSEC or the ESX mailbox APIs are supported.
> This resolves issues with compatibility on different hosts, and aligns the
> API across hosts instead of having Linux require custom mailbox API
> versions for IPSEC offload.
>
> Koichiro fixes a KASAN use-after-free bug in ixgbe_remove().
>
> Signed-off-by: Jacob Keller <jacob.e.keller@...el.com>
> ---
> Changes in v2:
> - Drop Emil's idpf_vport_open race fix for now.
> - Add my signature.
> - Link to v1: https://lore.kernel.org/r/20251001-jk-iwl-net-2025-10-01-v1-0-49fa99e86600@intel.com
Hi Jake,
Maybe I'm missing something simple here.
But this series doesn't seem to apply to net due to the presence of
commit 7a5a03869801 ("idpf: add HW timestamping statistics")
Powered by blists - more mailing lists