[PATCH v2 1/4] net/e1000: prevent crashes in secondary processes
Bruce Richardson
bruce.richardson at intel.com
Mon Feb 17 16:28:20 CET 2025
On Mon, Feb 17, 2025 at 01:54:05PM +0000, 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 from calling into these functions.
>
> Fixes: 805803445a02 ("e1000: support EM devices (also known as e1000/e1000e)")
> Cc: stable at dpdk.org
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> ---
Series-acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied to dpdk-next-net-intel with patches 1-3 merged into a single patch.
Thanks,
/Bruce
More information about the dev
mailing list