umber-kernel/drivers/net/ethernet/intel
Michal Swiatkowski b1d16f7c00 libie: depend on DEBUG_FS when building LIBIE_FWLOG
LIBIE_FWLOG is unusable without DEBUG_FS. Mark it in Kconfig.

Fix build error on ixgbe when DEBUG_FS is not set. To not add another
layer of #if IS_ENABLED(LIBIE_FWLOG) in ixgbe fwlog code define debugfs
dentry even when DEBUG_FS isn't enabled. In this case the dummy
functions of LIBIE_FWLOG will be used, so not initialized dentry isn't a
problem.

Fixes: 641585bc97 ("ixgbe: fwlog support for e610")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Closes: https://lore.kernel.org/lkml/f594c621-f9e1-49f2-af31-23fbcb176058@roeck-us.net/
Signed-off-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Tested-by: Rinitha S <sx.rinitha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://patch.msgid.link/20251104172333.752445-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-05 17:38:03 -08:00
..
e1000 e1000: drop unnecessary constant casts to u16 2025-09-03 10:07:27 -07:00
e1000e Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 2025-09-04 19:01:35 -07:00
fm10k net: WQ_PERCPU added to alloc_workqueue users 2025-09-22 17:40:30 -07:00
i40e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-09-25 11:00:59 -07:00
iavf iavf: fix proper type for error code in iavf_resume() 2025-09-19 08:42:08 -07:00
ice ice: fix usage of logical PF id 2025-10-28 12:49:59 -07:00
idpf idpf: cleanup remaining SKBs in PTP flows 2025-10-13 17:44:47 -07:00
igb igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count() 2025-10-28 12:49:59 -07:00
igbvf igbvf: remove redundant counter rx_long_byte_count from ethtool statistics 2025-09-03 10:07:27 -07:00
igc igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count() 2025-10-28 12:49:59 -07:00
ixgbe libie: depend on DEBUG_FS when building LIBIE_FWLOG 2025-11-05 17:38:03 -08:00
ixgbevf ixgbevf: fix mailbox API compatibility by negotiating supported features 2025-10-13 17:44:48 -07:00
libeth libeth: xsk: add XSkFQ refill and XSk wakeup helpers 2025-06-16 11:40:15 -07:00
libie Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-09-25 11:00:59 -07:00
Kconfig libie: depend on DEBUG_FS when building LIBIE_FWLOG 2025-11-05 17:38:03 -08:00
Makefile libie: fix linking with libie_{adminq,fwlog} when CONFIG_LIBIE=n 2025-09-16 16:18:45 -07:00
e100.c