From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ddaJY-0006iG-76 for linux-mtd@lists.infradead.org; Fri, 04 Aug 2017 10:58:46 +0000 Date: Fri, 4 Aug 2017 12:58:12 +0200 From: Boris Brezillon To: Arnd Bergmann Cc: David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Cyrille Pitchen , Russell King , Andrew Morton , Nicholas Piggin , Daniel Lezcano , Michal Marek , Linus Walleij , Lorenzo Pieralisi , Kees Cook , Peter Zijlstra , Chris Metcalf , linux-arch , Linux Kernel Mailing List , linux-mtd Subject: Re: [PATCH] [RESEND] mtd: only use __xipram annotation when XIP_KERNEL is set Message-ID: <20170804125812.005f9cbe@bbrezillon> In-Reply-To: References: <20170721202636.3361536-1-arnd@arndb.de> <20170804093550.41e5936c@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 4 Aug 2017 11:00:05 +0200 Arnd Bergmann wrote: > On Fri, Aug 4, 2017 at 9:35 AM, Boris Brezillon > wrote: > > On Fri, 21 Jul 2017 22:26:25 +0200 > > Arnd Bergmann wrote: > > >> Note that MTD_XIP has been broken on ARM since around 2011 or 2012. I > >> have sent another patch[2] to fix compilation, which I plan to merge > >> through arm-soc unless there are objections. The obvious alternative > >> to that would be to completely rip out the MTD_XIP support from the > >> kernel, since obviously nobody has been using it in a long while. > >> > >> Link: [1] https://patchwork.kernel.org/patch/8109771/ > >> Link: [2] https://patchwork.kernel.org/patch/9855225/ > >> Signed-off-by: Arnd Bergmann > >> --- > >> include/asm-generic/vmlinux.lds.h | 1 + > >> include/linux/mtd/xip.h | 10 ++++++---- > > > > For the MTD part, > > > > Acked-by: Boris Brezillon > > Thanks. If you don't mind, could you just apply the patch to the mtd tree? Sure. I'll let Brian apply it.