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 X-Spam-Level: X-Spam-Status: No, score=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10844C47082 for ; Mon, 7 Jun 2021 20:20:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EAB3661159 for ; Mon, 7 Jun 2021 20:20:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231693AbhFGUWB (ORCPT ); Mon, 7 Jun 2021 16:22:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:44790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231572AbhFGUVz (ORCPT ); Mon, 7 Jun 2021 16:21:55 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 2E51C611C0; Mon, 7 Jun 2021 20:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623097204; bh=ulVIm9VsWFOTmR3rlMKU8YtDWTDdGNSRRefrCg2/Vxs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Y7ix8oSbT/yljKdqR1PT0//zKzgh72QP5+0NXUaa2D6QKVIG+1/+Put+IKPK2ePBh PKo136rGS0Vulu32jv+hosoFF7WQvSGwnjTskWeasB3zoKGo70DPxy/28XpgjJI7MV MRQGCjsZRbqcLkj3vpUiB1LmU0d2afJiEJ94WwpXzAhHEtRxqmOHOm0rjiWelDDzX/ u6OqgsOkjGQGgoUZWKKP7CRrJVKQFbOeJBDWmKd912PUXEZ5NlhLR7IvxboOfEdX7v DtCcL2sACsWfXACs4jGliihIbF38ZxmvM5kRlwaxa/QPSgVoHZuDJc4UrVlj1xo0rr rVRYFJ+9pj0nA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162309720416.9512.9308224561664728090.git-patchwork-notify@kernel.org> Date: Mon, 07 Jun 2021 20:20:04 +0000 References: <1623034629-30384-1-git-send-email-zou_wei@huawei.com> In-Reply-To: <1623034629-30384-1-git-send-email-zou_wei@huawei.com> To: Zou Wei Cc: kurt@linutronix.de, andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 7 Jun 2021 10:57:09 +0800 you wrote: > Using is_zero_ether_addr() instead of directly use > memcmp() to determine if the ethernet address is all > zeros. > > Reported-by: Hulk Robot > Signed-off-by: Zou Wei > > [...] Here is the summary with links: - [-next] net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp() https://git.kernel.org/netdev/net-next/c/3f07ce8e5287 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html