From nobody Wed Jul 15 13:37:06 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h0cfV4KLZz6lV3M for ; Wed, 15 Jul 2026 13:37:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h0cfV3VYbz3V8Z for ; Wed, 15 Jul 2026 13:37:06 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784122626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1mVIV4Wz31mOwPmK1CwUiD5UMPpmsrxW28Try66uGxA=; b=jbiNR/ctIcSssMqI1JD+3SbakhLpvStfRV/ORmpWEpsyHTpoc+xGrH4nAAmwIzPs5Q6gZ2 5l+MiLe23ka9c10nfEr2DJclKpuHLFzDX24+FkTm68ZrAe6CLE6ObqRwVUaX5IANYT0L8k PfTkRRKVTmetp6HRfarog/pXUkbx0TNCVaRCDx762xXejWhU+scSzW5iUfroxT6ulTPlR/ rjuYAIpBITMtzXxtxSnuxvhvyVud4qHkySHEex4jif3M9zVPlgAJGSa/IWJ4nWDqpG7Ilx llZfJMxuUM08NU54swYLdqUW1bLPWzW7tgrQmipuypae4M0uOeoj2C2xL1I4Mg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784122626; a=rsa-sha256; cv=none; b=RoxX7GTKR7uKK62NUgYW7M4Flj2OPO3jOjjeSWB/nIjBZzuTFw85fRuUc60Pcm0jY0L/8M ETw0VDTM1gFTBZ1dALVchpFi8JyjS7YId/QLRg4qALyaF48qNUu1PXn3WGEDjsoIz4Fse7 o5IuLLiCm2elVXdV3hpfJ3DWMkyqCALCbqWYX5rrHmK1cT+10fqHZRPKWBDv3TaEgjow2h /L5jEqjxd/0P8fETY9zEB6Z8htv3fyNsFLGiXtdGHFDya1Ah7F8Wf+uhP/sb8ztHQLy39V MU6CBB4NowaWw7A84GVrn4pXzrJrwV+pb9fpbz0pOmbtOzudVK2VgIXBybwBYg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784122626; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1mVIV4Wz31mOwPmK1CwUiD5UMPpmsrxW28Try66uGxA=; b=GhQrzXdTZicP9Kz2C81HHDuwObNgRxrMJkTG/HGPxoq9o/a5VI6YWGB1NU2fe7sz231EY1 H20bazZCpXnIvrLJuUPji0xZQ4cW0p9NqQ81YW2KY+pn8efHzOsqpIRBdvMJrdYrRXSZL+ xEOUyxkz7ZsyFMo0Hfq8mq5LnJlSr0K5zV7WI6pfyrP9lVrdWXuklS+qylcOvJIfz9LBxe wX9C05WnJPnkjBscWDWxjDGaBMK8hHxmFVcD9cgGj448unqIhF1vsJOg0gkL95Y103wjWr f3iTs2Au+TYWu4S8aCnSdKuW4B52GbZ1vyqBZy6UYPsn0KSk1D5YUza+niZDHw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h0cfV1zfCzZh7 for ; Wed, 15 Jul 2026 13:37:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3750c by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 15 Jul 2026 13:37:06 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 00e880819cc5 - stable/14 - libc locale/localeconv.c: use release semantic when clearing locale_changed List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 00e880819cc5b8249222792ec82c45444a50eb2d Auto-Submitted: auto-generated Date: Wed, 15 Jul 2026 13:37:06 +0000 Message-Id: <6a578d02.3750c.1981361d@gitrepo.freebsd.org> The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=00e880819cc5b8249222792ec82c45444a50eb2d commit 00e880819cc5b8249222792ec82c45444a50eb2d Author: Konstantin Belousov AuthorDate: 2026-07-05 02:50:27 +0000 Commit: Konstantin Belousov CommitDate: 2026-07-15 13:36:50 +0000 libc locale/localeconv.c: use release semantic when clearing locale_changed PR: 296410 (cherry picked from commit 4efbcf36a0d49ab142023a767871532f515f1381) --- lib/libc/locale/localeconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index 018d650741f8..497c6f43992b 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -91,7 +91,7 @@ localeconv_l(locale_t loc) M_ASSIGN_CHAR(int_n_sep_by_space); M_ASSIGN_CHAR(int_p_sign_posn); M_ASSIGN_CHAR(int_n_sign_posn); - atomic_store_int(&loc->monetary_locale_changed, 0); + atomic_store_rel_int(&loc->monetary_locale_changed, 0); } if (atomic_load_acq_int(&loc->numeric_locale_changed) != 0) { @@ -104,7 +104,7 @@ localeconv_l(locale_t loc) N_ASSIGN_STR(decimal_point); N_ASSIGN_STR(thousands_sep); N_ASSIGN_STR(grouping); - atomic_store_int(&loc->numeric_locale_changed, 0); + atomic_store_rel_int(&loc->numeric_locale_changed, 0); } return ret;