Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754846AbbHXVMO (ORCPT ); Mon, 24 Aug 2015 17:12:14 -0400 Received: from mail-qk0-f178.google.com ([209.85.220.178]:36211 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753886AbbHXVMH (ORCPT ); Mon, 24 Aug 2015 17:12:07 -0400 MIME-Version: 1.0 X-Originating-IP: [2620:0:1000:157d:e022:a0ab:b617:664b] In-Reply-To: <1440390978-22796-1-git-send-email-yamada.masahiro@socionext.com> References: <1440390978-22796-1-git-send-email-yamada.masahiro@socionext.com> Date: Mon, 24 Aug 2015 14:12:06 -0700 Message-ID: Subject: Re: [PATCH 00/18] ARM: use const and __initconst for smp_operations From: Olof Johansson To: Masahiro Yamada Cc: "arm@kernel.org" , Andy Gross , Arnd Bergmann , Gregory Clement , Tsahee Zidenberg , Kumar Gala , Jason Cooper , Geert Uytterhoeven , Jun Nie , Ray Jui , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , "linux-samsung-soc@vger.kernel.org" , Heiko Stuebner , David Brown , Scott Branden , Hans de Goede , "open list:ARM/Rockchip SoC..." , Maxime Ripard , Krzysztof Kozlowski , Broadcom Kernel Feedback List , Florian Fainelli , Frederic Weisbecker , Yingjoe Chen , Stephen Warren , Kukjin Kim , =?UTF-8?Q?Emilio_L=C3=B3pez?= , Stephen Boyd , linux-arm-msm , Sebastian Hesselbarth , Andrew Lunn , Russell King , Brian Norris , Michal Simek , Gregory Fong , Dinh Nguyen , linux-soc@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Santosh Shilimkar , Wei Xu , Chen-Yu Tsai , Pavel Machek , "Peter Zijlstra (Intel)" 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: 1281 Lines: 34 On Sun, Aug 23, 2015 at 9:36 PM, Masahiro Yamada wrote: > > Currently, SoC code can not add const qualifier to smp_operations > structures although they are never over-written. > > 01/18 and 02/18 add small changes to the ARM core to fix that. > The rest of this series replace "__initdata" with "const ... __initconst" > for each of SoC code. > > I split this series into per-SoC so that each sub-arch maintainer > can easily give their Acked-by. (Is this better?) When you split, chances are each sub-arch maintainer will apply instead of ack. If that's what you want, that's fine. > Russell, Olof, and Arnd: > > How should this series be applied (if it looks good)? > The first two are ARM-tree wide and looks like in the field of Russell. > The rest are highly SoC-related. Easiest of all would probably be to get the sub-arch patches into one release, then switch the prototypes and function definitions in the next. If you switch prototypes first you'll get a bunch of warnings, right? -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/