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 524F3C021B8 for ; Wed, 26 Feb 2025 19:30:58 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CNrAD1rX88GprpAsDem5nkQZASn1vTW7rYq179zMqrU=; b=W9ZNi2W/lV+PWK 34lEaAMZRNE9p5VRzzYAtzG9uDtrQRbqUJeDiMN7e+avZhwA47vmlpWckXzisY4BiJZQmHD6W/mW0 aKED90l+ZPaSqAQXJ0b0VuP/uTkCRU1DzRrkvazbmgImXUCkCLE9nfsY9urZpkCSmNJ/xmBBmgGrR dNfm0cvFN7/U8yThDY+MypuNkXHGVlVoLhjz7h8QpWfAuR30MVCBX4nb1KaqI3oskNrOsRDNU6lEZ MoTJPKjmCvkKn4OARzbqlIK6OIAu0A9t0pgL8W7JNiZ2GkQA8Jw9QQd2rGVO50LMLC0a5wPNkAAso v+JwMo1bUJkskDfXL4UQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tnN7L-00000005A5E-2Yvg; Wed, 26 Feb 2025 19:30:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tnN4d-000000059N2-2CvW; Wed, 26 Feb 2025 19:28:04 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0C94A5C6167; Wed, 26 Feb 2025 19:27:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8977AC4CED6; Wed, 26 Feb 2025 19:27:57 +0000 (UTC) Date: Wed, 26 Feb 2025 19:27:55 +0000 From: Catalin Marinas To: FUJITA Tomonori Cc: linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, x86@kernel.org, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, peterz@infradead.org, hpa@zytor.com, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, will@kernel.org, chenhuacai@kernel.org, kernel@xen0n.name, tangyouling@loongson.cn, hejinyang@loongson.cn, yangtiezhu@loongson.cn, ojeda@kernel.org, alex.gaynor@gmail.com, boqun.feng@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com, benno.lossin@proton.me, a.hindborg@kernel.org, aliceryhl@google.com, tmgross@umich.edu Subject: Re: [PATCH v3 3/5] arm64/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust Message-ID: References: <20250213135759.190006-1-fujita.tomonori@gmail.com> <20250213135759.190006-4-fujita.tomonori@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250213135759.190006-4-fujita.tomonori@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250226_112803_603252_E02EC6B6 X-CRM114-Status: UNSURE ( 6.66 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Thu, Feb 13, 2025 at 10:57:57PM +0900, FUJITA Tomonori wrote: > Add new ARCH_WARN_ASM macro for BUG/WARN assembly code sharing with > Rust to avoid the duplication. > > No functional changes. > > Signed-off-by: FUJITA Tomonori Acked-by: Catalin Marinas _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv