From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 731E13101A9 for ; Sat, 7 Mar 2026 22:45:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772923504; cv=none; b=LAjiqwxktZZVtGuNa3YQIpxStFQduSYV5g9fNCjWThOT5FPEHeXsI0zVBg26vL+4LCPGsZdldq2Eu9dDHbsNCMVQV3TnLBUmgdehdNaew2cY9k4uDft6HWv0r86IffzP/+nrOV3I9xXuf9cn/tcgyxB/b/kqF4g6Oq6Fu+aBq48= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772923504; c=relaxed/simple; bh=UF7LMmpgRNpm8IHcp935nDORdPR0l5aAWHOLP3Eb8jc=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: Content-Type:MIME-Version; b=l9ufO0NiUfsuBfZVuZn5re+ZjJ25zP1xwTmIsF/Y9EXVbDgYQ0upKZlLAgUe9334ZK+k0upDKKN4QG4k5cth1KgKRK1Gn+45o00/6+HdzExM43EvtLbMFMDJfUPWa4c9rd7x2Te4R6Spa/6Z48362vdxs+vVnmLJh4JC+AlJO1g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Tpubon7+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Tpubon7+" Received: by smtp.kernel.org (Postfix) with ESMTPS id 31CBDC2BCAF for ; Sat, 7 Mar 2026 22:45:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772923504; bh=UF7LMmpgRNpm8IHcp935nDORdPR0l5aAWHOLP3Eb8jc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tpubon7+oIliec5SNempW1c/POcAwtgiAXrSa/w4xTKtJbxpq9mfNVVyT9KFY3+T4 4NioifUHuqxhc0ECaElK3i0Gdd/cMj6LgkQ0fd40wbBV1bV5yvwqHjRBhhzCK2TbzC Azu9cyEhC0rKb5084vz0bakqA8+I6J4n5Di3G+W2a5vCqYpM2UO33tL0Vw45Q6m/FQ lYXWUfzlS+VOdWyBaYqDohhwVOGTdIK0Eos10bWK3+awKaoPv2TI+5qVMXUjt0Awcw spdFwXQKHIytCnZVlCQ2I8TXWC9rNHiyxAAGd/OXzytdJ8nfUXRYe+bztcTCN0WRLk Y2i4D3cs6pj6w== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 2464EC3279F; Sat, 7 Mar 2026 22:45:04 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-man@vger.kernel.org Subject: [Bug 221186] clock_gettime CLOCK_TAI is incorrectly specified Date: Sat, 07 Mar 2026 22:45:03 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Product: Documentation X-Bugzilla-Component: man-pages X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alx@kernel.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D221186 --- Comment #3 from Alejandro Colomar (alx@kernel.org) --- Hi Paul, On 2026-03-07T12:59:10-0800, Paul Eggert wrote: > On 2026-03-07 06:56, Alejandro Colomar wrote: > > BTW, Paul, would you mind reviewing this bug report and suggestion? >=20 > Although it's a start, we should add more detail about TAI and leap secon= ds, > and the neighboring area could use some cleanup too. Proposed patch > attached. Thanks a lot! I've split the patch into several atomic patches,=20 minimally amended, and pushed. 51a4b682 (2026-03-07; "man/man2/clock_getres.2: CLOCK_TAI: Modernize leap-seconds documentation") ffcf7de8 (2026-03-07; "man/man2/clock_getres.2: Clarify what "TAI" stands for.") 0676ddff (2026-03-07; "man/man2/clock_getres.2: wfix") 78a707b1 (2026-03-07; "man/man2/clock_getres.2: Some clocks behave differen= tly if the system is suspended") 47e30f8e (2026-03-07; "man/man2/clock_getres.2: Clarify when clocks are indirectly settable") Have a lovely night! Alex --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=