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 16D87C5478C for ; Fri, 1 Mar 2024 18:29:40 +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:To:From:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HxVosEozTdRYHJrbTihPMobO04qgP0aCKskWDwLYDjo=; b=IVEvWEzxPGXC6w 5cXI/zy2j0yCKmYdy63XoxVb29tTNhdSLMa5WjZna3oxK5IEXQs7rXL2qn87u8YRjkBgplGyBpBSh lwUWBB9Z+ybis4J78DpPiQq1LC4wFYsX33js/8p17S2iiskUDQOdZ3zJgw3RWSxi96CsPqV4lQiZs Rxb07pDHfuWFPM9WVQyi+2gMnh/Dlv7k9+bjYYKxAsQkzRDLiaKtlYqRlKvahIVAesviQ7PICFI2N GRUJ3G8mOSgjNU6vswXNpqF5rCkAwvQkF+zN+LpBSOkXtSCgA9zpr3CkHn1IxhRhjvlPgG8P8+zU2 v3UoulyTH4X3JBPJgmrg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rg7dR-00000001Xaq-0LG6; Fri, 01 Mar 2024 18:29:29 +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 1rg7dO-00000001XZv-31Ql for linux-arm-kernel@lists.infradead.org; Fri, 01 Mar 2024 18:29:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id D77FACE2685; Fri, 1 Mar 2024 18:29:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8062C433F1; Fri, 1 Mar 2024 18:29:21 +0000 (UTC) From: Catalin Marinas To: will@kernel.org, ardb@kernel.org, broonie@kernel.org, masahiroy@kernel.org, mark.rutland@arm.com, robh@kernel.org, scott@os.amperecomputing.com, joey.gouly@arm.com, ndesaulniers@google.com, anshuman.khandual@arm.com, linux-arm-kernel@lists.infradead.org, Jinjie Ruan Subject: Re: (subset) [PATCH 0/2] arm64: Remove enable_daif macro and rename disable_daif Date: Fri, 1 Mar 2024 18:29:19 +0000 Message-Id: <170931771879.4170325.17225064713359541876.b4-ty@arm.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240229132802.1682026-1-ruanjinjie@huawei.com> References: <20240229132802.1682026-1-ruanjinjie@huawei.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240301_102926_966839_E72DFECF X-CRM114-Status: UNSURE ( 7.85 ) 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 Thu, 29 Feb 2024 21:28:00 +0800, Jinjie Ruan wrote: > The enable_daif macro is not used anywhere, so remove it. > > And the name of disable_daif can not represent its original intent, so > rename it. > > Jinjie Ruan (2): > arm64: Remove enable_daif macro > arm64: Rename disable_daif to disable_all_int > > [...] Applied to arm64 (for-next/misc), thanks! [1/2] arm64: Remove enable_daif macro https://git.kernel.org/arm64/c/527db67a4d85 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel