From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 494BDC44501 for ; Thu, 9 Jul 2026 11:49:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Fbh0qhY3pdtHJLAIgQIj3b9zB5eSMIgECkZ/iy0TAYc=; b=SO3yDfog9D1gY4rymE4umfvM6e B73F1et6xhgvEq7J9CC0VI3mvo796XKQweHPj+S+j9E+DWRGXbeJkjW2CQ9olwgsGRPm5QbJ6ZHMd wz4dL8hUbw88xiutNNSqejhHPNIqjdG1hQxHe0M5ncbHJF+qE9WV0QM3MyMDG/FaiWHEarApxR7yT 1P5L/yjcqUS3n2Fv33MS6lCzyciSA/7PBMNfyVyJEVcGa+6eVRlysemdJAuM0eYEHsVvx3LBecV7n dRBgEWIi3TgH5k7EM7ifxS1Xy80EmKej6cCn5eerc99VXmpFiMYHb8L9eMCpfzEdHWO+GGUKdzBHM WZDX7+iA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1whnGE-00000002GOx-093u; Thu, 09 Jul 2026 11:49:46 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1whnGA-00000002GOD-3rvo for linux-arm-kernel@lists.infradead.org; Thu, 09 Jul 2026 11:49:44 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8B87C497; Thu, 9 Jul 2026 04:49:37 -0700 (PDT) Received: from J2N7QTR9R3 (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6B3633FE53; Thu, 9 Jul 2026 04:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1783597781; bh=sTaEjbr+9nyDaHQFRlp1JZaVZm369V/NHd4Lyv8ta7w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bhl40EKkwsCur6T9GpF29ZUZRNaFukwBNkC30GYpdoc3nAltLQIsmkyslvxwqGg5T 7gNCz0Mywnd+UvWZhFqJ3vQj4vCSRs9p7StODQzjHk4gvnehCAD5Q3JuXTMa7mnPkD g3L/VlFdaZo7SBozLwIBI5CnGxpxHwEChTTMqIAo= Date: Thu, 9 Jul 2026 12:49:35 +0100 From: Mark Rutland To: Fuad Tabba Cc: Mark Brown , Marc Zyngier , Joey Gouly , Catalin Marinas , Suzuki K Poulose , Will Deacon , Paolo Bonzini , Jonathan Corbet , Shuah Khan , Oliver Upton , Dave Martin , Ben Horgan , Jean-Philippe Brucker , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org, Peter Maydell , Eric Auger Subject: Re: [PATCH v11 00/29] KVM: arm64: Implement support for SME Message-ID: References: <20260709-kvm-arm64-sme-v11-0-32799f66db9d@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260709_044943_054099_9B677E10 X-CRM114-Status: GOOD ( 20.71 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 09, 2026 at 12:31:45PM +0100, Fuad Tabba wrote: > On Thu, 9 Jul 2026 at 12:28, Mark Rutland wrote: > > > > On Thu, Jul 09, 2026 at 11:26:41AM +0100, Fuad Tabba wrote: > > > > base-commit: 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37 > > > > > > I think this SHA is local to your tree. I can't locate it, and neither > > > could Sashiko [1, 2]. > > > > That's the tagged commit for v7.2.-rc2. See: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4c45e14df2f4e77982ad70d6d8e3fe750edd4c37 > > > > I think that neither you nor sashiko have fetched mainline recently. > > Thanks, I have 7.2-rc2, but `git show > 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37` gives me `fatal: bad object > 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37` . The SHA for rc2 is > 8cdeaa50eae8dad34885515f62559ee83e7e8dda (which is what shows in the > link above, not sure what ID is, which is the part that matches your > SHA. Sorry, 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37 is the tag object for v7.2-rc2, which points to commit object 8cdeaa50eae8dad34885515f62559ee83e7e8dda. The odd thing is that we see different behaviour; for me (with git 2.30.2) running: git show 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37 ... gives me the description of the tag as per the example in the context below. I'm surprised that git show doesn't find that for you. > That's what confused both Sashiko and I, since it's used as the base-commit SHA. Sure; I'm just surprised as above that git show doesn't find the tag object. Mark. > > Cheers, > /fuad > > > > > I have it locally after fetching from Linus's tree, as below. > > > > Mark. > > > > | [mark@lakrids:~/src/linux]% git describe 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37 > > | v7.2-rc2 > > | [mark@lakrids:~/src/linux]% git show 4c45e14df2f4e77982ad70d6d8e3fe750edd4c37 > > | tag v7.2-rc2 > > | Tagger: Linus Torvalds > > | TaggerDate: Sun Jul 5 14:44:06 2026 -1000 > > | > > | Linux 7.2-rc2 > > | -----BEGIN PGP SIGNATURE----- > > | > > | iQFSBAABCgA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmpK+lYeHHRvcnZhbGRz > > | QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGsv8H/Rn7Hr3Hp8t6au8B > > | xQueZThJWjqQ4v8pyLnXF6OomKiDR24OTXMCrFgDkcmZ7RK2ALqowI3tQVwLUTuI > > | yUN0qL2z2y+LyTcO0CYf3Lple8KlgLAXYMsv7pGLsOvhS7BW2jW97/bcbpUNxoHb > > | eghxqbIEnyRImUbbyg+nW7VVk65RKdPUNkBPXfQ2NMVwe+SDE5Rl+NXNVqDNjGad > > | soDTUBrD9yXkWX+4s0myleE62UzzH5nYgGPQeQgYmzWgq7LybH6WBlbQK9D7ODJR > > | Cw3LCq1hwZZ2w04Yx+XwMHquGJYHW8L2pj77h95uhzksz8buKnM0AGwBCTC6RMoi > > | AyUQvdc= > > | =JUWl > > | -----END PGP SIGNATURE----- > > | > > | commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda (HEAD, tag: v7.2-rc2, kernel-org-tip/locking/debug, kernel-org-stable/master, kernel-org-rw-pm/master, kernel-org-rw-pm/fixes, kernel-org-powerpc/topic/ppc-kvm, kernel-org-powerpc/next-test, kernel-org-powerpc/next, kernel-org-powerpc/fixes-test, kernel-org-powerpc/fixes, google-android-kvm/master) > > | Author: Linus Torvalds > > | AuthorDate: Sun Jul 5 14:44:06 2026 -1000 > > | Commit: Linus Torvalds > > | CommitDate: Sun Jul 5 14:44:06 2026 -1000 > > | > > | Linux 7.2-rc2 > > | > > | diff --git a/Makefile b/Makefile > > | index b9c5792c79e01..b4035d3cef266 100644 > > | --- a/Makefile > > | +++ b/Makefile > > | @@ -2,7 +2,7 @@ > > | VERSION = 7 > > | PATCHLEVEL = 2 > > | SUBLEVEL = 0 > > | -EXTRAVERSION = -rc1 > > | +EXTRAVERSION = -rc2 > > | NAME = Baby Opossum Posse > > | > > | # *DOCUMENTATION* > >