mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
The KUnit test validates the correct operation of the ringbuffer. A separate dedicated ringbuffer is used so that the global printk ringbuffer is not touched. Co-developed-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: Petr Mladek <pmladek@suse.com> Link: https://patch.msgid.link/20250612-printk-ringbuffer-test-v3-1-550c088ee368@linutronix.de Signed-off-by: Petr Mladek <pmladek@suse.com>
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
CONFIG_KUNIT=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_PRINTK_RINGBUFFER_KUNIT_TEST=y
|