Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933598AbcKIPUc (ORCPT ); Wed, 9 Nov 2016 10:20:32 -0500 Received: from muru.com ([72.249.23.125]:58124 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753356AbcKIPU3 (ORCPT ); Wed, 9 Nov 2016 10:20:29 -0500 Date: Wed, 9 Nov 2016 08:20:25 -0700 From: Tony Lindgren To: Axel Haslam Cc: haojian.zhuang@linaro.org, linus.walleij@linaro.org, khilman@baylibre.com, nsekhar@ti.com, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] pinctrl: single: fixes for davinci Message-ID: <20161109152024.GT2428@atomide.com> References: <20161109145401.25327-1-ahaslam@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161109145401.25327-1-ahaslam@baylibre.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1378 Lines: 27 * Axel Haslam [161109 07:54]: > After recent pinctl patches we see a warning when booting davinci > due to a bad memory allocation: > > ------------[ cut here ]------------ > WARNING: CPU: 0 PID: 1 at mm/page_alloc.c:3511 __alloc_pages_nodemask+0x16c/0xb18 > Modules linked in: > CPU: 0 PID: 1 Comm: swapper Not tainted 4.9.0-rc2-00023-g22d5127-dirty #1019 > Hardware name: Generic DA850/OMAP-L138/AM18x > Backtrace: > [] (dump_backtrace) from [] (show_stack+0x18/0x1c) > [] (show_stack) from [] (dump_stack+0x20/0x28) > [] (dump_stack) from [] (__warn+0xe8/0x100) > [] (__warn) from [] (warn_slowpath_null+0x28/0x30) > [] (warn_slowpath_null) from [] (__alloc_pages_nodemask+0x16c/0xb18) > [] (__alloc_pages_nodemask) from [] (kmalloc_order+0x20/0x58) > [] (kmalloc_order) from [] (__kmalloc_track_caller+0x188/0x190) > [] (__kmalloc_track_caller) from [] (devm_kmalloc+0x24/0x70) > [] (devm_kmalloc) from [] (pcs_dt_node_to_map+0x1d0/0xa40) > [] (pinctrl_dt_to_map) from [] (pinctrl_get+0xe8/0x484) > [snip] > > This series fixes this error. Thanks for fixing these and sorry about breaking pinctrl-bits: Acked-by: Tony Lindgren