From nobody Fri Aug 21 16:58:55 2026 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 4hRRNN4qwFz6pCgx for ; Fri, 21 Aug 2026 16:59:00 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hRRNN4L07z46Bb for ; Fri, 21 Aug 2026 16:59:00 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787331540; 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=U0Q2gFb9IsOYCiMfdox9kTT62satUR3heIHpK0FFZQA=; b=khaM6s59pLl+PEH0gkK+JvZa2N10ibPyp2ACYAye5uly9fygqvxeXaeYSGAUQZ6RT8cqq2 ssqeEdRZ6ChWbiz1bVDTGjCawH7mxBf65UCmy3inq7l5XJLcAehImooB/UHIqO/+3kudCK 1WQOwCKmBRvZD/QZlJfI5mP4xmW7He/xu1RTVUB2WG9PN3YQSrzS1E1c52zQruzIA3DXqd SHlKAj6BTwtix667Suqb6JBGuL3wut20asSog/gXK2DVvHD2s/4rJZAeozvYVqZoUVO6ub 3P5rrouRtokK+UQ7DHUxXJ7qIWa5ieBkj1BgcG3PxSyyODpH6n9D+Mrbb47qjA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787331540; a=rsa-sha256; cv=none; b=cZSxW/bnBnytNnHiwk5ZGV/JI7u5lfoydRy2jK62Glm4mvZYI+5lD47iimcm/Dkc4deUJe 8bAD2+B4eLobU/UDukD9P99x312yr0Ap5eAejS643fQPhn8EhA0rwCYl9oPeMq8GIvX+OB 2Uhi5tZgW+mWP6UXuezYaxAGW6m0BnSj2vSNC5j0CcyHa8YhLUNj6NyT1RK/pRjMdITUOV ai4G8WfIbqsqQ4/GHbuo8MUhqYPcHrnleuZfLO0jC+kmGlWQDxXcSlUjp1yDuqLjokjj7K 85XyGbLjBC7VZKigiiZdRhJCn9Srr2Sm/m8oIvprQivGgdHso9ti6GWtRMw3kw== 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=1787331540; 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=U0Q2gFb9IsOYCiMfdox9kTT62satUR3heIHpK0FFZQA=; b=OltNEFzXQ5ZgCY5QtFKUpaqVzIZoR0yLCsg59U5cLWih7qdV5yG7ryyGA7fFRNfj4wpOUA YVSbydhrx61plbsO9GM+nYz1O/UYdMeUxOSqNFz5t7fPB6hqdqjz9cPaqObHZGQ7umZCgc BbSXYpstl5QAl3hP4YlCM7m7q3k2tnR98KYXRek/QxYzm9Q1oZVNeFfKMulPXYIPjty4wL CRj6kEQpDgS0DbZwXSEq5POVdKP0bE6PhCN6gTM7jnE0HJYD73VNd2ghMuQqNyyCfzHO3i PlHq0b9sJHqp+YfAf9n2iy/SzBlDkFcFaXpri2iZLopvkHIHlyj3EgGxOSbd4A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hRRNN30hcz1BQJ for ; Fri, 21 Aug 2026 16:59:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 19de5 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 21 Aug 2026 16:58:55 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Mitchell Horne Subject: git: 76f14217f605 - main - libkern.h: remove HAVE_INLINE_* macros 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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: mhorne X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 76f14217f6051df414e435c3388d3f4bb388cc22 Auto-Submitted: auto-generated Date: Fri, 21 Aug 2026 16:58:55 +0000 Message-Id: <6a8883cf.19de5.10ee80a0@gitrepo.freebsd.org> The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=76f14217f6051df414e435c3388d3f4bb388cc22 commit 76f14217f6051df414e435c3388d3f4bb388cc22 Author: Mitchell Horne AuthorDate: 2026-08-21 16:57:12 +0000 Commit: Mitchell Horne CommitDate: 2026-08-21 16:58:34 +0000 libkern.h: remove HAVE_INLINE_* macros The final consumer of this was OpenZFS, fixed in ffaea0831973 (thanks mav@). That change has been present in all active OpenZFS release branches for at least 6 months. These can finally be retired. Reviewed by: mav MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55201 --- sys/sys/libkern.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index b9d395ba151f..64b1688fe768 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -131,17 +131,6 @@ int timingsafe_bcmp(const void *, const void *, size_t); void *bsearch(const void *, const void *, size_t, size_t, int (*)(const void *, const void *)); -/* - * MHTODO: remove the 'HAVE_INLINE_FOO' defines once use of these flags has - * been purged everywhere. For now we provide them unconditionally. - */ -#define HAVE_INLINE_FFS -#define HAVE_INLINE_FFSL -#define HAVE_INLINE_FFSLL -#define HAVE_INLINE_FLS -#define HAVE_INLINE_FLSL -#define HAVE_INLINE_FLSLL - static __inline __pure2 int ffs(int mask) {