mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
kmsan.9: Mention the loader tunable 'debug.kmsan.disable'
Reviewed by: gbe (manpages), markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D42166
This commit is contained in:
parent
2df9757508
commit
7ca90db2f3
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd August 10, 2021
|
||||
.Dd October 13, 2023
|
||||
.Dt KMSAN 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -108,6 +108,10 @@ should be used only for kernel testing and development.
|
|||
It is not recommended to enable
|
||||
.Nm
|
||||
in systems with less than 8GB of physical RAM.
|
||||
.Pp
|
||||
The sanitizer in a KMSAN-configured kernel can be disabled by setting the loader
|
||||
tunable
|
||||
.Sy debug.kmsan.disable=1 .
|
||||
.Sh FUNCTIONS
|
||||
The
|
||||
.Fn kmsan_mark
|
||||
|
|
|
|||
Loading…
Reference in a new issue