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 147EDCE79AB for ; Wed, 20 Sep 2023 07:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233057AbjITHug (ORCPT ); Wed, 20 Sep 2023 03:50:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233005AbjITHue (ORCPT ); Wed, 20 Sep 2023 03:50:34 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7596012B; Wed, 20 Sep 2023 00:50:23 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0697AC433C8; Wed, 20 Sep 2023 07:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695196223; bh=qgnXu1TyYhloTi8YxIU3S0Uj/ogkTienBEk6w7AwPsA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=a469RoIF/TseFpgEKVifl0CRz3yEPY4vn2YwIGI9Tf2LwaXVNfLY95PHBZXcUuD4C wlRjk4Fb5SpLEAmSorm5DX8AhtGpAw+uA17JeTc8KjK2AFnsIAuf6b8j6xvSpOsHHb iU7oaHrT8itoWuPPw9C9qKpuZpoJyuOb0C17bkZa8haJQ/V/NyJ7Re/R9oADlPbXAR qU+wpEkrdOLKK2dtZU9/CM/wZ7HtzOLpfLJohSQ6rVmRBVqjdhcB/29YQnlXfHK6zq Dt+rQ50n9rwL2hwAU6WspRIU1LFbI7EaYOQT3O5Ieu1wnsbaD+qBMMbU8JF2Pajava SF4vXzzlcOfJQ== 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 E1DE1C41671; Wed, 20 Sep 2023 07:50:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: rds: Fix possible NULL-pointer dereference From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169519622292.27747.2696089097178293135.git-patchwork-notify@kernel.org> Date: Wed, 20 Sep 2023 07:50:22 +0000 References: <20230918135623.630654-1-artem.chernyshev@red-soft.ru> In-Reply-To: <20230918135623.630654-1-artem.chernyshev@red-soft.ru> To: Artem Chernyshev Cc: santosh.shilimkar@oracle.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Mon, 18 Sep 2023 16:56:23 +0300 you wrote: > In rds_rdma_cm_event_handler_cmn() check, if conn pointer exists > before dereferencing it as rdma_set_service_type() argument > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Fixes: fd261ce6a30e ("rds: rdma: update rdma transport for tos") > Signed-off-by: Artem Chernyshev > > [...] Here is the summary with links: - net: rds: Fix possible NULL-pointer dereference https://git.kernel.org/netdev/net/c/f1d95df0f310 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html