From: patchwork-bot+netdevbpf@kernel.org
To: Jijie Shao <shaojijie@huawei.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
shenjian15@huawei.com, liuyonglong@huawei.com,
chenhao418@huawei.com, jonathan.cameron@huawei.com,
shameerali.kolothum.thodi@huawei.com, salil.mehta@huawei.com,
arnd@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V3 net-next 00/10] net: hns3: use seq_file for debugfs
Date: Wed, 16 Jul 2025 00:00:19 +0000 [thread overview]
Message-ID: <175262401900.621373.9648094414037251084.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250714061037.2616413-1-shaojijie@huawei.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 14 Jul 2025 14:10:27 +0800 you wrote:
> Arnd reported that there are two build warning for on-stasck
> buffer oversize. As Arnd's suggestion, using seq file way
> to avoid the stack buffer or kmalloc buffer allocating.
>
> ---
> ChangeLog:
> v2 -> v3:
> - Merge patch (11/11) into the previous two, suggested by Simon Horman
> v2: https://lore.kernel.org/all/20250711061725.225585-1-shaojijie@huawei.com/
> v1 -> v2:
> - Remove unused functions in advance to eliminate compilation warnings, suggested by Jakub Kicinski
> - Remove unnecessary cast, suggested by Andrew Lunn
> v1: https://lore.kernel.org/all/20250708130029.1310872-1-shaojijie@huawei.com/
>
> [...]
Here is the summary with links:
- [V3,net-next,01/10] net: hns3: remove tx spare info from debugfs.
https://git.kernel.org/netdev/net-next/c/277ed0cc9d73
- [V3,net-next,02/10] net: hns3: clean up the build warning in debugfs by use seq file
https://git.kernel.org/netdev/net-next/c/c557c1832626
- [V3,net-next,03/10] net: hns3: use seq_file for files in queue/ in debugfs
https://git.kernel.org/netdev/net-next/c/eced3d1c41db
- [V3,net-next,04/10] net: hns3: use seq_file for files in common/ of hns3 layer
https://git.kernel.org/netdev/net-next/c/2b65524d106e
- [V3,net-next,05/10] net: hns3: use seq_file for files in tm/ in debugfs
https://git.kernel.org/netdev/net-next/c/08a6476e2875
- [V3,net-next,06/10] net: hns3: use seq_file for files in mac_list/ in debugfs
https://git.kernel.org/netdev/net-next/c/00f9ea261d9c
- [V3,net-next,07/10] net: hns3: use seq_file for files in reg/ in debugfs
https://git.kernel.org/netdev/net-next/c/2363145ad86e
- [V3,net-next,08/10] net: hns3: use seq_file for files in fd/ in debugfs
https://git.kernel.org/netdev/net-next/c/3945d94c9f4b
- [V3,net-next,09/10] net: hns3: use seq_file for files in common/ of hclge layer
https://git.kernel.org/netdev/net-next/c/9e1545b48818
- [V3,net-next,10/10] net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfs
https://git.kernel.org/netdev/net-next/c/b0aabb3b1efb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-07-15 23:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-14 6:10 Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 01/10] net: hns3: remove tx spare info from debugfs Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 02/10] net: hns3: clean up the build warning in debugfs by use seq file Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 03/10] net: hns3: use seq_file for files in queue/ in debugfs Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 04/10] net: hns3: use seq_file for files in common/ of hns3 layer Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 05/10] net: hns3: use seq_file for files in tm/ in debugfs Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 06/10] net: hns3: use seq_file for files in mac_list/ " Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 07/10] net: hns3: use seq_file for files in reg/ " Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 08/10] net: hns3: use seq_file for files in fd/ " Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 09/10] net: hns3: use seq_file for files in common/ of hclge layer Jijie Shao
2025-07-14 6:10 ` [PATCH V3 net-next 10/10] net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfs Jijie Shao
2025-07-16 0:00 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175262401900.621373.9648094414037251084.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=arnd@kernel.org \
--cc=chenhao418@huawei.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jonathan.cameron@huawei.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liuyonglong@huawei.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=salil.mehta@huawei.com \
--cc=shameerali.kolothum.thodi@huawei.com \
--cc=shaojijie@huawei.com \
--cc=shenjian15@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®