From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx143.postini.com [74.125.245.143]) by kanga.kvack.org (Postfix) with SMTP id 70C396B004A for ; Thu, 29 Mar 2012 17:12:51 -0400 (EDT) Date: Thu, 29 Mar 2012 23:11:31 +0200 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: [PATCH 00/17] mark const init data with __initconst instead of __initdata Message-ID: <20120329211131.GA31250@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: owner-linux-mm@kvack.org List-ID: To: linux-kernel@vger.kernel.org, Andrew Morton Cc: Alexey Dobriyan , Anatolij Gustschin , Andreas Koensgen , Andrew Lunn , Andrew Victor , Arnd Bergmann , Barry Song , Benjamin Herrenschmidt , Bryan Huntsman , cbe-oss-dev@lists.ozlabs.org, Christoph Lameter , Daniel Walker , David Brown , David Howells , "David S. Miller" , David Woodhouse , davinci-linux-open-source@linux.davincidsp.com, Eric Miao , Fenghua Yu , Grant Likely , Guenter Roeck , Haojian Zhuang , Henrique de Moraes Holschuh , ibm-acpi-devel@lists.sourceforge.net, Jean-Christophe Plagniol-Villard , Jean Delvare , Jean-Paul Roubelat , Joerg Reuter , Josh Boyer , Kevin Hilman , Klaus Kudielka , Kukjin Kim , Kumar Gala , Kyungmin Park , Lennert Buytenhek , Linus Walleij , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-hams@vger.kernel.org, linux-ia64@vger.kernel.org, linux-ide@vger.kernel.org, linux-media@vger.kernel.org, linux-mips@linux-mips.org, linux-mm@kvack.org, linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-samsung-soc@vger.kernel.org, lm-sensors@lm-sensors.org, Lucas De Marchi , Matthew Garrett , Matt Porter , Mauro Carvalho Chehab , netdev@vger.kernel.org, Nicolas Ferre , Nicolas Pitre , Paul Mackerras , platform-driver-x86@vger.kernel.org, Ralf Baechle , Randy Dunlap , Russell King , Samuel Ortiz , Sascha Hauer , Sekhar Nori , Shawn Guo , Tejun Heo , Tomasz Stanislawski , Tony Lindgren , Tony Luck , Yoshinori Sato Hello, this series fixes a common error to use __initdata to mark const variables. Most of the time this works well enough to go unnoticed (though I wonder why the linker doesn't warn about that). Just try adding something like int something __initdata; to one of the patched files and compile to see the error. While touching these annotations I also corrected the position where it was wrong to go between the variable name and the =. Note this series is not compile tested. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-Ki? 1/2 nig | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org