On Wed, 1 May 2019, Helge Deller wrote: > Hi Mikulas, > > On 01.05.19 16:22, Mikulas Patocka wrote: > > I tested it on C8000 and confim that it works. > > Thanks for testing! > > By the way, I made you the author of the patch in git: > https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git/commit/?h=for-next&id=f1abe94b271807902d5b286c7216b812645713e2 > > In general, there are so many new cool features and patches pending > in the for-next tree, so I appreciate every kind of testing: > https://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git/log/?h=for-next > > Helge The new kernel hangs on boot here: Command line for kernel: 'root=/dev/sda5 console=ttyB0 HOME=/ panic=1 panic_on_oops=1 palo_kernel=2/vmlinux-5.1.0-rc5' Selected kernel: /vmlinux-5.1.0-rc5 from partition 2 ELF64 executable Entry 00100000 first 00100000 n 2 Segment 0 load 00100000 size 153800 mediaptr 0x1000 Segment 1 load 00126000 size 8997176 mediaptr 0x27000 Branching to kernel entry point 0x00100000. If this is the last message you see, you may need to switch your console. This is a common symptom -- search the FAQ and mailing list at parisc-linux.org [ 0.000000] Linux version 5.1.0-rc5 (root@phoebe) (gcc version 8.3.0 (GCC)) #1 SMP Wed May 1 17:55:46 CEST 2019 [ 0.000000] CPU0: thread -1, cpu 0, socket 0 [ 0.000000] FP[0] enabled: Rev 1 Model 20 [ 0.000000] The 64-bit Kernel has started... [ 0.000000] Kernel default page size is 4 KB. Huge pages disabled. [ 0.000000] printk: bootconsole [ttyB0] enabled [ 0.000000] Initialized PDC Console for debugging. [ 0.000000] Determining PDC firmware type: 64 bit PAT. [ 0.000000] PAT: Running on cell 0 and location 1. [ 0.000000] PAT: legacy revision 0x24, pat_rev 0x201, pdc_cap 0x132, S-PTLB 0, HPMC_RENDEZ 0. [ 0.000000] model 000089b0 00000491 00000000 00000002 56bbf1abce93405d 100000f0 00000008 000000b2 000000b2 [ 0.000000] vers 00000401 [ 0.000000] CPUID vers 20 rev 10 (0x0000028a) [ 0.000000] capabilities 0x35 [ 0.000000] model 9000/785/C8000 [ 0.000000] product n/a, original product AB629A, S/N: SG51828565 [ 0.000000] parisc_cache_init: Only equivalent aliasing supported! [ 0.000000] Memory Ranges: [ 0.000000] 0) Start 0x0000000000000000 End 0x000000003fffffff Size 1024 MB [ 0.000000] 1) Start 0x0000000100000000 End 0x00000001bfdfffff Size 3070 MB [ 0.000000] 2) Start 0x0000004040000000 End 0x00000040ffffffff Size 3072 MB [ 0.000000] Total Memory: 7166 MB [ 0.000000] PDT: type PDT_PAT_NEW, size 3000, entries 0, status 0, dbe_loc 0xffffffffffffffff, good_mem 0 MB [ 0.000000] PDT: Firmware reports all memory OK. Mikulas