[PATCH v3 0/2] netconsole: allow selection of egress interface via MAC address
From: Uday Shankar <hidden>
Date: 2025-02-06 05:21:34
Also in:
linux-doc, linux-wireless, lkml
From: Uday Shankar <hidden>
Date: 2025-02-06 05:21:34
Also in:
linux-doc, linux-wireless, lkml
This series adds support for selecting a netconsole egress interface by specifying the MAC address (in place of the interface name) in the boot/module parameter. Signed-off-by: Uday Shankar <redacted> --- Changes in v3: - Rename MAC_ADDR_LEN to MAC_ADDR_STR_LEN (Johannes Berg) - Link to v2: https://lore.kernel.org/r/20250204-netconsole-v2-0-5ef5eb5f6056@purestorage.com (local) --- Uday Shankar (2): net, treewide: define and use MAC_ADDR_STR_LEN netconsole: allow selection of egress interface via MAC address Documentation/networking/netconsole.rst | 6 +++- drivers/net/netconsole.c | 2 +- drivers/nvmem/brcm_nvram.c | 2 +- drivers/nvmem/layouts/u-boot-env.c | 2 +- include/linux/if_ether.h | 3 ++ include/linux/netpoll.h | 6 ++++ lib/net_utils.c | 4 +-- net/core/netpoll.c | 51 +++++++++++++++++++++++++-------- net/mac80211/debugfs_sta.c | 5 ++-- 9 files changed, 60 insertions(+), 21 deletions(-) --- base-commit: 3924fa995cdf3752f2f89f8de72834c4638c5ebf change-id: 20250204-netconsole-4c610e2f871c Best regards, -- Uday Shankar [off-list ref]