On Fri, Nov 28, 2025 at 06:20:48AM -0800, Breno Leitao wrote:
Update the netcons_sysdata test to use the configfs send_msg attribute for message injection instead of /dev/kmsg. This validates the new direct message sending functionality that bypasses the kernel's printk infrastructure.
Only move this test to the new mechanism, given the traditional printk() flow continues to be default path, and the one that should be mostly tested.
Signed-off-by: Breno Leitao leitao@debian.org
Reviewed-by: Simon Horman horms@kernel.org