make a note about when to remove overly verbose logging for pinsyscall violations
authorderaadt <deraadt@openbsd.org>
Mon, 22 Jan 2024 04:38:32 +0000 (04:38 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 22 Jan 2024 04:38:32 +0000 (04:38 +0000)
sys/sys/syscall_mi.h

index 1bcee1d..e200876 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: syscall_mi.h,v 1.30 2024/01/16 19:05:00 deraadt Exp $ */
+/*     $OpenBSD: syscall_mi.h,v 1.31 2024/01/22 04:38:32 deraadt Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -102,6 +102,7 @@ pin_check(struct proc *p, register_t code)
                ktrpinsyscall(p, error, code, addr);
 #endif
        KERNEL_LOCK();
+       /* XXX remove or simplify this log() call after OpenBSD 7.5 release */
        log(LOG_ERR,
            "%s[%d]: pinsyscalls addr %lx code %ld, pinoff 0x%x "
            "(pin%s %d %lx-%lx %lx) (libcpin%s %d %lx-%lx %lx) error %d\n",