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 EF0C3C61D97 for ; Wed, 22 Nov 2023 01:50:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234979AbjKVBu3 (ORCPT ); Tue, 21 Nov 2023 20:50:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbjKVBu1 (ORCPT ); Tue, 21 Nov 2023 20:50:27 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B79910C for ; Tue, 21 Nov 2023 17:50:24 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 294B7C433C9; Wed, 22 Nov 2023 01:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700617823; bh=ytwSLqGynDoxV3L8iE9r2IClifLUP14wvoD8499FKVQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lKFkl7MdEVR7qGp1syXYGejcOz6XMvPmUT2MAP6Nw+Jno0b4llFUGUrwv0HFcLZ+8 k1wRmybSeLl4j90Xwnb0R8+ZyZfNFHFHrzvA+zPuuDpPtYDQ9+axWl48ZJz2lPEvxq lX6KP1y4wa5ASs+aMtTsN+aSjE17vshV6lPQEfy/HJjaZumoVrbYoTZ20KjPsaxZZk Mw1GIlm8j8B0ZDILW+PY9novEg73+Tg1hwbR/7ODIC4rJD78uXTv4FvAhVS+BoiLwF EZBwYmVF/8nwyBB2qc345+A5524P0W2lniy8aRoVJkdZEil2zyEx+bhP+PO66yXBsJ OYzpMme4QBRsw== 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 0DFCCC595D0; Wed, 22 Nov 2023 01:50:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] dpll: Fix potential msg memleak when genlmsg_put_reply failed From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170061782305.9000.12246694056316498356.git-patchwork-notify@kernel.org> Date: Wed, 22 Nov 2023 01:50:23 +0000 References: <20231121013709.73323-1-gehao@kylinos.cn> In-Reply-To: <20231121013709.73323-1-gehao@kylinos.cn> To: Hao Ge Cc: vadim.fedorenko@linux.dev, arkadiusz.kubalewski@intel.com, jiri@resnulli.us, michal.michalik@intel.com, davem@davemloft.net, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 21 Nov 2023 09:37:09 +0800 you wrote: > We should clean the skb resource if genlmsg_put_reply failed. > > Fixes: 9d71b54b65b1 ("dpll: netlink: Add DPLL framework base functions") > Signed-off-by: Hao Ge > --- > v1 -> v2: change title due to add some similar fix for some similar cases > > [...] Here is the summary with links: - [v2] dpll: Fix potential msg memleak when genlmsg_put_reply failed https://git.kernel.org/netdev/net/c/b6fe6f03716d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html