All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: Michal Hocko <mhocko@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux-Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for Nov 7
Date: Sun, 12 Nov 2017 11:38:02 +1030	[thread overview]
Message-ID: <CACPK8Xe5uUKEytkRiszdX511b_cYTD-z3X=ZsMcNJ-NOYnXfuQ@mail.gmail.com> (raw)
In-Reply-To: <20171110123054.5pnefm3mczsfv7bz@dhcp22.suse.cz>

[-- Attachment #1: Type: text/plain, Size: 1420 bytes --]

On Fri, Nov 10, 2017 at 11:00 PM, Michal Hocko <mhocko@kernel.org> wrote:
> Hi Joel,
>
> On Wed 08-11-17 15:20:50, Michal Hocko wrote:
> [...]
>> > There are a lot of messages on the way up that look like this:
>> >
>> > [    2.527460] Uhuuh, elf segement at 000d9000 requested but the
>> > memory is mapped already
>> > [    2.540160] Uhuuh, elf segement at 000d9000 requested but the
>> > memory is mapped already
>> > [    2.546153] Uhuuh, elf segement at 000d9000 requested but the
>> > memory is mapped already
>> >
>> > And then trying to run userspace looks like this:
>>
>> Could you please run with debugging patch posted
>> http://lkml.kernel.org/r/20171107102854.vylrtaodla63kc57@dhcp22.suse.cz
>
> Did you have chance to test with this debugging patch, please?

Lots of this:

[    1.177266] Uhuuh, elf segement at 000d9000 requested but the
memory is mapped already, got 000dd000
[    1.177555] Clashing vma [dd000, de000] flags:100873 name:(null)

Full log is attached.

If you want to reproduce yourself and have an arm compiler lying around:

$ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make aspeed_g5_defconfig
$ ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make
$ qemu-system-arm -M ast2500-evb -nographic -nodefaults -serial stdio \
  -kernel arch/arm/boot/zImage \
  -dtb arch/arm/boot/dts/aspeed-ast2500-evb.dtb

I'm using Qemu 2.10 which current distros ship. ymmv with older releases.

Cheers,

Joel

[-- Attachment #2: next-20171107-failure-debugging --]
[-- Type: application/octet-stream, Size: 20658 bytes --]

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.0-rc8-next-20171107-00029-g560dedc1a4c8 (joel@aurora) (gcc version 7.2.0 (Ubuntu/Linaro 7.2.0-6ubuntu1)) #64 Sun Nov 12 11:30:37 ACDT 2017
[    0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
[    0.000000] CPU: VIPT aliasing data cache, unknown instruction cache
[    0.000000] OF: fdt: Machine model: AST2500 EVB
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS4,115200 earlyprintk
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512860K/524288K available (3356K kernel code, 205K rwdata, 1252K rodata, 148K init, 84K bss, 11428K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xa0800000 - 0xff800000   (1520 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xa0000000   ( 512 MB)
[    0.000000]     modules : 0x7f000000 - 0x80000000   (  16 MB)
[    0.000000]       .text : 0x80008000 - 0x8034f5a8   (3358 kB)
[    0.000000]       .init : 0x804a3000 - 0x804c8000   ( 148 kB)
[    0.000000]       .data : 0x804c8000 - 0x804fb720   ( 206 kB)
[    0.000000]        .bss : 0x804fb720 - 0x80510994   (  85 kB)
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] i2c controller registered, irq 16
[    0.000000] clocksource: FTTMR010-TIMER2: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 77222644334 ns
[    0.000118] sched_clock: 32 bits at 24MHz, resolution 40ns, wraps every 86767015915ns
[    0.001249] Switching to timer-based delay loop, resolution 40ns
[    0.002948] Calibrating delay loop (skipped), value calculated using timer frequency.. 49.50 BogoMIPS (lpj=247500)
[    0.003048] pid_max: default: 32768 minimum: 301
[    0.003853] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.003887] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.010844] CPU: Testing write buffer coherency: ok
[    0.019692] Setting up static identity map for 0x80008200 - 0x8000825c
[    0.028987] devtmpfs: initialized
[    0.040800] random: get_random_u32 called from bucket_table_alloc+0x80/0x1a4 with crng_init=0
[    0.042352] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.042476] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.043421] pinctrl core: initialized pinctrl subsystem
[    0.045129] NET: Registered protocol family 16
[    0.046502] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.075432] random: fast init done
[    0.087603] usbcore: registered new interface driver usbfs
[    0.087819] usbcore: registered new interface driver hub
[    0.087974] usbcore: registered new device driver usb
[    0.095571] clocksource: Switched to clocksource FTTMR010-TIMER2
[    0.100533] NET: Registered protocol family 2
[    0.104134] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.104219] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.104327] TCP: Hash tables configured (established 4096 bind 4096)
[    0.105256] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.105343] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.106515] NET: Registered protocol family 1
[    0.109889] Trying to unpack rootfs image as initramfs...
[    0.940650] Freeing initrd memory: 1580K
[    0.944212] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.944939] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.944970] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.953511] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    0.953561] Clashing vma [dd000, de000] flags:100873 name:(null)
[    0.956994] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    0.957022] Clashing vma [dd000, de000] flags:100873 name:(null)
[    0.957894] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    0.957921] Clashing vma [dd000, de000] flags:100873 name:(null)
[    0.958865] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    0.958906] Clashing vma [dd000, de000] flags:100873 name:(null)
[    0.959724] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    0.959751] Clashing vma [dd000, de000] flags:100873 name:(null)
[    0.960611] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    0.960638] Clashing vma [dd000, de000] flags:100873 name:(null)
[    0.961146] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.961269] io scheduler noop registered
[    0.961307] io scheduler deadline registered
[    0.961449] io scheduler cfq registered (default)
[    0.961488] io scheduler mq-deadline registered
[    0.961505] io scheduler kyber registered
[    0.967831] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    0.975609] console [ttyS4] disabled
[    0.976195] 1e784000.serial: ttyS4 at MMIO 0x1e784000 (irq = 29, base_baud = 1500000) is a 16550A
[    0.989062] console [ttyS4] enabled
[    0.990915] 1e78d000.serial: ttyS1 at MMIO 0x1e78d000 (irq = 30, base_baud = 1500000) is a 16550A
[    1.017101] brd: module loaded
[    1.046987] aspeed-smc 1e620000.flash-controller: n25q256a (32768 Kbytes)
[    1.047680] aspeed-smc 1e620000.flash-controller: CE0 window [ 0x20000000 - 0x22000000 ] 32MB
[    1.048204] aspeed-smc 1e620000.flash-controller: CE1 window [ 0x22000000 - 0x2a000000 ] 128MB
[    1.050366] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.050646] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.069692] aspeed-smc 1e630000.flash-controller: mx66l1g45g (131072 Kbytes)
[    1.069962] aspeed-smc 1e630000.flash-controller: CE0 window resized to 120MB (AST2500 HW quirk)
[    1.070437] aspeed-smc 1e630000.flash-controller: CE0 window [ 0x30000000 - 0x37800000 ] 120MB
[    1.070900] aspeed-smc 1e630000.flash-controller: CE1 window [ 0x37800000 - 0x38000000 ] 8MB
[    1.071179] aspeed-smc 1e630000.flash-controller: CE0 window too small for chip 128MB
[    1.072488] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.072759] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.089127] aspeed-smc 1e631000.flash-controller: Aspeed SMC probe failed -19
[    1.169622] libphy: Fixed MDIO Bus: probed
[    1.171783] ftgmac100 1e660000.ethernet: Error applying setting, reverse things back
[    1.172852] ftgmac100 1e660000.ethernet: Read MAC address 52:54:00:12:34:56 from chip
[    1.177266] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.177555] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.179978] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.180269] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.182195] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.182471] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.184205] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.184481] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.186225] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.186525] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.188256] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.188540] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.190292] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.190568] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.192305] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.192593] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.194312] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.194604] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.196698] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.197021] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.199206] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.199498] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.201482] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.201760] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.203485] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.203759] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.205445] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.205713] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.207377] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.207654] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.209409] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.209718] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.211466] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.211754] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.213475] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.213740] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.215456] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.215729] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.217476] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.217754] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.219509] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.219783] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.221509] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.221775] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.223470] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.223742] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.225462] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.225781] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.227993] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.228366] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.230431] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.230734] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.232506] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.232776] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.234468] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.234746] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.236453] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.236712] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.238390] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.238660] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.240596] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.240871] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.242759] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.243026] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.243796] libphy: ftgmac100_mdio: probed
[    1.244467] RTL8211E Gigabit Ethernet 1e660000.ethernet--1:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=1e660000.ethernet--1:00, irq=POLL)
[    1.274418] ftgmac100 1e660000.ethernet eth0: irq 19, mapped at a08af000
[    1.276429] ftgmac100 1e680000.ethernet: Error applying setting, reverse things back
[    1.277984] ftgmac100 1e680000.ethernet: Generated random MAC address da:43:17:21:45:c3
[    1.281261] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.281928] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.285471] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.285955] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.288433] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.288847] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.291472] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.291954] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.294133] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.294483] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.296550] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.296884] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.298590] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.298887] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.300537] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.300831] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.302467] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.302802] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.304444] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.304736] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.306348] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.306627] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.308209] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.308499] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.310230] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.310521] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.312115] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.312593] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.314413] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.314718] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.316323] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.316615] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.318211] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.318498] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.320064] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.320378] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.322423] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.322757] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.324749] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.325039] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.326726] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.327029] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.328643] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.328922] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.330501] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.330784] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.332329] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.332637] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.334684] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.335001] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.336640] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.336933] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.338573] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.338864] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.340461] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.340743] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.342327] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.342580] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.344117] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.344404] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.345962] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.346245] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.347870] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.348164] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.348893] libphy: ftgmac100_mdio: probed
[    1.349379] Generic PHY 1e680000.ethernet--1:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=1e680000.ethernet--1:00, irq=POLL)
[    1.359446] ftgmac100 1e680000.ethernet eth1: irq 20, mapped at a08b1000
[    1.360649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.361290] ehci-platform: EHCI generic platform driver
[    1.362716] i2c /dev entries driver
[    1.371113] aspeed-i2c-bus 1e78a040.i2c-bus: i2c bus 0 registered, irq 31
[    1.400663] aspeed-i2c-bus 1e78a100.i2c-bus: i2c bus 3 registered, irq 32
[    1.406745] aspeed-i2c-bus 1e78a300.i2c-bus: i2c bus 7 registered, irq 33
[    1.407986] Driver for 1-wire Dallas network protocol.
[    1.428476] NET: Registered protocol family 17
[    1.440614] console [netcon0] enabled
[    1.440799] netconsole: network logging started
[    1.441012] hctosys: unable to open rtc device (rtc0)
[    1.450427] Freeing unused kernel memory: 148K
[    1.450563] This architecture does not have kernel memory protection.
[    1.451766] Uhuuh, elf segement at 000d9000 requested but the memory is mapped already, got 000dd000
[    1.452039] Clashing vma [dd000, de000] flags:100873 name:(null)
[    1.452295] Failed to execute /init (error -11)
[    1.452684] Starting init: /sbin/init exists but couldn't execute it (error -14)
[    1.453156] Starting init: /bin/sh exists but couldn't execute it (error -14)
[    1.453448] Kernel panic - not syncing: No working init found.  Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[    1.453940] CPU: 0 PID: 1 Comm: init Not tainted 4.14.0-rc8-next-20171107-00029-g560dedc1a4c8 #64
[    1.454187] Hardware name: Generic DT based system
[    1.454850] [<8000fa5c>] (unwind_backtrace) from [<8000d2dc>] (show_stack+0x10/0x14)
[    1.455168] [<8000d2dc>] (show_stack) from [<800173d0>] (panic+0xb8/0x244)
[    1.455427] [<800173d0>] (panic) from [<8034b0a8>] (kernel_init+0xc8/0xf0)
[    1.455645] [<8034b0a8>] (kernel_init) from [<8000a5e0>] (ret_from_fork+0x14/0x34)

  reply	other threads:[~2017-11-12  1:08 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07  5:22 linux-next: Tree for Nov 7 Stephen Rothwell
2017-11-07 22:22 ` Joel Stanley
2017-11-08 14:20   ` Michal Hocko
2017-11-10 12:30     ` Michal Hocko
2017-11-12  1:08       ` Joel Stanley [this message]
2017-11-13  9:20         ` Michal Hocko
2017-11-13  9:20           ` Michal Hocko
2017-11-13  9:34           ` Russell King - ARM Linux
2017-11-13  9:34             ` Russell King - ARM Linux
2017-11-13  9:42           ` Michal Hocko
2017-11-13  9:42             ` Michal Hocko
2017-11-13  9:42             ` Michal Hocko
2017-11-13  9:42             ` Michal Hocko
2017-11-13 11:34             ` Michael Ellerman
2017-11-13 11:34               ` Michael Ellerman
2017-11-13 11:34               ` Michael Ellerman
2017-11-13 11:34               ` Michael Ellerman
2017-11-13 11:34               ` Michael Ellerman
2017-11-13 12:00               ` Michal Hocko
2017-11-13 12:00                 ` Michal Hocko
2017-11-13 12:00                 ` Michal Hocko
2017-11-13 12:00                 ` Michal Hocko
2017-11-13 12:00                 ` Michal Hocko
2017-11-13 15:16                 ` Michal Hocko
2017-11-13 15:16                   ` Michal Hocko
2017-11-13 15:16                   ` Michal Hocko
2017-11-13 15:16                   ` Michal Hocko
2017-11-13 15:16                   ` Michal Hocko
2017-11-13 15:48                   ` Russell King - ARM Linux
2017-11-13 15:48                     ` Russell King - ARM Linux
2017-11-13 15:48                     ` Russell King - ARM Linux
2017-11-13 15:48                     ` Russell King - ARM Linux
2017-11-13 15:48                     ` Russell King - ARM Linux
2017-11-13 15:59                     ` Michal Hocko
2017-11-13 15:59                       ` Michal Hocko
2017-11-13 15:59                       ` Michal Hocko
2017-11-13 15:59                       ` Michal Hocko
2017-11-13 15:59                       ` Michal Hocko
2017-11-13 15:49                   ` Michal Hocko
2017-11-13 15:49                     ` Michal Hocko
2017-11-13 15:49                     ` Michal Hocko
2017-11-13 15:49                     ` Michal Hocko
2017-11-13 15:49                     ` Michal Hocko
2017-11-13 16:06                     ` Michal Hocko
2017-11-13 16:06                       ` Michal Hocko
2017-11-13 16:06                       ` Michal Hocko
2017-11-13 16:06                       ` Michal Hocko
2017-11-13 16:06                       ` Michal Hocko
2017-11-13 16:35                       ` Khalid Aziz
2017-11-13 16:35                         ` Khalid Aziz
2017-11-13 16:35                         ` Khalid Aziz
2017-11-13 16:35                         ` Khalid Aziz
2017-11-13 16:35                         ` Khalid Aziz
2017-11-14  7:07                         ` Michal Hocko
2017-11-14  7:07                           ` Michal Hocko
2017-11-14  7:07                           ` Michal Hocko
2017-11-14  7:07                           ` Michal Hocko
2017-11-14  9:18                       ` Michael Ellerman
2017-11-14  9:18                         ` Michael Ellerman
2017-11-14  9:18                         ` Michael Ellerman
2017-11-14  9:18                         ` Michael Ellerman
2017-11-14  9:18                         ` Michael Ellerman
2017-11-14  9:29                         ` Michal Hocko
2017-11-14  9:29                           ` Michal Hocko
2017-11-14  9:29                           ` Michal Hocko
2017-11-14  9:29                           ` Michal Hocko
2017-11-14  9:29                           ` Michal Hocko
2017-11-14  9:02                   ` Michael Ellerman
2017-11-14  9:02                     ` Michael Ellerman
2017-11-14  9:02                     ` Michael Ellerman
2017-11-14  9:02                     ` Michael Ellerman
2017-11-14  9:02                     ` Michael Ellerman
2017-11-14  8:54                 ` Michael Ellerman
2017-11-14  8:54                   ` Michael Ellerman
2017-11-14  8:54                   ` Michael Ellerman
2017-11-14  8:54                   ` Michael Ellerman
2017-11-14  8:54                   ` Michael Ellerman
2017-11-14  9:04                   ` Michal Hocko
2017-11-14  9:04                     ` Michal Hocko
2017-11-14  9:04                     ` Michal Hocko
2017-11-14  9:04                     ` Michal Hocko
2017-11-14  9:04                     ` Michal Hocko
2017-11-14 14:52                     ` Khalid Aziz
2017-11-14 14:52                       ` Khalid Aziz
2017-11-14 14:52                       ` Khalid Aziz
2017-11-14 14:52                       ` Khalid Aziz
2017-11-13 14:11           ` Michal Hocko
2017-11-13 14:11             ` Michal Hocko
2017-11-13 15:09             ` Russell King - ARM Linux
2017-11-13 15:09               ` Russell King - ARM Linux
2017-11-13 15:31               ` Michal Hocko
2017-11-13 15:31                 ` Michal Hocko
2017-11-14  0:03         ` Andrew Morton
2017-11-14  0:36           ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2023-11-07  1:17 Stephen Rothwell
2022-11-07  3:44 Stephen Rothwell
2019-11-07  8:07 Stephen Rothwell
2018-11-07  3:16 Stephen Rothwell
2013-11-07  7:31 Stephen Rothwell
2013-11-07  7:31 ` Stephen Rothwell
2012-11-07  5:15 Stephen Rothwell
2012-11-07  5:15 ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACPK8Xe5uUKEytkRiszdX511b_cYTD-z3X=ZsMcNJ-NOYnXfuQ@mail.gmail.com' \
    --to=joel@jms.id.au \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mhocko@kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.