NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60393 CVS commit: src/sys/sys
The following reply was made to PR kern/60393; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60393 CVS commit: src/sys/sys
Date: Thu, 2 Jul 2026 14:38:19 +0000
Module Name: src
Committed By: riastradh
Date: Thu Jul 2 14:38:19 UTC 2026
Modified Files:
src/sys/sys: atomic.h
Log Message:
atomic_store(9): Fix byte indexing on hash-locked architectures.
Fixes the easy part of:
PR kern/60393: hash-locked atomic_store_* is all kinds of busted
The hard part will require redoing these to just hash-lock the whole
store.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/sys/atomic.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index