Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TwIGX47U; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Mq4xS3dS Received: by mail.netbsd.org (Postfix, from userid 605) id EA12584F44; Thu, 18 Apr 2024 18:14:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713464064; bh=QLKYiMxyymh7+0CqGPTVc8WZ5/VgaogbrpJRetAnW4g=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=TwIGX47U/UXaqwPRgr6KIfzidk3xQAOgDokU0XiqKfl8DPkc23A6qWhjB4j+e7eQm 2Kd6Y7Sci6YTvBJFsYO/5maIkpTZxA1GmCfZWkmdzDIj9FpdpASMMaEJxhKAv5WCkU 7oGvFKEvHSYdbQ5TcllA5E6BAFCxSbLDqYGzwkIY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D47BC84F43 for ; Thu, 18 Apr 2024 18:14:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xxfHTAsfOs1S for ; Thu, 18 Apr 2024 18:14:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7142884CE2 for ; Thu, 18 Apr 2024 18:14:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713464062; bh=QLKYiMxyymh7+0CqGPTVc8WZ5/VgaogbrpJRetAnW4g=; h=Date:From:Subject:To:Reply-To; b=Mq4xS3dSEmtedhAl2K5+U1R8SlfpEdi0L/0S7WPqPxkHrvZU+Oh1sz7IZN0qyAJle 3q9MAbJa3hqHcdDUw2ytrZYfAW9o3t9LLcfygfyFyARHjepEJKHBIrG3usoBB89Jjx 7nnJljBJhp1CcdigZVDor/kcDHlow6Ic+jYcd3N4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 699D9FA2C; Thu, 18 Apr 2024 18:14:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 18:14:22 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/arm/arm32 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418181422.699D9FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 18:14:22 UTC 2024 Modified Files: src/sys/arch/arm/arm32 [netbsd-10]: pmap.c Log Message: Pull up following revision(s) (requested by skrll in ticket #666): sys/arch/arm/arm32/pmap.c: revision 1.443 port-arm/58135: reproducible pmap KASSERT failure for armv7 with NFS root Don't unconditionally set XN in pmap_clearbit - only set it if a mapping exists VM_PROT_EXEC is being cleared. I've simplified the #ifdefs in the patch from the PR. To generate a diff of this commit: cvs rdiff -u -r1.437.4.3 -r1.437.4.4 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.