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 28C46C54EE9 for ; Fri, 23 Sep 2022 02:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232312AbiIWCkb (ORCPT ); Thu, 22 Sep 2022 22:40:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231144AbiIWCkY (ORCPT ); Thu, 22 Sep 2022 22:40:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 298D1923E4 for ; Thu, 22 Sep 2022 19:40:23 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id CC232B829EA for ; Fri, 23 Sep 2022 02:40:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 77B51C4347C; Fri, 23 Sep 2022 02:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663900820; bh=scJXSenv1p90RM/ME4c6n9tK80D/FFo6jp5PPKu2EIY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MBcN+NoQ7rQQ9MB/6yXHUB4nj9WMjhyeHk4ttmk69bPMbApG/xnJd9v9N9S00s88o s8wovAM0+ObQAWHc864LflbH9DZplLpGFEDi3q4LlHkIElJ/cHOXFPpV83V16cWLh+ njBxVuxiwJTkbCi6UZRZvzN6+b4PF0molttKieQTA6QLYNq3SpLYIA/CrIsyv8yt6P nfTAUM088qnyo13hnxB8+VLhg7TuHYxFq/LkT6oPS/9P1/lq2R28ppWK28SEENe1jR iq+5cZZqvD2Etg0cCXYCtLNiQPB/8P+s/L7eCr3O7HiIVGDNUIY60JyJvrGneLNZxB RT2VYwMRJ/VZw== 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 500C3E50D6B; Fri, 23 Sep 2022 02:40:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v3] ethtool: tunnels: check the return value of nla_nest_start() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166390082032.27582.9058046418787346317.git-patchwork-notify@kernel.org> Date: Fri, 23 Sep 2022 02:40:20 +0000 References: <20220921181716.1629541-1-floridsleeves@gmail.com> In-Reply-To: <20220921181716.1629541-1-floridsleeves@gmail.com> To: Li Zhong Cc: netdev@vger.kernel.org, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, davem@davemloft.net Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 21 Sep 2022 11:17:16 -0700 you wrote: > Check the return value of nla_nest_start(). When starting the entry > level nested attributes, if the tailroom of socket buffer is > insufficient to store the attribute header and payload, the return value > will be NULL. It will cause null pointer dereference when entry is used > in nla_nest_end(). > > Signed-off-by: Li Zhong > > [...] Here is the summary with links: - [net-next,v3] ethtool: tunnels: check the return value of nla_nest_start() https://git.kernel.org/netdev/net-next/c/05cd823863fd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html