Re: [PATCH 1/2] net/sfc: fix shared adapter pointer set in secondary process
Stephen Hemminger <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Aug 2026 17:03:13 +0400 Ivan Malov <[email protected]> wrote: > Add the missing assignment to preclude NULL pointer dereference that has > happened in the context of the secondary process at the dev close stage. > > Fixes: 5313b441d8ae ("net/sfc: separate adapter primary process and shared data") > Cc: [email protected] > > Signed-off-by: Ivan Malov <[email protected]> > Reviewed-by: Viacheslav Galaktionov <[email protected]> > --- This is correct.