From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755647AbaDNQ01 (ORCPT ); Mon, 14 Apr 2014 12:26:27 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:48101 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751520AbaDNQ0X (ORCPT ); Mon, 14 Apr 2014 12:26:23 -0400 Message-ID: <534C182C.8040206@ti.com> Date: Mon, 14 Apr 2014 20:17:32 +0300 From: Grygorii Strashko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: linux-arm , Tejun Heo , Christoph Lameter , Andrew Morton , , Santosh Shilimkar , Ingo Molnar , CC: Subject: [3.15-rc1] a huge number of warnings produced by xhci & References: <53285FE7.5010203@ti.com> In-Reply-To: <53285FE7.5010203@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, I'm observing a huge number of warnings produced during the boot of my Keystone 2 board when USB is enabled. [ 2.496460] BUG: using __this_cpu_read() in preemptible [00000000] code: khubd/202 [ 2.504030] caller is __mod_zone_page_state+0x20/0xc8 [ 2.509094] CPU: 1 PID: 202 Comm: khubd Not tainted 3.15.0-rc1-00015-ge521fa3-dirty #55 [ 2.517122] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 2.524854] [] (show_stack) from [] (dump_stack+0x68/0xb8) [ 2.532086] [] (dump_stack) from [] (check_preemption_disabled+0xe8/0x10c) [ 2.540708] [] (check_preemption_disabled) from [] (__mod_zone_page_state+0x20/0xc8) [ 2.550187] [] (__mod_zone_page_state) from [] (reclaim_clean_pages_from_list+0x16c/0x178) [ 2.560193] [] (reclaim_clean_pages_from_list) from [] (alloc_contig_range+0x10c/0x2d0) [ 2.569932] [] (alloc_contig_range) from [] (dma_alloc_from_contiguous+0x70/0x118) [ 2.579241] [] (dma_alloc_from_contiguous) from [] (__alloc_from_contiguous+0x34/0x160) [ 2.588974] [] (__alloc_from_contiguous) from [] (__dma_alloc+0x18c/0x294) [ 2.597582] [] (__dma_alloc) from [] (arm_dma_alloc+0xac/0xd8) [ 2.605140] [] (arm_dma_alloc) from [] (dma_pool_alloc+0xc8/0x1b8) [ 2.613067] [] (dma_pool_alloc) from [] (xhci_alloc_container_ctx+0x70/0xe0) [ 2.621851] [] (xhci_alloc_container_ctx) from [] (xhci_alloc_virt_device+0x98/0x220) [ 2.631418] [] (xhci_alloc_virt_device) from [] (xhci_alloc_dev+0x158/0x1f0) [ 2.640207] [] (xhci_alloc_dev) from [] (usb_alloc_dev+0x1d4/0x27c) [ 2.648217] [] (usb_alloc_dev) from [] (hub_thread+0x670/0x1204) [ 2.655943] [] (hub_thread) from [] (kthread+0xcc/0xe8) [ 2.662906] [] (kthread) from [] (ret_from_fork+0x14/0x3c) Anyone else sees the same thing? Regards, -grygorii