From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5BA61309EEC; Mon, 25 May 2026 21:30:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779744605; cv=none; b=LqdiTc6yrcEeJNeHvHz3EqRBsf0ygUP6IjK+HCSsr2LQeaniWyTdVbFQ7x5zvHOb9ic3xIX8OlSxiilGlOOw49Di3zzUHEnJtpJrqmKrmkaAcWaJlYYfrvtP46gFMza7T1l4ctBXO+6U30E5RaFUA3zEHBIJ9JOo9QnADwwR8SE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779744605; c=relaxed/simple; bh=tnkypJmbMYmQpB8+U85PD/9AE7KAnVf03f2iTPE1ZrA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=hgylGUXBLIPZLA3yCuqP7h5hXGs6K9bZevsTfvXMe/N4ZDM7mtIyrYsRI/Y6hN4eojLKUMIdLet0rXdYjSaK7Lg3xGLK21eF3PW3bW1Lz2Ti0lvqaSOFPfpNkrzmPrMpbfxNLoLl/AvnC6Sfx6PD56LtynpsntcIJIvVdFCxrM4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZcA74YIX; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZcA74YIX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10E341F000E9; Mon, 25 May 2026 21:30:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779744604; bh=xa2jCXu5Twi3WtqGDDUKvQ+FlOrNga0EIC+rt6ftZi8=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=ZcA74YIXDbP+lshD2ob5h+LdODfBH0pcXnkdCKhcZPliUFysgR9VnDF3BnI93Sciv q56HqYpKW84F+zxpFsxSSI1qPYJ7uZJbAtG7cVygiywJRQKEut+7R/uWaPm/+3MSja K0zwb0fjD2cCqej2fdAw7SHRH74gz1/dNflNd7boTAUuO15vVBAGV1P8mME1XjuZmF I8TsjAJebC4fQB6GbV4bTsccYc+xnQORiWKCktuIlVhhYW5R9i0hAnyOikHlT8pc9T lofJAQjezMdYo69e7CrbXpoqkaBj/eb1LVT8V+0LX4ewnk5+0jEp9u4mhH0pXQJgml VVSwFtd98Oc0g== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0CFF380AA76; Mon, 25 May 2026 21:30:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extras From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177974461039.3120854.11074179020008876568.git-patchwork-notify@kernel.org> Date: Mon, 25 May 2026 21:30:10 +0000 References: <20260523150737.36988-1-len.bao@gmx.us> In-Reply-To: <20260523150737.36988-1-len.bao@gmx.us> To: Len Bao Cc: ioana.ciornei@nxp.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 23 May 2026 15:07:35 +0000 you wrote: > The 'dpaa2_ethtool_stats' and 'dpaa2_ethtool_extras' structures are > initialized in their declarations and never changed. So, constify them > to reduce the attack surface. > > Before the patch (size dpaa2-ethtool.o): > > text data bss dec hex > 33433 5992 0 39425 9a01 > > [...] Here is the summary with links: - eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extras https://git.kernel.org/netdev/net-next/c/3baa7ba4ab98 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html