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 52B16EEAA51 for ; Thu, 14 Sep 2023 15:40:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241155AbjINPke (ORCPT ); Thu, 14 Sep 2023 11:40:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240722AbjINPkd (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 E4642CC for ; Thu, 14 Sep 2023 08:40:28 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 82CA5C433C8; 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=5YlYThHz6kgaqNTLekMN0xx5bNrfNkh1z47efDbzHxU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ppEhEDVqEA7rO5RNK5j77cEpotSvib41/81y2Y0BODMefDJtYWdFeXLcSfmZxbLY1 UbyeefML5WO/6rmxWypTzpmR6ivUC+zKCWsZzzVg6D7DciWrVMo7XrQB3NmOfCxMjJ K8bYrbmxogc7UQsB8rH/mh7YH2NXe/Aye8sVtzFfifuMyaMz2Uj3yrZ5Klmnp58Cew N+C7jhKukqwWVL09Y5ttKe2CSW9JVnwvUNwYBlZdHptQsg9NPQ0TIAYFuIboo6zvoY utruOyoUM3X08/RilnvxB4/wI/EVKGompPs7OeLeXBERpw1SrzdnMHP2JStzwhbvNU u8XxPeryf7EYg== 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 64F6CE22AF6; 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] ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169470602840.30402.16427118028030872259.git-patchwork-notify@kernel.org> Date: Thu, 14 Sep 2023 15:40:28 +0000 References: <20230912084100.1502379-1-Ilia.Gavrilov@infotecs.ru> In-Reply-To: <20230912084100.1502379-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:49 +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. > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Signed-off-by: Gavrilov Ilia > > [...] Here is the summary with links: - [net-next] ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next() https://git.kernel.org/netdev/net-next/c/59bb1d698028 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html