From nobody Fri Jul 24 04:42:24 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 4h5wMP17kvz6lt1d for ; Fri, 24 Jul 2026 04:42:25 +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 4h5wMN59jQz3gnp for ; Fri, 24 Jul 2026 04:42:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784868144; 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=9XWVH225Dqgm415neU0bA3A0Poto0F85GQ8xjTXHsQM=; b=XgA5hZbzYAjvtgYjQEycSmF91BCQAsw69Mh8JsfKnlgVYe7Cx37kRmTg6Cvh/xH3AnWZbU aMq+FnVF6Bh/v9t1+kCocz9wb5YM9O8pkhmtdsyFBjLlJlWG8om5aNjqwI4F9/G4RM6ly7 FMgOwDoxKICPb7Ea6mkZsRcRmRPtN+HTzky6//dhuYgz18hpXvOx7XPj07R06QlesDDHhX lKVy1Wb5A5i6LSFhNCuwtTqfuxCCEPfXfniwKjf3Nu7yZBuG7JJNFiE3Pwd9OB2BF8DtMN vAXczh8Cf4a1glfuHB30i5UXpsgdfh4KQJGW5iY2SnVzo0XRN6CFtif5T9r9OQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784868144; a=rsa-sha256; cv=none; b=KoxtIFQP2U7n3apGXm9VZZ2kxP9kKxRx7/AGgdvKX/qmPuLS9af444VdSey7kFH7O/am2B z8gbEzFXCVUCgRmaCvK089UWmR2sT+qzz+yh3IeQ+45E055ncpCUFg9yf+rdwB0s6OzB8d cQ1MyOaLtQrB1q7DUrGvyJsi5sgLuWu5KLpr7KML+VbUgdXjxmwFxXEa5HqjEaLEk55jKS +X/JRTrfOPEZwBDrrxCcX6MCNMRFlc633uK09enRVs9OT40wRbtVkPnMmpo1Tw4NAnP4c8 OUN5F4EJMXvmzPp827qHo18hAyZH1LScTeK8y+olTs5KcExBgigWBCyuaYZ/1A== 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=1784868144; 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=9XWVH225Dqgm415neU0bA3A0Poto0F85GQ8xjTXHsQM=; b=WDmv04QSs/HZyAGjFsOqydcqT65CaTvJOB3oG28fDP4UyGTjFC4pJwUWvfDsBsNauX+dqq 89fhdCJzuVrZubZA9YOKl4mLBMf2HdwCnR49nCkqio0AhfuzGlgxVkhju8lQa0spOI8w+K iJawibZQb36gpWDr6y2E98wxPk7jPmEM1chGiB/2HCcP4EOBKYrI3lqEI48PgvORlsRxGx eZDVmHmzuywYMLTzFQL/k7d2BRZLbnee+z1E6e2OAYH6MUPiuySJgnCoIiZQZ+CFkzvkaU y2TG6x+e4vOcAHvjL++LW883cQSFreLlRISnwN2bQTx8iUnGLmA3o5eTl2yv9Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h5wMN3vKtzcjY for ; Fri, 24 Jul 2026 04:42:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3be08 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 24 Jul 2026 04:42:24 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Olivier Certner Subject: git: 815c4396c74b - stable/15 - .git-blame-ignore-revs: Fix hash for sys/kern/kern_cpu.c whitespace changes 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: olce X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 815c4396c74bb783fb0525908b2695e1b2dcc8bb Auto-Submitted: auto-generated Date: Fri, 24 Jul 2026 04:42:24 +0000 Message-Id: <6a62ed30.3be08.51f45e2e@gitrepo.freebsd.org> The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=815c4396c74bb783fb0525908b2695e1b2dcc8bb commit 815c4396c74bb783fb0525908b2695e1b2dcc8bb Author: Olivier Certner AuthorDate: 2026-07-24 04:41:02 +0000 Commit: Olivier Certner CommitDate: 2026-07-24 04:41:02 +0000 .git-blame-ignore-revs: Fix hash for sys/kern/kern_cpu.c whitespace changes Really fill in the hash of the MFCed commit, removing the placeholder I forgot to update before commit. This is a direct commit to stable/15. Fixes: bd13516d400b (".git-blame-ignore-revs: sys/kern/kern_cpu.c whitespace changes") Sponsored by: The FreeBSD Foundation --- .git-blame-ignore-revs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 58adc826d10d..9a93c47c4116 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -9,7 +9,7 @@ # This file is sorted in git log order (newest commits first). # sys/kern/kern_cpu.c whitespace -XXX +22f80045a1869c3dd66aef0284fae32093ba5816 # witness white space cleanup and style(9) tweeks f5377665253b2b107ee8a4690ad2e6682375b304 # style fixes for device_if.m