Message ID | cover.1654569290.git.duoming@zju.edu.cn (mailing list archive) |
---|---|
Headers | show |
Series | Remove useless param of devcoredump functions and fix bugs | expand |
On Tue, Jun 07, 2022 at 11:26:24AM +0800, Duoming Zhou wrote: > The first patch removes the extra gfp_t param of dev_coredumpv() > and dev_coredumpm(). > > 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 and > dev_coredumpm > mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv Did you forget to cc: everyone on patch 2? thanks, greg k-h
On Fri, 2022-06-10 at 15:24 +0200, Greg KH wrote: > On Tue, Jun 07, 2022 at 11:26:24AM +0800, Duoming Zhou wrote: > > The first patch removes the extra gfp_t param of dev_coredumpv() > > and dev_coredumpm(). > > > > 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 and > > dev_coredumpm > > mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv > > Did you forget to cc: everyone on patch 2? > Don't think so? I got it, and you're listed there too, afaict. That said, it's actually entirely independent from patch 1, and patch 2 should probably even be Cc stable. johannes
Hello maintainers, This patch set has been reviewed by Johannes Berg and Brian Norris, but it has not been accepted yet. Do I need to do any extra work? Thank you for your time! Best regards, Duoming Zhou