Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MH/e/L3R; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BGGO7pCR Received: by mail.netbsd.org (Postfix, from userid 605) id B813584F69; Fri, 19 Apr 2024 09:18:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713518310; bh=SBFjNA04Nu+ohbTCS8NWrw7fjsHih6pZO7J/zsGZi4Y=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=MH/e/L3RELPTI874qEEsW+eUepvTldnl9arfeh8QC/qHWgqtIqm/2OrR21Xb5J2N0 o35+u3mSUThX8BwTTvxCiDz/cJ8B1wNXM+2W3QEXmuxoMg6u5ogvD/c9HDDQkvuGJr D9TuSQ1OiObFxCz3CFxjEJqg0FEy9oRZie6BTPZM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8547284F67 for ; Fri, 19 Apr 2024 09:18:29 +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 y6sfLzlyKXVJ for ; Fri, 19 Apr 2024 09:18:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1507184CD5 for ; Fri, 19 Apr 2024 09:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713518309; bh=SBFjNA04Nu+ohbTCS8NWrw7fjsHih6pZO7J/zsGZi4Y=; h=Date:From:Subject:To:Reply-To; b=BGGO7pCRRLd+e//v5at7JRw3AGRLFrpIc9quRxhs3zF3VMtx7LOL8h60jnqLzmF0/ k2GlTjm6mIP4v/mHESHCSQ8zoYZbV2PoJR5IbecV+fFtL8xLJFZ7aozUtQVs1zazqw OAY4EGpud/R3DLxHE/UIeR8ukDHwTunYN22hbxj0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D10AFA2C; Fri, 19 Apr 2024 09:18:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 09:18:29 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/uvm/pmap To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240419091829.0D10AFA2C@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: Fri Apr 19 09:18:28 UTC 2024 Modified Files: src/sys/uvm/pmap [netbsd-10]: pmap.c pmap.h Log Message: Pull up following revision(s) (requested by skrll in ticket #671): sys/uvm/pmap/pmap.c: revision 1.78 sys/uvm/pmap/pmap.h: revision 1.27 Fix types in pmap_page_clear_attributes so that the top bits of the u_long mdpg_attrs aren't dropped giving atomic_cas_ulong no chance of completing if any of the top bits is set. Update pmap_page_set_attributes for consistency. An ATF test run completed for me with this fix. port-riscv/58006: ATF tests no longer complete on riscv-riscv64 To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.74.2.1 src/sys/uvm/pmap/pmap.c cvs rdiff -u -r1.26 -r1.26.2.1 src/sys/uvm/pmap/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.