lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <cover.1661252818.git.duoming@zju.edu.cn> Date: Tue, 23 Aug 2022 19:21:25 +0800 From: Duoming Zhou <duoming@....edu.cn> To: linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org, briannorris@...omium.org Cc: johannes@...solutions.net, rafael@...nel.org, 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, linux-wireless@...r.kernel.org, netdev@...r.kernel.org, Duoming Zhou <duoming@....edu.cn> Subject: [PATCH v8 0/2] Add new APIs of devcoredump and fix bugs 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
Powered by blists - more mailing lists