From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by casper.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1diKQo-0006Nc-6b for linux-mtd@lists.infradead.org; Thu, 17 Aug 2017 13:01:53 +0000 Date: Thu, 17 Aug 2017 15:01:18 +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: <20170817150118.3c4d8214@bbrezillon> In-Reply-To: References: <20170721202636.3361536-1-arnd@arndb.de> <20170804093550.41e5936c@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Le Fri, 4 Aug 2017 11:00:05 +0200, Arnd Bergmann a =C3=A9crit : > On Fri, Aug 4, 2017 at 9:35 AM, Boris Brezillon > wrote: > > On Fri, 21 Jul 2017 22:26:25 +0200 > > Arnd Bergmann wrote: =20 >=20 > >> 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 ++++++---- =20 > > > > For the MTD part, > > > > Acked-by: Boris Brezillon =20 >=20 > Thanks. If you don't mind, could you just apply the patch to the mtd tree? Applied to l2-mtd/master. Thanks, Boris >=20 > Arnd