]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-hns3-use-seq_file-for-debugfs'
authorJakub Kicinski <kuba@kernel.org>
Tue, 15 Jul 2025 23:50:06 +0000 (16:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Jul 2025 23:50:07 +0000 (16:50 -0700)
commitc3886ccaadf8fdc2c91bfbdcdca36ccdc6ef8f70
tree798859eeed2a16e3329e0934a749c3cc3e4746b1
parentce6030afe4590221ff40e3e873600c65e7be56e7
parentb0aabb3b1efbf2b4c65118acfa01b50ec9a8df71
Merge branch 'net-hns3-use-seq_file-for-debugfs'

Jijie Shao says:

====================
net: hns3: use seq_file for debugfs

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.

v2: https://lore.kernel.org/20250711061725.225585-1-shaojijie@huawei.com
v1: https://lore.kernel.org/20250708130029.1310872-1-shaojijie@huawei.com
====================

Link: https://patch.msgid.link/20250714061037.2616413-1-shaojijie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>