[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1654175941.git.duoming@zju.edu.cn>
Date: Thu, 2 Jun 2022 21:33:32 +0800
From: Duoming Zhou <duoming@....edu.cn>
To: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: amitkarwar@...il.com, ganapathi017@...il.com,
sharvari.harisangam@....com, huxinming820@...il.com,
kvalo@...nel.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
gregkh@...uxfoundation.org, johannes@...solutions.net,
rafael@...nel.org, Duoming Zhou <duoming@....edu.cn>
Subject: [PATCH v4 0/2] Remove extra param of dev_coredumpv and fix bugs
The first patch removes the extra gfp_t param of dev_coredumpv.
The second patch fix sleep in atomic context bugs of mwifiex
caused by dev_coredumpv.
Duoming Zhou (2):
devcoredump: remove the useless gfp_t parameter in dev_coredumpv
mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv
drivers/base/devcoredump.c | 6 ++----
drivers/bluetooth/btmrvl_sdio.c | 2 +-
drivers/bluetooth/hci_qca.c | 2 +-
drivers/gpu/drm/etnaviv/etnaviv_dump.c | 2 +-
drivers/media/platform/qcom/venus/core.c | 2 +-
drivers/net/can/spi/mcp251xfd/mcp251xfd-dump.c | 2 +-
drivers/net/wireless/ath/ath10k/coredump.c | 2 +-
drivers/net/wireless/ath/wil6210/wil_crash_dump.c | 2 +-
.../net/wireless/broadcom/brcm80211/brcmfmac/debug.c | 2 +-
drivers/net/wireless/marvell/mwifiex/init.c | 10 ++++++----
drivers/net/wireless/marvell/mwifiex/main.c | 3 +--
drivers/net/wireless/marvell/mwifiex/main.h | 2 +-
drivers/net/wireless/marvell/mwifiex/sta_event.c | 6 +++---
drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 3 +--
drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 3 +--
drivers/net/wireless/realtek/rtw88/main.c | 2 +-
drivers/net/wireless/realtek/rtw89/ser.c | 2 +-
drivers/remoteproc/qcom_q6v5_mss.c | 2 +-
drivers/remoteproc/remoteproc_coredump.c | 4 ++--
include/linux/devcoredump.h | 5 ++---
sound/soc/intel/catpt/dsp.c | 2 +-
21 files changed, 31 insertions(+), 35 deletions(-)
--
2.17.1
Powered by blists - more mailing lists