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 6CA3AC54EBD for ; Fri, 6 Jan 2023 17:52:26 +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=r1ogyZl1McsQrIFeL9aKDuqM2PpJEkBaFD3S7k9Clfk=; b=c/aZckAIIEqONh aXZW1hwCD9NRowkRXxlyub2CRxG8hHCDHiY/zOBMwBVOPc4nBerHr0+F07WGf6/KQbjKaESLIiKc+ i1kkujLU8PIbOBz4FdOTs3z9BXbklN2Yn05N+KBg8n8NxbUsMKex/5bw16qoxcrHU4ZN8Y78TVaFE SUK3vGSAfeeHfnFvThzuNipfqakJvxXCastDd96QPwQDhsbHhw3seLG2cZF5aS01xKGHm0JxbLB1O ePqtMMS+5u0HeXzqWkSeiWtARpaX9NaXwbtFTdjQUhH4N5EpqdK7QRDUWOKE8MAxtX2T5Nm3k6d1z B6kU7tCeMhPOruUbZ8+Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pDqsN-00E39U-Eb; Fri, 06 Jan 2023 17:51:31 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pDqrj-00Dxyc-Cx for linux-arm-kernel@lists.infradead.org; Fri, 06 Jan 2023 17:50:53 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 015EFB81E2D; Fri, 6 Jan 2023 17:50:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21DEBC433EF; Fri, 6 Jan 2023 17:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673027448; bh=xKYcDfUDzfqjQYNl7XmREu+VgJ+7sJTY3DL+tN1gwCg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NFfLakvMAwvNr/ACkJSaEMJYyr0xBPGwoF2rm7Ehf/dzNSZemrikEKpz40jiRPDFE HNGWtgk7UDJdd61eBOB2U89RadDolCYDCuBRvCIAQvrKVKoXG3+ONu2yrgacZtqg+Q DdJtpIAZB9I6dIZZknPFBAEEhT5zupuDV+yP3mPmau6yVKSGrprCY+miQ7ckpJKbtY d4kQ22X8UpZi2UJCMdmPrCwmgXv2T8kcG7C44tSWQTuplOAz0Z1KLQZY2UyRPTldcF lREv946DBoUwZtLjku2YtdEVj25V8JaWncx1c1Ln2zJIUdtL6OCph2+l97YGiV5TWw PHxfmszESzx8Q== From: Will Deacon To: linux-arm-kernel@lists.infradead.org, Will Deacon Cc: catalin.marinas@arm.com, kernel-team@android.com, Dmitry Baryshkov , Lorenzo Pieralisi , Mark Rutland , Arnd Bergmann Subject: Re: [PATCH] firmware/psci: Fix MEM_PROTECT_RANGE function numbers Date: Fri, 6 Jan 2023 17:50:37 +0000 Message-Id: <167302516088.214919.9609237376411697476.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221125101826.22404-1-will@kernel.org> References: <20221125101826.22404-1-will@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230106_095051_614624_F37455FB X-CRM114-Status: UNSURE ( 9.47 ) 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 Fri, 25 Nov 2022 10:18:26 +0000, Will Deacon wrote: > PSCI v1.1 offers 32-bit and 64-bit variants of the MEM_PROTECT_RANGE > call using function identifier 20. > > Fix the incorrect definitions of the MEM_PROTECT_CHECK_RANGE calls in > the PSCI UAPI header. > > > [...] Applied to arm64 (for-next/fixes), thanks! [1/1] firmware/psci: Fix MEM_PROTECT_RANGE function numbers https://git.kernel.org/arm64/c/f3dc61cde80d 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