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 CABF7C4332F for ; Mon, 12 Dec 2022 21:01:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233546AbiLLVBp (ORCPT ); Mon, 12 Dec 2022 16:01:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233239AbiLLVBI (ORCPT ); Mon, 12 Dec 2022 16:01:08 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83DE119035; Mon, 12 Dec 2022 13:00:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1614461228; Mon, 12 Dec 2022 21:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 69CA3C4339B; Mon, 12 Dec 2022 21:00:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670878816; bh=YRd0tagvi9BC26uw6x2m0UsaWZT0o6bEr0lMaqUgtfM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=J3weV9Tbfg3+i0T2i/gD9bP7ZSz+UFtFLtcatrB20cYkH6NHR0QbcKhkk96zLmD36 k5USjBYx+M2WnEMYVyOYbjkmBQWPgXS0GMEXiLywW2css6MdySWlhqAkYsiPxSzL5s MP86Jjzv22falC87oJ6AUdy71Z7k3ZhgDRsGqYvruiy9rX1DKYEZH9ymnLgUQAgdpK E27+3tnWHPFJ9R8KcT+ZHkulF6K/7781OXVeEP6JXfLWRw/eVpv5VR8aTFscHO274i DPxTWD5bsDSyc2JwF6I79ywKoD9/b/+7enP4TruL8O/F1hssNEzosCfIRVKu4YHjgl xWJlZgS7mkvtA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 563CCC41606; Mon, 12 Dec 2022 21:00:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] ntb_netdev: Use dev_kfree_skb_any() in interrupt context From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167087881634.21711.12961648575460625809.git-patchwork-notify@kernel.org> Date: Mon, 12 Dec 2022 21:00:16 +0000 References: <20221209000659.8318-1-epilmore@gigaio.com> In-Reply-To: <20221209000659.8318-1-epilmore@gigaio.com> To: Eric Pilmore (GigaIO) Cc: netdev@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, ntb@lists.linux.dev, allenbh@gmail.com, dave.jiang@intel.com, jdmason@kudzu.us Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Thu, 8 Dec 2022 16:06:59 -0800 you wrote: > From: Eric Pilmore > > TX/RX callback handlers (ntb_netdev_tx_handler(), > ntb_netdev_rx_handler()) can be called in interrupt > context via the DMA framework when the respective > DMA operations have completed. As such, any calls > by these routines to free skb's, should use the > interrupt context safe dev_kfree_skb_any() function. > > [...] Here is the summary with links: - [v2] ntb_netdev: Use dev_kfree_skb_any() in interrupt context https://git.kernel.org/netdev/net/c/5f7d78b2b12a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html