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 C77B5C4829E for ; Thu, 15 Feb 2024 12:45:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y1h11+cpijC7/Y61D+3bUZ4B1tCCXsYgY8/m6qVmLz8=; b=fNEMsr2Gidoyfd Ex+5M2MUHZyTVwa6jnLeggj5Z93idXUM7jotoAiyK2K4ewXS8Ygy0dL9hwwyXHN/x+4GwUisXmOuQ SuKb+ncQN5Jk8bePuNNbBqWoDK3n1e2dKKfL0v20RIolKCNy4BURMNixv+TjyoiB9u0tZ2f0a5eWI laiuAqpKZr/yNNJhKVvZC3ufppK/5WL9leFdkEpD5oqByp4rc47cWecWZdX7+c4MDujNtq5b7uNom OCcqZqiBCuaS2S95ETwjqRQ8BjQmBO9xBSQaW50TEo9CDV2PzpDO5mA6rTB9D3pQm2kR8ks7oQZp5 prLEl8VAe5QQ32VzNung==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rab6j-0000000GGw0-3Vhu; Thu, 15 Feb 2024 12:44:53 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rab6f-0000000GGuy-469z for linux-arm-kernel@lists.infradead.org; Thu, 15 Feb 2024 12:44:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 553B0CE2694; Thu, 15 Feb 2024 12:44:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE682C433F1; Thu, 15 Feb 2024 12:44:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708001087; bh=EdmufWQaVwffxLhQdQ6E7nT/EWdxxAEZpxmh/Eg8Yig=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=V/MtHXi8TXRaLI/EM3ODSpXgDDCPQdOxCps6ATcUHyNUss4BXT8xxpK5xF3T1kfC9 mqEue4P6Ypu8e1Rv1EHR22aX0fYeal74X2pwdhVjjyxiolwBB6qMuy0bygf16ZpUWx m1YuhBdq3iINziHsfVCE4ax6YK/pBnifXyBfgwMvRcLWQ/tg5w5y1OK6dPFRIMHP3O RCcZj+UmU1eS3Kt0UqPvGR0DJNIpuPmOtCGiHP44Jf9vyo0UOuHeBRRSTx65SDRA4t lngLtn4MGguAQ9dwGzrSPX9y0Hj91DqI1Bb1lyyuUn6e9nWZT6CkLjMcmxE3FV+fen gr6tApkDqqlmw== From: Will Deacon To: Marc Zyngier , Mark Rutland , Easwar Hariharan , Catalin Marinas , "open list:DOCUMENTATION" , open list , Oliver Upton , Rob Herring , "moderated list:ARM64 PORT AARCH64 ARCHITECTURE" , Jonathan Corbet , Andre Przywara Cc: kernel-team@android.com, Will Deacon , stable@vger.kernel.org Subject: Re: [PATCH v2] arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata Date: Thu, 15 Feb 2024 12:44:38 +0000 Message-Id: <170799764265.3746091.15823620803100752366.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20240214175522.2457857-1-eahariha@linux.microsoft.com> References: <20240214175522.2457857-1-eahariha@linux.microsoft.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240215_044450_213998_3221EBD9 X-CRM114-Status: UNSURE ( 7.20 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 14 Feb 2024 17:55:18 +0000, Easwar Hariharan wrote: > Add the MIDR value of Microsoft Azure Cobalt 100, which is a Microsoft > implemented CPU based on r0p0 of the ARM Neoverse N2 CPU, and therefore > suffers from all the same errata. > > Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata https://git.kernel.org/arm64/c/fb091ff39479 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel