netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Add new APIs of devcoredump and fix bugs
@ 2022-08-23 11:21 Duoming Zhou
  2022-08-23 11:21 ` [PATCH v8 1/2] devcoredump: add new APIs to support migration of users from old device coredump related APIs Duoming Zhou
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Duoming Zhou @ 2022-08-23 11:21 UTC (permalink / raw)
  To: linux-kernel, gregkh, briannorris
  Cc: johannes, rafael, amitkarwar, ganapathi017, sharvari.harisangam,
	huxinming820, kvalo, davem, edumazet, kuba, pabeni,
	linux-wireless, netdev, Duoming Zhou

The first patch adds new APIs to support migration of users
from old device coredump related APIs.

The second patch fix sleep in atomic context bugs of mwifiex
caused by dev_coredumpv().

Duoming Zhou (2):
  devcoredump: add new APIs to support migration of users from old
    device coredump related APIs
  mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv

 drivers/base/devcoredump.c                    | 116 ++++++++++++++++++
 drivers/net/wireless/marvell/mwifiex/init.c   |   9 +-
 drivers/net/wireless/marvell/mwifiex/main.h   |   3 +-
 .../net/wireless/marvell/mwifiex/sta_event.c  |   6 +-
 include/linux/devcoredump.h                   |  34 +++++
 5 files changed, 160 insertions(+), 8 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-22  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23 11:21 [PATCH v8 0/2] Add new APIs of devcoredump and fix bugs Duoming Zhou
2022-08-23 11:21 ` [PATCH v8 1/2] devcoredump: add new APIs to support migration of users from old device coredump related APIs Duoming Zhou
2022-08-23 11:21 ` [PATCH v8 2/2 RESEND] mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv Duoming Zhou
2022-09-22  6:08   ` Kalle Valo
2022-08-24 20:42 ` [PATCH v8 0/2] Add new APIs of devcoredump and fix bugs Brian Norris
2022-08-25  0:44   ` duoming
2022-08-25  5:59     ` Greg Kroah-Hartman
2022-08-25  6:59       ` duoming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).