From: Julian Margetson <runaway@candw.ms>
To: "Måns Rullgård" <mans@mansr.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>,
Viresh Kumar <viresh.linux@gmail.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Tejun Heo <tj@kernel.org>,
linux-ide@vger.kernel.org,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
Date: Mon, 21 Dec 2015 10:40:02 -0400 [thread overview]
Message-ID: <56780F42.2020907@candw.ms> (raw)
In-Reply-To: <yw1xlh8o53zh.fsf@unicorn.mansr.com>
[-- Attachment #1: Type: text/plain, Size: 2968 bytes --]
On 12/21/2015 9:24 AM, Måns Rullgård wrote:
> Julian Margetson <runaway@candw.ms> writes:
>
>>>>> P.S. Anyway we have to ask Julian to try the kernel with
>>>>> 8b3444852a2b58129 reverted.
>>>>>
>>>> git revert 8b3444852a2b58129
>>>> error: could not revert 8b34448... sata_dwc_460ex: move to generic DMA driver
>>>> hint: after resolving the conflicts, mark the corrected paths
>>>> hint: with 'git add <paths>' or 'git rm <paths>'
>>>> hint: and commit the result with 'git commit'
>>> Yeah, that won't work since there are numerous changes afterward. Just
>>> revert the entire file back to 4.0 like this:
>>>
>>> $ git checkout v4.0 drivers/ata/sata_dwc_460ex.c
>>>
>> CC [M] drivers/ata/sata_dwc_460ex.o
>> drivers/ata/sata_dwc_460ex.c:467:36: error: macro
>> "dma_request_channel" requires 3 arguments, but only 1 given
>> static int dma_request_channel(void)
>> ^
>> drivers/ata/sata_dwc_460ex.c:468:1: error: expected ‘=’, ‘,’,
>> ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
>> {
>> ^
>> drivers/ata/sata_dwc_460ex.c: In function ‘dma_dwc_xfer_setup’:
>> drivers/ata/sata_dwc_460ex.c:758:31: error: macro
>> "dma_request_channel" requires 3 arguments, but only 1 given
>> dma_ch = dma_request_channel();
>> ^
>> drivers/ata/sata_dwc_460ex.c:758:11: error: ‘dma_request_channel’
>> undeclared (first use in this function)
>> dma_ch = dma_request_channel();
>> ^
>> drivers/ata/sata_dwc_460ex.c:758:11: note: each undeclared identifier
>> is reported only once for each function it appears in
>> drivers/ata/sata_dwc_460ex.c: In function ‘sata_dwc_dma_filter’:
>> drivers/ata/sata_dwc_460ex.c:1282:35: error: ‘struct
>> sata_dwc_device_port’ has no member named ‘dws’
>> struct dw_dma_slave *dws = hsdevp->dws;
>> ^
>> drivers/ata/sata_dwc_460ex.c: In function ‘sata_dwc_port_start’:
>> drivers/ata/sata_dwc_460ex.c:1325:17: warning: unused variable
>> ‘mask’ [-Wunused-variable]
>> dma_cap_mask_t mask;
>> ^
>> drivers/ata/sata_dwc_460ex.c: At top level:
>> drivers/ata/sata_dwc_460ex.c:345:28: warning: ‘sata_dwc_dma_dws’
>> defined but not used [-Wunused-variable]
>> static struct dw_dma_slave sata_dwc_dma_dws = {
>> ^
>> drivers/ata/sata_dwc_460ex.c:1279:13: warning:
>> ‘sata_dwc_dma_filter’ defined but not used [-Wunused-function]
>> static bool sata_dwc_dma_filter(struct dma_chan *chan, void *param)
>> ^
> Those messages do not match the contents of the file from v4.0.
> For your convenience, here's the file as it should be.
>
> $ sha1sum drivers/ata/sata_dwc_460ex.c
> 0f54dfa3a91591101f5de434c3a631a5cd20ff1a drivers/ata/sata_dwc_460ex.c
>
[-- Attachment #2: log2.log --]
[-- Type: text/plain, Size: 184340 bytes --]
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2015.12.21 10:13:22 =~=~=~=~=~=~=~=~=~=~=~=
1
VESA: OK
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Using Canyonlands machine description
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.4.0-rc5-Sam460ex-dirty (root@julian-VirtualBox) (gcc version 4.8.2 (Ubuntu 4.8.2-16ubuntu3) ) #3 PREEMPT Mon Dec 21 10:06:37 AST 2015
[ 0.000000] Found legacy serial port 0 for /plb/opb/serial@ef600300
[ 0.000000] mem=4ef600300, taddr=4ef600300, irq=0, clk=11059200, speed=0
[ 0.000000] Found legacy serial port 1 for /plb/opb/serial@ef600400
[ 0.000000] mem=4ef600400, taddr=4ef600400, irq=0, clk=11059200, speed=0
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] free_area_init_node: node 0, pgdat c0a33dc8, node_mem_map eefed000
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:31
[ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
[ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752
[ 0.000000] Kernel command line: root=/dev/sda8 console=ttyS0,115200 ignore_loglevel dw_dmac_core.dyndbg dw_dmac.dyndbg
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Sorting __ex_table...
[ 0.000000] Memory: 2068868K/2097152K available (6732K kernel code, 332K rwdata, 3232K rodata, 236K init, 368K bss, 28284K reserved, 0K cma-reserved, 1310720K highmem)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xfffcf000..0xfffff000 : fixmap
[ 0.000000] * 0xffc00000..0xffe00000 : highmem PTEs
[ 0.000000] * 0xffa00000..0xffc00000 : consistent mem
[ 0.000000] * 0xffa00000..0xffa00000 : early ioremap
[ 0.000000] * 0xf1000000..0xffa00000 : vmalloc & ioremap
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:512 nr_irqs:512 16
[ 0.000000] UIC0 (32 IRQ sources) at DCR 0xc0
[ 0.000000] UIC1 (32 IRQ sources) at DCR 0xd0
[ 0.000000] UIC2 (32 IRQ sources) at DCR 0xe0
[ 0.000000] UIC3 (32 IRQ sources) at DCR 0xf0
[ 0.000000] time_init: decrementer frequency = 1155.000010 MHz
[ 0.000000] time_init: processor frequency = 1155.000010 MHz
[ 0.000013] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x10a60dda894, max_idle_ns: 440795207041 ns
[ 0.000023] clocksource: timebase mult[dda520] shift[24] registered
[ 0.000035] clockevent: decrementer mult[93d70a53] shift[31] cpu[0]
[ 0.000144] Console: colour dummy device 80x25
[ 0.000174] pid_max: default: 32768 minimum: 301
[ 0.000276] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000288] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.004035] devtmpfs: initialized
[ 0.006769] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.007157] xor: measuring software checksum speed
[ 0.016350] 8regs : 856.000 MB/sec
[ 0.026358] 8regs_prefetch: 784.000 MB/sec
[ 0.036389] 32regs : 1120.000 MB/sec
[ 0.046421] 32regs_prefetch: 996.000 MB/sec
[ 0.046428] xor: using function: 32regs (1120.000 MB/sec)
[ 0.046463] prandom: seed boundary self test passed
[ 0.048910] prandom: 100 self tests passed
[ 0.049444] NET: Registered protocol family 16
[ 0.052545] cpuidle: using governor ladder
[ 0.055580] cpuidle: using governor menu
[ 0.055978] 256k L2-cache enabled
[ 0.056062] PCIE0: Port disabled via device-tree
[ 0.056112] PCIE1: Checking link...
[ 0.056119] PCIE1: Device detected, waiting for link...
[ 0.056125] PCIE1: link is up !
[ 0.158411] PCI host bridge /plb/pciex@d20000000 (primary) ranges:
[ 0.158438] MEM 0x0000000e80000000..0x0000000effffffff -> 0x0000000080000000
[ 0.158453] MEM 0x0000000f00100000..0x0000000f001fffff -> 0x0000000000000000
[ 0.158463] IO 0x0000000f80010000..0x0000000f8001ffff -> 0x0000000000000000
[ 0.158486] 4xx PCI DMA offset set to 0x00000000
[ 0.158492] 4xx PCI DMA window base to 0x0000000000000000
[ 0.158498] DMA window size 0x0000000080000000
[ 0.158522] PCIE1: successfully set as root-complex
[ 0.158586] PCI host bridge /plb/pci@c0ec00000 (primary) ranges:
[ 0.158602] MEM 0x0000000d80000000..0x0000000dffffffff -> 0x0000000080000000
[ 0.158616] MEM 0x0000000c0ee00000..0x0000000c0eefffff -> 0x0000000000000000
[ 0.158627] IO 0x0000000c08000000..0x0000000c0800ffff -> 0x0000000000000000
[ 0.158640] 4xx PCI DMA offset set to 0x00000000
[ 0.158646] 4xx PCI DMA window base to 0x0000000000000000
[ 0.158652] DMA window size 0x0000000080000000
[ 0.159138] PCI: Probing PCI hardware
[ 0.159238] PCI host bridge to bus 0000:80
[ 0.159257] pci_bus 0000:80: root bus resource [io 0xfffe0000-0xfffeffff] (bus address [0x0000-0xffff])
[ 0.159270] pci_bus 0000:80: root bus resource [mem 0xe80000000-0xeffffffff] (bus address [0x80000000-0xffffffff])
[ 0.159282] pci_bus 0000:80: root bus resource [mem 0xf00100000-0xf001fffff] (bus address [0x00000000-0x000fffff])
[ 0.159295] pci_bus 0000:80: root bus resource [bus 80-ff]
[ 0.159309] pci_bus 0000:80: busn_res: [bus 80-ff] end is updated to ff
[ 0.159347] pci 0000:80:00.0: [aaa1:bed1] type 01 class 0x060400
[ 0.159387] pci 0000:80:00.0: reg 0x10: [mem 0x00000000-0x7fffffff pref]
[ 0.159420] PCI: Hiding 4xx host bridge resources 0000:80:00.0
[ 0.159694] pci 0000:81:00.0: [1002:683f] type 00 class 0x030000
[ 0.159745] pci 0000:81:00.0: reg 0x10: [mem 0xea0000000-0xeafffffff 64bit pref]
[ 0.159765] pci 0000:81:00.0: reg 0x18: [mem 0xeb0000000-0xeb003ffff 64bit]
[ 0.159781] pci 0000:81:00.0: reg 0x20: [io 0xfffe2000-0xfffe20ff]
[ 0.159804] pci 0000:81:00.0: reg 0x30: [mem 0xf00100000-0xf0011ffff pref]
[ 0.159866] pci 0000:81:00.0: supports D1 D2
[ 0.159876] pci 0000:81:00.0: PME# supported from D1 D2 D3hot
[ 0.160027] pci 0000:81:00.1: [1002:aab0] type 00 class 0x040300
[ 0.160075] pci 0000:81:00.1: reg 0x10: [mem 0xe90060000-0xe90063fff 64bit]
[ 0.160158] pci 0000:81:00.1: supports D1 D2
[ 0.160284] pci 0000:80:00.0: PCI bridge to [bus 81-bf]
[ 0.160300] pci 0000:80:00.0: bridge window [io 0xfffe2000-0xfffe2fff]
[ 0.160311] pci 0000:80:00.0: bridge window [mem 0xea0000000-0xeb00fffff]
[ 0.160399] pci_bus 0000:80: busn_res: [bus 80-ff] end is updated to bf
[ 0.160490] PCI host bridge to bus 0001:00
[ 0.160504] pci_bus 0001:00: root bus resource [io 0x0000-0xffff]
[ 0.160516] pci_bus 0001:00: root bus resource [mem 0xd80000000-0xdffffffff] (bus address [0x80000000-0xffffffff])
[ 0.160528] pci_bus 0001:00: root bus resource [mem 0xc0ee00000-0xc0eefffff] (bus address [0x00000000-0x000fffff])
[ 0.160538] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.160549] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.160577] pci 0001:00:04.0: [1095:3512] type 00 class 0x010400
[ 0.160600] pci 0001:00:04.0: reg 0x10: [io 0x1000-0x1007]
[ 0.160613] pci 0001:00:04.0: reg 0x14: [io 0x1008-0x100b]
[ 0.160625] pci 0001:00:04.0: reg 0x18: [io 0x1010-0x1017]
[ 0.160638] pci 0001:00:04.0: reg 0x1c: [io 0x1018-0x101b]
[ 0.160650] pci 0001:00:04.0: reg 0x20: [io 0x1020-0x102f]
[ 0.160663] pci 0001:00:04.0: reg 0x24: [mem 0xd80000000-0xd800001ff]
[ 0.160676] pci 0001:00:04.0: reg 0x30: [mem 0xc0ee00000-0xc0ee7ffff pref]
[ 0.160703] pci 0001:00:04.0: supports D1 D2
[ 0.160824] pci 0001:00:06.0: [126f:0501] type 00 class 0x038000
[ 0.160847] pci 0001:00:06.0: reg 0x10: [mem 0xd84000000-0xd87ffffff]
[ 0.160860] pci 0001:00:06.0: reg 0x14: [mem 0xd88000000-0xd881fffff]
[ 0.160896] pci 0001:00:06.0: supports D1 D2
[ 0.161069] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.161160] pci 0000:80:00.0: BAR 9: assigned [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161172] pci 0000:80:00.0: BAR 8: assigned [mem 0xe90000000-0xe900fffff]
[ 0.161183] pci 0000:80:00.0: BAR 7: assigned [io 0xfffe1000-0xfffe1fff]
[ 0.161199] pci 0000:81:00.0: BAR 0: assigned [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161220] pci 0000:81:00.0: BAR 2: assigned [mem 0xe90000000-0xe9003ffff 64bit]
[ 0.161237] pci 0000:81:00.0: BAR 6: assigned [mem 0xe90040000-0xe9005ffff pref]
[ 0.161250] pci 0000:81:00.1: BAR 0: assigned [mem 0xe90060000-0xe90063fff 64bit]
[ 0.161267] pci 0000:81:00.0: BAR 4: assigned [io 0xfffe1000-0xfffe10ff]
[ 0.161280] pci 0000:80:00.0: PCI bridge to [bus 81-bf]
[ 0.161291] pci 0000:80:00.0: bridge window [io 0xfffe1000-0xfffe1fff]
[ 0.161302] pci 0000:80:00.0: bridge window [mem 0xe90000000-0xe900fffff]
[ 0.161313] pci 0000:80:00.0: bridge window [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161326] pci_bus 0000:80: resource 4 [io 0xfffe0000-0xfffeffff]
[ 0.161336] pci_bus 0000:80: resource 5 [mem 0xe80000000-0xeffffffff]
[ 0.161345] pci_bus 0000:80: resource 6 [mem 0xf00100000-0xf001fffff]
[ 0.161355] pci_bus 0000:81: resource 0 [io 0xfffe1000-0xfffe1fff]
[ 0.161365] pci_bus 0000:81: resource 1 [mem 0xe90000000-0xe900fffff]
[ 0.161375] pci_bus 0000:81: resource 2 [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161390] pci 0001:00:06.0: BAR 0: assigned [mem 0xd80000000-0xd83ffffff]
[ 0.161403] pci 0001:00:06.0: BAR 1: assigned [mem 0xd84000000-0xd841fffff]
[ 0.161415] pci 0001:00:04.0: BAR 6: assigned [mem 0xd84200000-0xd8427ffff pref]
[ 0.161427] pci 0001:00:04.0: BAR 5: assigned [mem 0xd84280000-0xd842801ff]
[ 0.161438] pci 0001:00:04.0: BAR 4: assigned [io 0x1000-0x100f]
[ 0.161450] pci 0001:00:04.0: BAR 0: assigned [io 0x1010-0x1017]
[ 0.161461] pci 0001:00:04.0: BAR 2: assigned [io 0x1018-0x101f]
[ 0.161473] pci 0001:00:04.0: BAR 1: assigned [io 0x1020-0x1023]
[ 0.161485] pci 0001:00:04.0: BAR 3: assigned [io 0x1024-0x1027]
[ 0.161497] pci_bus 0001:00: resource 4 [io 0x0000-0xffff]
[ 0.161507] pci_bus 0001:00: resource 5 [mem 0xd80000000-0xdffffffff]
[ 0.161516] pci_bus 0001:00: resource 6 [mem 0xc0ee00000-0xc0eefffff]
[ 0.188262] raid6: int32x1 gen() 300 MB/s
[ 0.205416] raid6: int32x1 xor() 173 MB/s
[ 0.222443] raid6: int32x2 gen() 433 MB/s
[ 0.239490] raid6: int32x2 xor() 240 MB/s
[ 0.256583] raid6: int32x4 gen() 476 MB/s
[ 0.273661] raid6: int32x4 xor() 267 MB/s
[ 0.290717] raid6: int32x8 gen() 234 MB/s
[ 0.307889] raid6: int32x8 xor() 218 MB/s
[ 0.307895] raid6: using algorithm int32x4 gen() 476 MB/s
[ 0.307901] raid6: .... xor() 267 MB/s, rmw enabled
[ 0.307908] raid6: using intx1 recovery algorithm
[ 0.308206] vgaarb: device added: PCI:0000:81:00.0,decodes=io+mem,owns=none,locks=none
[ 0.308220] vgaarb: loaded
[ 0.308226] vgaarb: bridge control possible 0000:81:00.0
[ 0.308491] SCSI subsystem initialized
[ 0.308630] libata version 3.00 loaded.
[ 0.308864] usbcore: registered new interface driver usbfs
[ 0.308908] usbcore: registered new interface driver hub
[ 0.308962] usbcore: registered new device driver usb
[ 0.309056] pps_core: LinuxPPS API ver. 1 registered
[ 0.309064] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.309092] PTP clock support registered
[ 0.309236] EDAC MC: Ver: 3.0.0
[ 0.309583] Advanced Linux Sound Architecture Driver Initialized.
[ 0.329508] DMA-API: preallocated 65536 debug entries
[ 0.329522] DMA-API: debugging enabled by kernel config
[ 0.329567] clocksource: Switched to clocksource timebase
[ 0.336170] NET: Registered protocol family 2
[ 0.336752] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.336846] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[ 0.337187] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.337298] UDP hash table entries: 512 (order: 2, 24576 bytes)
[ 0.337363] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[ 0.337709] NET: Registered protocol family 1
[ 0.338023] RPC: Registered named UNIX socket transport module.
[ 0.338032] RPC: Registered udp transport module.
[ 0.338038] RPC: Registered tcp transport module.
[ 0.338044] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.338114] PCI: CLS mismatch (32 != 4), using 32 bytes
[ 0.338802] Could not remap bcsr
[ 0.341958] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160)
[ 0.345013] futex hash table entries: 256 (order: 0, 7168 bytes)
[ 0.355157] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.355692] fuse init (API version 7.23)
[ 0.359875] async_tx: api initialized (async)
[ 0.359975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.359992] io scheduler noop registered
[ 0.360134] io scheduler cfq registered (default)
[ 0.362193] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 0.362203] crc32: self tests passed, processed 225944 bytes in 892360 nsec
[ 0.363177] crc32c: CRC_LE_BITS = 64
[ 0.363186] crc32c: self tests passed, processed 225944 bytes in 446237 nsec
[ 0.429578] crc32_combine: 8373 self tests passed
[ 0.496173] crc32c_combine: 8373 self tests passed
[ 0.496226] glob: 64 self-tests passed, 0 failed
[ 0.534451] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.535239] console [ttyS0] disabled
[ 0.555384] serial8250.0: ttyS0 at MMIO 0x4ef600300 (irq = 22, base_baud = 691200) is a U6_16550A
[ 1.838089] console [ttyS0] enabled
[ 1.862196] serial8250.0: ttyS1 at MMIO 0x4ef600400 (irq = 23, base_baud = 691200) is a U6_16550A
[ 1.872037] console [ttyS0] disabled
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Using Canyonlands machine description
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.4.0-rc5-Sam460ex-dirty (root@julian-VirtualBox) (gcc version 4.8.2 (Ubuntu 4.8.2-16ubuntu3) ) #3 PREEMPT Mon Dec 21 10:06:37 AST 2015
[ 0.000000] Found legacy serial port 0 for /plb/opb/serial@ef600300
[ 0.000000] mem=4ef600300, taddr=4ef600300, irq=0, clk=11059200, speed=0
[ 0.000000] Found legacy serial port 1 for /plb/opb/serial@ef600400
[ 0.000000] mem=4ef600400, taddr=4ef600400, irq=0, clk=11059200, speed=0
[ 0.000000] Top of RAM: 0x80000000, Total RAM: 0x80000000
[ 0.000000] Memory hole size: 0MB
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] free_area_init_node: node 0, pgdat c0a33dc8, node_mem_map eefed000
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:31
[ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
[ 0.000000] MMU: Allocated 1088 bytes of context maps for 255 contexts
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752
[ 0.000000] Kernel command line: root=/dev/sda8 console=ttyS0,115200 ignore_loglevel dw_dmac_core.dyndbg dw_dmac.dyndbg
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Sorting __ex_table...
[ 0.000000] Memory: 2068868K/2097152K available (6732K kernel code, 332K rwdata, 3232K rodata, 236K init, 368K bss, 28284K reserved, 0K cma-reserved, 1310720K highmem)
[ 0.000000] Kernel virtual memory layout:
[ 0.000000] * 0xfffcf000..0xfffff000 : fixmap
[ 0.000000] * 0xffc00000..0xffe00000 : highmem PTEs
[ 0.000000] * 0xffa00000..0xffc00000 : consistent mem
[ 0.000000] * 0xffa00000..0xffa00000 : early ioremap
[ 0.000000] * 0xf1000000..0xffa00000 : vmalloc & ioremap
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:512 nr_irqs:512 16
[ 0.000000] UIC0 (32 IRQ sources) at DCR 0xc0
[ 0.000000] UIC1 (32 IRQ sources) at DCR 0xd0
[ 0.000000] UIC2 (32 IRQ sources) at DCR 0xe0
[ 0.000000] UIC3 (32 IRQ sources) at DCR 0xf0
[ 0.000000] time_init: decrementer frequency = 1155.000010 MHz
[ 0.000000] time_init: processor frequency = 1155.000010 MHz
[ 0.000013] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x10a60dda894, max_idle_ns: 440795207041 ns
[ 0.000023] clocksource: timebase mult[dda520] shift[24] registered
[ 0.000035] clockevent: decrementer mult[93d70a53] shift[31] cpu[0]
[ 0.000144] Console: colour dummy device 80x25
[ 0.000174] pid_max: default: 32768 minimum: 301
[ 0.000276] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000288] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.004035] devtmpfs: initialized
[ 0.006769] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.007157] xor: measuring software checksum speed
[ 0.016350] 8regs : 856.000 MB/sec
[ 0.026358] 8regs_prefetch: 784.000 MB/sec
[ 0.036389] 32regs : 1120.000 MB/sec
[ 0.046421] 32regs_prefetch: 996.000 MB/sec
[ 0.046428] xor: using function: 32regs (1120.000 MB/sec)
[ 0.046463] prandom: seed boundary self test passed
[ 0.048910] prandom: 100 self tests passed
[ 0.049444] NET: Registered protocol family 16
[ 0.052545] cpuidle: using governor ladder
[ 0.055580] cpuidle: using governor menu
[ 0.055978] 256k L2-cache enabled
[ 0.056062] PCIE0: Port disabled via device-tree
[ 0.056112] PCIE1: Checking link...
[ 0.056119] PCIE1: Device detected, waiting for link...
[ 0.056125] PCIE1: link is up !
[ 0.158411] PCI host bridge /plb/pciex@d20000000 (primary) ranges:
[ 0.158438] MEM 0x0000000e80000000..0x0000000effffffff -> 0x0000000080000000
[ 0.158453] MEM 0x0000000f00100000..0x0000000f001fffff -> 0x0000000000000000
[ 0.158463] IO 0x0000000f80010000..0x0000000f8001ffff -> 0x0000000000000000
[ 0.158486] 4xx PCI DMA offset set to 0x00000000
[ 0.158492] 4xx PCI DMA window base to 0x0000000000000000
[ 0.158498] DMA window size 0x0000000080000000
[ 0.158522] PCIE1: successfully set as root-complex
[ 0.158586] PCI host bridge /plb/pci@c0ec00000 (primary) ranges:
[ 0.158602] MEM 0x0000000d80000000..0x0000000dffffffff -> 0x0000000080000000
[ 0.158616] MEM 0x0000000c0ee00000..0x0000000c0eefffff -> 0x0000000000000000
[ 0.158627] IO 0x0000000c08000000..0x0000000c0800ffff -> 0x0000000000000000
[ 0.158640] 4xx PCI DMA offset set to 0x00000000
[ 0.158646] 4xx PCI DMA window base to 0x0000000000000000
[ 0.158652] DMA window size 0x0000000080000000
[ 0.159138] PCI: Probing PCI hardware
[ 0.159238] PCI host bridge to bus 0000:80
[ 0.159257] pci_bus 0000:80: root bus resource [io 0xfffe0000-0xfffeffff] (bus address [0x0000-0xffff])
[ 0.159270] pci_bus 0000:80: root bus resource [mem 0xe80000000-0xeffffffff] (bus address [0x80000000-0xffffffff])
[ 0.159282] pci_bus 0000:80: root bus resource [mem 0xf00100000-0xf001fffff] (bus address [0x00000000-0x000fffff])
[ 0.159295] pci_bus 0000:80: root bus resource [bus 80-ff]
[ 0.159309] pci_bus 0000:80: busn_res: [bus 80-ff] end is updated to ff
[ 0.159347] pci 0000:80:00.0: [aaa1:bed1] type 01 class 0x060400
[ 0.159387] pci 0000:80:00.0: reg 0x10: [mem 0x00000000-0x7fffffff pref]
[ 0.159420] PCI: Hiding 4xx host bridge resources 0000:80:00.0
[ 0.159694] pci 0000:81:00.0: [1002:683f] type 00 class 0x030000
[ 0.159745] pci 0000:81:00.0: reg 0x10: [mem 0xea0000000-0xeafffffff 64bit pref]
[ 0.159765] pci 0000:81:00.0: reg 0x18: [mem 0xeb0000000-0xeb003ffff 64bit]
[ 0.159781] pci 0000:81:00.0: reg 0x20: [io 0xfffe2000-0xfffe20ff]
[ 0.159804] pci 0000:81:00.0: reg 0x30: [mem 0xf00100000-0xf0011ffff pref]
[ 0.159866] pci 0000:81:00.0: supports D1 D2
[ 0.159876] pci 0000:81:00.0: PME# supported from D1 D2 D3hot
[ 0.160027] pci 0000:81:00.1: [1002:aab0] type 00 class 0x040300
[ 0.160075] pci 0000:81:00.1: reg 0x10: [mem 0xe90060000-0xe90063fff 64bit]
[ 0.160158] pci 0000:81:00.1: supports D1 D2
[ 0.160284] pci 0000:80:00.0: PCI bridge to [bus 81-bf]
[ 0.160300] pci 0000:80:00.0: bridge window [io 0xfffe2000-0xfffe2fff]
[ 0.160311] pci 0000:80:00.0: bridge window [mem 0xea0000000-0xeb00fffff]
[ 0.160399] pci_bus 0000:80: busn_res: [bus 80-ff] end is updated to bf
[ 0.160490] PCI host bridge to bus 0001:00
[ 0.160504] pci_bus 0001:00: root bus resource [io 0x0000-0xffff]
[ 0.160516] pci_bus 0001:00: root bus resource [mem 0xd80000000-0xdffffffff] (bus address [0x80000000-0xffffffff])
[ 0.160528] pci_bus 0001:00: root bus resource [mem 0xc0ee00000-0xc0eefffff] (bus address [0x00000000-0x000fffff])
[ 0.160538] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 0.160549] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to ff
[ 0.160577] pci 0001:00:04.0: [1095:3512] type 00 class 0x010400
[ 0.160600] pci 0001:00:04.0: reg 0x10: [io 0x1000-0x1007]
[ 0.160613] pci 0001:00:04.0: reg 0x14: [io 0x1008-0x100b]
[ 0.160625] pci 0001:00:04.0: reg 0x18: [io 0x1010-0x1017]
[ 0.160638] pci 0001:00:04.0: reg 0x1c: [io 0x1018-0x101b]
[ 0.160650] pci 0001:00:04.0: reg 0x20: [io 0x1020-0x102f]
[ 0.160663] pci 0001:00:04.0: reg 0x24: [mem 0xd80000000-0xd800001ff]
[ 0.160676] pci 0001:00:04.0: reg 0x30: [mem 0xc0ee00000-0xc0ee7ffff pref]
[ 0.160703] pci 0001:00:04.0: supports D1 D2
[ 0.160824] pci 0001:00:06.0: [126f:0501] type 00 class 0x038000
[ 0.160847] pci 0001:00:06.0: reg 0x10: [mem 0xd84000000-0xd87ffffff]
[ 0.160860] pci 0001:00:06.0: reg 0x14: [mem 0xd88000000-0xd881fffff]
[ 0.160896] pci 0001:00:06.0: supports D1 D2
[ 0.161069] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 00
[ 0.161160] pci 0000:80:00.0: BAR 9: assigned [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161172] pci 0000:80:00.0: BAR 8: assigned [mem 0xe90000000-0xe900fffff]
[ 0.161183] pci 0000:80:00.0: BAR 7: assigned [io 0xfffe1000-0xfffe1fff]
[ 0.161199] pci 0000:81:00.0: BAR 0: assigned [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161220] pci 0000:81:00.0: BAR 2: assigned [mem 0xe90000000-0xe9003ffff 64bit]
[ 0.161237] pci 0000:81:00.0: BAR 6: assigned [mem 0xe90040000-0xe9005ffff pref]
[ 0.161250] pci 0000:81:00.1: BAR 0: assigned [mem 0xe90060000-0xe90063fff 64bit]
[ 0.161267] pci 0000:81:00.0: BAR 4: assigned [io 0xfffe1000-0xfffe10ff]
[ 0.161280] pci 0000:80:00.0: PCI bridge to [bus 81-bf]
[ 0.161291] pci 0000:80:00.0: bridge window [io 0xfffe1000-0xfffe1fff]
[ 0.161302] pci 0000:80:00.0: bridge window [mem 0xe90000000-0xe900fffff]
[ 0.161313] pci 0000:80:00.0: bridge window [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161326] pci_bus 0000:80: resource 4 [io 0xfffe0000-0xfffeffff]
[ 0.161336] pci_bus 0000:80: resource 5 [mem 0xe80000000-0xeffffffff]
[ 0.161345] pci_bus 0000:80: resource 6 [mem 0xf00100000-0xf001fffff]
[ 0.161355] pci_bus 0000:81: resource 0 [io 0xfffe1000-0xfffe1fff]
[ 0.161365] pci_bus 0000:81: resource 1 [mem 0xe90000000-0xe900fffff]
[ 0.161375] pci_bus 0000:81: resource 2 [mem 0xe80000000-0xe8fffffff 64bit pref]
[ 0.161390] pci 0001:00:06.0: BAR 0: assigned [mem 0xd80000000-0xd83ffffff]
[ 0.161403] pci 0001:00:06.0: BAR 1: assigned [mem 0xd84000000-0xd841fffff]
[ 0.161415] pci 0001:00:04.0: BAR 6: assigned [mem 0xd84200000-0xd8427ffff pref]
[ 0.161427] pci 0001:00:04.0: BAR 5: assigned [mem 0xd84280000-0xd842801ff]
[ 0.161438] pci 0001:00:04.0: BAR 4: assigned [io 0x1000-0x100f]
[ 0.161450] pci 0001:00:04.0: BAR 0: assigned [io 0x1010-0x1017]
[ 0.161461] pci 0001:00:04.0: BAR 2: assigned [io 0x1018-0x101f]
[ 0.161473] pci 0001:00:04.0: BAR 1: assigned [io 0x1020-0x1023]
[ 0.161485] pci 0001:00:04.0: BAR 3: assigned [io 0x1024-0x1027]
[ 0.161497] pci_bus 0001:00: resource 4 [io 0x0000-0xffff]
[ 0.161507] pci_bus 0001:00: resource 5 [mem 0xd80000000-0xdffffffff]
[ 0.161516] pci_bus 0001:00: resource 6 [mem 0xc0ee00000-0xc0eefffff]
[ 0.188262] raid6: int32x1 gen() 300 MB/s
[ 0.205416] raid6: int32x1 xor() 173 MB/s
[ 0.222443] raid6: int32x2 gen() 433 MB/s
[ 0.239490] raid6: int32x2 xor() 240 MB/s
[ 0.256583] raid6: int32x4 gen() 476 MB/s
[ 0.273661] raid6: int32x4 xor() 267 MB/s
[ 0.290717] raid6: int32x8 gen() 234 MB/s
[ 0.307889] raid6: int32x8 xor() 218 MB/s
[ 0.307895] raid6: using algorithm int32x4 gen() 476 MB/s
[ 0.307901] raid6: .... xor() 267 MB/s, rmw enabled
[ 0.307908] raid6: using intx1 recovery algorithm
[ 0.308206] vgaarb: device added: PCI:0000:81:00.0,decodes=io+mem,owns=none,locks=none
[ 0.308220] vgaarb: loaded
[ 0.308226] vgaarb: bridge control possible 0000:81:00.0
[ 0.308491] SCSI subsystem initialized
[ 0.308630] libata version 3.00 loaded.
[ 0.308864] usbcore: registered new interface driver usbfs
[ 0.308908] usbcore: registered new interface driver hub
[ 0.308962] usbcore: registered new device driver usb
[ 0.309056] pps_core: LinuxPPS API ver. 1 registered
[ 0.309064] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.309092] PTP clock support registered
[ 0.309236] EDAC MC: Ver: 3.0.0
[ 0.309583] Advanced Linux Sound Architecture Driver Initialized.
[ 0.329508] DMA-API: preallocated 65536 debug entries
[ 0.329522] DMA-API: debugging enabled by kernel config
[ 0.329567] clocksource: Switched to clocksource timebase
[ 0.336170] NET: Registered protocol family 2
[ 0.336752] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.336846] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[ 0.337187] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.337298] UDP hash table entries: 512 (order: 2, 24576 bytes)
[ 0.337363] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[ 0.337709] NET: Registered protocol family 1
[ 0.338023] RPC: Registered named UNIX socket transport module.
[ 0.338032] RPC: Registered udp transport module.
[ 0.338038] RPC: Registered tcp transport module.
[ 0.338044] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.338114] PCI: CLS mismatch (32 != 4), using 32 bytes
[ 0.338802] Could not remap bcsr
[ 0.341958] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160)
[ 0.345013] futex hash table entries: 256 (order: 0, 7168 bytes)
[ 0.355157] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.355692] fuse init (API version 7.23)
[ 0.359875] async_tx: api initialized (async)
[ 0.359975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.359992] io scheduler noop registered
[ 0.360134] io scheduler cfq registered (default)
[ 0.362193] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 0.362203] crc32: self tests passed, processed 225944 bytes in 892360 nsec
[ 0.363177] crc32c: CRC_LE_BITS = 64
[ 0.363186] crc32c: self tests passed, processed 225944 bytes in 446237 nsec
[ 0.429578] crc32_combine: 8373 self tests passed
[ 0.496173] crc32c_combine: 8373 self tests passed
[ 0.496226] glob: 64 self-tests passed, 0 failed
[ 0.534451] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.535239] console [ttyS0] disabled
[ 0.555384] serial8250.0: ttyS0 at MMIO 0x4ef600300 (irq = 22, base_baud = 691200) is a U6_16550A
[ 1.838089] console [ttyS0] enabled
[ 1.862196] serial8250.0: ttyS1 at MMIO 0x4ef600400 (irq = 23, base_baud = 691200) is a U6_16550A
[ 1.872037] console [ttyS0] disabled
[ 1.875700] 4ef600300.serial: ttyS0 at MMIO 0x4ef600300 (irq = 22, base_baud = 691200) is a 16550
[ 3.183194] console [ttyS0] enabled
[ 3.187315] 4ef600400.serial: ttyS1 at MMIO 0x4ef600400 (irq = 23, base_baud = 691200) is a 16550
[ 3.196700] Generic non-volatile memory driver v1.1
[ 3.201838] [drm] Initialized drm 1.1.0 20060810
[ 3.206549] [drm] radeon kernel modesetting enabled.
[ 3.212261] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x1545:0x7750).
[ 3.220250] [drm] register mmio base: 0xe90000000
[ 3.224985] [drm] register mmio size: 262144
[ 3.561083] ATOM BIOS: C44501
[ 3.564387] radeon 0000:81:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 3.573293] radeon 0000:81:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[ 3.580959] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 3.585844] [drm] RAM width 128bits DDR
[ 3.589873] [TTM] Zone kernel: Available graphics memory: 379074 kiB
[ 3.596344] [TTM] Zone highmem: Available graphics memory: 1034434 kiB
[ 3.602876] [TTM] Initializing pool allocator
[ 3.607331] [drm] radeon: 1024M of VRAM memory ready
[ 3.612315] [drm] radeon: 2048M of GTT memory ready.
[ 3.617347] [drm] Loading verde Microcode
[ 3.621399] [drm] Internal thermal controller with fan control
[ 3.627469] [drm] probing gen 2 caps for device aaa1:bed1 = 18cc41/0
[ 3.633993] [drm:radeon_pm_init] *ERROR* radeon: dpm initialization failed
[ 3.641072] radeon 0000:81:00.0: Direct firmware load for radeon/TAHITI_vce.bin failed with error -2
[ 3.650257] radeon 0000:81:00.0: radeon_vce: Can't load firmware "radeon/TAHITI_vce.bin"
[ 3.658403] [drm] GART: num cpu pages 524288, num gpu pages 524288
[ 3.675133] [drm] probing gen 2 caps for device aaa1:bed1 = 18cc41/0
[ 3.733109] [drm] PCIE GART of 2048M enabled (table at 0x0000000000277000).
[ 3.740403] radeon 0000:81:00.0: WB enabled
[ 3.744631] radeon 0000:81:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xedccec00
[ 3.754729] radeon 0000:81:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xedccec04
[ 3.764824] radeon 0000:81:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xedccec08
[ 3.774919] radeon 0000:81:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xedccec0c
[ 3.785015] radeon 0000:81:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xedccec10
[ 3.825601] radeon 0000:81:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xf5135a18
[ 3.835702] radeon 0000:81:00.0: VCE init error (-22).
[ 3.840851] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.847476] [drm] Driver supports precise vblank timestamp query.
[ 3.853582] radeon 0000:81:00.0: radeon: MSI limited to 32-bit
[ 3.859495] genirq: Setting trigger mode 3 for irq 45 failed (uic_set_irq_type+0x0/0x160)
[ 3.867760] radeon 0000:81:00.0: radeon: using MSI.
[ 3.872705] [drm] radeon: irq initialized.
[ 4.446668] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed (scratch(0x850C)=0xCAFEDEAD)
[ 4.455481] radeon 0000:81:00.0: disabling GPU acceleration
[ 4.664415] [drm] Radeon Display Connectors
[ 4.668663] [drm] Connector 0:
[ 4.671756] [drm] HDMI-A-1
[ 4.674654] [drm] HPD4
[ 4.677201] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 4.684602] [drm] Encoders:
[ 4.687580] [drm] DFP1: INTERNAL_UNIPHY2
[ 4.691859] [drm] Connector 1:
[ 4.694923] [drm] DVI-I-1
[ 4.697726] [drm] HPD2
[ 4.700265] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 4.707665] [drm] Encoders:
[ 4.710634] [drm] DFP2: INTERNAL_UNIPHY
[ 4.714828] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 4.832281] [drm] fb mappable at 0x80678000
[ 4.836479] [drm] vram apper at 0x80000000
[ 4.840584] [drm] size 8294400
[ 4.843648] [drm] fb depth is 24
[ 4.846884] [drm] pitch is 7680
[ 4.938472] Console: switching to colour frame buffer device 240x67
[ 5.017399] radeon 0000:81:00.0: fb0: radeondrmfb frame buffer device
[ 5.026586] [drm] Initialized radeon 2.43.0 20080528 for 0000:81:00.0 on minor 0
[ 5.043349] brd: module loaded
[ 5.050886] loop: module loaded
[ 5.054299] sata_sil 0001:00:04.0: version 2.4
[ 5.058863] sata_sil 0001:00:04.0: Applying R_ERR on DMA activate FIS errata fix
[ 5.066912] scsi host0: sata_sil
[ 5.070439] scsi host1: sata_sil
[ 5.073832] ata1: SATA max UDMA/100 mmio m512@0xd84280000 tf 0xd84280080 irq 21
[ 5.081160] ata2: SATA max UDMA/100 mmio m512@0xd84280000 tf 0xd842800c0 irq 21
[ 5.089112] PPC 4xx OCP EMAC driver, version 3.54
[ 5.094374] MAL v2 /plb/mcmal, 2 TX channels, 16 RX channels
[ 5.100252] ZMII /plb/opb/emac-zmii@ef600d00 initialized
[ 5.105680] RGMII /plb/opb/emac-rgmii@ef601500 initialized with MDIO support
[ 5.112840] TAH /plb/opb/emac-tah@ef601350 initialized
[ 5.118030] TAH /plb/opb/emac-tah@ef601450 initialized
[ 5.123445] /plb/opb/emac-rgmii@ef601500: input 0 in RGMII mode
[ 5.130595] eth0: EMAC-0 /plb/opb/ethernet@ef600e00, MAC 00:50:c2:80:d5:c5
[ 5.137479] eth0: found Generic MII PHY (0x00)
[ 5.142106] /plb/opb/emac-rgmii@ef601500: input 1 in RGMII mode
[ 5.149189] eth1: EMAC-1 /plb/opb/ethernet@ef600f00, MAC 00:00:00:00:00:00
[ 5.156086] eth1: found Generic MII PHY (0x01)
[ 5.160594] PPP generic driver version 2.4.2
[ 5.165047] PPP BSD Compression module registered
[ 5.169773] PPP Deflate Compression module registered
[ 5.174834] NET: Registered protocol family 24
[ 5.179466] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.186158] ppc-of-ehci 4bffd0400.ehci: OF EHCI
[ 5.190853] ppc-of-ehci 4bffd0400.ehci: new USB bus registered, assigned bus number 1
[ 5.199476] ppc-of-ehci 4bffd0400.ehci: irq 31, io mem 0x4bffd0400
[ 5.211584] ppc-of-ehci 4bffd0400.ehci: USB 2.0 started, EHCI 1.00
[ 5.217974] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.224782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.232010] usb usb1: Product: OF EHCI
[ 5.235768] usb usb1: Manufacturer: Linux 4.4.0-rc5-Sam460ex-dirty ehci_hcd
[ 5.242739] usb usb1: SerialNumber: PPC-OF USB
[ 5.247636] hub 1-0:1.0: USB hub found
[ 5.251452] hub 1-0:1.0: 1 port detected
[ 5.255724] ehci-pci: EHCI PCI platform driver
[ 5.260269] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 5.266602] ppc-of-ohci 4bffd0000.usb: OF OHCI
[ 5.271197] ppc-of-ohci 4bffd0000.usb: new USB bus registered, assigned bus number 2
[ 5.278997] ppc-of-ohci 4bffd0000.usb: irq 32, io mem 0x4bffd0000
[ 5.402593] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 5.415866] ata1.00: ATA-8: WDC WD5000AAKS-00V1A0, 05.01D05, max UDMA/133
[ 5.426568] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 5.446846] ata1.00: configured for UDMA/100
[ 5.469840] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AAKS-0 1D05 PQ: 0 ANSI: 5
[ 5.484762] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.490226] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 5.502008] sd 0:0:0:0: [sda] Write Protect is off
[ 5.512573] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.522652] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.557582] usb 1-1: new high-speed USB device number 2 using ppc-of-ehci
[ 5.572105] sda: RDSK (512) sda1 (DOS^G)(res 2 spb 1) sda2 (SFS^@)(res 2 spb 1) sda3 (SFS^@)(res 2 spb 1) sda4 (SFS^@)(res 2 spb 1) sda5 (SFS^@)(res 2 spb 1) sda6 (SFS^@)(res 2 spb 1) sda7 (NTFS)(res 2 spb 2) sda8 (EXT^C)(res 2 spb 1)
[ 5.613953] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.683948] usb 1-1: New USB device found, idVendor=0424, idProduct=2517
[ 5.696572] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.712153] hub 1-1:1.0: USB hub found
[ 5.719684] hub 1-1:1.0: 7 ports detected
[ 5.813593] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 5.842709] ata2.00: ATAPI: ASUS DRW-24B3ST i, 1.00, max UDMA/100
[ 5.859689] ata2.00: configured for UDMA/100
[ 5.875505] scsi 1:0:0:0: CD-ROM ASUS DRW-24B3ST i 1.00 PQ: 0 ANSI: 5
[ 5.918707] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.934569] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.946176] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.955820] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 6.003581] usb 1-1.1: new high-speed USB device number 3 using ppc-of-ehci
[ 6.013688] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.020551] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.027852] usb usb2: Product: OF OHCI
[ 6.031663] usb usb2: Manufacturer: Linux 4.4.0-rc5-Sam460ex-dirty ohci_hcd
[ 6.038666] usb usb2: SerialNumber: PPC-OF USB
[ 6.043699] hub 2-0:1.0: USB hub found
[ 6.047513] hub 2-0:1.0: 1 port detected
[ 6.051760] ohci-pci: OHCI PCI platform driver
[ 6.056460] usbcore: registered new interface driver usblp
[ 6.062096] usbcore: registered new interface driver usb-storage
[ 6.068229] usbcore: registered new interface driver usbserial
[ 6.074120] usbcore: registered new interface driver usbserial_generic
[ 6.080695] usbserial: USB Serial support registered for generic
[ 6.086971] mousedev: PS/2 mouse device common for all mice
[ 6.092654] i2c /dev entries driver
[ 6.098698] rtc-m41t80 8-0068: rtc core: registered m41t80 as rtc0
[ 6.105858] ibm-iic 4ef600700.i2c: using standard (100 kHz) mode
[ 6.112460] ibm-iic 4ef600800.i2c: using standard (100 kHz) mode
[ 6.118529] usb 1-1.1: New USB device found, idVendor=1a40, idProduct=0101
[ 6.125511] md: linear personality registered for level -1
[ 6.131041] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 6.138403] md: raid0 personality registered for level 0
[ 6.143756] md: raid1 personality registered for level 1
[ 6.149097] usb 1-1.1: Product: USB 2.0 Hub
[ 6.153594] md: raid10 personality registered for level 10
[ 6.159226] hub 1-1.1:1.0: USB hub found
[ 6.163426] md: raid6 personality registered for level 6
[ 6.168795] hub 1-1.1:1.0: 4 ports detected
[ 6.173064] md: raid5 personality registered for level 5
[ 6.178469] md: raid4 personality registered for level 4
[ 6.184662] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 6.193207] EDAC PPC4xx MC: v1.0.0
[ 6.196698] EDAC PPC4xx MC: Reporting type: interrupt
[ 6.202015] hidraw: raw HID events driver (C) Jiri Kosina
[ 6.207914] usbcore: registered new interface driver usbhid
[ 6.213547] usbhid: USB HID core driver
[ 6.217903] usbcore: registered new interface driver snd-usb-audio
[ 6.224190] usbcore: registered new interface driver snd-ua101
[ 6.230124] usbcore: registered new interface driver snd-usb-usx2y
[ 6.236520] ipip: IPv4 over IPv4 tunneling driver
[ 6.241779] Initializing XFRM netlink socket
[ 6.246816] NET: Registered protocol family 10
[ 6.252255] sit: IPv6 over IPv4 tunneling driver
[ 6.257416] NET: Registered protocol family 17
[ 6.261910] NET: Registered protocol family 15
[ 6.266605] Running MSI bitmap self-tests ...
[ 6.271005] usb 1-1.2: new low-speed USB device number 4 using ppc-of-ehci
[ 6.279652] Key type encrypted registered
[ 6.285553] rtc-m41t80 8-0068: setting system clock to 2015-12-21 10:13:51 UTC (1450692831)
[ 6.294167] ALSA device list:
[ 6.297211] No soundcards found.
[ 6.301210] md: Waiting for all devices to be available before autodetect
[ 6.308046] md: If you don't use raid, use raid=noautodetect
[ 6.314493] md: Autodetecting RAID arrays.
[ 6.318656] md: Scanned 0 and added 0 devices.
[ 6.323121] md: autorun ...
[ 6.325922] md: ... autorun DONE.
[ 6.351876] EXT4-fs (sda8): mounting ext3 file system using the ext4 subsystem
[ 6.384797] usb 1-1.2: New USB device found, idVendor=04f2, idProduct=0116
[ 6.392881] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[ 6.400691] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.408083] VFS: Mounted root (ext3 filesystem) readonly on device 8:8.
[ 6.414770] usb 1-1.2: Product: USB Keyboard
[ 6.419337] usb 1-1.2: Manufacturer: CHICONY
[ 6.430432] input: CHICONY USB Keyboard as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.2/1-1.2:1.0/0003:04F2:0116.0001/input/input0
[ 6.459733] devtmpfs: mounted
[ 6.463353] Freeing unused kernel memory: 236K (c09be000 - c09f9000)
[ 6.469841] usb 1-1.1.1: new full-speed USB device number 5 using ppc-of-ehci
[ 6.493883] hid-generic 0003:04F2:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-PPC-OF USB-1.2/input0
[ 6.569783] usb 1-1.1.1: New USB device found, idVendor=0d8c, idProduct=000c
[ 6.577784] usb 1-1.1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 6.585504] usb 1-1.1.1: Product: C-Media USB Audio Device
[ 6.614066] input: C-Media USB Audio Device as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.3/0003:0D8C:000C.0002/input/input1
[ 6.641598] usb 1-1.6: new full-speed USB device number 6 using ppc-of-ehci
[ 6.678886] hid-generic 0003:0D8C:000C.0002: input,hidraw1: USB HID v1.00 Device [C-Media USB Audio Device ] on usb-PPC-OF USB-1.1.1/input3
[ 6.737410] usb 1-1.6: New USB device found, idVendor=046d, idProduct=c52b
[ 6.744599] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.751948] usb 1-1.6: Product: USB Receiver
[ 6.756765] usb 1-1.6: Manufacturer: Logitech
[ 6.765033] input: Logitech USB Receiver as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C52B.0003/input/input2
[ 6.828904] hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input0
[ 6.847231] input: Logitech USB Receiver as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.6/1-1.6:1.1/0003:046D:C52B.0004/input/input3
[ 6.910962] hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input1
[ 6.929188] hid-generic 0003:046D:C52B.0005: hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input2
[ 6.940786] random: nonblocking pool is initialized
[ 7.019596] usb 1-1.7: new high-speed USB device number 7 using ppc-of-ehci
[ 7.119478] usb 1-1.7: New USB device found, idVendor=0424, idProduct=2240
[ 7.126748] usb 1-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.134340] usb 1-1.7: Product: Ultra Fast Media
[ 7.139119] usb 1-1.7: Manufacturer: Generic
[ 7.143907] usb 1-1.7: SerialNumber: 000000225001
[ 7.149310] usb-storage 1-1.7:1.0: USB Mass Storage device detected
[ 7.156280] scsi host2: usb-storage 1-1.7:1.0
[ 7.611445] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[ 7.701097] systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 7.719662] systemd[1]: Detected architecture ppc.
Welcome to Ubuntu 16.04!
[ 7.757606] systemd[1]: Set hostname to <Sam460ex>.
[ 7.931866] systemd-fstab-generator[116]: Mount point is not a valid path, ignoring.
[ 8.141936] systemd[110]: /lib/systemd/system-generators/systemd-fstab-generator terminated by signal ABRT.
[ 8.161807] scsi 2:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 8.171207] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 8.178509] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 9.000158] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 9.013033] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 9.025762] systemd[1]: Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems (Pre).
[ 9.040033] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 9.052022] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 9.064868] systemd[1]: Listening on fsck to fsckd communication Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ 9.150338] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 9.160753] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 9.172995] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 9.186487] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 9.213162] systemd[1]: Starting Uncomplicated firewall...
Starting Uncomplicated firewall...
[ 9.229195] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 9.262520] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 9.285107] systemd[1]: Started Read required files in advance.
[ OK ] Started Read required files in advance.
[ 9.312925] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 9.332257] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 9.344812] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 9.359209] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 9.376678] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 9.391866] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 9.403901] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 9.426973] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 9.458530] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 9.475364] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 9.489981] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 9.504467] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 9.526159] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ 9.548974] systemd[1]: Started Uncomplicated firewall.
[ OK ] Started Uncomplicated firewall.
[ 9.591015] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting Create Static Device Nodes in /dev...
[ 9.677644] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
[ 9.695462] systemd[1]: Failed to start Load Kernel Modules.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ 9.718719] systemd[1]: systemd-modules-load.service: Unit entered failed state.
[ 9.726638] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[ 9.752775] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 9.772770] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 9.788357] systemd[1]: Mounting Configuration File System...
Mounting Configuration File System...
[ 9.875211] systemd[1]: Started Apply Kernel Variables.
[ OK ] Started Apply Kernel Variables.
[ 9.935134] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted FUSE Control File System.
[ 9.961945] systemd[1]: Mounted Configuration File System.
[ OK ] Mounted Configuration File System.
[ 9.974888] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 9.985971] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 10.374168] systemd[1]: ureadahead.service: Main process exited, code=exited, status=5/NOTINSTALLED
[ 10.402674] systemd[1]: ureadahead.service: Unit entered failed state.
[ 10.415697] systemd[1]: ureadahead.service: Failed with result 'exit-code'.
[ 10.481983] systemd[1]: Started Create Static Device Nodes in /dev.
[ OK ] Started Create Static Device Nodes in /dev.
[ 10.532239] systemd[1]: Starting udev Kernel Device Manager...
Starting udev Kernel Device Manager...
[ 10.695005] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started udev Kernel Device Manager.
Starting File System Check on Root Device...
[ OK ] Started File System Check Daemon to report status.
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ 12.235118] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro
[ 12.245239] systemd-remount[154]: unhandled signal 11 at 0000000c nip 202779a4 lr 2027771c code 30001
[FAILED] Failed to start Remount Root and Kernel File Systems.
See 'systemctl status systemd-remount-fs.service' for details.
[ OK ] Reached target Local File Systems (Pre).
Starting Flush Journal to Persistent Storage...
Starting udev Coldplug all Devices...
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ 12.640257] systemd-journald[134]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 13.866938] sata-dwc 4bffd1000.sata: no dma-channel property set. Use channel 0
[ OK ] Found device /dev/ttyS0.
[ 13.949659] sata-dwc 4bffd1000.sata: ioremap done for SATA register address
[ 14.046610] sata-dwc 4bffd1000.sata: id 0, controller version 1.82
[ 14.117697] sata-dwc 4bffd1000.sata: DMA initialized
[ 14.169481] sata-dwc 4bffd1000.sata: SATA DMA registers=0xf6a20800
[ 14.228501] sata-dwc 4bffd1000.sata: sata_dwc_enable_interrupts: INTMR = 0x0000000f, ERRMR = 0x0fff0f03
[ 14.282625] sata-dwc 4bffd1000.sata: sata_dwc_port_start: port_no=0
[ 14.312031] sata-dwc 4bffd1000.sata: sata_dwc_port_start: clearing TXCHEN, RXCHEN in DMAC
[ 14.366655] sata-dwc 4bffd1000.sata: sata_dwc_port_start: setting burst size in DBTSR
[ 14.430686] sata-dwc 4bffd1000.sata: sata_dwc_port_start: done
[ 14.498667] scsi host3: sata-dwc
[ 14.503512] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000000
[ 14.522602] ata3: SATA max UDMA/133 irq 36
[ 14.531090] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000000
[ 14.545605] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000000
[ 14.562646] sata-dwc 4bffd1000.sata: sata_dwc_scr_write: id=3 reg=2 val=val=0x00000301
[ 14.579604] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000301
[ 14.597623] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000301
[ 14.613603] sata-dwc 4bffd1000.sata: sata_dwc_scr_write: id=3 reg=2 val=val=0x00000300
[ 14.830734] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000300
[ 14.846646] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 14.869598] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 14.889711] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 14.913616] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 14.936632] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 14.956716] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 14.976610] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=1 val=val=0x04050002
[ 14.993610] sata-dwc 4bffd1000.sata: sata_dwc_scr_write: id=3 reg=1 val=val=0x04050002
[ 15.009640] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.026640] sata-dwc 4bffd1000.sata: sata_dwc_enable_interrupts: INTMR = 0x0000000f, ERRMR = 0x0fff0f03
[ 15.046643] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.064694] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.081614] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.099686] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=1 val=val=0x00000000
[ 15.116635] sata-dwc 4bffd1000.sata: sata_dwc_scr_write: id=3 reg=1 val=val=0x00000000
[ 15.133594] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.151646] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=2 val=val=0x00000300
[ 15.168606] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.187623] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 15.198686] sata-dwc 4bffd1000.sata: sata_dwc_scr_read: id=3 reg=0 val=val=0x00000123
[ 15.215633] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue ap id=3 cmd(0xec)=IDENTIFY DEVICE qc tag=31 prot=ATA PIO ap active_tag=0x0000001f ap sactive=0x00000000
[ 15.229817] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 15.238695] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ed21bc88 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 15.250436] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x0 sg_len=0
[ 15.257748] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xed21bc88, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
[ OK ] Found device WDC_WD5000AAKS-00V1A0 NTFS.
[ 15.360673] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue ap id=3 cmd(0x27)=READ NATIVE MAX ADDRESS EXT qc tag=31 prot=ATA no data ap active_tag=0x0000001f ap sactive=0x00000000
[ 15.376249] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=none n_elem=0
[ 15.384520] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg= (null) nelem=0 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 15.396264] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0x (null), count: 0 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
[ 15.417706] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=31
[ 15.425120] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA no data
[ 15.433736] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 15.440446] sata-dwc 4bffd1000.sata: QC complete cmd=0x27 status=0x00 ata3: protocol=1
[ 15.466630] ata3.00: ATA-8: WDC WD5000AAKS-00UU3A0, 01.03B01, max UDMA/133
[ 15.480652] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 1/32)
[ 15.498691] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue ap id=3 cmd(0xef)=SET FEATURES qc tag=31 prot=ATA no data ap active_tag=0x0000001f ap sactive=0x00000000
[ 15.512967] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=none n_elem=0
[ 15.521239] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg= (null) nelem=0 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 15.532982] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0x (null), count: 0 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
Mounting /media/NTFS...
[ OK ] Reached target Sound Card.
[ OK ] Created slice system-ifup.slice.
[ 15.645431] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue ap id=3 cmd(0xec)=IDENTIFY DEVICE qc tag=31 prot=ATA PIO ap active_tag=0x0000001f ap sactive=0x00000000
[ 15.659618] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 15.668497] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ed21bbb8 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 15.680237] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x0 sg_len=0
[ 15.687550] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xed21bbb8, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
[ 15.762682] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue ap id=3 cmd(0x27)=READ NATIVE MAX ADDRESS EXT qc tag=31 prot=ATA no data ap active_tag=0x0000001f ap sactive=0x00000000
[ 15.778255] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=none n_elem=0
[ 15.786525] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg= (null) nelem=0 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 15.798270] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0x (null), count: 0 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
[ 15.811351] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=31
[ 15.818754] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA no data
[ 15.827373] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 15.834075] sata-dwc 4bffd1000.sata: QC complete cmd=0x27 status=0x00 ata3: protocol=1
[ OK ] Found device /sys/subsystem/net/devices/eth0.
[ 15.938622] ata3.00: configured for UDMA/133
[ 15.961880] scsi 3:0:0:0: Direct-Access ATA WDC WD5000AAKS-0 3B01 PQ: 0 ANSI: 5
[ 15.978237] sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 15.986280] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 16.002552] sd 3:0:0:0: [sdc] Write Protect is off
[ 16.013620] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 16.026081] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 16.049186] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 16.058084] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=edd51300 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 16.069822] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d27f000 sg_len=4096
[ 16.078008] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 16.087064] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xedd51300, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 16.100022] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 16.110054] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 16.119186] BUG: spinlock recursion on CPU#0, kworker/u2:1/85
[ 16.124935] lock: 0xedd2f910, .magic: dead4ead, .owner: kworker/u2:1/85, .owner_cpu: 0
[ 16.132947] CPU: 0 PID: 85 Comm: kworker/u2:1 Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 16.140793] Workqueue: events_unbound async_run_entry_fn
[ 16.146119] Call Trace:
[ 16.148582] [ee3cf8c0] [c0049238] do_raw_spin_lock+0x4c/0x100 (unreliable)
[ 16.155491] [ee3cf8e0] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 16.161721] [ee3cf8f0] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 16.170954] [ee3cf920] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 16.178380] [ee3cf9d0] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 16.183883] [ee3cfa00] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 16.189813] [ee3cfa20] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 16.195750] [ee3cfa40] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 16.201602] [ee3cfa50] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 16.207367] [ee3cfaa0] [c024cd34] __blk_run_queue+0x44/0x58
[ 16.212967] [ee3cfab0] [c0250780] blk_queue_bio+0x220/0x23c
[ 16.218553] [ee3cfae0] [c024ec5c] generic_make_request+0xb8/0x150
[ 16.224655] [ee3cfb10] [c024eda4] submit_bio+0xb0/0x138
[ 16.229905] [ee3cfb60] [c00edb78] submit_bh_wbc.isra.25+0x168/0x174
[ 16.236193] [ee3cfb80] [c00edf4c] block_read_full_page+0x2f4/0x30c
[ 16.242392] [ee3cfc00] [c0088f34] do_read_cache_page+0xac/0x198
[ 16.248336] [ee3cfc40] [c025fc38] read_dev_sector+0x3c/0x80
[ 16.253927] [ee3cfc50] [c0261440] msdos_partition+0x78/0x54c
[ 16.259602] [ee3cfcd0] [c0260bd0] check_partition+0x13c/0x1f0
[ 16.265367] [ee3cfcf0] [c0260250] rescan_partitions+0xa8/0x2d8
[ 16.271221] [ee3cfd40] [c00f15a8] __blkdev_get+0x150/0x33c
[ 16.276722] [ee3cfd80] [c00f1804] blkdev_get+0x70/0x2c8
[ 16.281976] [ee3cfdd0] [c025e03c] add_disk+0x2a8/0x3f0
[ 16.287138] [ee3cfe10] [c0432790] sd_probe_async+0xe4/0x170
[ 16.292728] [ee3cfe30] [c003b9e4] async_run_entry_fn+0x94/0x1a4
[ 16.298666] [ee3cfe60] [c0034dcc] process_one_work+0x1c4/0x2d8
[ 16.304507] [ee3cfe90] [c00351a4] worker_thread+0x288/0x3a8
[ 16.310103] [ee3cfed0] [c0039798] kthread+0xc8/0xcc
[ 16.314997] [ee3cff40] [c000b0d0] ret_from_kernel_thread+0x5c/0x64
[ 36.321191] BUG: spinlock lockup suspected on CPU#0, kworker/u2:1/85
[ 36.327546] lock: 0xedd2f910, .magic: dead4ead, .owner: kworker/u2:1/85, .owner_cpu: 0
[ 36.335548] CPU: 0 PID: 85 Comm: kworker/u2:1 Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 36.343378] Workqueue: events_unbound async_run_entry_fn
[ 36.348696] Call Trace:
[ 36.351150] [ee3cf8c0] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 36.358049] [ee3cf8e0] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 36.364254] [ee3cf8f0] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 36.373497] [ee3cf920] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 36.380915] [ee3cf9d0] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 36.386416] [ee3cfa00] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 36.392346] [ee3cfa20] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 36.398283] [ee3cfa40] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 36.404134] [ee3cfa50] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 36.409898] [ee3cfaa0] [c024cd34] __blk_run_queue+0x44/0x58
[ 36.415489] [ee3cfab0] [c0250780] blk_queue_bio+0x220/0x23c
[ 36.421070] [ee3cfae0] [c024ec5c] generic_make_request+0xb8/0x150
[ 36.427172] [ee3cfb10] [c024eda4] submit_bio+0xb0/0x138
[ 36.432408] [ee3cfb60] [c00edb78] submit_bh_wbc.isra.25+0x168/0x174
[ 36.438683] [ee3cfb80] [c00edf4c] block_read_full_page+0x2f4/0x30c
[ 36.444880] [ee3cfc00] [c0088f34] do_read_cache_page+0xac/0x198
[ 36.450817] [ee3cfc40] [c025fc38] read_dev_sector+0x3c/0x80
[ 36.456408] [ee3cfc50] [c0261440] msdos_partition+0x78/0x54c
[ 36.462077] [ee3cfcd0] [c0260bd0] check_partition+0x13c/0x1f0
[ 36.467840] [ee3cfcf0] [c0260250] rescan_partitions+0xa8/0x2d8
[ 36.473684] [ee3cfd40] [c00f15a8] __blkdev_get+0x150/0x33c
[ 36.479186] [ee3cfd80] [c00f1804] blkdev_get+0x70/0x2c8
[ 36.484431] [ee3cfdd0] [c025e03c] add_disk+0x2a8/0x3f0
[ 36.489585] [ee3cfe10] [c0432790] sd_probe_async+0xe4/0x170
[ 36.495168] [ee3cfe30] [c003b9e4] async_run_entry_fn+0x94/0x1a4
[ 36.501095] [ee3cfe60] [c0034dcc] process_one_work+0x1c4/0x2d8
[ 36.506946] [ee3cfe90] [c00351a4] worker_thread+0x288/0x3a8
[ 36.512537] [ee3cfed0] [c0039798] kthread+0xc8/0xcc
[ 36.517433] [ee3cff40] [c000b0d0] ret_from_kernel_thread+0x5c/0x64
[ 36.531304] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 36.539328] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 36.545171] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 36.556653] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 36.565360] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x0 lbam: 0x0 lbah: 0x0
[ 36.573719] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 36.583864] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 36.592134] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 36.599449] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 36.607721] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 36.614431] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ OK ] Mounted /media/NTFS.
[ OK ] Reached target Local File Systems.
Starting LSB: AppArmor initialization...
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Wait for all "auto" /etc/n... up for network-online.target...
Starting Clean up any mess left by 0dns-up...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Clean up any mess left by 0dns-up.
Starting Nameserver information manager...
[ OK ] Started Nameserver information manager.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started LSB: AppArmor initialization.
[ OK ] Started ifup for eth0.
Starting LSB: Raise network interfaces....
[ 40.413104] eth0: link is up, 1000 FDX, pause enabled
Starting LSB: start Samba SMB/CIFS daemon (smbd)...
[ 41.332489] sdc: RDSK (512) sdc1 (DOS^G)(res 2 spb 1) sdc2 (SFS^@)(res 2 spb 1)
[ 41.343801] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 41.404742] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 41.413636] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289d00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 41.425375] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x0 sg_len=0
[ 41.432695] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289d00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
[ 41.446496] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 41.453824] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA PIO
[ 41.473267] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 41.482160] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 41.493899] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d30a000 sg_len=4096
[ 41.502085] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 41.511141] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 41.524100] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 41.534120] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 61.543255] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 61.549786] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 61.557970] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 61.565978] Call Trace:
[ 61.568443] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 61.575350] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 61.581568] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 61.590800] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 61.598223] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 61.603715] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 61.609655] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 61.615590] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 61.621434] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 61.627191] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 61.632782] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 61.638889] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 61.644491] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 61.651129] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 61.657665] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 61.664040] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 61.669201] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 61.674270] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 61.679255] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 61.684834] --- interrupt: c01 at 0x2022c358
[ 61.684834] LR = 0x202eba90
\r\r[ 61.719897] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 61.727920] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 61.733764] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 61.745245] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 61.753952] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x80 lbam: 0x5f lbah: 0x38
[ 61.762571] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 61.772777] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 61.781047] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 61.788361] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 61.796634] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 61.803343] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 61.852246] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 61.861136] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289500 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 61.872875] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d31b000 sg_len=4096
[ 61.881062] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 61.890116] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289500, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 61.903076] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 61.913098] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 81.922231] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 81.928763] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 81.936946] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 81.944954] Call Trace:
[ 81.947422] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 81.954327] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 81.960537] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 81.969777] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 81.977199] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 81.982708] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 81.988639] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 81.994567] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 82.000419] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 82.006176] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 82.011775] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 82.017891] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 82.023493] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 82.030131] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 82.036676] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 82.043050] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 82.048211] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 82.053280] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 82.058258] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 82.063845] --- interrupt: c01 at 0x2022c358
[ 82.063845] LR = 0x202eba90
[ 82.071383] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 82.079393] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 82.085229] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 82.096711] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 82.105418] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x20 lbam: 0x60 lbah: 0x38
[ 82.114029] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 82.124245] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 82.132523] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 82.139837] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 82.148109] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 82.154811] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ ***] (2 of 3) A start job is running for...ine.target (1min 13s / 2min 28s)[ 82.194987] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 82.203879] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289200 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 82.215618] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d31a000 sg_len=4096
[ 82.223805] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 82.232860] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289200, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 82.245819] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 82.255840] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 102.264975] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 102.271506] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 102.279690] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 102.287696] Call Trace:
[ 102.290162] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 102.297078] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 102.303295] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 102.312537] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 102.319958] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 102.325460] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 102.331399] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 102.337336] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 102.343187] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 102.348953] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 102.354544] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 102.360651] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 102.366252] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 102.372874] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 102.379419] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 102.385794] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 102.390955] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 102.396015] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 102.401000] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 102.406580] --- interrupt: c01 at 0x2022c358
[ 102.406580] LR = 0x202eba90
[ 102.414129] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 102.422137] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 102.427981] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 102.439464] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 102.448170] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x0 lbam: 0x0 lbah: 0x0
[ 102.456530] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 102.466657] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 102.474927] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 102.482241] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 102.490505] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 102.497215] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[ **] (3 of 3) A start job is running for...S daemon (smbd) (1min 1s / 5min)[ 102.537956] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 102.546849] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 102.558588] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2c2e3000 sg_len=4096
[ 102.566773] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 102.575829] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 102.588788] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 102.598808] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 122.607944] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 122.614474] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 122.622658] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 122.630666] Call Trace:
[ 122.633132] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 122.640038] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 122.646257] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 122.655489] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 122.662902] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 122.668403] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 122.674334] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 122.680261] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 122.686114] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 122.691870] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 122.697470] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 122.703585] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 122.709188] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 122.715826] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 122.722370] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 122.728736] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 122.733898] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 122.738966] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 122.743952] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 122.749539] --- interrupt: c01 at 0x2022c358
[ 122.749539] LR = 0x202eba90
[ 122.757027] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 122.765037] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 122.770882] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 122.782364] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 122.791069] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x8 lbam: 0x0 lbah: 0x0
[ 122.799429] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 122.809619] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 122.817904] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 122.825219] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 122.833492] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 122.840202] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[ *] (3 of 3) A start job is running for... daemon (smbd) (1min 21s / 5min)[ 122.881170] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 122.890060] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289200 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 122.901799] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2c2e2000 sg_len=4096
[ 122.909985] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 122.919041] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289200, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 122.932000] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 122.942021] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 142.951155] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 142.957686] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 142.965871] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 142.973878] Call Trace:
[ 142.976343] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 142.983259] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 142.989468] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 142.998710] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 143.006140] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 143.011632] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 143.017564] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 143.023499] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 143.029342] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 143.035108] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 143.040708] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 143.046824] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 143.052426] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 143.059055] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 143.065591] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 143.071966] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 143.077127] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 143.082187] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 143.087165] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 143.092761] --- interrupt: c01 at 0x2022c358
[ 143.092761] LR = 0x202eba90
[ 143.100262] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 143.108274] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 143.114110] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 143.125593] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 143.134299] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x28 lbam: 0x60 lbah: 0x38
[ 143.142919] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 143.153199] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 143.161481] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 143.168796] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 143.177068] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 143.183779] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[ **] (3 of 3) A start job is running for... daemon (smbd) (1min 41s / 5min)[ 143.223927] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 143.232822] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 143.244561] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d3b7000 sg_len=4096
[ 143.252746] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 143.261801] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 143.274760] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 143.284782] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 163.293917] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 163.300448] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 163.308631] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 163.316639] Call Trace:
[ 163.319104] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 163.326019] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 163.332229] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 163.341470] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 163.348883] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 163.354385] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 163.360325] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 163.366269] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 163.372121] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 163.377877] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 163.383468] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 163.389576] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 163.395178] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 163.401816] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 163.408352] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 163.414727] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 163.419879] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 163.424940] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 163.429925] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 163.435503] --- interrupt: c01 at 0x2022c358
[ 163.435503] LR = 0x202eba90
\r[ ***] (1 of 3) A start job is running for...nterfaces. (2min 34s / no limit)[ 163.466183] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 163.474206] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 163.480049] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 163.491530] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 163.500229] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x28 lbam: 0x5f lbah: 0x38
[ 163.508849] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 163.519052] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 163.527324] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 163.534639] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 163.542911] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 163.549622] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 163.557973] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 163.566857] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 163.578597] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d154000 sg_len=4096
[ 163.586783] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 163.595839] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 163.608798] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 163.618818] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 183.627953] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 183.634484] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 183.642669] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 183.650675] Call Trace:
[ 183.653143] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 183.660057] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 183.666275] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 183.675516] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 183.682938] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 183.688447] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 183.694387] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 183.700323] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 183.706176] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 183.711932] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 183.717523] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 183.723639] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 183.729232] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 183.735862] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 183.742398] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 183.748763] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 183.753925] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 183.758994] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 183.763980] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 183.769566] --- interrupt: c01 at 0x2022c358
[ 183.769566] LR = 0x202eba90
[ 183.777043] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 183.785054] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 183.790889] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 183.802373] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 183.811079] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0xf0 lbam: 0x5f lbah: 0x38
[ 183.819700] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 183.829909] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 183.838184] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 183.845497] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 183.853761] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 183.860463] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[FAILED] Failed to start Wait for all "auto"...be up for network-online.target.
See 'systemctl status ifup-wait-all-auto.service' for details.
[ 184.034982] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 184.043873] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289500 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 184.055612] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d271000 sg_len=4096
[ 184.063799] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 184.072853] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289500, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 184.085813] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 184.095833] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 204.104968] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 204.111499] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 204.119683] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 204.127691] Call Trace:
[ 204.130156] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 204.137063] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 204.143280] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 204.152522] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 204.159935] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 204.165436] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 204.171376] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 204.177313] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 204.183164] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 204.188929] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 204.194520] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 204.200637] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 204.206230] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 204.212869] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 204.219413] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 204.225779] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 204.230931] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 204.236000] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 204.240986] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 204.246573] --- interrupt: c01 at 0x2022c358
[ 204.246573] LR = 0x202eba90
[ 204.254112] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 204.262122] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 204.267967] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 204.279448] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 204.288155] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x30 lbam: 0x5f lbah: 0x38
[ 204.296775] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 204.306994] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 204.315269] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 204.322582] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 204.330855] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 204.337565] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ *** ] (2 of 2) A start job is running for... daemon (smbd) (2min 43s / 5min)[ 204.372536] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 204.381426] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289200 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 204.393165] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d270000 sg_len=4096
[ 204.401351] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 204.410406] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289200, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 204.423365] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 204.433386] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 224.442520] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/179
[ 224.449052] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/179, .owner_cpu: 0
[ 224.457235] CPU: 0 PID: 179 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 224.465235] Call Trace:
[ 224.467700] [ed13fb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 224.474615] [ed13fb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 224.480816] [ed13fb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 224.490049] [ed13fbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 224.497461] [ed13fc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 224.502955] [ed13fc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 224.508894] [ed13fcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 224.514839] [ed13fcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 224.520691] [ed13fce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 224.526447] [ed13fd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 224.532047] [ed13fd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 224.538163] [ed13fd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 224.543765] [ed13fd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 224.550404] [ed13fdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 224.556947] [ed13fe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 224.563323] [ed13fe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 224.568484] [ed13fef0] [c00c1654] vfs_read+0x9c/0x114
[ 224.573544] [ed13ff10] [c00c1ec4] SyS_read+0x4c/0x98
[ 224.578530] [ed13ff40] [c000af78] ret_from_syscall+0x0/0x3c
[ 224.584126] --- interrupt: c01 at 0x2022c358
[ 224.584126] LR = 0x202eba90
\r[ *** ] (2 of 2) A start job is running for...S daemon (smbd) (3min 3s / 5min)[ 224.613415] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 224.621439] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 224.627282] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 224.638764] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 224.647470] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0xa0 lbam: 0x5e lbah: 0x38
[ 224.656081] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 224.666317] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 224.674592] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 224.681906] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 224.690178] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 224.696880] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 224.735478] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 224.744369] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289d00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 224.756108] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d25f000 sg_len=4096
[ 224.764293] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 224.773349] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289d00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 224.786309] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 224.796329] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 244.805463] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/177
[ 244.811994] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/177, .owner_cpu: 0
[ 244.820179] CPU: 0 PID: 177 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 244.828186] Call Trace:
[ 244.830651] [ed137b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 244.837558] [ed137b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 244.843776] [ed137b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 244.853017] [ed137bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 244.860430] [ed137c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 244.865923] [ed137c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 244.871863] [ed137cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 244.877790] [ed137cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 244.883642] [ed137ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 244.889408] [ed137d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 244.895006] [ed137d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 244.901114] [ed137d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 244.906716] [ed137d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 244.913338] [ed137df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 244.919874] [ed137e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 244.926239] [ed137e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 244.931401] [ed137ef0] [c00c1654] vfs_read+0x9c/0x114
[ 244.936470] [ed137f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 244.941455] [ed137f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 244.947043] --- interrupt: c01 at 0x2022c358
[ 244.947043] LR = 0x202eba90
\r[*** ] (1 of 2) A start job is running for...nterfaces. (3min 55s / no limit)[ 244.972789] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 244.980806] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 244.986649] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 244.998130] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 245.006837] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x80 lbam: 0x7 lbah: 0x40
[ 245.015370] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x10 hob_lbam: 0x0 hob_lbah: 0x0
[ 245.025610] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 245.033887] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 245.041203] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 245.049476] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 245.056186] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 245.160371] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 245.169264] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289500 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 245.181003] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2d25e000 sg_len=4096
[ 245.189181] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 245.198236] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289500, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 245.211196] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 245.221217] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 265.230351] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/184
[ 265.236882] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/184, .owner_cpu: 0
[ 265.245067] CPU: 0 PID: 184 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 265.253073] Call Trace:
[ 265.255539] [ed1cbb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 265.262446] [ed1cbb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 265.268664] [ed1cbb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 265.277906] [ed1cbbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 265.285337] [ed1cbc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 265.290846] [ed1cbc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 265.296786] [ed1cbcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 265.302712] [ed1cbcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 265.308564] [ed1cbce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 265.314330] [ed1cbd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 265.319921] [ed1cbd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 265.326037] [ed1cbd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 265.331630] [ed1cbd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 265.338260] [ed1cbdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 265.344796] [ed1cbe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 265.351171] [ed1cbe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 265.356323] [ed1cbef0] [c00c1654] vfs_read+0x9c/0x114
[ 265.361392] [ed1cbf10] [c00c1ec4] SyS_read+0x4c/0x98
[ 265.366368] [ed1cbf40] [c000af78] ret_from_syscall+0x0/0x3c
[ 265.371947] --- interrupt: c01 at 0x2022c358
[ 265.371947] LR = 0x202eba90
\r[** ] (1 of 2) A start job is running for...nterfaces. (4min 16s / no limit)[ 265.393037] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 265.401058] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 265.406901] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 265.418382] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 265.427089] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x80 lbam: 0xf lbah: 0x40
[ 265.435622] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 265.445772] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 265.454047] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 265.461360] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 265.469632] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 265.476342] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 265.484669] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 265.493552] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289500 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 265.505293] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2ccaf000 sg_len=4096
[ 265.513479] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 265.522534] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289500, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 265.535493] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 265.545514] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 285.554648] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/184
[ 285.561180] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/184, .owner_cpu: 0
[ 285.569363] CPU: 0 PID: 184 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 285.577371] Call Trace:
[ 285.579837] [ed1cbb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 285.586752] [ed1cbb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 285.592963] [ed1cbb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 285.602202] [ed1cbbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 285.609625] [ed1cbc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 285.615134] [ed1cbc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 285.621075] [ed1cbcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 285.627019] [ed1cbcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 285.632871] [ed1cbce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 285.638636] [ed1cbd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 285.644236] [ed1cbd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 285.650352] [ed1cbd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 285.655954] [ed1cbd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 285.662583] [ed1cbdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 285.669128] [ed1cbe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 285.675493] [ed1cbe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 285.680647] [ed1cbef0] [c00c1654] vfs_read+0x9c/0x114
[ 285.685706] [ed1cbf10] [c00c1ec4] SyS_read+0x4c/0x98
[ 285.690691] [ed1cbf40] [c000af78] ret_from_syscall+0x0/0x3c
[ 285.696279] --- interrupt: c01 at 0x2022c358
[ 285.696279] LR = 0x202eba90
[ 285.703783] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 285.711794] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 285.717637] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 285.729120] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 285.737827] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0xf0 lbam: 0xf lbah: 0x40
[ 285.746360] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 285.756476] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 285.764748] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 285.772062] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 285.780327] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 285.787037] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[* ] (1 of 2) A start job is running for...nterfaces. (4min 36s / no limit)[ 285.868924] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 285.877815] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289500 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 285.889555] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2ccae000 sg_len=4096
[ 285.897741] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 285.906796] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289500, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 285.919756] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 285.929776] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 305.938911] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/177
[ 305.945441] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/177, .owner_cpu: 0
[ 305.953627] CPU: 0 PID: 177 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 305.961633] Call Trace:
[ 305.964099] [ed137b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 305.971015] [ed137b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 305.977224] [ed137b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 305.986456] [ed137bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 305.993869] [ed137c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 305.999370] [ed137c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 306.005311] [ed137cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 306.011246] [ed137cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 306.017098] [ed137ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 306.022854] [ed137d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 306.028455] [ed137d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 306.034570] [ed137d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 306.040173] [ed137d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 306.046803] [ed137df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 306.053339] [ed137e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 306.059704] [ed137e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 306.064865] [ed137ef0] [c00c1654] vfs_read+0x9c/0x114
[ 306.069926] [ed137f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 306.074911] [ed137f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 306.080499] --- interrupt: c01 at 0x2022c358
[ 306.080499] LR = 0x202eba90
[ 306.088022] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 306.096030] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 306.101875] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 306.113356] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 306.122063] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0xf0 lbam: 0x7 lbah: 0x40
[ 306.130597] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x10 hob_lbam: 0x0 hob_lbah: 0x0
[ 306.140812] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 306.149090] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 306.156404] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 306.164677] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 306.171386] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[** ] (2 of 2) A start job is running for... daemon (smbd) (4min 24s / 5min)[ 306.209782] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 306.218675] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 306.230414] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2cc69000 sg_len=4096
[ 306.238600] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 306.247656] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 306.260615] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 306.270636] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 326.279771] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/184
[ 326.286302] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/184, .owner_cpu: 0
[ 326.294486] CPU: 0 PID: 184 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 326.302493] Call Trace:
[ 326.304959] [ed1cbb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 326.311874] [ed1cbb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 326.318092] [ed1cbb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 326.327333] [ed1cbbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 326.334756] [ed1cbc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 326.340265] [ed1cbc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 326.346196] [ed1cbcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 326.352132] [ed1cbcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 326.357975] [ed1cbce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 326.363731] [ed1cbd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 326.369323] [ed1cbd40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 326.375439] [ed1cbd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 326.381032] [ed1cbd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 326.387662] [ed1cbdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 326.394206] [ed1cbe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 326.400573] [ed1cbe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 326.405726] [ed1cbef0] [c00c1654] vfs_read+0x9c/0x114
[ 326.410794] [ed1cbf10] [c00c1ec4] SyS_read+0x4c/0x98
[ 326.415779] [ed1cbf40] [c000af78] ret_from_syscall+0x0/0x3c
[ 326.421367] --- interrupt: c01 at 0x2022c358
[ 326.421367] LR = 0x202eba90
\r[*** ] (2 of 2) A start jo[ 326.436441] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 326.444557] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 326.450400] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 326.461882] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 326.470588] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x0 lbam: 0x10 lbah: 0x0
[ 326.479034] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
b [ 326.489210] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
i[ 326.497576] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 326.504963] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 326.513236] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 326.519946] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
s running for... daemon (smbd) (4min 45s / 5min)[ 326.609787] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 326.618684] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 326.630424] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2cc68000 sg_len=4096
[ 326.638609] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 326.647665] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 326.660624] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 326.670645] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 346.679779] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/177
[ 346.686310] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/177, .owner_cpu: 0
[ 346.694494] CPU: 0 PID: 177 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 346.702502] Call Trace:
[ 346.704968] [ed137b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 346.711883] [ed137b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 346.718102] [ed137b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 346.727333] [ed137bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 346.734756] [ed137c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 346.740265] [ed137c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 346.746205] [ed137cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 346.752142] [ed137cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 346.757984] [ed137ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 346.763741] [ed137d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 346.769340] [ed137d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 346.775448] [ed137d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 346.781043] [ed137d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 346.787680] [ed137df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 346.794224] [ed137e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 346.800590] [ed137e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 346.805742] [ed137ef0] [c00c1654] vfs_read+0x9c/0x114
[ 346.810803] [ed137f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 346.815780] [ed137f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 346.821368] --- interrupt: c01 at 0x2022c358
[ 346.821368] LR = 0x202eba90
[ 346.828895] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 346.836907] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 346.842752] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 346.854234] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 346.862940] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x0 lbam: 0x10 lbah: 0x40
[ 346.871474] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 346.881603] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 346.889880] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 346.897194] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 346.905466] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 346.912176] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[ *** ] (2 of 2) A start job is running for...S daemon (smbd) (5min 5s / 5min)\r[FAILED] Failed to start LSB: start Samba SMB/CIFS daemon (smbd).
See 'systemctl status smbd.service' for details.
[ 346.970146] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 346.979042] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 346.990781] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2cde5000 sg_len=4096
[ 346.998967] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 347.008022] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 347.020981] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 347.031002] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 367.040137] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/184
[ 367.046668] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/184, .owner_cpu: 0
[ 367.054851] CPU: 0 PID: 184 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 367.062859] Call Trace:
[ 367.065325] [ed1cbb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 367.072241] [ed1cbb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 367.078451] [ed1cbb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 367.087691] [ed1cbbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 367.095116] [ed1cbc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 367.100623] [ed1cbc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 367.106563] [ed1cbcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 367.112499] [ed1cbcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 367.118351] [ed1cbce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 367.124126] [ed1cbd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 367.129724] [ed1cbd40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 367.135840] [ed1cbd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 367.141444] [ed1cbd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 367.148081] [ed1cbdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 367.154625] [ed1cbe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 367.160999] [ed1cbe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 367.166161] [ed1cbef0] [c00c1654] vfs_read+0x9c/0x114
[ 367.171222] [ed1cbf10] [c00c1ec4] SyS_read+0x4c/0x98
[ 367.176199] [ed1cbf40] [c000af78] ret_from_syscall+0x0/0x3c
[ 367.181794] --- interrupt: c01 at 0x2022c358
[ 367.181794] LR = 0x202eba90
[ 367.189326] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 367.197334] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 367.203178] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 367.214661] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 367.223368] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x8 lbam: 0x10 lbah: 0x0
[ 367.231814] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 367.241941] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 367.250213] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 367.257526] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 367.265798] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 367.272508] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ *** ] A start job is running for LSB: Rai...nterfaces. (5min 58s / no limit)[ 367.307228] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 367.316117] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289d00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 367.327856] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2cde4000 sg_len=4096
[ 367.336042] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 367.345098] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289d00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 367.358057] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 367.368078] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 387.377212] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/177
[ 387.383743] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/177, .owner_cpu: 0
[ 387.391927] CPU: 0 PID: 177 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 387.399934] Call Trace:
[ 387.402399] [ed137b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 387.409306] [ed137b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 387.415524] [ed137b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 387.424757] [ed137bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 387.432179] [ed137c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 387.437681] [ed137c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 387.443611] [ed137cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 387.449548] [ed137cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 387.455399] [ed137ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 387.461165] [ed137d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 387.466765] [ed137d40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 387.472880] [ed137d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 387.478482] [ed137d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 387.485120] [ed137df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 387.491666] [ed137e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 387.498040] [ed137e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 387.503192] [ed137ef0] [c00c1654] vfs_read+0x9c/0x114
[ 387.508253] [ed137f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 387.513238] [ed137f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 387.518826] --- interrupt: c01 at 0x2022c358
[ 387.518826] LR = 0x202eba90
[ 387.526378] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 387.534392] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 387.540237] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 387.551718] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 387.560426] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x8 lbam: 0x10 lbah: 0x40
[ 387.568959] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 387.579086] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 387.587356] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 387.594670] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 387.602942] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 387.609653] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[ ***] A start job is running for LSB: Rai...nterfaces. (6min 18s / no limit)[ 387.643196] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 387.652089] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec289200 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 387.663829] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2cedf000 sg_len=4096
[ 387.672015] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 387.681070] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec289200, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 387.694029] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 387.704050] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 407.713184] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/184
[ 407.719715] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/184, .owner_cpu: 0
[ 407.727900] CPU: 0 PID: 184 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 407.735907] Call Trace:
[ 407.738372] [ed1cbb50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 407.745279] [ed1cbb70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 407.751498] [ed1cbb80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 407.760738] [ed1cbbb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 407.768161] [ed1cbc60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 407.773670] [ed1cbc90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 407.779610] [ed1cbcb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 407.785537] [ed1cbcd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 407.791389] [ed1cbce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 407.797155] [ed1cbd30] [c024cd34] __blk_run_queue+0x44/0x58
[ 407.802754] [ed1cbd40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 407.808870] [ed1cbd80] [c02507bc] blk_finish_plug+0x20/0x38
[ 407.814471] [ed1cbd90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 407.821102] [ed1cbdf0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 407.827647] [ed1cbe10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 407.834021] [ed1cbe90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 407.839173] [ed1cbef0] [c00c1654] vfs_read+0x9c/0x114
[ 407.844234] [ed1cbf10] [c00c1ec4] SyS_read+0x4c/0x98
[ 407.849219] [ed1cbf40] [c000af78] ret_from_syscall+0x0/0x3c
[ 407.854807] --- interrupt: c01 at 0x2022c358
[ 407.854807] LR = 0x202eba90
[ 407.862349] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 407.870356] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 407.876201] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 407.887683] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 407.896390] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0xf8 lbam: 0xf lbah: 0x40
[ 407.904923] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 407.915051] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 407.923329] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 407.930643] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 407.938915] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 407.945626] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
\r[ **] A start job is running for LSB: Rai...nterfaces. (6min 38s / no limit)\r[ *] A start job is running for LSB: Rai...nterfaces. (6min 39s / no limit)\r[ **] A start job is running for LSB: Rai...nterfaces. (6min 39s / no limit)\r[ ***] A start job is running for LSB: Rai...nterfaces. (6min 40s / no limit)\r[ *** ] A start job is running for LSB: Rai...nterfaces. (6min 40s / no limit)\r[ *** ] A start job is running for LSB: Rai...nterfaces. (6min 41s / no limit)\r[*** ] A start job is running for LSB: Rai...nterfaces. (6min 41s / no limit)\r[** ] A start job is running for LSB: Rai...nterfaces. (6min 42s / no limit)\r[* ] A start job is running for LSB: Rai...nterfaces. (6min 42s / no limit)\r[ OK ] Started LSB: Raise network interfaces..
[ OK ] Reached target System Initialization.
[ OK ] Started CUPS Scheduler.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Started Trigger resolvconf update for networkd DNS.
[ OK ] Reached target Paths.
[ OK ] Listening on CUPS Scheduler.
Starting Console System Startup Logging...
[ OK ] Listening on UUID daemon activation socket.
Starting Restore Sound Card State...
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Accounts Service...
Starting LSB: daemon to balance interrupts for SMP systems...
Starting LSB: automatic crash report generation...
Starting Network Manager...
[ OK ] Started Run anacron jobs.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting Permit User Sessions...
Starting Restore /etc/resolv.conf i...e the ppp link was shut down....
[ OK ] Started CUPS Scheduler.
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
Starting LSB: start Samba daemons for the AD DC...
Starting LSB: start Samba NetBIOS nameserver (nmbd)...
Starting LSB: disk temperature monitoring daemon...
Starting /etc/rc.local Compatibility...
Starting LSB: Start NTP daemon...
[ OK ] Started Regular background program processing daemon.
Starting Modem Manager...
[ OK ] Started crash report submission daemon.
Starting LSB: handle special hotkeys of Apple computers...
Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Starting LSB: Tool to automatically...ubmit kernel crash signatures...
Starting LSB: Start xrdp and sesman daemons...
Starting System Logging Service...
Starting Login Service...
Starting LSB: start and stop timidity...
Starting Avahi mDNS/DNS-SD Stack...
Starting Initialize hardware monitoring sensors...
[ OK ] Started Cgroup management daemon.
[ OK ] Started Console System Startup Logging.
[ OK ] Started Restore Sound Card State.
[ OK ] Started LSB: daemon to balance interrupts for SMP systems.
[ OK ] Started LSB: automatic crash report generation.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[ OK ] Started Permit User Sessions.
[ OK ] Started Restore /etc/resolv.conf if...ore the ppp link was shut down..
[ OK ] Started LSB: disk temperature monitoring daemon.
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started LSB: handle special hotkeys of Apple computers.
[ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[ 416.847521] cgroup: new mount options do not match the existing superblock, will be ignored
[ OK ] Started LSB: Tool to automatically ... submit kernel crash signatures.
[ OK ] Started Initialize hardware monitoring sensors.
[ OK ] Started LSB: Start NTP daemon.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started LSB: Start xrdp and sesman daemons.
[ OK ] Started Login Service.
[ OK ] Started Make remote CUPS printers available locally.
Starting Manage, Install and Generate Color Profiles...
Starting Hold until boot process finishes up...
Starting Light Display Manager...
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started System Logging Service.
[ OK ] Started Hold until boot process finishes up.
[ OK ] Started LSB: set CPUFreq kernel parameters.
Starting Authenticate and Authorize Users to Run Privileged Tasks...
[ OK ] Started Getty on tty1.
[ 419.546480] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ 419.765800] IPv6: ADDRCONF(NETDEV_UP): tunl0: link is not ready
[ 419.878474] IPv6: ADDRCONF(NETDEV_UP): sit0: link is not ready
[ OK ] Started Light Display Manager.
[ OK ] Started Manage, Install and Generate Color Profiles.
Starting WPA supplicant...
[ OK ] Started LSB: start and stop timidity.
[ OK ] Started Authenticate and Authorize Users to Run Privileged Tasks.
[ OK ] Started Accounts Service.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started WPA supplicant.
[ OK ] Started Network Manager Script Dispatcher Service.
[ OK ] Started Modem Manager.
Ubuntu Xenial Xerus (development branch) Sam460ex ttyS0
Sam460ex login: [ 933.703811] systemd-fstab-generator[1543]: Mount point is not a valid path, ignoring.
[ 940.391699] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 940.400599] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec3a8f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 940.412337] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x0 sg_len=0
[ 940.419657] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec3a8f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 0
[ 940.433455] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 940.440778] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA PIO
[ 941.685353] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 941.694245] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec3a8200 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 941.705983] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x21948000 sg_len=4096
[ 941.714169] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 941.723225] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec3a8200, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 941.736184] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 941.746205] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 961.755339] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1570
[ 961.761957] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1570, .owner_cpu: 0
[ 961.770228] CPU: 0 PID: 1570 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 961.778323] Call Trace:
[ 961.780787] [e1923b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 961.787703] [e1923b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 961.793921] [e1923b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 961.803163] [e1923bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 961.810592] [e1923c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 961.816085] [e1923c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 961.822025] [e1923cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 961.827962] [e1923cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 961.833813] [e1923ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 961.839579] [e1923d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 961.845179] [e1923d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 961.851294] [e1923d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 961.856886] [e1923d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 961.863517] [e1923df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 961.870052] [e1923e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 961.876428] [e1923e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 961.881580] [e1923ef0] [c00c1654] vfs_read+0x9c/0x114
[ 961.886650] [e1923f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 961.891635] [e1923f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 961.897223] --- interrupt: c01 at 0x2022c358
[ 961.897223] LR = 0x202eba90
[ 961.904727] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 961.912736] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 961.918581] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 961.930063] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 961.938769] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x80 lbam: 0x5f lbah: 0x38
[ 961.947390] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 961.957611] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 961.965882] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 961.973197] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 961.981470] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 961.988179] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 964.624917] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 964.633811] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ed2a4e00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 964.645549] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2046f000 sg_len=4096
[ 964.653736] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 964.662791] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xed2a4e00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 964.675750] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 964.685772] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 984.694904] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1570
[ 984.701523] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1570, .owner_cpu: 0
[ 984.709794] CPU: 0 PID: 1570 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 984.717888] Call Trace:
[ 984.720355] [e1923b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 984.727261] [e1923b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 984.733470] [e1923b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 984.742711] [e1923bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 984.750133] [e1923c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 984.755634] [e1923c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 984.761574] [e1923cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 984.767509] [e1923cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 984.773361] [e1923ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 984.779119] [e1923d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 984.784718] [e1923d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 984.790834] [e1923d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 984.796427] [e1923d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 984.803065] [e1923df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 984.809610] [e1923e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 984.815985] [e1923e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 984.821146] [e1923ef0] [c00c1654] vfs_read+0x9c/0x114
[ 984.826215] [e1923f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 984.831201] [e1923f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 984.836797] --- interrupt: c01 at 0x2022c358
[ 984.836797] LR = 0x202eba90
[ 984.844341] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 984.852354] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 984.858190] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 984.869672] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 984.878379] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x20 lbam: 0x60 lbah: 0x38
[ 984.886999] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 984.897218] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 984.905498] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 984.912814] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 984.921087] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 984.927797] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 985.330418] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 985.339314] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec3f1a00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 985.351052] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x20418000 sg_len=4096
[ 985.359238] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 985.368295] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec3f1a00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 985.381253] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 985.391275] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1005.400409] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1570
[ 1005.407027] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1570, .owner_cpu: 0
[ 1005.415298] CPU: 0 PID: 1570 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1005.423392] Call Trace:
[ 1005.425857] [e1923b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1005.432772] [e1923b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1005.438991] [e1923b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1005.448232] [e1923bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1005.455662] [e1923c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1005.461164] [e1923c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1005.467103] [e1923cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1005.473048] [e1923cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1005.478899] [e1923ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1005.484664] [e1923d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1005.490265] [e1923d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 1005.496372] [e1923d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1005.501965] [e1923d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1005.508604] [e1923df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1005.515148] [e1923e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1005.521523] [e1923e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1005.526676] [e1923ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1005.531744] [e1923f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1005.536730] [e1923f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1005.542326] --- interrupt: c01 at 0x2022c358
[ 1005.542326] LR = 0x202eba90
[ 1005.549924] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1005.557935] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1005.563771] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1005.575253] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1005.583960] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x0 lbam: 0x0 lbah: 0x0
[ 1005.592321] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 1005.602450] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1005.610727] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1005.618040] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1005.626312] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1005.633022] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1005.932709] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1005.941605] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec2e6400 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1005.953344] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x20422000 sg_len=4096
[ 1005.961530] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1005.970586] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec2e6400, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1005.983544] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1005.993566] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1026.002700] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1570
[ 1026.009318] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1570, .owner_cpu: 0
[ 1026.017589] CPU: 0 PID: 1570 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1026.025683] Call Trace:
[ 1026.028149] [e1923b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1026.035055] [e1923b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1026.041275] [e1923b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1026.050515] [e1923bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1026.057928] [e1923c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1026.063438] [e1923c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1026.069377] [e1923cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1026.075304] [e1923cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1026.081156] [e1923ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1026.086921] [e1923d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1026.092512] [e1923d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 1026.098628] [e1923d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1026.104221] [e1923d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1026.110860] [e1923df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1026.117405] [e1923e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1026.123779] [e1923e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1026.128941] [e1923ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1026.134010] [e1923f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1026.138995] [e1923f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1026.144583] --- interrupt: c01 at 0x2022c358
[ 1026.144583] LR = 0x202eba90
[ 1026.152191] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1026.160201] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1026.166036] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1026.177519] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1026.186225] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x8 lbam: 0x0 lbah: 0x0
[ 1026.194586] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 1026.204716] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1026.212992] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1026.220306] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1026.228578] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1026.235289] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1029.484251] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1029.493150] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=edd51100 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1029.504889] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x21add000 sg_len=4096
[ 1029.513075] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1029.522131] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xedd51100, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1029.535090] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1029.545111] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1049.554245] BUG: spinlock lockup suspected on CPU#0, blkid/1594
[ 1049.560168] lock: 0xedd2f910, .magic: dead4ead, .owner: blkid/1594, .owner_cpu: 0
[ 1049.567745] CPU: 0 PID: 1594 Comm: blkid Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1049.575145] Call Trace:
[ 1049.577610] [e0469b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1049.584525] [e0469b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1049.590735] [e0469b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1049.599977] [e0469bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1049.607398] [e0469c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1049.612899] [e0469c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1049.618830] [e0469cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1049.624767] [e0469cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1049.630618] [e0469ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1049.636383] [e0469d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1049.641982] [e0469d40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 1049.648099] [e0469d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1049.653701] [e0469d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1049.660330] [e0469df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1049.666866] [e0469e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1049.673233] [e0469e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1049.678385] [e0469ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1049.683454] [e0469f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1049.688439] [e0469f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1049.694027] --- interrupt: c01 at 0xfec6ec8
[ 1049.694027] LR = 0xff9ca90
[ 1049.701417] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1049.709428] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1049.715272] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1049.726755] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1049.735462] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x80 lbam: 0xf lbah: 0x40
[ 1049.743995] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 1049.754125] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1049.762402] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1049.769715] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1049.777988] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1049.784698] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1053.446905] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1053.455797] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=edd51300 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1053.467536] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x20459000 sg_len=4096
[ 1053.475723] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1053.484778] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xedd51300, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1053.497737] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1053.507758] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1073.516891] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1570
[ 1073.523510] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1570, .owner_cpu: 0
[ 1073.531781] CPU: 0 PID: 1570 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1073.539875] Call Trace:
[ 1073.542340] [e1923b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1073.549248] [e1923b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1073.555457] [e1923b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1073.564698] [e1923bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1073.572120] [e1923c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1073.577621] [e1923c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1073.583561] [e1923cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1073.589497] [e1923cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1073.595348] [e1923ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1073.601105] [e1923d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1073.606696] [e1923d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 1073.612812] [e1923d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1073.618405] [e1923d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1073.625035] [e1923df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1073.631580] [e1923e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1073.637955] [e1923e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1073.643107] [e1923ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1073.648176] [e1923f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1073.653153] [e1923f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1073.658741] --- interrupt: c01 at 0x2022c358
[ 1073.658741] LR = 0x202eba90
[ 1073.666276] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1073.674288] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1073.680125] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1073.691607] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1073.700315] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x28 lbam: 0x60 lbah: 0x38
[ 1073.708934] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 1073.719151] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1073.727428] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1073.734741] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1073.743014] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1073.749724] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1074.448542] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1074.454237] Tasks blocked on level-0 rcu_node (CPUs 0-0): P1577
[ 1074.460273] (detected by 0, t=21002 jiffies, g=51164, c=51163, q=267)
[ 1074.466821] systemd-udevd R running 0 1577 148 0x00000000
[ 1074.473208] Call Trace:
[ 1074.475674] [e1927c40] [c0045014] __wake_up+0x40/0x5c (unreliable)
[ 1074.481893] [e1927d00] [c0688400] __schedule+0x318/0x480
[ 1074.487222] [e1927d30] [c0688900] preempt_schedule_irq+0x48/0x68
[ 1074.493248] [e1927d40] [c000b700] resume_kernel+0x84/0x94
[ 1074.498670] --- interrupt: 901 at _raw_spin_lock+0x0/0x34
[ 1074.498670] LR = lockref_get_not_dead+0x18/0x4c
[ 1074.508951] [e1927e00] [c00dd678] legitimize_mnt+0x18/0x4c (unreliable)
[ 1074.515593] [e1927e10] [c00cbb28] unlazy_walk+0xc4/0x188
[ 1074.520929] [e1927e30] [c00cc138] complete_walk+0x50/0xa0
[ 1074.526345] [e1927e40] [c00cc9e0] path_lookupat+0xc8/0x130
[ 1074.531840] [e1927e60] [c00ce1c4] filename_lookup+0x70/0xc4
[ 1074.537438] [e1927f00] [c00c5c8c] SyS_readlinkat+0x4c/0xe8
[ 1074.542942] [e1927f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1074.548533] --- interrupt: c01 at 0x20152e98
[ 1074.548533] LR = 0x20419980
[ 1074.555933] systemd-udevd R running 0 1577 148 0x00000000
[ 1074.562314] Call Trace:
[ 1074.564765] [e1927c40] [c0045014] __wake_up+0x40/0x5c (unreliable)
[ 1074.570972] [e1927d00] [c0688400] __schedule+0x318/0x480
[ 1074.576302] [e1927d30] [c0688900] preempt_schedule_irq+0x48/0x68
[ 1074.582317] [e1927d40] [c000b700] resume_kernel+0x84/0x94
[ 1074.587736] --- interrupt: 901 at _raw_spin_lock+0x0/0x34
[ 1074.587736] LR = lockref_get_not_dead+0x18/0x4c
[ 1074.598004] [e1927e00] [c00dd678] legitimize_mnt+0x18/0x4c (unreliable)
[ 1074.604643] [e1927e10] [c00cbb28] unlazy_walk+0xc4/0x188
[ 1074.609973] [e1927e30] [c00cc138] complete_walk+0x50/0xa0
[ 1074.615390] [e1927e40] [c00cc9e0] path_lookupat+0xc8/0x130
[ 1074.620893] [e1927e60] [c00ce1c4] filename_lookup+0x70/0xc4
[ 1074.626484] [e1927f00] [c00c5c8c] SyS_readlinkat+0x4c/0xe8
[ 1074.631986] [e1927f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1074.637577] --- interrupt: c01 at 0x20152e98
[ 1074.637577] LR = 0x20419980
[ 1079.815336] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1079.824235] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec3a8f00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1079.835974] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x218d3000 sg_len=4096
[ 1079.844159] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1079.853215] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec3a8f00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1079.866174] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1079.876195] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1099.885330] BUG: spinlock lockup suspected on CPU#0, blkid/1594
[ 1099.891253] lock: 0xedd2f910, .magic: dead4ead, .owner: blkid/1594, .owner_cpu: 0
[ 1099.898829] CPU: 0 PID: 1594 Comm: blkid Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1099.906229] Call Trace:
[ 1099.908695] [e0469b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1099.915610] [e0469b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1099.921819] [e0469b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1099.931061] [e0469bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1099.938491] [e0469c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1099.943984] [e0469c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1099.949914] [e0469cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1099.955850] [e0469cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1099.961702] [e0469ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1099.967468] [e0469d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1099.973067] [e0469d40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 1099.979183] [e0469d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1099.984776] [e0469d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1099.991406] [e0469df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1099.997951] [e0469e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1100.004326] [e0469e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1100.009487] [e0469ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1100.014556] [e0469f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1100.019542] [e0469f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1100.025129] --- interrupt: c01 at 0xfec6ec8
[ 1100.025129] LR = 0xff9ca90
[ 1100.032544] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1100.040556] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1100.046392] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1100.057874] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1100.066581] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0xf0 lbam: 0xf lbah: 0x40
[ 1100.075114] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 1100.085246] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1100.093521] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1100.100834] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1100.109107] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1100.115817] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1100.177504] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1100.186397] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ec3a8e00 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1100.198135] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x219c6000 sg_len=4096
[ 1100.206320] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1100.215377] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xec3a8e00, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1100.228336] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1100.238357] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1120.247490] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1570
[ 1120.254109] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1570, .owner_cpu: 0
[ 1120.262380] CPU: 0 PID: 1570 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1120.270474] Call Trace:
[ 1120.272939] [e1923b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1120.279846] [e1923b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1120.286056] [e1923b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1120.295296] [e1923bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1120.302719] [e1923c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1120.308211] [e1923c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1120.314142] [e1923cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1120.320069] [e1923cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1120.325921] [e1923ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1120.331687] [e1923d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1120.337286] [e1923d40] [c0250544] blk_flush_plug_list+0x1e0/0x1fc
[ 1120.343402] [e1923d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1120.349004] [e1923d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1120.355643] [e1923df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1120.362187] [e1923e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1120.368553] [e1923e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1120.373714] [e1923ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1120.378783] [e1923f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1120.383760] [e1923f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1120.389348] --- interrupt: c01 at 0x2022c358
[ 1120.389348] LR = 0x202eba90
[ 1120.396882] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1120.404896] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1120.410732] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1120.422214] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1120.430921] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x28 lbam: 0x5f lbah: 0x38
[ 1120.439541] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x3a hob_lbam: 0x0 hob_lbah: 0x0
[ 1120.449758] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1120.458035] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1120.465348] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1120.473621] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1120.480331] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1120.890029] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1120.898922] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ed0d3100 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1120.910661] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x2194b000 sg_len=4096
[ 1120.918847] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1120.927902] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xed0d3100, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1120.940861] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1120.950882] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1140.960016] BUG: spinlock lockup suspected on CPU#0, blkid/1594
[ 1140.965940] lock: 0xedd2f910, .magic: dead4ead, .owner: blkid/1594, .owner_cpu: 0
[ 1140.973516] CPU: 0 PID: 1594 Comm: blkid Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1140.980916] Call Trace:
[ 1140.983381] [e0469b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1140.990288] [e0469b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1140.996498] [e0469b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1141.005731] [e0469bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1141.013161] [e0469c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1141.018662] [e0469c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1141.024601] [e0469cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1141.030538] [e0469cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1141.036381] [e0469ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1141.042146] [e0469d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1141.047747] [e0469d40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 1141.053862] [e0469d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1141.059463] [e0469d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1141.066094] [e0469df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1141.072638] [e0469e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1141.079013] [e0469e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1141.084174] [e0469ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1141.089243] [e0469f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1141.094229] [e0469f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1141.099816] --- interrupt: c01 at 0xfec6ec8
[ 1141.099816] LR = 0xff9ca90
[ 1141.107144] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1141.115155] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1141.120993] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1141.132475] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1141.141181] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x0 lbam: 0x10 lbah: 0x0
[ 1141.149627] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x0 hob_lbam: 0x0 hob_lbah: 0x0
[ 1141.159744] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1141.168017] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1141.175330] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1141.183594] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1141.190305] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1141.208646] usb 1-1.6: USB disconnect, device number 6
[ 1141.428056] usb 1-1.6: new full-speed USB device number 8 using ppc-of-ehci
[ 1141.530936] usb 1-1.6: New USB device found, idVendor=046d, idProduct=c52b
[ 1141.544035] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1141.559057] usb 1-1.6: Product: USB Receiver
[ 1141.569036] usb 1-1.6: Manufacturer: Logitech
[ 1141.586621] input: Logitech USB Receiver as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C52B.0006/input/input4
[ 1141.663910] hid-generic 0003:046D:C52B.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input0
[ 1141.700478] input: Logitech USB Receiver as /devices/platform/plb/4bffd0400.ehci/usb1/1-1/1-1.6/1-1.6:1.1/0003:046D:C52B.0007/input/input5
[ 1141.778661] hid-generic 0003:046D:C52B.0007: input,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input1
[ 1141.812092] hid-generic 0003:046D:C52B.0008: hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-PPC-OF USB-1.6/input2
[ 1146.824936] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1146.833827] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=ede9c400 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1146.845565] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x219b3000 sg_len=4096
[ 1146.853751] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1146.862807] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xede9c400, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1146.875766] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1146.885787] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
[ 1166.894921] BUG: spinlock lockup suspected on CPU#0, systemd-udevd/1567
[ 1166.901539] lock: 0xedd2f910, .magic: dead4ead, .owner: systemd-udevd/1567, .owner_cpu: 0
[ 1166.909810] CPU: 0 PID: 1567 Comm: systemd-udevd Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1166.917904] Call Trace:
[ 1166.920370] [e1907b50] [c00492d0] do_raw_spin_lock+0xe4/0x100 (unreliable)
[ 1166.927276] [e1907b70] [c068af98] _raw_spin_lock_irqsave+0x2c/0x38
[ 1166.933486] [e1907b80] [f6a0fd98] sata_dwc_exec_command_by_tag.constprop.9+0x80/0xb4 [sata_dwc_460ex]
[ 1166.942727] [e1907bb0] [f6a108c0] sata_dwc_qc_issue+0x6a4/0x6c4 [sata_dwc_460ex]
[ 1166.950140] [e1907c60] [c043bdf8] ata_qc_issue+0x338/0x3a0
[ 1166.955642] [e1907c90] [c0440c84] ata_scsi_translate+0xf4/0x150
[ 1166.961581] [e1907cb0] [c0444080] ata_scsi_queuecmd+0x1e8/0x238
[ 1166.967517] [e1907cd0] [c042511c] scsi_dispatch_cmd+0xd4/0x110
[ 1166.973369] [e1907ce0] [c0427a9c] scsi_request_fn+0x52c/0x55c
[ 1166.979134] [e1907d30] [c024cd34] __blk_run_queue+0x44/0x58
[ 1166.984734] [e1907d40] [c0250520] blk_flush_plug_list+0x1bc/0x1fc
[ 1166.990849] [e1907d80] [c02507bc] blk_finish_plug+0x20/0x38
[ 1166.996453] [e1907d90] [c00928d8] __do_page_cache_readahead+0x220/0x244
[ 1167.003090] [e1907df0] [c0092ce0] force_page_cache_readahead+0xb4/0xe0
[ 1167.009626] [e1907e10] [c0089ad4] generic_file_read_iter+0x224/0x614
[ 1167.016001] [e1907e90] [c00c0f20] __vfs_read+0xc4/0xf4
[ 1167.021153] [e1907ef0] [c00c1654] vfs_read+0x9c/0x114
[ 1167.026222] [e1907f10] [c00c1ec4] SyS_read+0x4c/0x98
[ 1167.031208] [e1907f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1167.036795] --- interrupt: c01 at 0x2022c358
[ 1167.036795] LR = 0x202eba90
[ 1167.044382] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x00000082 active_tag=-84148995
[ 1167.052396] sata-dwc 4bffd1000.sata: sata_dwc_isr: NEWFP tag=0
[ 1167.058240] sata-dwc 4bffd1000.sata: sata_dwc_bmdma_start_by_tag qc=ed2100b8 tag: 0 cmd: 0x60 dma_dir: from device start_dma? 1
[ 1167.069723] sata-dwc 4bffd1000.sata: taskfile cmd: 0x60 protocol: ATA NCQ flags:0x17 device: 40
[ 1167.078430] sata-dwc 4bffd1000.sata: feature: 0x08 nsect: 0x0 lbal: 0x80 lbam: 0x7 lbah: 0x40
[ 1167.086963] sata-dwc 4bffd1000.sata: hob_feature: 0x00 hob_nsect: 0x0 hob_lbal: 0x10 hob_lbam: 0x0 hob_lbah: 0x0
[ 1167.097273] sata-dwc 4bffd1000.sata: eot=0x00000001 err=0x00000000 pending=2 active port=0
[ 1167.105553] sata-dwc 4bffd1000.sata: sata_dwc_isr intpr=0x80000080 active_tag=0
[ 1167.112865] sata-dwc 4bffd1000.sata: sata_dwc_isr non-NCQ cmd interrupt, protocol: ATA NCQ
[ 1167.121138] sata-dwc 4bffd1000.sata: sata_dwc_qc_complete checkstatus? 1
[ 1167.127848] sata-dwc 4bffd1000.sata: QC complete cmd=0x60 status=0x00 ata3: protocol=4
[ 1167.137594] DMA-API: exceeded 7 overlapping mappings of cacheline 0x000000000169f800
[ 1167.145515] ------------[ cut here ]------------
[ 1167.150136] WARNING: at lib/dma-debug.c:509
[ 1167.154319] Modules linked in: snd_seq_oss snd_seq_midi snd_seq_midi_event snd_seq snd_seq_device input_leds led_class sata_dwc_460ex
[ 1167.166476] CPU: 0 PID: 1032 Comm: rtkit-daemon Not tainted 4.4.0-rc5-Sam460ex-dirty #3
[ 1167.174485] task: ec384000 ti: ec37a000 task.ti: ec37a000
[ 1167.179883] NIP: c028b9b0 LR: c028b9b0 CTR: c02e0710
[ 1167.184849] REGS: ec37bcd0 TRAP: 0700 Not tainted (4.4.0-rc5-Sam460ex-dirty)
[ 1167.192156] MSR: 00021000 <CE,ME> CR: 28248444 XER: 20000000
[ 1167.198077]
GPR00: c028b9b0 ec37bd80 ec384000 00000048 c095a20b c0a02834 c02e1328 00000000
GPR08: 00000007 ec37a000 00000101 ec37bd80 24248444 100282b5 ee179810 005a7e00
GPR16: 00000000 e18c46c0 00000000 00000060 00000008 0000005c 0000001b 00000001
GPR24: 00000005 00000000 00000001 00029000 c0a0ab08 c0a0ab3c c0a30000 ffffffef
[ 1167.228305] NIP [c028b9b0] add_dma_entry+0xfc/0x13c
[ 1167.233185] LR [c028b9b0] add_dma_entry+0xfc/0x13c
[ 1167.237972] Call Trace:
[ 1167.240425] [ec37bd80] [c028b9b0] add_dma_entry+0xfc/0x13c (unreliable)
[ 1167.247081] [ec37bdb0] [c04559f8] emac_poll_rx+0x278/0x884
[ 1167.252585] [ec37be20] [c04531d8] mal_poll+0x8c/0x20c
[ 1167.257656] [ec37be50] [c0592cec] net_rx_action+0xfc/0x268
[ 1167.263163] [ec37beb0] [c0023c44] __do_softirq+0x100/0x1f0
[ 1167.268670] [ec37bf10] [c0023f68] irq_exit+0x58/0xa0
[ 1167.273659] [ec37bf20] [c0006fcc] timer_interrupt+0x80/0x9c
[ 1167.279254] [ec37bf40] [c000b644] ret_from_except+0x0/0x18
[ 1167.284756] --- interrupt: 901 at 0xfd75420
[ 1167.284756] LR = 0xfd9a2d8
[ 1167.291983] Instruction dump:
[ 1167.294970] 2f850007 40bd0038 3d20c0a3 89495724 7d3e4b78 2f8a0000 40be0024 3c60c092
[ 1167.302850] 38800007 38a10008 386373e0 484008b1 <0fe00000> 39200001 993e5724 7fa3eb78
[ 1167.310899] ---[ end trace c9591e3de6c36acb ]---
[ 1167.807797] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 1167.813489] Tasks blocked on level-0 rcu_node (CPUs 0-0): P1579
[ 1167.819526] (detected by 0, t=21002 jiffies, g=51969, c=51968, q=2894)
[ 1167.826161] systemd-udevd R running 0 1579 148 0x00000000
[ 1167.832548] Call Trace:
[ 1167.835019] [e19f7be0] [c00bcf60] kmem_cache_free+0x98/0x15c (unreliable)
[ 1167.841850] [e19f7ca0] [c0688400] __schedule+0x318/0x480
[ 1167.847179] [e19f7cd0] [c0688900] preempt_schedule_irq+0x48/0x68
[ 1167.853205] [e19f7ce0] [c000b700] resume_kernel+0x84/0x94
[ 1167.858636] --- interrupt: 901 at link_path_walk+0x1ec/0x470
[ 1167.858636] LR = link_path_walk+0x1c0/0x470
[ 1167.868819] [e19f7de0] [c00cce74] path_openat+0x1d8/0xd00
[ 1167.874237] [e19f7e60] [c00cea40] do_filp_open+0x40/0x84
[ 1167.879577] [e19f7f00] [c00c0944] do_sys_open+0x178/0x204
[ 1167.884999] [e19f7f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1167.890590] --- interrupt: c01 at 0x20150898
[ 1167.890590] LR = 0x200e9b24
[ 1167.897991] systemd-udevd R running 0 1579 148 0x00000000
[ 1167.904378] Call Trace:
[ 1167.906831] [e19f7be0] [c00bcf60] kmem_cache_free+0x98/0x15c (unreliable)
[ 1167.913644] [e19f7ca0] [c0688400] __schedule+0x318/0x480
[ 1167.918975] [e19f7cd0] [c0688900] preempt_schedule_irq+0x48/0x68
[ 1167.924998] [e19f7ce0] [c000b700] resume_kernel+0x84/0x94
[ 1167.930410] --- interrupt: 901 at link_path_walk+0x1ec/0x470
[ 1167.930410] LR = link_path_walk+0x1c0/0x470
[ 1167.940588] [e19f7de0] [c00cce74] path_openat+0x1d8/0xd00
[ 1167.945997] [e19f7e60] [c00cea40] do_filp_open+0x40/0x84
[ 1167.951317] [e19f7f00] [c00c0944] do_sys_open+0x178/0x204
[ 1167.956726] [e19f7f40] [c000af78] ret_from_syscall+0x0/0x3c
[ 1167.962316] --- interrupt: c01 at 0x20150898
[ 1167.962316] LR = 0x200e9b24
[ 1168.044015] sata-dwc 4bffd1000.sata: sata_dwc_qc_prep_by_tag: port=0 dma dir=from device n_elem=1
[ 1168.052905] sata-dwc 4bffd1000.sata: map_sg_to_lli: sg=edd0e200 nelem=1 lli=ffa0c000 dma_lli=0x0x000000002d2be000 dmadr=0xf6a1e400
[ 1168.064645] sata-dwc 4bffd1000.sata: map_sg_to_lli: elem=0 sg_addr=0x21a3d000 sg_len=4096
[ 1168.072830] sata-dwc 4bffd1000.sata: map_sg_to_lli setting ctl.high len: 0x00001000 val: 0x00000400
[ 1168.081886] sata-dwc 4bffd1000.sata: dma_dwc_xfer_setup sg: 0xedd0e200, count: 1 lli: ffa0c000 dma_lli: 0x2d2be000lx addr: f6a1e400 lli count: 1
[ 1168.094845] sata-dwc 4bffd1000.sata: sata_dwc_qc_issue: tag=0 ap->link.sactive = 0x00000001 sactive=0x00000001
[ 1168.104866] sata-dwc 4bffd1000.sata: sata_dwc_exec_command_by_tag cmd(0x60): READ FPDMA QUEUED tag=0
next prev parent reply other threads:[~2015-12-21 14:40 UTC|newest]
Thread overview: 154+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-15 23:25 [PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel Mans Rullgard
2015-12-15 23:25 ` [PATCH 2/3] ata: sata_dwc_460ex: add phy support Mans Rullgard
2015-12-16 11:14 ` Sergei Shtylyov
2015-12-16 11:24 ` Måns Rullgård
2015-12-15 23:25 ` [PATCH 3/3] ata: sata_dwc_460ex: get rid of global data Mans Rullgard
2015-12-17 15:06 ` Andy Shevchenko
2015-12-17 15:19 ` Måns Rullgård
2015-12-17 15:37 ` Andy Shevchenko
2015-12-17 15:57 ` Måns Rullgård
2015-12-15 23:34 ` [PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel Måns Rullgård
2015-12-17 14:59 ` Andy Shevchenko
2015-12-17 15:13 ` Måns Rullgård
2015-12-17 15:55 ` Andy Shevchenko
2015-12-17 16:04 ` Måns Rullgård
2015-12-17 16:53 ` Andy Shevchenko
2015-12-17 17:57 ` Julian Margetson
2015-12-17 17:59 ` Måns Rullgård
[not found] ` <567302E8.5050303@candw.ms>
2015-12-17 18:51 ` Måns Rullgård
[not found] ` <5673061A.4070700@candw.ms>
2015-12-17 19:53 ` Måns Rullgård
[not found] ` <56732C04.9040100@candw.ms>
2015-12-18 0:06 ` Måns Rullgård
2015-12-18 0:59 ` Julian Margetson
2015-12-18 1:38 ` Måns Rullgård
2015-12-18 11:48 ` Julian Margetson
2015-12-18 12:04 ` Måns Rullgård
2015-12-18 12:23 ` Andy Shevchenko
2015-12-18 12:49 ` Måns Rullgård
[not found] ` <5674271B.9090308@candw.ms>
2015-12-18 17:18 ` Måns Rullgård
2015-12-18 18:48 ` Andy Shevchenko
[not found] ` <56745BA4.1090607@candw.ms>
2015-12-18 22:33 ` Måns Rullgård
2015-12-18 22:49 ` Julian Margetson
2015-12-18 23:16 ` Måns Rullgård
2015-12-19 2:34 ` Andy Shevchenko
2015-12-19 11:39 ` Julian Margetson
2015-12-19 15:40 ` Måns Rullgård
2015-12-19 15:40 ` Måns Rullgård
[not found] ` <567585CD.9080105@candw.ms>
2015-12-19 16:39 ` Måns Rullgård
2015-12-19 16:39 ` Måns Rullgård
2015-12-19 16:56 ` Andy Shevchenko
2015-12-19 17:05 ` Måns Rullgård
2015-12-19 17:05 ` Måns Rullgård
2015-12-19 17:09 ` Julian Margetson
2015-12-19 17:11 ` Andy Shevchenko
2015-12-19 17:19 ` Måns Rullgård
2015-12-19 17:19 ` Måns Rullgård
2015-12-19 18:56 ` Julian Margetson
2015-12-19 19:07 ` Måns Rullgård
2015-12-19 19:07 ` Måns Rullgård
2015-12-19 20:16 ` Julian Margetson
2015-12-19 20:39 ` Andy Shevchenko
2015-12-19 20:41 ` Måns Rullgård
2015-12-19 20:41 ` Måns Rullgård
2015-12-19 20:48 ` Julian Margetson
2015-12-19 20:55 ` Julian Margetson
2015-12-20 17:11 ` Måns Rullgård
2015-12-20 17:11 ` Måns Rullgård
2015-12-20 17:41 ` Andy Shevchenko
2015-12-20 17:54 ` Måns Rullgård
2015-12-20 17:54 ` Måns Rullgård
2015-12-20 17:44 ` Julian Margetson
2015-12-20 18:49 ` Måns Rullgård
2015-12-20 18:49 ` Måns Rullgård
2015-12-20 20:17 ` Andy Shevchenko
2015-12-20 20:55 ` Andy Shevchenko
2015-12-21 1:19 ` Måns Rullgård
2015-12-21 1:19 ` Måns Rullgård
2015-12-21 19:08 ` Andy Shevchenko
2015-12-21 19:27 ` Måns Rullgård
2015-12-21 19:27 ` Måns Rullgård
2015-12-21 20:54 ` Andy Shevchenko
2015-12-21 21:06 ` Måns Rullgård
2015-12-21 21:06 ` Måns Rullgård
2015-12-22 0:08 ` Måns Rullgård
2015-12-22 0:08 ` Måns Rullgård
2015-12-22 10:58 ` Andy Shevchenko
2016-01-06 16:26 ` Måns Rullgård
2016-01-06 16:26 ` Måns Rullgård
2016-01-06 17:36 ` Andy Shevchenko
2016-01-07 9:34 ` Andy Shevchenko
2016-01-07 18:32 ` Måns Rullgård
2016-01-07 18:32 ` Måns Rullgård
2016-01-08 8:57 ` Andy Shevchenko
2016-01-08 10:57 ` Måns Rullgård
2016-01-08 10:57 ` Måns Rullgård
2016-01-20 18:50 ` Måns Rullgård
2016-01-20 18:50 ` Måns Rullgård
2016-01-20 19:23 ` Andy Shevchenko
2016-01-20 19:24 ` Måns Rullgård
2016-01-20 19:24 ` Måns Rullgård
2016-01-20 19:38 ` Andy Shevchenko
2016-01-20 19:46 ` Måns Rullgård
2016-01-20 19:46 ` Måns Rullgård
2016-01-20 19:51 ` Andy Shevchenko
2016-01-20 20:07 ` Måns Rullgård
2016-01-20 20:07 ` Måns Rullgård
2016-01-22 10:04 ` Andy Shevchenko
2016-01-22 11:13 ` Måns Rullgård
2016-01-22 11:13 ` Måns Rullgård
2016-01-22 11:56 ` Andy Shevchenko
2016-01-22 12:05 ` Måns Rullgård
2016-01-22 12:05 ` Måns Rullgård
2016-01-22 12:15 ` Andy Shevchenko
2015-12-21 16:48 ` Andy Shevchenko
2015-12-21 17:20 ` Julian Margetson
2015-12-21 17:26 ` Julian Margetson
2015-12-21 17:55 ` Andy Shevchenko
2015-12-21 18:23 ` Julian Margetson
2015-12-21 18:27 ` Måns Rullgård
2015-12-21 18:27 ` Måns Rullgård
2015-12-21 19:08 ` Julian Margetson
2015-12-21 19:19 ` Julian Margetson
2015-12-21 19:27 ` Måns Rullgård
2015-12-21 19:27 ` Måns Rullgård
2015-12-21 19:47 ` Julian Margetson
2015-12-21 20:25 ` Andy Shevchenko
2015-12-21 20:29 ` Julian Margetson
2016-01-22 10:07 ` Andy Shevchenko
2015-12-21 20:33 ` Måns Rullgård
2015-12-21 20:33 ` Måns Rullgård
2015-12-21 18:25 ` Måns Rullgård
2015-12-21 18:25 ` Måns Rullgård
2015-12-21 0:47 ` Måns Rullgård
2015-12-21 0:47 ` Måns Rullgård
2015-12-21 0:53 ` Måns Rullgård
2015-12-21 0:53 ` Måns Rullgård
2015-12-21 0:58 ` Måns Rullgård
2015-12-21 0:58 ` Måns Rullgård
2015-12-21 8:40 ` Andy Shevchenko
2015-12-21 12:15 ` Måns Rullgård
2015-12-21 12:15 ` Måns Rullgård
2015-12-21 17:24 ` Andy Shevchenko
2015-12-21 18:16 ` Måns Rullgård
2015-12-21 18:16 ` Måns Rullgård
2015-12-21 19:23 ` Andy Shevchenko
2015-12-21 19:50 ` Måns Rullgård
2015-12-21 19:50 ` Måns Rullgård
[not found] ` <5677D447.40906@candw.ms>
2015-12-21 12:16 ` Måns Rullgård
2015-12-21 12:16 ` Måns Rullgård
2015-12-21 13:18 ` Julian Margetson
2015-12-21 13:24 ` Måns Rullgård
2015-12-21 13:24 ` Måns Rullgård
2015-12-21 14:40 ` Julian Margetson [this message]
2015-12-21 15:24 ` Måns Rullgård
2015-12-21 15:24 ` Måns Rullgård
2015-12-21 16:44 ` Andy Shevchenko
2015-12-21 18:19 ` Måns Rullgård
2015-12-21 18:19 ` Måns Rullgård
2015-12-18 12:33 ` Julian Margetson
2015-12-18 12:38 ` Andy Shevchenko
2015-12-18 12:45 ` Måns Rullgård
[not found] ` <56740F9F.5020500@candw.ms>
2015-12-18 14:24 ` Andy Shevchenko
2015-12-18 14:27 ` Måns Rullgård
2015-12-18 10:08 ` Andy Shevchenko
2015-12-18 11:24 ` Måns Rullgård
2015-12-17 14:58 ` Andy Shevchenko
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=56780F42.2020907@candw.ms \
--to=runaway@candw.ms \
--cc=andriy.shevchenko@linux.intel.com \
--cc=andy.shevchenko@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mans@mansr.com \
--cc=tj@kernel.org \
--cc=viresh.linux@gmail.com \
/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.