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 9D1E5C4332F for ; Mon, 7 Nov 2022 19:10:14 +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=avXFzd3ynQuqCF8f7hrRG7sH904vDTwtEGicvtQCxoo=; b=nHi8u5LkEkDxFV aoSu5R+Hku7eQadxAgi1T+kX21hvImHaz6XbZ4LD28B+M21j/NAiCzzxHadRMkJUECUVCihXe2utj VyjEKFzZDwbLNuWtjmv2pGzkUg3upViAboTtU3yOrTCXF54/c0sWz4pUs+E1HfHiVA2YpIuUauDE4 GTShQnv6O3iX+eJs6nA17El88G30wVVsT3h7wNFGP7WxW8/fX01cVLEaWJkbhib3Jpvi1+XH6HXzr DRRIUGmSoXyTgqeLJrPQa4mpC7eT9sVjahP+ot8LBn38luOoY+I72elDsA9/0BXyYZipYrNJUxxFS ROhcYSFPtGObF4Jj1HbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os7UY-00HSSq-Hq; Mon, 07 Nov 2022 19:09:06 +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 1os7UI-00HSNu-6t for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 19:08:52 +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 7908F61290; Mon, 7 Nov 2022 19:08:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 190F6C43142; Mon, 7 Nov 2022 19:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667848129; bh=nzaFLsk8YkEjIRSV7fsWVQdNN5jGiq4W2V9sztlWBgQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VLTf5QJEhpz3z7uI0eAZ+VfTARvR8U2919x5rrmlK3nvIKPJryeaw8DaH49kjVImd qiUk1IjcKNUjUx9ZfjT80ZCCQjNbjxvfsV+KgG3Q1NZrRzJK/Ee31p0KE5IY5wOd6F NT6X23gPxme4lED658C1xrQgbOg/pIJRwXPgXqGL7kQ0GTVI18Y1iM8dCTMOe61aKM jIsGVP7vINabdYHgs2VpkRIy/MXjipR6E5HPq9c9YFXKMnPf0FTqPwo1oL14s6zCUC sSnRcRoKpfxNszI5SeoRwWELaWb0hIv6xMdBEHb1rvr6vbfTbCvhjEHzjk3Dqv4Aso EKBNDMQ3L1WXg== From: Will Deacon To: Josh Poimboeuf , Steven Rostedt , Mark Rutland , Peter Zijlstra , Catalin Marinas , Jisheng Zhang , Jason Baron , Ard Biesheuvel Cc: kernel-team@android.com, Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] arm64: constify arguments to satisfy asm constraints Date: Mon, 7 Nov 2022 19:08:34 +0000 Message-Id: <166783675509.31192.4803678263918237382.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221006075542.2658-1-jszhang@kernel.org> References: <20221006075542.2658-1-jszhang@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_110850_309317_786FE3FB X-CRM114-Status: UNSURE ( 8.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 Thu, 6 Oct 2022 15:55:40 +0800, Jisheng Zhang wrote: > Constify arguments of arch_static_branch(), arch_static_branch_jump() > and alternative_has_feature_* to satisfy asm constraints. > > Jisheng Zhang (2): > arm64: jump_label: mark arguments as const to satisfy asm constraints > arm64: alternative: constify alternative_has_feature_* argument > > [...] Applied to arm64 (for-next/asm-const), thanks! [1/2] arm64: jump_label: mark arguments as const to satisfy asm constraints https://git.kernel.org/arm64/c/efbc95787cbe [2/2] arm64: alternative: constify alternative_has_feature_* argument https://git.kernel.org/arm64/c/b9024f87d63f 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