]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/nolibc: use file driver for QEMU serial
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 23 Jun 2025 21:15:53 +0000 (23:15 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 3 Jul 2025 20:32:32 +0000 (22:32 +0200)
commit358b2511d7e687a243383fbbba9cb21b242f48b8
tree0ba79e50c49f1346625079c43d3586cf1853cf7d
parent439fa8756a107043b54555096bd1da22e0d5cffd
selftests/nolibc: use file driver for QEMU serial

For the test implementation of the SuperH architecture a second serial
serial port needs to be used. Unfortunately the currently used 'stdio'
driver does not support multiple serial ports at the same time.

Switch to the 'file' driver which does support multiple ports and is
sufficient for the nolibc-test usecase.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/20250623-nolibc-sh-v2-2-0f5b4b303025@weissschuh.net
tools/testing/selftests/nolibc/Makefile.nolibc