From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 59946405F7; Thu, 10 Oct 2024 06:55:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728543335; cv=none; b=bihE6sWkL7len3BXMydgoQfRoBQja2rxc9GmL45mVdSu/4vWdVCBe5aAUGnSl5j4yGTneVoQdlUcpOXmbh7MGuEhiEDj43+YIX+bWgKo1lJN83JtA4kRXv3wh93YnVSjTqVQDRsyPvtHByY2dyw1XQVxtePrxLHYi2rp+0omrx0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728543335; c=relaxed/simple; bh=s/xnsuuITvV1qwSyTkoYO7Hfofu5YynFfYeHCWb9d1U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W5NbWGmGlZZTnHwShVXq7VDAXKjLbKwpa9MCftMAYpL+oC2xvDEJK2juEVbx5LO4679/U4IC1oc183Qbrk5WAQsyotrycSrOccZl4lGC3ypg2Rv8UeVdVxqdbTN7+/l8GfC/gNT4PqPyzBU6CFPhE4rU0tdJPQt9oKPpoZ3TXF4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=ioGVzEYs; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ioGVzEYs" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=8vtORy0H6u6z+tjJaKPwCvPUkhCezoj8V2+exdGbyCw=; b=ioGVzEYs7yzrKHTxsptDr013N+ JA9LU5cIa2JPQoqkmXlCjXl3q/q4tB1nLDvCIin1oLFq5Fr2seX3Pvn1u2IdvPgebZPJl2Y9aRwhA q0+2xezoBdAI3/fPk0xbIteBXjQ7k5vQaY8oGpPaxzzNdhPtFNx9jJjKGcSz3OGa9AxT9pUHV06nF iD9U11taDM8OITZScqbaXDzw81w3BVe3eb51n7bb7c9CmATyXXddQ8Y70Nlb9s1rNj2JsY8uJFqY4 rLfVkhhmGbWAUjhRHq7JtOroqSJbGaDNp6+AScWEOjDrgmJvaLmoYiRPNr4S3tpeL2YcQyq7KGL2s W3+7A9sA==; Received: from hch by bombadil.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1syn4w-0000000Bkcx-0Cev; Thu, 10 Oct 2024 06:55:18 +0000 Date: Wed, 9 Oct 2024 23:55:18 -0700 From: Christoph Hellwig To: Mike Rapoport Cc: Andrew Morton , Andreas Larsson , Andy Lutomirski , Ard Biesheuvel , Arnd Bergmann , Borislav Petkov , Brian Cain , Catalin Marinas , Christoph Hellwig , Christophe Leroy , Dave Hansen , Dinh Nguyen , Geert Uytterhoeven , Guo Ren , Helge Deller , Huacai Chen , Ingo Molnar , Johannes Berg , John Paul Adrian Glaubitz , Kent Overstreet , "Liam R. Howlett" , Luis Chamberlain , Mark Rutland , Masami Hiramatsu , Matt Turner , Max Filippov , Michael Ellerman , Michal Simek , Oleg Nesterov , Palmer Dabbelt , Peter Zijlstra , Richard Weinberger , Russell King , Song Liu , Stafford Horne , Steven Rostedt , Thomas Bogendoerfer , Thomas Gleixner , Uladzislau Rezki , Vineet Gupta , Will Deacon , bpf@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-mm@kvack.org, linux-modules@vger.kernel.org, linux-openrisc@vger.kernel.org, linux-parisc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-sh@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-trace-kernel@vger.kernel.org, linux-um@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, loongarch@lists.linux.dev, sparclinux@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH v5 3/8] asm-generic: introduce text-patching.h Message-ID: References: <20241009180816.83591-1-rppt@kernel.org> <20241009180816.83591-4-rppt@kernel.org> Precedence: bulk X-Mailing-List: linux-hexagon@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241009180816.83591-4-rppt@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Wed, Oct 09, 2024 at 09:08:11PM +0300, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > Several architectures support text patching, but they name the header > files that declare patching functions differently. > > Make all such headers consistently named text-patching.h and add an empty > header in asm-generic for architectures that do not support text patching. Looks good: Reviewed-by: Christoph Hellwig