]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's.
authorHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 2 Nov 2021 15:52:46 +0000 (16:52 +0100)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 2 Nov 2021 15:53:34 +0000 (16:53 +0100)
commit2390a1441effaba0e3d0f2f447f448aaf20428f1
treef76115bff931a94ba98fc6e892d00fddce8bfbcc
parenta670e1c13a522df4fb8c63bb023b88b1d65de797
LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's.

The purpose of this change is to reduce the amount of dmesg(8) noise when
VT switching after a panic.

Submitted by: Greg V <greg@unrelenting.technology>
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30174
Sponsored by: NVIDIA Networking
sys/compat/linuxkpi/common/include/linux/kernel.h
sys/compat/linuxkpi/common/src/linux_compat.c