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

2024-12-13 Thread Burakov, Anatoly
On 12/12/2024 7:02 PM, Stephen Hemminger wrote: On Thu, 12 Dec 2024 16:19:03 + Anatoly Burakov wrote: Currently, the architecture of the 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. Th

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

2024-12-12 Thread Anatoly Burakov
Currently, the architecture of the 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 these functions from being executed in e1000 driver. Fixes: 805803445a02 ("e1000: support EM