On Tue, Jun 10, 2025 at 08:18:12AM -0700, Breno Leitao wrote:
drivers/net/netconsole.c | 137 ++++++++++++++++++++- include/linux/netpoll.h | 10 +- net/core/netpoll.c | 136 +------------------- tools/testing/selftests/drivers/net/Makefile | 1 + .../selftests/drivers/net/lib/sh/lib_netcons.sh | 39 +++++- .../selftests/drivers/net/netcons_cmdline.sh | 52 ++++++++ 6 files changed, 228 insertions(+), 147 deletions(-)
I've just found that this current patchset didn't apply to net-next, thus, the NIPA tests didn't run. I will send a v2 soon. I do not plan to change anything, other than rebasing it.
--breno