On Wed, Nov 12, 2025 at 03:51:55PM +0000, Bruce Richardson wrote: > On Mon, Nov 10, 2025 at 01:55:39PM +0000, Anatoly Burakov wrote: > > From: Andrzej Wilczynski <[email protected]> > > > > Currently, when requesting PF link state over VF mailbox, the buffer sized > > 3 dwords is allocated. However, the `ixgbevf_write_msg_read_ack` function > > is actually called with buffer size of 6 dwords. This leaves an admittedly > > remote possibility of buffer overrun. Fix by adjusting requested size to 3. > > > > Fixes: adbd71030575 ("net/ixgbe/base: fix link status for E610") > > > > Signed-off-by: Andrzej Wilczynski <[email protected]> > > Signed-off-by: Anatoly Burakov <[email protected]> > > --- > Acked-by: Bruce Richardson <[email protected]> > Bugzilla ID: 1801
Cc: [email protected] Applied to dpdk-next-net-intel, thanks. /Bruce

