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 857C6EE4993 for ; Tue, 22 Aug 2023 10:50:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233468AbjHVKu0 (ORCPT ); Tue, 22 Aug 2023 06:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230219AbjHVKuZ (ORCPT ); Tue, 22 Aug 2023 06:50:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA147BE for ; Tue, 22 Aug 2023 03:50:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 46F0A651AD for ; Tue, 22 Aug 2023 10:50:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5DC2AC433C9; Tue, 22 Aug 2023 10:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692701422; bh=CH4qI6lnmD8k/tSVu+AnqbRi0a34eJdMTltkb/mszUs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=i4N/ZSZk6ryQekpxHYWZ6dph6GenS542CIK3x/0WkX7n5vw9MgjzMaq5Ovx7bDQ+a Vwhz305q7nFkc4Mrfnk7BDg31qlu8kc6mGiV43HiUapHeVrnwmjCpJfaSiAVD8V+TN hWNHGkzd76x+B8GceNwzBzseRB41tAm8hJ0Ekh32vcZPezzBieWgdeBYYCXxGw0Epr tZFmt878V5+NaDQxcOz7wzpKO2dBZXdLaVIgmE7sP2A12TJBrT1HZW5Sxs3Rp3srwo BDrSBnBfVKlen6g43YQ1ib4qR88GgBuopSEsSJU8/qlQa1dKg/xjS38CoHV7X6yzdC /rplZtS+bW7WQ== 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 4265EE21ECD; Tue, 22 Aug 2023 10:50:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH RESEND net-next] alx: fix OOB-read compiler warning From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169270142226.5727.3369298753541384409.git-patchwork-notify@kernel.org> Date: Tue, 22 Aug 2023 10:50:22 +0000 References: <20230821013218.1614265-1-gongruiqi@huaweicloud.com> In-Reply-To: <20230821013218.1614265-1-gongruiqi@huaweicloud.com> To: GONG@ci.codeaurora.org, Ruiqi Cc: chris.snook@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, sd@queasysnail.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, keescook@chromium.org, gustavoars@kernel.org, gongruiqi1@huawei.com 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 Mon, 21 Aug 2023 09:32:18 +0800 you wrote: > From: "GONG, Ruiqi" > > The following message shows up when compiling with W=1: > > In function ‘fortify_memcpy_chk’, > inlined from ‘alx_get_ethtool_stats’ at drivers/net/ethernet/atheros/alx/ethtool.c:297:2: > ./include/linux/fortify-string.h:592:4: error: call to ‘__read_overflow2_field’ > declared with attribute warning: detected read beyond size of field (2nd parameter); > maybe use struct_group()? [-Werror=attribute-warning] > 592 | __read_overflow2_field(q_size_field, size); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > [...] Here is the summary with links: - [RESEND,net-next] alx: fix OOB-read compiler warning https://git.kernel.org/netdev/net-next/c/3a198c95c95d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html