From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8D14728E8; Tue, 23 Apr 2024 00:42:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713832948; cv=none; b=QGvVp4+I9IK944z5QnZV9JJFvh0XFuG1WFddFAY5e0jq/rH4rkrrH86akgAwM3/lsCRIsP3jFl7luk0fxxNazAnFEV0Py3GsL850v572sz1br+Jy5w2Df9jpa4ebPaIW4iM91eA0i64TC9cHwo2WYX71uBOHnVb6k4WqJlQYiCI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713832948; c=relaxed/simple; bh=rRO3bp1N1vLLRE5YfInI8ljfDb8Jop/yA0o7ZgULyBs=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=TBUHqjJPRaVaNC0VYtuOnfri8N5DqZAub/kWNR3BJy+uht16JfI+k4Hn71GjGa8vJB8nUz/PxOjPRn3l8ewTeC6XhwE7trfQJ0lMsXCofvr5RjoMMzaOslj/ov6GlIxAKqjnu/tv6gEx3UW8fInYrDE7HELo9eB+mem4UzM+Txw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QyztH4D6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QyztH4D6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1BAF2C113CC; Tue, 23 Apr 2024 00:42:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713832947; bh=rRO3bp1N1vLLRE5YfInI8ljfDb8Jop/yA0o7ZgULyBs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QyztH4D6UF+doV6TcHbmMllMpofHSqL6S0Gt8AJmpseE4P8zTLf0Nio8lsPtRRRQk xmEg8xrunC256LHPdGMHhfKdAxe3FCvLa3fggEvxvl37/Yv+KgQuBEf6v2l83tw54J F6/cS/kwjKCTbpuWB+k6b4OGyDRzwwEnT+8a3cCaYh02mkmlZBk6yD3hXmC+gS8XLZ VWJws/CMfvPXKovpLUr6RAe4qPrX58deF+Y1DSt8Rxt+SZHZ/Lxe4wTnqTuH04yfDA KtEljYOwwpiDteuOapaw2xHD0kqswS/KoplvSPIdR14Nq875A6X7I0GFHr8U33JqRf pBNN8u82smiBA== Received: from [12.161.88.66] (helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1rz4Eq-0070Fi-NQ; Tue, 23 Apr 2024 01:42:25 +0100 Date: Tue, 23 Apr 2024 01:42:21 +0100 Message-ID: <87ttjsucya.wl-maz@kernel.org> From: Marc Zyngier To: Stephen Rothwell Cc: Christoffer Dall , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the kvm-arm tree In-Reply-To: <20240423092557.73c2ec1b@canb.auug.org.au> References: <20240423092557.73c2ec1b@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 12.161.88.66 X-SA-Exim-Rcpt-To: sfr@canb.auug.org.au, cdall@cs.columbia.edu, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Tue, 23 Apr 2024 00:25:57 +0100, Stephen Rothwell wrote: > > Hi all, > > In commit > > fe4763e18355 ("KVM: arm64: nv: Work around lack of pauth support in old toolchains") > > Fixes tag > > Fixes: e09faab353a6 ("KVM: arm64: nv: Add emulation for ERETAx instructions") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: 6ccc971ee2c6 ("KVM: arm64: nv: Add emulation for ERETAx instructions") Indeed. Thanks for spotting this. Fixed and pushed out. M. -- Without deviation from the norm, progress is not possible.