On Mon, Jun 29, 2026 at 06:59:37AM +0100, Song, Yoong Siang wrote:
> On Monday, June 29, 2026 12:51 PM, Shuzo Ichiyoshi <[email protected]> 
> wrote:
> >igc_xmit_pkts() reserves two extra descriptors for launch time.
> >It indexed sw_ring[tx_last + 2] without wrapping the descriptor
> >index first.
> >
> >If tx_last is one of the last two descriptors in the ring, this
> >reads past the software ring. Wrap the index before looking up
> >last_id.
> >
> >Fixes: 2e79349dcd07 ("net/e1000: fix igc launch time calculation")
> >Cc: [email protected]
> >Signed-off-by: Shuzo Ichiyoshi <[email protected]>
> 
> Reviewed-by: Song Yoong Siang <[email protected]>
> 
> Thanks for the fix.
> 
Acked-by: Bruce Richardson <[email protected]>

Reply via email to