From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752177AbdHDK60 (ORCPT ); Fri, 4 Aug 2017 06:58:26 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:55607 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752070AbdHDK6Y (ORCPT ); Fri, 4 Aug 2017 06:58:24 -0400 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> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.