[ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: 95c38953cb1ecf40399a676a1f85dfe2b5780a9a WARNING: Author mismatch between patch and upstream commit: Backport author: lanbincn@xxxxxx Commit author: Kang Yang<quic_kangyang@xxxxxxxxxxx> Status in newer kernel trees: 6.12.y | Present (different SHA1: 543c0924d446) 6.6.y | Present (different SHA1: b35de9e01fc7) 6.1.y | Not found Note: The patch differs from the upstream commit: --- 1: 95c38953cb1e ! 1: a366b20bb8ca wifi: ath10k: avoid NULL pointer error during sdio remove @@ Metadata ## Commit message ## wifi: ath10k: avoid NULL pointer error during sdio remove + commit 95c38953cb1ecf40399a676a1f85dfe2b5780a9a upstream. + When running 'rmmod ath10k', ath10k_sdio_remove() will free sdio workqueue by destroy_workqueue(). But if CONFIG_INIT_ON_FREE_DEFAULT_ON is set to yes, kernel panic will happen: @@ Commit message Reviewed-by: David Ruth <druth@xxxxxxxxxxxx> Link: https://patch.msgid.link/20241008022246.1010-1-quic_kangyang@xxxxxxxxxxx Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> + Signed-off-by: Bin Lan <lanbincn@xxxxxx> ## drivers/net/wireless/ath/ath10k/sdio.c ## @@ * Copyright (c) 2004-2011 Atheros Communications Inc. * Copyright (c) 2011-2012,2017 Qualcomm Atheros, Inc. * Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@xxxxxxxxx> -- * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.1.y | Success | Success |