APPLIED: [SRU][J][PATCH 0/1] CVE-2024-46784
Koichiro Den
koichiro.den at canonical.com
Fri Feb 7 04:09:04 UTC 2025
On Fri, Jan 31, 2025 at 04:30:29PM GMT, John Cabaj wrote:
> [Impact]
>
> * napi_disable() is called during rxq and txq cleanup before napi has been
> initialized, causing a kernel panic.
> * Patch ensures that napi is initialized before calling napi_disable
>
> [Fix]
>
> * Backport b6ecc6620376: "net: mana: Fix error handling in
> mana_create_txq/rxq's NAPI cleanup" from upstream
>
> [Test Case]
>
> * Compile tested across all arches
>
> [Where problems could occur]
>
> * This fix is isolated to the MANA driver, and has been upstream for some time.
> Regression risk is unlikely.
> * Change could result in issues during napi intialization if done incorrectly.
>
> Souradeep Chakrabarti (1):
> net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
>
> drivers/net/ethernet/microsoft/mana/mana.h | 2 ++
> drivers/net/ethernet/microsoft/mana/mana_en.c | 22 ++++++++++++-------
> 2 files changed, 16 insertions(+), 8 deletions(-)
>
Applied to jammy:linux master-next branch. Thanks!
More information about the kernel-team
mailing list