From nobody Wed Aug 16 17:10:06 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 4RQvlV06hSz4qsQ3; Wed, 16 Aug 2023 17:10:14 +0000 (UTC) (envelope-from mike@karels.net) Received: from mail2.karels.net (mail2.karels.net [3.19.118.201]) (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 "freebsd", Issuer "freebsd" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RQvlT5cWQz3Ndj; Wed, 16 Aug 2023 17:10:13 +0000 (UTC) (envelope-from mike@karels.net) Authentication-Results: mx1.freebsd.org; none Received: from mail2.karels.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail2.karels.net (8.17.1/8.17.1) with ESMTP id 37GHA7WH064208; Wed, 16 Aug 2023 12:10:07 -0500 (CDT) (envelope-from mike@karels.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=karels.net; s=mail2; t=1692205807; bh=1sd5NMleGe34PO0gqrGRaXwH++LlvtaWCqI2/+90BvA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=fc8bqIVfus6PymjghZjd4IpQYqH7lJqiTkxUsWtXSdfVaGDgK9WCrtrz+wrO65zhU 3VFaa6CdodvVpLFpK+rAuOElEJzrAEOtdyEcT5Xtq4cTsP6tXkBKZLapRc3eM8gVrP JzV0upfVZOzmciwo4hsV3ombjkR1fRGxIqkyXG+TKJJS3RsNIZmMCgGC4Pok560/aW dMbS8JAexKsw8b+ALXnwm1g04Ic9P/6nL+L+TWp6B0qejezgK7RISVhNJf/wjNDiMC 4WAKYNP4C7oA7Q2gsJehbvHlPhDE4c+3fuXnBTJu567eB8euYa/VsyaMhdl9+CPLyv BPvO5ZpXQLqYw== Received: from [10.0.2.130] ([73.62.165.147]) by mail2.karels.net with ESMTPSA id 2PP/Ae8C3WTO+gAAs/W3XQ (envelope-from ); Wed, 16 Aug 2023 12:10:07 -0500 From: Mike Karels To: John Baldwin Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: da51a1211dc7 - main - RELNOTES: Note the deprecation of 32-bit platforms for 15.0. Date: Wed, 16 Aug 2023 12:10:06 -0500 X-Mailer: MailMate (1.14r5964) Message-ID: In-Reply-To: <137aaabe-cba6-e88d-05d6-7fd214c9a594@FreeBSD.org> References: <202308161653.37GGrXLu058051@gitrepo.freebsd.org> <137aaabe-cba6-e88d-05d6-7fd214c9a594@FreeBSD.org> 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 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4RQvlT5cWQz3Ndj X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.16.0.0/14, country:US] On 16 Aug 2023, at 11:55, John Baldwin wrote: > On 8/16/23 9:53 AM, John Baldwin wrote: >> The branch main has been updated by jhb: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=3Dda51a1211dc799fa123f5d7= f041eaf83c36f976b >> >> commit da51a1211dc799fa123f5d7f041eaf83c36f976b >> Author: John Baldwin >> AuthorDate: 2023-08-16 16:49:17 +0000 >> Commit: John Baldwin >> CommitDate: 2023-08-16 16:52:16 +0000 >> >> RELNOTES: Note the deprecation of 32-bit platforms for 15.0. >> This draws a line in the sand of removing support for 32-bit = worlds >> and kernels aside from COMPAT_FREEBSD32 and lib32 support. The >> project may choose to alter this approach when 15.0 is released b= y >> extending some level of 32-bit support in 15.0 or later. >> In particular, at present there is a fair bit of interest in = retaining >> armv7 support in 15.0 at least. > > This language probably needs further tweaking before 14.0 ships, but it= 's a > start at least, and we need to get the associated warning into 14.0 to = give > users lots of heads up before 15.0 ships. =46rom the RELNOTES entry: + FreeBSD 15.0 will not include support for 32-bit platforms. That sounds quite definite, although it is softened in the last paragraph= =2E Maybe "is not planned to include" or something like that? Mike > -- = > John Baldwin