Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbdHDJAJ (ORCPT ); Fri, 4 Aug 2017 05:00:09 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36618 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752006AbdHDJAG (ORCPT ); Fri, 4 Aug 2017 05:00:06 -0400 MIME-Version: 1.0 In-Reply-To: <20170804093550.41e5936c@bbrezillon> References: <20170721202636.3361536-1-arnd@arndb.de> <20170804093550.41e5936c@bbrezillon> From: Arnd Bergmann Date: Fri, 4 Aug 2017 11:00:05 +0200 X-Google-Sender-Auth: QeFXWhTge7WR9JE54cQmF2bYCk4 Message-ID: Subject: Re: [PATCH] [RESEND] mtd: only use __xipram annotation when XIP_KERNEL is set To: Boris Brezillon 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 Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 974 Lines: 25 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? Arnd