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 89CDAC433F5 for ; Fri, 7 Oct 2022 08:00:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229838AbiJGIAX (ORCPT ); Fri, 7 Oct 2022 04:00:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbiJGIAR (ORCPT ); Fri, 7 Oct 2022 04:00:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72FCAC8210; Fri, 7 Oct 2022 01:00:16 -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 dfw.source.kernel.org (Postfix) with ESMTPS id D114961C30; Fri, 7 Oct 2022 08:00:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 326A7C43140; Fri, 7 Oct 2022 08:00:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665129615; bh=y0EcgYGBv8/GR4zkLGBZvD6bCN35DznMOMQ5ZLzvy70=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=u8MS9ESN512jkCTCLJlhDVL7y/763zcUs2g4KT837s3gMJkGYuoraes4zy788ouVl 8JR1R8P8ZieAxlKESsQqsBcfDbJRzN1diuHmqdoHJj+ReqIhvS6ffrl/8FOpU1HJoq 7UxvC8pWJ1+TfqEfTtKA+FIoAC22f5WF4lSKQ7I2q4wQ3JcNpTOo0QlAWcrNxNzwJn +CbpfTuuvAYyPgvEK5qCsxJsJQXVmvpMvwxwgtAW1hDlYJGsnMjYID9UBKDVxpgAoI j8wX7XNp7eK1QFWRtU9wZq/iYCKt4RqTRGQHDBIxCUA+RVtT0wz+p8bUOMQyGQ+BsC mvHuT5PD5RSdQ== 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 18C6FE2A05D; Fri, 7 Oct 2022 08:00:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: mediatek: Remove -Warray-bounds exception From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166512961509.5723.14155034485751046391.git-patchwork-notify@kernel.org> Date: Fri, 07 Oct 2022 08:00:15 +0000 References: <20221006192052.1742948-1-keescook@chromium.org> In-Reply-To: <20221006192052.1742948-1-keescook@chromium.org> To: Kees Cook Cc: nbd@nbd.name, john@phrozen.org, sean.wang@mediatek.com, Mark-MC.Lee@mediatek.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Thu, 6 Oct 2022 12:20:52 -0700 you wrote: > GCC-12 emits false positive -Warray-bounds warnings with > CONFIG_UBSAN_SHIFT (-fsanitize=shift). This is fixed in GCC 13[1], > and there is top-level Makefile logic to remove -Warray-bounds for > known-bad GCC versions staring with commit f0be87c42cbd ("gcc-12: disable > '-Warray-bounds' universally for now"). > > Remove the local work-around. > > [...] Here is the summary with links: - net: ethernet: mediatek: Remove -Warray-bounds exception https://git.kernel.org/netdev/net/c/4af609b216e8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html