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 91BB21EBFE0 for ; Thu, 10 Apr 2025 15:54:48 +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=1744300488; cv=none; b=js5jkME9MMw511toxFcg8vZ4SFWbHKbubN2UK4KOz36t0fFwm3cG5ruM5hasVwo3N0H28mWmEfUEW6NSl4h/yCistVfJrAR0sp24Mb47spFMJCphwgtjOLorZ63RO8B4H3Wi2+H01Y9Eh1RyBM+DrH1/3LFefmesdja83cGo83w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744300488; c=relaxed/simple; bh=kJza1EVctG9rNG8eUGA17sccqhC8uK5l9Tq9Tpgxe3s=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=j/HtTBhAenLDd4qOpZickMSLDe2fT7hINScctbUqK2BB2JO1WyXdvjozv8wAnHOfRznGo0H0W8/J3FmjtLKf3Iuwp5oz05Gx5AQteJEzjES8pxQNek5lYoa58mQ65Vrl5ciBl0ieYNmiPOiiU3e90Je3mYNj4lmIVRDJpkm8ErA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Zqf6jdXq; 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="Zqf6jdXq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81D35C4CEDD; Thu, 10 Apr 2025 15:54:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744300488; bh=kJza1EVctG9rNG8eUGA17sccqhC8uK5l9Tq9Tpgxe3s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Zqf6jdXqo3mMMZPbnPTpawrZmEI0BiX+5o/JW1nn+Ni5EQihsmdqZj4+1ZR4qkBzy TPfiFyiElbyYX5K3imzMWvQ8Hrc9nEdpI16SWIAi1meGgnkmQl95ujmfpncfOlDYRL 2z1G9u2F7Hdv8jZV9hnKXzkwvOPqc/aaZ3wQqQffGt3EhmP4OZCkOiiv/nS2sA4awg 3iffjH120AIyAHCuhCKzIgfvrouh8KUrdAhmapoZAzbpMUHQMGv/9xEEoWqDA1Soht UprqdUmjUyuVwreTdgJ1DurcI5r440q0bTbB9wwdpfBZt2R30G3kEmUZws9sFKh4nU mlr1eCjyTow8Q== From: Sasha Levin To: stable@vger.kernel.org, anshuman.khandual@arm.com Cc: Sasha Levin Subject: Re: [PATCH 6.13.y 4/7] arm64/sysreg: Add register fields for HFGITR2_EL2 Date: Thu, 10 Apr 2025 11:54:46 -0400 Message-Id: <20250410084507-c912214a86d2fe9d@stable.kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250408093859.1205615-5-anshuman.khandual@arm.com> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ Sasha's backport helper bot ] Hi, Summary of potential issues: ℹ️ This is part 4/7 of a series ⚠️ Found matching upstream commit but patch is missing proper reference to it Found matching upstream commit: 9401476f17747586a8bfb29abfdf5ade7a8bceef Status in newer kernel trees: 6.14.y | Not found Note: The patch differs from the upstream commit: --- 1: 9401476f17747 ! 1: 890c5150d605f arm64/sysreg: Add register fields for HFGITR2_EL2 @@ Commit message Signed-off-by: Anshuman Khandual Link: https://lore.kernel.org/r/20250203050828.1049370-5-anshuman.khandual@arm.com Signed-off-by: Catalin Marinas + [cherry picked from commit 9401476f17747586a8bfb29abfdf5ade7a8bceef] + Signed-off-by: Anshuman Khandual ## arch/arm64/tools/sysreg ## @@ arch/arm64/tools/sysreg: Field 1 AMEVCNTR00_EL0 --- NOTE: These results are for this patch alone. Full series testing will be performed when all parts are received. Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.14.y | Success | Success |