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 53FF5EEAA4E for ; Thu, 14 Sep 2023 15:40:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241179AbjINPkg (ORCPT ); Thu, 14 Sep 2023 11:40:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240964AbjINPkd (ORCPT ); Thu, 14 Sep 2023 11:40:33 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD0B599 for ; Thu, 14 Sep 2023 08:40:28 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 72FE0C433C9; Thu, 14 Sep 2023 15:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694706028; bh=5pHurieEGpFvVNepSGKTHuQJ5+UCJ1DQa4ysNwXQgvM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Hk53rtvaOdOepIJjZBvFzCiPQI4WY/31RI5bwj+R6qnvqqy4XUHZ8NME3puJUI2Nk LEBnCf4GgvRC9lUHJfM0yYHy2SdthTk//S4+vXUGRRmeTms9jF+Udpad2z9jBzeNuw uqhLuusK7mcxGVMLtj96tEeNpnxQsqyG24EDA9xjwZO+xjYhfmfylsG92qtMn/CSGe uYYAtg+qF71YfANseM6ZQst6DyaAHnYSAwvIj1RfavxL/cxL5fPaxTBZ23z44L8fsY ntmoxWl8lBbH7vvk3a8Ulnsr4Ea8vqV/wEEVzcfY9F5TV5wVGVT6qOCGpxgoc82KeD U+OvStnWEJ05A== 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 56BC7E1C280; Thu, 14 Sep 2023 15:40:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169470602834.30402.10840214972084534976.git-patchwork-notify@kernel.org> Date: Thu, 14 Sep 2023 15:40:28 +0000 References: <20230912084039.1501984-1-Ilia.Gavrilov@infotecs.ru> In-Reply-To: <20230912084039.1501984-1-Ilia.Gavrilov@infotecs.ru> To: Gavrilov Ilia Cc: davem@davemloft.net, dsahern@kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 12 Sep 2023 08:42:34 +0000 you wrote: > The 'state->im' value will always be non-zero after > the 'while' statement, so the check can be removed. > > Found by InfoTeCS on behalf of Linux Verification Center > (linuxtesting.org) with SVACE. > > Signed-off-by: Gavrilov Ilia > > [...] Here is the summary with links: - [net-next] ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next() https://git.kernel.org/netdev/net-next/c/a613ed1afd96 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html