]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tty: Default to printing kernel stack traceback only on INVARIANT kernels
authorWarner Losh <imp@FreeBSD.org>
Wed, 29 Jun 2022 14:26:58 +0000 (08:26 -0600)
committerWarner Losh <imp@FreeBSD.org>
Sat, 2 Jul 2022 14:02:12 +0000 (08:02 -0600)
commitb69996d1d5d08fd5009ac325ea8e8154efd01b33
tree11f43cabdb30f3ea3e2df9e20450ab99e75c7084
parent836d47d38e0a586c9b307fd7fb46bf563acba151
tty: Default to printing kernel stack traceback only on INVARIANT kernels

Change the default from printing a breif kernel thread stack informaton
back to omitting it for non-invariant kernels in response to
SIGINFO/^T. Full and brief stack support can be selected with the
kern.tty_info_kstacks sysctl.

MFC After: 2 weeks
Sponsored by: Netflix
Reviewed by: grembo, jhb
Differential Revision: https://reviews.freebsd.org/D35576
sys/kern/tty_info.c