From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 448C5C43334 for ; Fri, 10 Jun 2022 13:27:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343852AbiFJN1W (ORCPT ); Fri, 10 Jun 2022 09:27:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237423AbiFJN1T (ORCPT ); Fri, 10 Jun 2022 09:27:19 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 772D51F1840; Fri, 10 Jun 2022 06:27:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=a17rIhmYMXk/cMHXQP0SBvxNj3jz7ib4FGJ0RQdnt8U=; t=1654867638; x=1656077238; b=Q8Kc4OeQu90J4RYpYmf+cj+JE432E0qSBEBe9Ip5yyaQn1D IkmpEXetWeR1s5iEPIvDNohJKeg4mtoXgHQfATg8DAUG4GgCSgEnr9G6WE3XHejCiYcdmnfdRSJYO cMPjGWNrBC1AaHa2DWlqL5NImh7DvL1w1KWAbPU3qfiX4yrJ4nHJ8ArKI4AIVZOylp8oX394UsN71 x8V0RsIPe99NueTLJ4zP0ori7xUGriCpbc5n4HYqO2kTOEuAUSz1rxx7lK8OR7NlXynfxu9PgPgKS LrYSN+DZVggtjkn/yp4UnLtww0z/daNlQ+FSuYHUCaCAhwu3ZgoTgM2+PY+EZIzQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1nzefI-001VO4-R7; Fri, 10 Jun 2022 15:27:05 +0200 Message-ID: Subject: Re: [PATCH v6 0/2] Remove useless param of devcoredump functions and fix bugs From: Johannes Berg To: Greg KH , Duoming Zhou Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, briannorris@chromium.org, amitkarwar@gmail.com, ganapathi017@gmail.com, sharvari.harisangam@nxp.com, huxinming820@gmail.com, kvalo@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, rafael@kernel.org Date: Fri, 10 Jun 2022 15:27:03 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.2 (3.44.2-1.fc36) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org 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(). > >=20 > > The second patch fix sleep in atomic context bugs of mwifiex > > caused by dev_coredumpv(). > >=20 > > 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 >=20 > Did you forget to cc: everyone on patch 2? >=20 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