[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<169941302444.21503.2410496259259680243.git-patchwork-notify@kernel.org>
Date: Wed, 08 Nov 2023 03:10:24 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Vladimir Oltean <vladimir.oltean@....com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, oe-kbuild-all@...ts.linux.dev,
linux-kernel@...r.kernel.org, simon.horman@...igine.com,
claudiu.manoil@....com, lkp@...el.com
Subject: Re: [PATCH net] net: enetc: shorten enetc_setup_xdp_prog() error message
to fit NETLINK_MAX_FMTMSG_LEN
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 6 Nov 2023 18:03:11 +0200 you wrote:
> NETLINK_MAX_FMTMSG_LEN is currently hardcoded to 80, and we provide an
> error printf-formatted string having 96 characters including the
> terminating \0. Assuming each %d (representing a queue) gets replaced by
> a number having at most 2 digits (a reasonable assumption), the final
> string is also 96 characters wide, which is too much.
>
> Reduce the verbiage a bit by removing some (partially) redundant words,
> which makes the new printf-formatted string be 73 characters wide with
> the trailing newline.
>
> [...]
Here is the summary with links:
- [net] net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_FMTMSG_LEN
https://git.kernel.org/netdev/net/c/f968c56417f0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists