All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] net: hns3: use seq_file for debugfs
@ 2025-07-08 13:00 Jijie Shao
  2025-07-08 13:00 ` [PATCH net-next 01/11] net: hns3: remove tx spare info from debugfs Jijie Shao
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Jijie Shao @ 2025-07-08 13:00 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, andrew+netdev, horms
  Cc: shenjian15, liuyonglong, chenhao418, jonathan.cameron,
	shameerali.kolothum.thodi, salil.mehta, arnd, netdev,
	linux-kernel, shaojijie

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.

Jian Shen (5):
  net: hns3: clean up the build warning in debugfs by use seq file
  net: hns3: use seq_file for files in queue/ in debugfs
  net: hns3: use seq_file for files in tm/ in debugfs
  net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in
    debugfs
  net: hns3: remove the unused code after using seq_file

Jijie Shao (4):
  net: hns3: remove tx spare info from debugfs.
  net: hns3: use seq_file for files in common/ of hns3 layer
  net: hns3: use seq_file for files in reg/ in debugfs
  net: hns3: use seq_file for files in fd/ in debugfs

Yonglong Liu (2):
  net: hns3: use seq_file for files in mac_list/ in debugfs
  net: hns3: use seq_file for files in common/ of hclge layer

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   17 +-
 .../ethernet/hisilicon/hns3/hns3_debugfs.c    | 1044 ++++---------
 .../ethernet/hisilicon/hns3/hns3_debugfs.h    |   16 -
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |    2 +
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     | 1356 +++++++----------
 .../hisilicon/hns3/hns3pf/hclge_debugfs.h     |    1 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        |    2 +-
 .../hisilicon/hns3/hns3pf/hclge_main.h        |    4 +-
 8 files changed, 860 insertions(+), 1582 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2025-07-11  0:39 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 13:00 [PATCH net-next 00/11] net: hns3: use seq_file for debugfs Jijie Shao
2025-07-08 13:00 ` [PATCH net-next 01/11] net: hns3: remove tx spare info from debugfs Jijie Shao
2025-07-08 14:31   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 02/11] net: hns3: clean up the build warning in debugfs by use seq file Jijie Shao
2025-07-08 14:33   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 03/11] net: hns3: use seq_file for files in queue/ in debugfs Jijie Shao
2025-07-08 14:34   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 04/11] net: hns3: use seq_file for files in common/ of hns3 layer Jijie Shao
2025-07-08 14:36   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 05/11] net: hns3: use seq_file for files in tm/ in debugfs Jijie Shao
2025-07-08 14:38   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 06/11] net: hns3: use seq_file for files in mac_list/ " Jijie Shao
2025-07-08 14:39   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 07/11] net: hns3: use seq_file for files in reg/ " Jijie Shao
2025-07-08 14:40   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 08/11] net: hns3: use seq_file for files in fd/ " Jijie Shao
2025-07-08 14:40   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 09/11] net: hns3: use seq_file for files in common/ of hclge layer Jijie Shao
2025-07-08 14:41   ` Andrew Lunn
2025-07-11  0:39   ` Jakub Kicinski
2025-07-08 13:00 ` [PATCH net-next 10/11] net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfs Jijie Shao
2025-07-08 14:41   ` Andrew Lunn
2025-07-08 13:00 ` [PATCH net-next 11/11] net: hns3: remove the unused code after using seq_file Jijie Shao
2025-07-08 14:42   ` Andrew Lunn
2025-07-08 13:32 ` [PATCH net-next 00/11] net: hns3: use seq_file for debugfs Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.