On Mon, 4 Feb 2019 at 14:27, Naresh Kamboju naresh.kamboju@linaro.org wrote:
Linux next version 20190204 boot failed on all arm and arm64 devices and qemu. Kernel crash log not available from the console.
No kernel log on - Hikey, db410c and qemu_arm64. Kernel log available on Juno but it is not a crash log.
I haven't got further than I think it is commit 6b019dde87bc ("vfs: Implement a filesystem superblock creation/configuration context") that introduced it, from the oops I got when I tested it locally:
[ 1.510454] *** VALIDATE hugetlbfs *** [ 1.511781] Unable to handle kernel paging request at virtual address 007465675f746166 [ 1.511784] Mem abort info: [ 1.511786] ESR = 0x96000004 [ 1.511789] Exception class = DABT (current EL), IL = 32 bits [ 1.511791] SET = 0, FnV = 0 [ 1.511794] EA = 0, S1PTW = 0 [ 1.511796] Data abort info: [ 1.511798] ISV = 0, ISS = 0x00000004 [ 1.511800] CM = 0, WnR = 0 [ 1.511803] [007465675f746166] address between user and kernel address ranges [ 1.511806] Internal error: Oops: 96000004 [#1] PREEMPT SMP [ 1.511809] Modules linked in: [ 1.511814] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.0.0-rc4-next-20190204 #1 [ 1.511817] Hardware name: linux,dummy-virt (DT) [ 1.511819] pstate: 20000085 (nzCv daIf -PAN -UAO) [ 1.511822] pc : string+0x28/0xa0 [ 1.511824] lr : vsnprintf+0x5ec/0x748 [ 1.511826] sp : ffff00001004b920 [ 1.511828] x29: ffff00001004b920 x28: ffff00001140102f [ 1.511834] x27: ffff00001140102f x26: ffff0000125bb4c8 [ 1.511840] x25: 00000000ffffffd8 x24: 0000000000000020 [ 1.511845] x23: 00000000000003e0 x22: ffff0000117c3000 [ 1.511851] x21: ffff00001118f608 x20: ffff0000125bb8a8 [ 1.511856] x19: ffff0000125bb4e4 x18: ffffffffffffffff [ 1.511862] x17: 0000000000000000 x16: 0000000000000000 [ 1.511868] x15: ffff0000117c3848 x14: ffff00009004b9b7 [ 1.511873] x13: 00000000425b018d x12: ffff80007ac90800 [ 1.511879] x11: ffff00001004bc80 x10: ffff00001004bc80 [ 1.511885] x9 : 00000000ffffffc8 x8 : fffffffffffffffe [ 1.511891] x7 : ffff0000125bb4e4 x6 : 5f7465675f746166 [ 1.511896] x5 : 0000000000000000 x4 : ffffffffffffffff [ 1.511902] x3 : ffff0a00ffffff04 x2 : ffff0000125bb8a8 [ 1.511908] x1 : ffff0000125bb8a8 x0 : ffff0000125bb4e4 [ 1.511914] Process swapper/0 (pid: 1, stack limit = 0x(____ptrval____)) [ 1.511916] Call trace: [ 1.511918] string+0x28/0xa0 [ 1.511920] vsnprintf+0x5ec/0x748 [ 1.511922] vscnprintf+0x2c/0x58 [ 1.511925] vprintk_store+0x6c/0x220 [ 1.511927] vprintk_emit+0xb8/0x2e0 [ 1.511929] vprintk_default+0x48/0x58 [ 1.511931] vprintk_func+0xe4/0x1e0 [ 1.511933] printk+0x74/0x94 [ 1.511936] fs_validate_description+0x290/0x2d8 [ 1.511938] register_filesystem+0x28/0xc0 [ 1.511940] init_hugetlbfs_fs+0x60/0x158 [ 1.511943] do_one_initcall+0x94/0x410 [ 1.511945] kernel_init_freeable+0x470/0x518 [ 1.511947] kernel_init+0x18/0x110 [ 1.511949] ret_from_fork+0x10/0x1c [ 1.511952] Code: d1000488 f13ffcdf 540002c9 b4000324 (394000c5) [ 1.578961] ---[ end trace 2c77608b3edc3a2a ]--- [ 1.580342] note: swapper/0[1] exited with preempt_count 1 [ 1.581886] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b [ 1.584100] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---
Cheers, Anders
Test log link, https://lkft.validation.linaro.org/scheduler/job/594931#L677 Test details: https://qa-reports.linaro.org/lkft/linux-next-oe/build/next-20190204
On Mon, 4 Feb 2019 at 16:32, ci_notify@linaro.org wrote:
Summary
kernel: 5.0.0-rc4 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git branch: master git commit: 66d54fa79f95378fd7ea91faa270284ac855493d git describe: next-20190204 Test details: https://qa-reports.linaro.org/lkft/linux-next-oe/build/next-20190204
Regressions (compared to build next-20190201)
No regressions
Fixes (compared to build next-20190201)
x86_64: kselftest-vsyscall-mode-none: * bpf_test_sockmap
In total:
Ran 89 total tests in the following environments and test suites.
Environments
- dragonboard-410c - arm64
- hi6220-hikey - arm64
- i386
- juno-r2 - arm64
- qemu_arm
- qemu_arm64
- qemu_i386
- qemu_x86_64
- x15 - arm
- x86_64
Test Suites
- kselftest
- kselftest-vsyscall-mode-native
- kselftest-vsyscall-mode-none
Failures
qemu_x86_64:
- kselftest/bpf_test_btf
- kselftest/bpf_test_libbpf.sh
- kselftest/bpf_test_lirc_mode2_user
- kselftest/bpf_test_progs
- kselftest/bpf_test_sock_addr.sh
- kselftest/bpf_test_tcpbpf_user
qemu_i386:
- kselftest/bpf_get_cgroup_id_user
- kselftest/bpf_test_btf
- kselftest/bpf_test_lirc_mode2_user
- kselftest/bpf_test_maps
- kselftest/bpf_test_netcnt
- kselftest/bpf_test_progs
- kselftest/bpf_test_select_reuseport
- kselftest/bpf_test_sock_addr.sh
- kselftest/bpf_test_socket_cookie
- kselftest/bpf_test_sockmap
- kselftest/bpf_test_tcpbpf_user
- kselftest/bpf_test_tcpnotify_user
qemu_arm:
x15:
juno-r2:
hi6220-hikey:
dragonboard-410c:
qemu_arm64:
x86:
- kselftest-vsyscall-mode-native/bpf_test_btf
- kselftest-vsyscall-mode-native/bpf_test_libbpf.sh
- kselftest-vsyscall-mode-native/bpf_test_lirc_mode2_user
- kselftest-vsyscall-mode-native/bpf_test_progs
- kselftest-vsyscall-mode-native/bpf_test_sock_addr.sh
- kselftest-vsyscall-mode-native/bpf_test_tcpbpf_user
- kselftest/bpf_test_libbpf.sh
- kselftest/bpf_test_lirc_mode2_user
- kselftest/bpf_test_progs
- kselftest/bpf_test_sock_addr.sh
- kselftest/bpf_test_sockmap
- kselftest/bpf_test_tcpbpf_user
- kselftest-vsyscall-mode-none/bpf_test_btf
- kselftest-vsyscall-mode-none/bpf_test_libbpf.sh
- kselftest-vsyscall-mode-none/bpf_test_lirc_mode2_user
- kselftest-vsyscall-mode-none/bpf_test_progs
- kselftest-vsyscall-mode-none/bpf_test_sock_addr.sh
- kselftest-vsyscall-mode-none/bpf_test_tcpbpf_user
i386:
- kselftest/bpf_get_cgroup_id_user
- kselftest/bpf_test_btf
- kselftest/bpf_test_lirc_mode2_user
- kselftest/bpf_test_maps
- kselftest/bpf_test_progs
- kselftest/bpf_test_select_reuseport
- kselftest/bpf_test_sock_addr.sh
- kselftest/bpf_test_socket_cookie
- kselftest/bpf_test_sockmap
- kselftest/bpf_test_tcpbpf_user
Skips
No skips
-- Linaro LKFT https://lkft.linaro.org