Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754722AbaBMMg0 (ORCPT ); Thu, 13 Feb 2014 07:36:26 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:13625 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753189AbaBMMgY (ORCPT ); Thu, 13 Feb 2014 07:36:24 -0500 X-AuditID: cbfec7f5-b7fc96d000004885-95-52fcbc4565d8 Message-id: <52FCBC42.6020904@samsung.com> Date: Thu, 13 Feb 2014 13:36:18 +0100 From: Tomasz Figa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-version: 1.0 To: Tarek Dakhran , linux-kernel@vger.kernel.org Cc: Russell King , Kukjin Kim , Daniel Lezcano , Sachin Kamat , Thomas Gleixner , Tarek Dakhran , Vyacheslav Tyrtov , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH v1 0/2] exynos_mct driver: fix irq allocation and cleanup References: <1392260923-31659-1-git-send-email-t.dakhran@samsung.com> In-reply-to: <1392260923-31659-1-git-send-email-t.dakhran@samsung.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrFLMWRmVeSWpSXmKPExsVy+t/xq7que/4EGSzdpG0x77OsRe+Cq2wW mx5fY7W4vGsOm8WM8/uYLG5f5rU4+aeX0eJ3zydmi/XPTzFabN40ldli6owf7A7cHi3NPWwe O2fdZfe4c20Pm8e7c+fYPTYvqffo27KK0ePzJrkA9igum5TUnMyy1CJ9uwSujBWTVrIWTFGs WLm5m6mBsV+mi5GTQ0LARGL/5DPMELaYxIV769m6GLk4hASWMkr0fvvJBOF8ZpTY03acHaSK V0BLYt3v1WA2i4CqxJdDr9hAbDYBNYnPDY/AbFGBCIm/89YzQtQLSvyYfI8FxBYRcJfo2z2Z HWQos8BzJoln6/+DJYQFfCW2HJgG1iAk4CrxbfF1sEGcAm4SPVebwc5jFrCWWDlpGyOELS+x ec1b5gmMArOQ7JiFpGwWkrIFjMyrGEVTS5MLipPSc430ihNzi0vz0vWS83M3MULi4+sOxqXH rA4xCnAwKvHwPlj8O0iINbGsuDL3EKMEB7OSCG/jtj9BQrwpiZVVqUX58UWlOanFhxiZODil Ghg9Xcq2nFNmi1196Xhmrt1Mh8SPH64seRMmEq/7y6DbT/2zR5yOIeutv5aVF3TE56rOuOCf 92/+kSvqV+ZJOd5+Hb3b745VXcu39be7kwwa9zulLJMyCUxiW6z1STxe3qolPWtCOov23rnu muqMl9Ylu7X33O/y25ymXncuZ+PCXM2s283fxJRYijMSDbWYi4oTATRX+39tAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tarek, On 13.02.2014 04:08, Tarek Dakhran wrote: > exynos4_local_timer_setup called on the secondary cpu before > irqs are enabled. request_irq can sleep, which produces next warning: > > on boot: > [ 0.370000] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 > [ 0.370000] Setting up static identity map for 0x403b5700 - 0x403b5758 > [ 0.395000] CPU1: Booted secondary processor > [ 0.395000] ------------[ cut here ]------------ > [ 0.395000] WARNING: CPU: 1 PID: 0 at kernel/locking/lockdep.c:2742 lockdep_trace_alloc+0xe0/0xfc() > [ 0.395000] DEBUG_LOCKS_WARN_ON(irqs_disabled_flags(flags)) > [ 0.395000] Modules linked in: > [ 0.395000] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.14.0-rc2-00004-g0db95f4 #128 > [ 0.395000] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) > [ 0.395000] [] (show_stack) from [] (dump_stack+0x6c/0xb8) > [ 0.395000] [] (dump_stack) from [] (warn_slowpath_common+0x68/0x8c) > [ 0.395000] [] (warn_slowpath_common) from [] (warn_slowpath_fmt+0x30/0x40) > [ 0.395000] [] (warn_slowpath_fmt) from [] (lockdep_trace_alloc+0xe0/0xfc) > [ 0.395000] [] (lockdep_trace_alloc) from [] (kmem_cache_alloc+0x24/0x160) > [ 0.395000] [] (kmem_cache_alloc) from [] (request_threaded_irq+0x64/0x130) > [ 0.395000] [] (request_threaded_irq) from [] (exynos4_local_timer_setup+0xd0/0x124) > [ 0.395000] [] (exynos4_local_timer_setup) from [] (exynos4_mct_cpu_notify+0x78/0xf0) > [ 0.395000] [] (exynos4_mct_cpu_notify) from [] (notifier_call_chain+0x44/0x84) > [ 0.395000] [] (notifier_call_chain) from [] (__cpu_notify+0x24/0x40) > [ 0.395000] [] (__cpu_notify) from [] (secondary_start_kernel+0xe4/0x134) > [ 0.395000] [] (secondary_start_kernel) from [<40008624>] (0x40008624) > [ 0.395000] ---[ end trace 347890460e745f50 ]--- > [ 0.420000] CPU1: update cpu_power 1024 > [ 0.420000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 > > on hotplug: > [ 108.040000] CPU3: Booted secondary processor > [ 108.040000] BUG: sleeping function called from invalid context at mm/slub.c:965 > [ 108.040000] in_atomic(): 1, irqs_disabled(): 128, pid: 0, name: swapper/3 > [ 108.040000] INFO: lockdep is turned off. > [ 108.040000] irq event stamp: 0 > [ 108.040000] hardirqs last enabled at (0): [< (null)>] (null) > [ 108.040000] hardirqs last disabled at (0): [] copy_process.part.2+0x2a4/0x12f4 > [ 108.040000] softirqs last enabled at (0): [] copy_process.part.2+0x2a4/0x12f4 > [ 108.040000] softirqs last disabled at (0): [< (null)>] (null) > [ 108.040000] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G W 3.14.0-rc2-00004-g0db95f4 #128 > [ 108.040000] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) > [ 108.040000] [] (show_stack) from [] (dump_stack+0x6c/0xb8) > [ 108.040000] [] (dump_stack) from [] (kmem_cache_alloc+0xd4/0x160) > [ 108.040000] [] (kmem_cache_alloc) from [] (request_threaded_irq+0x64/0x130) > [ 108.040000] [] (request_threaded_irq) from [] (exynos4_local_timer_setup+0xd0/0x124) > [ 108.040000] [] (exynos4_local_timer_setup) from [] (exynos4_mct_cpu_notify+0x78/0xf0) > [ 108.040000] [] (exynos4_mct_cpu_notify) from [] (notifier_call_chain+0x44/0x84) > [ 108.040000] [] (notifier_call_chain) from [] (__cpu_notify+0x24/0x40) > [ 108.040000] [] (__cpu_notify) from [] (secondary_start_kernel+0xe4/0x134) > [ 108.040000] [] (secondary_start_kernel) from [<40008624>] (0x40008624) > > First patch fixes this problem by removing request_irq from exynos4_local_timer_setup > Second removes non-dt stuff. > > Tested on linux kernel v3.14-rc2. It would be nice to say on which boards it has been tested. Let me check this on our boards anyway. Best regards, Tomasz -- 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/