From nobody Tue Oct 24 12:44:01 2023 X-Original-To: dev-commits-src-all@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 4SFBZl6D4fz4y0SF; Tue, 24 Oct 2023 12:44:15 +0000 (UTC) (envelope-from 75ypz71@oldach.net) Received: from nuc.oldach.net (hmo.in-vpn.de [IPv6:2001:67c:1407:60::1]) (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 (2048 bits) client-digest SHA256) (Client CN "hmo.in-vpn.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SFBZk4FMDz4Svc; Tue, 24 Oct 2023 12:44:14 +0000 (UTC) (envelope-from 75ypz71@oldach.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of 75ypz71@oldach.net designates 2001:67c:1407:60::1 as permitted sender) smtp.mailfrom=75ypz71@oldach.net; dmarc=none Received: from nuc.oldach.net (localhost [127.0.0.1]) by nuc.oldach.net (8.17.2/8.17.2) with ESMTPS id 39OCi10K054416 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 24 Oct 2023 14:44:01 +0200 (CEST) (envelope-from 75ypz71@oldach.net) Received: (from hmo@localhost) by nuc.oldach.net (8.17.2/8.17.2) id 39OCi1Zl054415; Tue, 24 Oct 2023 14:44:01 +0200 (CEST) (envelope-from 75ypz71@oldach.net) Message-Id: <202310241244.39OCi1Zl054415@nuc.oldach.net> Subject: Re: git: 8bfa084a4bf3 - stable/13 - ndp: fix timestamp display output In-Reply-To: <202310241227.39OCRm5Y070835@gitrepo.freebsd.org> from Kristof Provost at "24 Oct 2023 12:27:48" To: kp@FreeBSD.org (Kristof Provost) Date: Tue, 24 Oct 2023 14:44:01 +0200 (CEST) Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: 75ypz71@oldach.net (Helge Oldach) X-No-Archive: Yes List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (nuc.oldach.net [0.0.0.0]); Tue, 24 Oct 2023 14:44:01 +0200 (CEST) for IP:127.0.0.1 DOMAIN:localhost HELO:nuc.oldach.net FROM:75ypz71@oldach.net RCPT: X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; FROM_NO_DN(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-src-all@FreeBSD.org,dev-commits-src-branches@FreeBSD.org]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[oldach.net]; ARC_NA(0.00)[]; ASN(0.00)[asn:29670, ipnet:2001:67c:1400::/45, country:DE]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4SFBZk4FMDz4Svc Kristof Provost wrote on Tue, 24 Oct 2023 14:27:48 +0200 (CEST): > The branch stable/13 has been updated by kp: > > URL: https://cgit.FreeBSD.org/src/commit/?id=8bfa084a4bf331b6baf2cc530b9752c4cbe573ad > > commit 8bfa084a4bf331b6baf2cc530b9752c4cbe573ad > Author: R. Christian McDonald > AuthorDate: 2023-10-17 16:57:22 +0000 > Commit: Kristof Provost > CommitDate: 2023-10-24 07:45:38 +0000 > > ndp: fix timestamp display output > > The current xo_format string is incorrect. This restores the display > format prior to libxo-ification work while also explicitly marking > tv_sec and tv_usec as encoded output only. A couple of other xo_emit formats in ndp had also been damaged by the libxo-ification. Please see patch in PR 272749. Kind regards Helge