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 BF7F9C43334 for ; Thu, 2 Jun 2022 10:58:06 +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=0Y8XqCy83y8b1flYT+D5slNeS9JEeCA9GlyIe3WvhAg=; b=oBo/VDitmkzHas xP8r0huFS0uKQH46Wf0q+QfW/MImumVjJuM1h3EDYzbmyxlsmpBLJypGgcDvd4wSU1nTFSsRh10Uz 1En/m+9J9VLYqSE87XvOngg4tNxwm4Gs45cy4jICegD1PWGTy/D3KyqyNJyP5V2Bw3DenNoz/pZXz dWCF/t75Xw00CaSfFfVncu/qwyZ6B7uAoEZne9J2GGiKAky8FcvsPhe+8LWEjdVrcVbtySwJt5TWE w9v3Ssh4qNnO/EZ3Fip6dT8T7IIup7htHMBgqMxWQCXrF8dM6c3H53nBUeeAwX2NiqMWaAD3kKNFQ EYYXN0qp/UBVZuh0nBhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwiVf-002raJ-OR; Thu, 02 Jun 2022 10:56:59 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwiVc-002rZJ-ED for linux-arm-kernel@lists.infradead.org; Thu, 02 Jun 2022 10:56:57 +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 dfw.source.kernel.org (Postfix) with ESMTPS id C1A0460C98; Thu, 2 Jun 2022 10:56:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AF4FC385A5; Thu, 2 Jun 2022 10:56:53 +0000 (UTC) From: Catalin Marinas To: linux-arm-kernel@lists.infradead.org, Catalin Marinas Cc: Will Deacon , Mark Brown , kernel test robot Subject: Re: [PATCH] arm64: Remove the __user annotation for the restore_za_context() argument Date: Thu, 2 Jun 2022 11:56:51 +0100 Message-Id: <165416740757.2602867.16275487912470853553.b4-ty@arm.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220601171338.2143625-1-catalin.marinas@arm.com> References: <20220601171338.2143625-1-catalin.marinas@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220602_035656_547772_C4402BB4 X-CRM114-Status: GOOD ( 10.17 ) 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, 1 Jun 2022 18:13:38 +0100, Catalin Marinas wrote: > The struct user_ctx *user pointer passed to restore_za_context() is not > a user point but a structure containing several __user pointers. Remove > the __user annotation. > > Applied to arm64 (for-next/core), thanks! [1/1] arm64: Remove the __user annotation for the restore_za_context() argument https://git.kernel.org/arm64/c/1bec877bdb76 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel