All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: Przemek Kitszel <przemyslaw.kitszel@intel.com>,
	<netdev@vger.kernel.org>,  Jakub Kicinski <kuba@kernel.org>
Cc: Andrew Lunn <andrew+netdev@lunn.ch>,
	Eric Dumazet <edumazet@google.com>,
	intel-wired-lan@lists.osuosl.org, Paolo Abeni <pabeni@redhat.com>,
	"David S. Miller" <davem@davemloft.net>
Subject: Re: [Intel-wired-lan] [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice)
Date: Mon, 17 Aug 2026 08:55:44 -0700	[thread overview]
Message-ID: <dba117b9-c24e-4226-b2ae-3d559e2b4cc2@intel.com> (raw)
In-Reply-To: <20260812204619.32253-1-przemyslaw.kitszel@intel.com>



On 8/12/2026 1:18 PM, Przemek Kitszel wrote:
> fix an issue on ice which increasing VF queue count causes
> out-of-bounds access of the statistics arrays
> 
> Przemek Kitszel (2):
>    ice: move ice_vsi_realloc_stat_arrays() up
>    ice: fix stats array overflow via proper realloc

For the series:
Acked-by: Tony Nguyen <anthony.l.nguyen@intel.com>
>   drivers/net/ethernet/intel/ice/ice.h     |   2 +
>   drivers/net/ethernet/intel/ice/ice_lib.c | 195 ++++++++++-------------
>   2 files changed, 84 insertions(+), 113 deletions(-)
> 
> Previous revision of the fix was part of our last bundle [0],
> but here I'm improving only my patches
> 
> [0] https://lore.kernel.org/netdev/20260804222205.1580328-1-anthony.l.nguyen@intel.com
> 
> changes:
>   apply Sashiko feedback for edge cases, see the patch for details
>   drop the rest of the patches for now - with the caveat that some
>   could still be merged directly from [0] thread
> 


WARNING: multiple messages have this Message-ID (diff)
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: Przemek Kitszel <przemyslaw.kitszel@intel.com>,
	<netdev@vger.kernel.org>, Jakub Kicinski <kuba@kernel.org>
Cc: <intel-wired-lan@lists.osuosl.org>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Michal Schmidt <mschmidt@redhat.com>
Subject: Re: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice)
Date: Mon, 17 Aug 2026 08:55:44 -0700	[thread overview]
Message-ID: <dba117b9-c24e-4226-b2ae-3d559e2b4cc2@intel.com> (raw)
In-Reply-To: <20260812204619.32253-1-przemyslaw.kitszel@intel.com>



On 8/12/2026 1:18 PM, Przemek Kitszel wrote:
> fix an issue on ice which increasing VF queue count causes
> out-of-bounds access of the statistics arrays
> 
> Przemek Kitszel (2):
>    ice: move ice_vsi_realloc_stat_arrays() up
>    ice: fix stats array overflow via proper realloc

For the series:
Acked-by: Tony Nguyen <anthony.l.nguyen@intel.com>
>   drivers/net/ethernet/intel/ice/ice.h     |   2 +
>   drivers/net/ethernet/intel/ice/ice_lib.c | 195 ++++++++++-------------
>   2 files changed, 84 insertions(+), 113 deletions(-)
> 
> Previous revision of the fix was part of our last bundle [0],
> but here I'm improving only my patches
> 
> [0] https://lore.kernel.org/netdev/20260804222205.1580328-1-anthony.l.nguyen@intel.com
> 
> changes:
>   apply Sashiko feedback for edge cases, see the patch for details
>   drop the rest of the patches for now - with the caveat that some
>   could still be merged directly from [0] thread
> 


  parent reply	other threads:[~2026-08-17 15:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 20:18 [Intel-wired-lan] [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice) Przemek Kitszel
2026-08-12 20:18 ` Przemek Kitszel
2026-08-12 20:18 ` [Intel-wired-lan] [PATCH net 1/2] ice: move ice_vsi_realloc_stat_arrays() up Przemek Kitszel
2026-08-12 20:18   ` Przemek Kitszel
2026-08-12 20:18 ` [Intel-wired-lan] [PATCH net v2 2/2] ice: fix stats array overflow via proper realloc Przemek Kitszel
2026-08-12 20:18   ` Przemek Kitszel
2026-08-17 20:50   ` [Intel-wired-lan] " Jakub Kicinski
2026-08-19 10:52     ` Przemek Kitszel
2026-08-20 21:41       ` Jakub Kicinski
2026-08-17 15:55 ` Tony Nguyen [this message]
2026-08-17 15:55   ` [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2026-08-12 (ice) Tony Nguyen
2026-08-17 20:51 ` [Intel-wired-lan] " Jakub Kicinski
2026-08-17 20:51   ` Jakub Kicinski

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=dba117b9-c24e-4226-b2ae-3d559e2b4cc2@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.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.