Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161441AbbBDRKO (ORCPT ); Wed, 4 Feb 2015 12:10:14 -0500 Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:41206 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161295AbbBDRKL (ORCPT ); Wed, 4 Feb 2015 12:10:11 -0500 Date: Wed, 4 Feb 2015 17:09:51 +0000 From: Catalin Marinas To: Ding Tianhong Cc: Will Deacon , Arnd Bergmann , Linuxarm , "linux-kernel@vger.kernel.org" Subject: Re: Meet the bugs for linux-3.19-rc4 on aarch64 board Message-ID: <20150204170951.GE26006@e104818-lin.cambridge.arm.com> References: <54D23805.5090008@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54D23805.5090008@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1218 Lines: 31 On Wed, Feb 04, 2015 at 03:17:25PM +0000, Ding Tianhong wrote: > bad mode in Synchronous Abort handler detected, code 0x86000005 > CPU: 1 PID: 381 Comm: kworker/1:1 Tainted: G O 3.19.0-rc4+ #6 > Hardware name: Hisilicon Board ESL (DT) > Workqueue: events (null) > task: ffffffc01cdb5800 ti: ffffffc01db28000 task.ti: ffffffc01db28000 > PC is at 0x0 > LR is at process_one_work+0x144/0x33c This looks like process_one_work() tried to execute address 0, possibly when it does: worker->current_func(work); > Internal error: Oops - bad mode: 0 [#1] SMP > Modules linked in: sre(O) > CPU: 1 PID: 381 Comm: kworker/1:1 Tainted: G O 3.19.0-rc4+ #6 > Hardware name: Hisilicon Board ESL (DT) > Workqueue: events (null) So there is an "events" workqueue with a NULL function which process_one_work() tries to call. You could add some more debugging in this function or you could start bisecting (could check 3.18 first). -- Catalin -- 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/