Re: [PATCH v2 1/4] net/e1000: prevent crashes in secondary processes

2025-02-17 Thread Bruce Richardson
On Mon, Feb 17, 2025 at 01:54:05PM +, Anatoly Burakov wrote: > Currently, the architecture of e1000 base driver is such that it uses > function pointers internally. These are not guaranteed to be valid in > secondary processes, which can lead to crashes. This patch prevents EM > ethdev driver f

[PATCH v2 1/4] net/e1000: prevent crashes in secondary processes

2025-02-17 Thread Anatoly Burakov
Currently, the architecture of e1000 base driver is such that it uses function pointers internally. These are not guaranteed to be valid in secondary processes, which can lead to crashes. This patch prevents EM ethdev driver from calling into these functions. Fixes: 805803445a02 ("e1000: support E