From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: Null pointer 4.14.1-rt3 Date: Thu, 30 Nov 2017 16:42:51 +0100 Message-ID: <20171130154251.GD11362@linutronix.de> References: <80ce7c3e-2d01-f082-9c21-fc1084a836c8@monom.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Cc: linux-rt-users@vger.kernel.org To: Daniel Wagner Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:45694 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337AbdK3Pmw (ORCPT ); Thu, 30 Nov 2017 10:42:52 -0500 Content-Disposition: inline In-Reply-To: <80ce7c3e-2d01-f082-9c21-fc1084a836c8@monom.org> Sender: linux-rt-users-owner@vger.kernel.org List-ID: On 2017-11-30 15:42:06 [+0100], Daniel Wagner wrote: > Hi, Hi, > Fresh after a boot I just got this: > > > root@beaglebone:~# cyclictest -p 80 -n -m > # /dev/cpu_dma_latency set to 0us > policy: fifo: loadavg: 0.62 0.19 0.07 1/65 361 > > [ 46.747855] Unable to handle kernel NULL pointer dereference at virtual address 00000000 > [ 46.747863] pgd = db048000 > [ 46.747869] [00000000] *pgd=9b0a0831, *pte=00000000, *ppte=00000000 > [ 46.747901] Internal error: Oops: 80000007 [#1] PREEMPT SMP ARM > [ 46.747911] Modules linked in: > [ 46.747927] CPU: 0 PID: 361 Comm: cyclictest Not tainted 4.14.1-rt3 #9 > [ 46.747930] Hardware name: Generic AM33XX (Flattened Device Tree) > [ 46.747935] task: db225d00 task.stack: db164000 > [ 46.747944] PC is at 0x0 > [ 46.747960] LR is at smp_cross_call+0x40/0x160 … > [ 46.748234] [] (smp_cross_call) from [] (arch_send_call_function_single_ipi+0x38/0x40) > [ 46.748253] [] (arch_send_call_function_single_ipi) from [] (irq_work_queue_on+0xa4/0x114) > [ 46.748277] [] (irq_work_queue_on) from [] (pull_rt_task+0x334/0x354) > [ 46.748290] [] (pull_rt_task) from [] (pick_next_task_rt+0x58/0x2bc) > [ 46.748311] [] (pick_next_task_rt) from [] (__schedule+0x5b0/0x91c) > [ 46.748322] [] (__schedule) from [] (schedule+0x5c/0xfc) > [ 46.748334] [] (schedule) from [] (do_nanosleep+0xf4/0x20c) > [ 46.748350] [] (do_nanosleep) from [] (__hrtimer_nanosleep+0x108/0x184) > [ 46.748361] [] (__hrtimer_nanosleep) from [] (hrtimer_nanosleep+0x1c/0x20) > [ 46.748372] [] (hrtimer_nanosleep) from [] (common_nsleep+0x2c/0x30) > [ 46.748383] [] (common_nsleep) from [] (SyS_clock_nanosleep+0xc4/0x110) > [ 46.748400] [] (SyS_clock_nanosleep) from [] (ret_fast_syscall+0x0/0x28) > [ 46.748410] Code: bad PC value ach. The other part of the email. Would you mind trying v4.15-rc1? This should blow up the same way. Sebastian