Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5F5584D65 for ; Mon, 31 Jul 2023 14:42:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YhwgRThUSPFp for ; Mon, 31 Jul 2023 14:42:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 421DB84D14 for ; Mon, 31 Jul 2023 14:42:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D7A0FBDB; Mon, 31 Jul 2023 14:42:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 31 Jul 2023 14:42:46 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/sys/kern To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20230731144246.2D7A0FBDB@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Mon Jul 31 14:42:46 UTC 2023 Modified Files: src/sys/kern [netbsd-8]: kern_lock.c kern_mutex.c kern_rwlock.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1860): sys/kern/kern_rwlock.c: revision 1.67 sys/kern/kern_lock.c: revision 1.182 sys/kern/kern_mutex.c: revision 1.102 (all via patch) Sprinkle __predict_{true,false} for panicstr checks To generate a diff of this commit: cvs rdiff -u -r1.158.6.2 -r1.158.6.3 src/sys/kern/kern_lock.c cvs rdiff -u -r1.65.2.2 -r1.65.2.3 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.46.6.2 -r1.46.6.3 src/sys/kern/kern_rwlock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.