* rcar_sata DMA warnings on Salvator-X
@ 2016-02-24 12:42 Geert Uytterhoeven
2016-02-25 21:40 ` Tejun Heo
2016-03-02 7:35 ` Dirk Behme
0 siblings, 2 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-24 12:42 UTC (permalink / raw)
To: Tejun Heo, Vladimir Barinov
Cc: linux-ide@vger.kernel.org, linux-renesas-soc, dmaengine
With CONFIG_DMA_API_DEBUG=y, I sometimes get the below warning
on r8a7795/salvator-x. My tree is based on renesas-drivers-2016-02-23-v4.5-rc5.
sata_rcar ee300000.sata: DMA-API: cpu touching an active dma mapped
cacheline [cln=0x000000000090fba0]
------------[ cut here ]------------
WARNING: at lib/dma-debug.c:604
Modules linked in:
CPU: 3 PID: 1619 Comm: bash Tainted: G W
4.5.0-rc5-salvator-x-04682-g420edda42525a16f-dirty #541
Hardware name: Renesas Salvator-X board based on r8a7795 (DT)
task: ffffffc03bb30200 ti: ffffffc03b170000 task.ti: ffffffc03b170000
PC is at debug_dma_assert_idle+0x180/0x1d0
LR is at debug_dma_assert_idle+0x180/0x1d0
pc : [<ffffff8004222b00>] lr : [<ffffff8004222b00>] pstate: 60000145
sp : ffffffc03b173c20
x29: ffffffc03b173c20 x28: 00e00000487ddfd3
x27: ffffffc03bb98010 x26: 0000000000000000
x25: ffffffc03bb98010 x24: 0000000000000140
x23: ffffff80047219b8 x22: ffffff80047a1000
x21: ffffff80046f1000 x20: ffffff8004721000
x19: ffffffc6fb048b00 x18: 0000000000000000
x17: 0000007f841b8150 x16: 00000000004e5428
x15: ffffffffffffffff x14: 6863616320646570
x13: 70616d20616d6420 x12: 657669746361206e
x11: 6120676e69686375 x10: 6f7420757063203a
x9 : 4950412d414d4420 x8 : 30303078303d6e6c
x7 : 635b20656e696c65 x6 : ffffff800474e4a5
x5 : 0000000000000000 x4 : 0000000000000000
x3 : 0000000000000000 x2 : 00000000dead4ead
x1 : ffffff8004703108 x0 : 0000000000000066
---[ end trace 435efaf33e0249ee ]---
Call trace:
Exception stack(0xffffffc03b173a60 to 0xffffffc03b173b80)
3a60: ffffffc6fb048b00 ffffff8004721000 ffffffc03b173c20 ffffff8004222b00
3a80: ffffff8004770c80 0000000000000000 000000000000c434 0000000000000002
3aa0: ffffffc03b173ac0 ffffff8004703138 ffffff80045f39d7 0000000000000004
3ac0: ffffffc03b173b60 ffffff80040d3bf4 ffffffc6fb048b00 ffffff8004721000
3ae0: ffffff80046f1000 ffffff80047a1000 ffffff80047219b8 0000000000000140
3b00: 0000000000000066 ffffff8004703108 00000000dead4ead 0000000000000000
3b20: 0000000000000000 0000000000000000 ffffff800474e4a5 635b20656e696c65
3b40: 30303078303d6e6c 4950412d414d4420 6f7420757063203a 6120676e69686375
3b60: 657669746361206e 70616d20616d6420 6863616320646570 ffffffffffffffff
[<ffffff8004222b00>] debug_dma_assert_idle+0x180/0x1d0
[<ffffff800412b0fc>] wp_page_copy.isra.109+0xfc/0x57c
[<ffffff800412f118>] handle_mm_fault+0x125c/0x1300
[<ffffff8004092894>] do_page_fault+0x184/0x328
[<ffffff8004082250>] do_mem_abort+0x40/0x9c
Exception stack(0xffffffc03b173e30 to 0xffffffc03b173f50)
3e20: 0000000000000000 0000000000000003
3e40: ffffffffffffffff 00000000004b7844 ffffffc03b173e70 ffffff8004483be8
3e60: 0000000000000000 ffffff80040aa2f0 ffffffc03b173e80 ffffff80040aa2f8
3e80: 0000000000000000 ffffff80040854f0 0000000000000000 000000000000067b
3ea0: ffffffffffffffff 0000007f841b8158 0000000020000000 0000000000000015
3ec0: 0000000000000000 ffffff80040854f0 000000000054d668 0000000000000028
3ee0: 00000000fffffff7 0000000000000001 00000000004f2160 0000808080008000
3f00: 0080008080800000 cecdfefeff08ff30 000000000000009a cdfefeff12cecece
3f20: ff7f7f7f7fffffff 0101010101010101 0000000000000008 ffffffffffffffff
3f40: ffffffffffff0000 ffffffffffffffff
[<ffffff8004085124>] el0_da+0x18/0x1c
Mapped at:
[<ffffff8004220a08>] dma_entry_alloc+0x98/0xac
[<ffffff8004222390>] debug_dma_alloc_coherent+0x48/0xe0
[<ffffff8004292458>] dmam_alloc_coherent+0xa8/0xf8
[<ffffff80042c7568>] ata_bmdma_port_start+0x40/0x5c
[<ffffff80042b66f4>] ata_host_start+0xf8/0x19c
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rcar_sata DMA warnings on Salvator-X
2016-02-24 12:42 rcar_sata DMA warnings on Salvator-X Geert Uytterhoeven
@ 2016-02-25 21:40 ` Tejun Heo
2016-02-25 21:42 ` Tejun Heo
2016-03-02 7:35 ` Dirk Behme
1 sibling, 1 reply; 7+ messages in thread
From: Tejun Heo @ 2016-02-25 21:40 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Vladimir Barinov, linux-ide@vger.kernel.org, linux-renesas-soc,
dmaengine, Harvey Hunt
Hello,
cc'ing Harvey.
On Wed, Feb 24, 2016 at 01:42:33PM +0100, Geert Uytterhoeven wrote:
> With CONFIG_DMA_API_DEBUG=y, I sometimes get the below warning
> on r8a7795/salvator-x. My tree is based on renesas-drivers-2016-02-23-v4.5-rc5.
>
> sata_rcar ee300000.sata: DMA-API: cpu touching an active dma mapped
> cacheline [cln=0x000000000090fba0]
> ------------[ cut here ]------------
> WARNING: at lib/dma-debug.c:604
> Modules linked in:
>
> CPU: 3 PID: 1619 Comm: bash Tainted: G W
> 4.5.0-rc5-salvator-x-04682-g420edda42525a16f-dirty #541
> Hardware name: Renesas Salvator-X board based on r8a7795 (DT)
> task: ffffffc03bb30200 ti: ffffffc03b170000 task.ti: ffffffc03b170000
> PC is at debug_dma_assert_idle+0x180/0x1d0
Is this the problem fixed by the following patch from Harvey?
http://lkml.kernel.org/g/CAMuHMdU0=_TJVfy=-zXWHkfJSWH_fJULBrL8J9T60QS48WbYcQ@mail.gmail.com
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rcar_sata DMA warnings on Salvator-X
2016-02-25 21:40 ` Tejun Heo
@ 2016-02-25 21:42 ` Tejun Heo
2016-02-26 8:21 ` Geert Uytterhoeven
0 siblings, 1 reply; 7+ messages in thread
From: Tejun Heo @ 2016-02-25 21:42 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Vladimir Barinov, linux-ide@vger.kernel.org, linux-renesas-soc,
dmaengine, Harvey Hunt
On Thu, Feb 25, 2016 at 4:40 PM, Tejun Heo <tj@kernel.org> wrote:
> Is this the problem fixed by the following patch from Harvey?
>
> http://lkml.kernel.org/g/CAMuHMdU0=_TJVfy=-zXWHkfJSWH_fJULBrL8J9T60QS48WbYcQ@mail.gmail.com
Oops, I meant
http://lkml.kernel.org/g/1456327003-16295-1-git-send-email-harvey.hunt@imgtec.com
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rcar_sata DMA warnings on Salvator-X
2016-02-25 21:42 ` Tejun Heo
@ 2016-02-26 8:21 ` Geert Uytterhoeven
2016-02-29 13:44 ` Geert Uytterhoeven
0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-26 8:21 UTC (permalink / raw)
To: Tejun Heo
Cc: Vladimir Barinov, linux-ide@vger.kernel.org, linux-renesas-soc,
dmaengine, Harvey Hunt
Hi Tejun,
On Thu, Feb 25, 2016 at 10:42 PM, Tejun Heo <tj@kernel.org> wrote:
> On Thu, Feb 25, 2016 at 4:40 PM, Tejun Heo <tj@kernel.org> wrote:
>> Is this the problem fixed by the following patch from Harvey?
>>
>> http://lkml.kernel.org/g/CAMuHMdU0=_TJVfy=-zXWHkfJSWH_fJULBrL8J9T60QS48WbYcQ@mail.gmail.com
>
> Oops, I meant
>
> http://lkml.kernel.org/g/1456327003-16295-1-git-send-email-harvey.hunt@imgtec.com
Thanks, looks plausible, I'll give it a try.
Note that I couldn't reproduce this at will, so I'll just let you know if I
see it again, despite this patch.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rcar_sata DMA warnings on Salvator-X
2016-02-26 8:21 ` Geert Uytterhoeven
@ 2016-02-29 13:44 ` Geert Uytterhoeven
2016-03-01 17:12 ` Tejun Heo
0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-29 13:44 UTC (permalink / raw)
To: Tejun Heo
Cc: Vladimir Barinov, linux-ide@vger.kernel.org, linux-renesas-soc,
dmaengine, Harvey Hunt
Hi Tejun,
On Fri, Feb 26, 2016 at 9:21 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Thu, Feb 25, 2016 at 10:42 PM, Tejun Heo <tj@kernel.org> wrote:
>> On Thu, Feb 25, 2016 at 4:40 PM, Tejun Heo <tj@kernel.org> wrote:
>>> Is this the problem fixed by the following patch from Harvey?
>>>
>>> http://lkml.kernel.org/g/CAMuHMdU0=_TJVfy=-zXWHkfJSWH_fJULBrL8J9T60QS48WbYcQ@mail.gmail.com
>>
>> Oops, I meant
>>
>> http://lkml.kernel.org/g/1456327003-16295-1-git-send-email-harvey.hunt@imgtec.com
>
> Thanks, looks plausible, I'll give it a try.
>
> Note that I couldn't reproduce this at will, so I'll just let you know if I
> see it again, despite this patch.
Unfortunately I've just got another one, with the above patch applied:
sata_rcar ee300000.sata: DMA-API: cpu touching an active dma mapped
cacheline [cln=0x000000000090ff40]
------------[ cut here ]------------
WARNING: at lib/dma-debug.c:604
Modules linked in:
CPU: 2 PID: 329 Comm: udevd Not tainted
4.5.0-rc5-salvator-x-04739-gd9f979182e2877a4 #557
Hardware name: Renesas Salvator-X board based on r8a7795 (DT)
task: ffffffc6fa63a180 ti: ffffffc6fa7c4000 task.ti: ffffffc6fa7c4000
PC is at debug_dma_assert_idle+0x180/0x1d0
LR is at debug_dma_assert_idle+0x180/0x1d0
pc : [<ffffff8004222b00>] lr : [<ffffff8004222b00>] pstate: 60000145
sp : ffffffc6fa7c7c20
x29: ffffffc6fa7c7c20 x28: 00e00000487fafd3
x27: ffffffc03b010f40 x26: 0000000000000000
x25: ffffffc03b010f40 x24: 0000000000000140
x23: ffffff80047219b8 x22: ffffff80047a1000
x21: ffffff80046f1000 x20: ffffff8004721000
x19: ffffffc6fb03d600 x18: 0000007feb6bbf20
x17: 0000007fa0722650 x16: 000000557d095af0
x15: 0000007fa07f2588 x14: 70616d20616d6420
x13: 657669746361206e x12: 6120676e69686375
x11: 6f7420757063203a x10: 4950412d414d4420
x9 : 3a617461732e3030 x8 : ffffff80047564d4
x7 : 0000000000000000 x6 : 0000000000000004
x5 : 0000000000000016 x4 : 0000000000000066
x3 : 00ffffffffffffff x2 : 00000000dead4ead
x1 : 0000000000000140 x0 : 0000000000000066
---[ end trace 7f71ed044e72e67d ]---
Call trace:
Exception stack(0xffffffc6fa7c7a60 to 0xffffffc6fa7c7b80)
7a60: ffffffc6fb03d600 ffffff8004721000 ffffffc6fa7c7c20 ffffff8004222b00
7a80: ffffffc6fa7c7aa0 ffffff80040d1dcc ffffff8004703138 0000000000000004
7aa0: ffffffc6fa7c7ac0 ffffff80040d3a00 0000000000000002 0000000000000004
7ac0: ffffffc6fa7c7b60 ffffff80040d3bf4 ffffffc6fb03d600 ffffff8004721000
7ae0: ffffff80046f1000 ffffff80047a1000 ffffff80047219b8 0000000000000140
7b00: 0000000000000066 0000000000000140 00000000dead4ead 00ffffffffffffff
7b20: 0000000000000066 0000000000000016 0000000000000004 0000000000000000
7b40: ffffff80047564d4 3a617461732e3030 4950412d414d4420 6f7420757063203a
7b60: 6120676e69686375 657669746361206e 70616d20616d6420 0000007fa07f2588
[<ffffff8004222b00>] debug_dma_assert_idle+0x180/0x1d0
[<ffffff800412b0fc>] wp_page_copy.isra.109+0xfc/0x57c
[<ffffff800412f118>] handle_mm_fault+0x125c/0x1300
[<ffffff8004092894>] do_page_fault+0x184/0x328
[<ffffff8004082250>] do_mem_abort+0x40/0x9c
Exception stack(0xffffffc6fa7c7e30 to 0xffffffc6fa7c7f50)
7e20: 0000000000000000 000000557d0a6740
7e40: ffffffffffffffff 0000007fa0722798 00000000a0000000 0000000000000015
7e60: 000000000000011e 00000000000000d7 ffffffc6fa7c7e80 ffffff8004133120
7e80: ffffffc6fa7c7ec0 ffffff8004133140 0000000000000000 0000000000000000
7ea0: ffffffffffffffff 00000000365c03fd 0000000000000000 0000000000010000
7ec0: 0000000000000000 ffffff80040854f0 0000000000000000 0000000000000007
7ee0: 0000000000000038 0000000000000040 0000007feb6c0188 0000000000000002
7f00: 0000000000000000 726f635f38766d72 003735615f786574 fefeff3634605e77
7f20: 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000028 0000000000000010
7f40: 0000000000000000 0000007fa07f2588
[<ffffff8004085124>] el0_da+0x18/0x1c
Mapped at:
[<ffffff8004220a08>] dma_entry_alloc+0x98/0xac
[<ffffff8004222390>] debug_dma_alloc_coherent+0x48/0xe0
[<ffffff80042926d8>] dmam_alloc_coherent+0xa8/0xf8
[<ffffff80042c77dc>] ata_bmdma_port_start+0x40/0x5c
[<ffffff80042b6974>] ata_host_start+0xf8/0x19c
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rcar_sata DMA warnings on Salvator-X
2016-02-29 13:44 ` Geert Uytterhoeven
@ 2016-03-01 17:12 ` Tejun Heo
0 siblings, 0 replies; 7+ messages in thread
From: Tejun Heo @ 2016-03-01 17:12 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Vladimir Barinov, linux-ide@vger.kernel.org, linux-renesas-soc,
dmaengine, Harvey Hunt
Hello,
On Mon, Feb 29, 2016 at 02:44:16PM +0100, Geert Uytterhoeven wrote:
> sata_rcar ee300000.sata: DMA-API: cpu touching an active dma mapped
> cacheline [cln=0x000000000090ff40]
> ------------[ cut here ]------------
> WARNING: at lib/dma-debug.c:604
> Modules linked in:
>
> CPU: 2 PID: 329 Comm: udevd Not tainted
...
> [<ffffff8004222b00>] debug_dma_assert_idle+0x180/0x1d0
> [<ffffff800412b0fc>] wp_page_copy.isra.109+0xfc/0x57c
> [<ffffff800412f118>] handle_mm_fault+0x125c/0x1300
> [<ffffff8004092894>] do_page_fault+0x184/0x328
> [<ffffff8004082250>] do_mem_abort+0x40/0x9c
So, somehow udev has mmapped a page which is dma mapped and trying to
falut that in?
> Mapped at:
> [<ffffff8004220a08>] dma_entry_alloc+0x98/0xac
> [<ffffff8004222390>] debug_dma_alloc_coherent+0x48/0xe0
> [<ffffff80042926d8>] dmam_alloc_coherent+0xa8/0xf8
> [<ffffff80042c77dc>] ata_bmdma_port_start+0x40/0x5c
> [<ffffff80042b6974>] ata_host_start+0xf8/0x19c
And that region was originally allocated by ata_bmdma_port_start()?
The only thing which gets allocated there is the PRD table which is
the scatter-gather list for the DMA engine and has no reason to be
ever accessed from userland. Any chance you can find out what udev is
doing at that point?
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: rcar_sata DMA warnings on Salvator-X
2016-02-24 12:42 rcar_sata DMA warnings on Salvator-X Geert Uytterhoeven
2016-02-25 21:40 ` Tejun Heo
@ 2016-03-02 7:35 ` Dirk Behme
1 sibling, 0 replies; 7+ messages in thread
From: Dirk Behme @ 2016-03-02 7:35 UTC (permalink / raw)
To: Geert Uytterhoeven, Tejun Heo, Vladimir Barinov
Cc: linux-ide@vger.kernel.org, linux-renesas-soc, dmaengine
Hi,
On 24.02.2016 13:42, Geert Uytterhoeven wrote:
> With CONFIG_DMA_API_DEBUG=y, I sometimes get the below warning
> on r8a7795/salvator-x. My tree is based on renesas-drivers-2016-02-23-v4.5-rc5.
Some weeks ago I've had a look at porting the eMMC support from the
4.2 Renesas BSP to the 4.4 based renesas-drivers [1]. I never got it
working, as it always crashed immediately at every kernel boot with
various error messages. Often something like [2], but often something
quite different, too.
As the MMC related patches I ported seem to work on the Renesas 4.2
BSP, and the 4.4 renesas-drivers shouldn't be that different, I was
hoping that the same code works on 4.2 and 4.4. But it doesn't, even
though I compared the resulting MMC code to be identical. As the
crashes are often different ones, often in core parts of the kernel, I
was suspecting a DMA related issue, too.
So maybe we have a 'general' DMA issue on Salvator-X? Somehow
independent on the specific SATA and MMC code?
Just my $0.02. Maybe something to at least think about. Sorry if these
are totally unrelated issues.
Best regards
Dirk
[1]
https://github.com/dirkbehme/linux-renesas-rcar-gen3/commits/dirk/gen3-latest-update
[2]
...
ALSA device list:
#0: rsnd-dai.0-ak4613-hifi
mmc0: MAN_BKOPS_EN bit is not set
mmc0: new HS200 MMC card at address 0001
mmcblk0: mmc0:0001 BGSD3R 29.1 GiB
mmcblk0boot0: mmc0:0001 BGSD3R partition 1 16.0 MiB
mmcblk0boot1: mmc0:0001 BGSD3R partition 2 16.0 MiB
mmcblk0rpmb: mmc0:0001 BGSD3R partition 3 4.00 MiB
------------[ cut here ]------------
kernel BUG at mm/vmalloc.c:460!
Internal error: Oops - BUG: 0 [#1] PREEMPT SMP
Modules linked in:
CPU: 1 PID: 6 Comm: kworker/u16:0 Not tainted 4.4.0-rc3+ #1
Hardware name: Renesas Salvator-X board based on r8a7795 (DT)
Workqueue: kmmcd mmc_rescan
task: ffffffc5bc483700 ti: ffffffc5bc4bc000 task.ti: ffffffc5bc4bc000
PC is at alloc_vmap_area.isra.44+0x2d8/0x2fc
LR is at alloc_vmap_area.isra.44+0x23c/0x2fc
pc : [<ffffffc000175f3c>] lr : [<ffffffc000175ea0>] pstate: a0000045
sp : ffffffc5bc4bf740
x29: ffffffc5bc4bf740 x28: 0000000000000001
x27: 0000000000002000 x26: ffffffc0009d8410
x25: ffffff8000002000 x24: ffffffc0009d8410
x23: ffffff8000000000 x22: ffffffffffffffff
x21: ffffffc000961980 x20: ffffffbdbfff0000
x19: ffffffc5bb443a00 x18: ffffffc000691000
x17: 0000000000000007 x16: 000000000000000e
x15: ffffffbdd8105020 x14: 0000000000000003
x13: 00000000ffffff80 x12: ffffffc0009c17b8
x11: ffffffc0009c17d8 x10: 0000000000000003
x9 : 0000000000000001 x8 : 0000000000000001
x7 : 0000000000000000 x6 : 000000000000003f
x5 : ffffffbdbff78000 x4 : ffffffc5bc401618
x3 : ffffffc03299c718 x2 : ffffffc5bb443a30
x1 : 0000000000000000 x0 : 0000000000000000
Process kworker/u16:0 (pid: 6, stack limit = 0xffffffc5bc4bc020)
Stack: (0xffffffc5bc4bf740 to 0xffffffc5bc4c0000)
f740: ffffffc5bc4bf7c0 ffffffc0001769b0 0000000000001000 ffffffc5bb443980
f760: 0000000000000022 0000000000000001 ffffffc0003075e4 00000000024080c2
f780: ffffff8000000000 ffffffbdbfff0000 00e8000000000713 0000000000000003
f7a0: ffffff8000000000 ffffffc5bb443a00 0000000000000000 00000000001bb5c0
f7c0: ffffffc5bc4bf820 ffffffc000177140 0000000000000400 0000000000000008
f7e0: ffffffc032958000 ffffffc5bc140000 00000000ffffffff ffffffc0007fc470
f800: 00000000024080c2 0000000000000001 ffffffc032958048 ffffffc032958000
f820: ffffffc5bc4bf890 ffffffc00017753c ffffffc5bb443900 0000000000000008
f840: ffffffc032958000 ffffffc5bc140000 ffffffc0007fc4c8 ffffffc0007fc470
f860: 0000000000000000 0000000000000001 ffffffc5bc140000 ffffffc0007fc470
f880: ffffffc0003075e4 0000000000000001 ffffffc5bc4bf8a0 ffffffc0003075e4
f8a0: ffffffc5bc4bf8e0 ffffffc000306d0c ffffffc5bc140000 ffffffc032958000
f8c0: ffffffc5bc140000 ffffffc0007fc4f8 ffffffc0007fc4c8 0000000200000001
f8e0: ffffffc5bc4bf940 ffffffc0001d6afc ffffffc5bc140000 ffffffc032958000
f900: 0000000000000000 ffffffc5bc140018 0000000000000000 0000000000000001
f920: 0000000000000000 0000000000000001 ffffffc5bc140000 0000000000000003
f940: ffffffc5bc4bf9a0 ffffffc0001d6c34 ffffffc032958000 ffffffc032958070
f960: 0000000000000000 ffffffc5bc140000 ffffffc032960168 ffffffc032958080
f980: 0000000000000001 0000000000000001 ffffffc5bc4bf9b0 00000000001bb2c4
f9a0: ffffffc5bc4bfa30 ffffffc0003048c8 ffffffc032958000 ffffffc032958070
f9c0: ffffffc03295800c ffffffc5bc140000 ffffffc032960168 ffffffc032958080
f9e0: 0000000000000001 ffffffc032af0314 ffffffc00082c950 0000000000000003
fa00: ffffffc5bc4bfa10 ffffffc000303560 ffffffc5bc4bfa30 ffffffc0003048ac
fa20: ffffffc032958000 ffffffc032958070 ffffffc5bc4bfaa0 ffffffc0004ceab0
fa40: ffffffc032af0800 0000000000000003 ffffffc032af0be8 ffffffc032af0000
fa60: ffffffc032af0800 ffffffc032af0008 ffffffc032af0bb8 ffffffc5bc4bfad0
fa80: 0b300000bc4bfa90 00000000ffffffc8 ffffffc032af0800 ffffffc03295b00c
faa0: ffffffc5bc4bfad0 ffffffc0004cf098 ffffffc032af051c 0000000000000003
fac0: ffffffc032af2000 ffffffc032af0000 ffffffc5bc4bfb50 ffffffc0004c257c
fae0: ffffffc032af0008 ffffffc0009eb000 0000000000000000 ffffffc00099bb48
fb00: 0000000000000002 ffffffc0009eb000 0000000000000000 ffffffc00099b490
fb20: ffffffc00094a000 ffffffc5bc4192a0 42694720312e3932 ffffffc0003df200
fb40: 42694d2030302e34 ffffffc0003e2700 ffffffc5bc4bfb60 ffffffc0003e2808
fb60: ffffffc5bc4bfba0 ffffffc0003e2a5c ffffffc00099bb48 ffffffc5bc4bfc40
fb80: ffffffc032af0008 0000000000000001 ffffffc000988000 ffffffc0003e0ad0
fba0: ffffffc5bc4bfbd0 ffffffc0003e0ac4 0000000000000000 ffffffc5bc4bfc40
fbc0: ffffffc0003e29d0 0000000000000000 ffffffc5bc4bfc10 ffffffc0003e2580
fbe0: ffffffc032af0008 ffffffc032af0068 ffffffc00099b340 ffffffc032af0068
fc00: ffffffc5bbfd7cd0 ffffffc032b4e468 ffffffc5bc4bfc50 ffffffc0003e2bb4
fc20: ffffffc032af0018 ffffffc032af0008 ffffffc00099b340 ffffffc032b98808
fc40: ffffffc032af0008 0000000000000001 ffffffc5bc4bfc60 ffffffc0003e1bcc
fc60: ffffffc5bc4bfc90 ffffffc0003dfc48 ffffffc032af0018 ffffffc032af0008
fc80: 0000000000000000 ffffffc0003dfc40 ffffffc5bc4bfcf0 ffffffc0004c2a30
fca0: ffffffc032af0000 ffffffc032af0008 0000000000000000 ffffffc032b98800
fcc0: ffffffc032b98bd8 0000000000061a80 ffffffc0006a7938 ffffffc5bc419070
fce0: ffffffc5bc4bfcf0 ffffffc0004c2a18 ffffffc5bc4bfd10 ffffffc0004c5ce0
fd00: ffffffc032b98800 0000000000000000 ffffffc5bc4bfd40 ffffffc0004c2240
fd20: ffffffc032b987d8 ffffffc032b98b40 0000000000000000 40ff8080bc4bfc90
fd40: ffffffc5bc4bfd90 ffffffc0000c998c ffffffc5bc45a900 ffffffc032b98bd8
fd60: ffffffc5bb95d000 0000000000000000 ffffffc5bc419000 0000000000000000
fd80: ffffffc5bc419018 ffffffc0000c9980 ffffffc5bc4bfdd0 ffffffc0000c9c94
fda0: ffffffc5bc45a900 ffffffc5bc45a930 ffffffc5bc419018 ffffffc5bc419000
fdc0: ffffffc5bc4bc000 ffffffc0009c381b ffffffc5bc4bfe30 ffffffc0000cf640
fde0: ffffffc5bc425b80 ffffffc0009cc068 ffffffc0007e02e8 ffffffc5bc45a900
fe00: ffffffc0000c9b5c 0000000000000000 0000000000000000 0000000000000000
fe20: 0000000000000000 0000000000000000 0000000000000000 ffffffc000085c50
fe40: ffffffc0000cf560 ffffffc5bc425b80 0000000000000000 0000000000000000
fe60: 0000000000000000 ffffffc0000d7ad0 ffffffc0000cf560 0000000000000000
fe80: 0000000000000000 ffffffc5bc45a900 0000000000000000 0000000000000000
fea0: ffffffc5bc4bfea0 ffffffc5bc4bfea0 0000000000000000 ffffffc000000000
fec0: ffffffc5bc4bfec0 ffffffc5bc4bfec0 0000000000000000 0000000000000000
fee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ffa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ffc0: 0000000000000000 0000000000000000 0000000000000000 0000000000000005
ffe0: 0000000000000000 0000000000000000 ffffffffffffffff ffffffffffffffff
Call trace:
[<ffffffc000175f3c>] alloc_vmap_area.isra.44+0x2d8/0x2fc
[<ffffffc0001769b0>] __get_vm_area_node.isra.45+0x9c/0x170
[<ffffffc000177140>] __vmalloc_node_range+0x6c/0x26c
[<ffffffc00017753c>] vzalloc+0x40/0x4c
[<ffffffc0003075e4>] check_partition+0x4c/0x224
[<ffffffc000306d0c>] rescan_partitions+0xb4/0x294
[<ffffffc0001d6afc>] __blkdev_get+0x22c/0x320
[<ffffffc0001d6c34>] blkdev_get+0x44/0x31c
[<ffffffc0003048c8>] add_disk+0x38c/0x3fc
[<ffffffc0004ceab0>] mmc_add_disk+0x24/0x110
[<ffffffc0004cf098>] mmc_blk_probe+0x1c8/0x2c0
[<ffffffc0004c257c>] mmc_bus_probe+0x1c/0x24
[<ffffffc0003e2808>] driver_probe_device+0x1ec/0x2e8
[<ffffffc0003e2a5c>] __device_attach_driver+0x8c/0xb0
[<ffffffc0003e0ac4>] bus_for_each_drv+0x54/0x94
[<ffffffc0003e2580>] __device_attach+0xc0/0x128
[<ffffffc0003e2bb4>] device_initial_probe+0x10/0x18
[<ffffffc0003e1bcc>] bus_probe_device+0x90/0x98
[<ffffffc0003dfc48>] device_add+0x3c0/0x53c
[<ffffffc0004c2a30>] mmc_add_card+0xdc/0x25c
[<ffffffc0004c5ce0>] mmc_attach_mmc+0xa4/0x150
[<ffffffc0004c2240>] mmc_rescan+0x2b4/0x338
[<ffffffc0000c998c>] process_one_work+0x138/0x308
[<ffffffc0000c9c94>] worker_thread+0x138/0x438
[<ffffffc0000cf640>] kthread+0xe0/0xf4
[<ffffffc000085c50>] ret_from_fork+0x10/0x40
Code: d4210000 92800160 17fffff2 d4210000 (d4210000)
---[ end trace 3c272cba005aa838 ]---
Unable to handle kernel paging request at virtual address ffffffffffffffd8
pgd = ffffffc0009ff000
[ffffffffffffffd8] *pgd=0000000000000000, *pud=0000000000000000
Internal error: Oops: 96000005 [#2] PREEMPT SMP
Modules linked in:
CPU: 1 PID: 6 Comm: kworker/u16:0 Tainted: G D 4.4.0-rc3+ #1
Hardware name: Renesas Salvator-X board based on r8a7795 (DT)
task: ffffffc5bc483700 ti: ffffffc5bc4bc000 task.ti: ffffffc5bc4bc000
PC is at kthread_data+0x4/0xc
LR is at wq_worker_sleeping+0x14/0xcc
pc : [<ffffffc0000cfbf4>] lr : [<ffffffc0000ca780>] pstate: 600003c5
sp : ffffffc5bc4bf3d0
x29: ffffffc5bc4bf3d0 x28: 0000000000000001
x27: ffffffc5bc480000 x26: 0000000000000000
x25: 0000000000000001 x24: ffffffc5bc483b58
x23: ffffffc000620308 x22: ffffffc5bc483700
x21: ffffffc5bff46d00 x20: ffffffc00094a000
x19: 0000000000000001 x18: ffffffc000691000
x17: 0000000000000007 x16: 000000000000000e
x15: 0000000000000001 x14: 0000000000000007
x13: 000000000000000e x12: 0000000000000000
x11: 0000000000000000 x10: 0000000000000000
x9 : 0000000000000000 x8 : 0000000000000001
x7 : 0000000002db2fad x6 : 0000000000000000
x5 : 0000000000000000 x4 : ffffffffffffd590
x3 : 0000000000000001 x2 : 000000000000af3b
x1 : 0000000000000001 x0 : 0000000000000000
Process kworker/u16:0 (pid: 6, stack limit = 0xffffffc5bc4bc020)
Stack: (0xffffffc5bc4bf3d0 to 0xffffffc5bc4c0000)
f3c0: ffffffc5bc4bf3f0 ffffffc000620130
f3e0: ffffffc00092f000 ffffffc0000b725c ffffffc5bc4bf440 ffffffc000620308
f400: ffffffc5bc4bc000 ffffffc5bc4bf140 ffffffc5bc4bf4c0 ffffffc5bc483a48
f420: ffffffc00094a000 ffffffc5bc483700 ffffff8000002000 ffffffc0009d8410
f440: ffffffc5bc4bf460 ffffffc0000b7338 ffffffc5bc483700 ffffffc0000b72f8
f460: ffffffc5bc4bf4d0 ffffffc0000899cc ffffffc0009c8000 0000000000000000
f480: ffffffc0007dc198 ffffffc5bc4bf620 ffffffc5bc4bc000 ffffffc5bc483700
f4a0: ffffff8000002000 ffffffc0009d8410 0000000000002000 0000000000000001
f4c0: ffffffc5bc4bf4c0 ffffffc5bc4bf4c0 ffffffc5bc4bf510 ffffffc000089a24
f4e0: ffffffc5bc4bf620 ffffffc000089a60 ffffffc5bc4bf620 ffffffc5bc4bf620
f500: 00000000a0000045 000000000000003d ffffffc5bc4bf530 ffffffc000089a7c
f520: 00000000f2000800 ffffffc0000839a8 ffffffc5bc4bf540 ffffffc0000839b8
f540: ffffffc5bc4bf570 ffffffc00008242c 00000000f2000800 ffffffc0009c0ca8
f560: 0000000000000000 ffffffc5bbdd0060 ffffffc5bc4bf740 ffffffc0000854b4
f580: ffffffc5bb443a00 ffffffbdbfff0000 ffffffc5bc4bf740 ffffffc000175f3c
f5a0: 00000000022152d0 0000000000000003 0000000000000141 00000000022152d0
f5c0: ffffffc00094a000 0000000000000003 0000000000400000 0000000000000003
f5e0: ffffffc0009c2000 0000000000000003 0000000000000138 ffffffc0009c2680
f600: 0000000000000000 0000010000000000 ffffffc0009c2680 0000010000000000
f620: 0000000000000000 0000000000000000 ffffffc5bb443a30 ffffffc03299c718
f640: ffffffc5bc401618 ffffffbdbff78000 000000000000003f 0000000000000000
f660: 0000000000000001 0000000000000001 0000000000000003 ffffffc0009c17d8
f680: ffffffc0009c17b8 00000000ffffff80 0000000000000003 ffffffbdd8105020
f6a0: 000000000000000e 0000000000000007 ffffffc000691000 ffffffc5bb443a00
f6c0: ffffffbdbfff0000 ffffffc000961980 ffffffffffffffff ffffff8000000000
f6e0: ffffffc0009d8410 ffffff8000002000 ffffffc0009d8410 0000000000002000
f700: 0000000000000001 ffffffc5bc4bf740 ffffffc000175ea0 ffffffc5bc4bf740
f720: ffffffc000175f3c 00000000a0000045 ffffffc5bc4bf740 ffffffc000175ea0
f740: ffffffc5bc4bf7c0 ffffffc0001769b0 0000000000001000 ffffffc5bb443980
f760: 0000000000000022 0000000000000001 ffffffc0003075e4 00000000024080c2
f780: ffffff8000000000 ffffffbdbfff0000 00e8000000000713 0000000000000003
f7a0: ffffff8000000000 ffffffc5bb443a00 0000000000000000 00000000001bb5c0
f7c0: ffffffc5bc4bf820 ffffffc000177140 0000000000000400 0000000000000008
f7e0: ffffffc032958000 ffffffc5bc140000 00000000ffffffff ffffffc0007fc470
f800: 00000000024080c2 0000000000000001 ffffffc032958048 ffffffc032958000
f820: ffffffc5bc4bf890 ffffffc00017753c ffffffc5bb443900 0000000000000008
f840: ffffffc032958000 ffffffc5bc140000 ffffffc0007fc4c8 ffffffc0007fc470
f860: 0000000000000000 0000000000000001 ffffffc5bc140000 ffffffc0007fc470
f880: ffffffc0003075e4 0000000000000001 ffffffc5bc4bf8a0 ffffffc0003075e4
f8a0: ffffffc5bc4bf8e0 ffffffc000306d0c ffffffc5bc140000 ffffffc032958000
f8c0: ffffffc5bc140000 ffffffc0007fc4f8 ffffffc0007fc4c8 0000000200000001
f8e0: ffffffc5bc4bf940 ffffffc0001d6afc ffffffc5bc140000 ffffffc032958000
f900: 0000000000000000 ffffffc5bc140018 0000000000000000 0000000000000001
f920: 0000000000000000 0000000000000001 ffffffc5bc140000 0000000000000003
f940: ffffffc5bc4bf9a0 ffffffc0001d6c34 ffffffc032958000 ffffffc032958070
f960: 0000000000000000 ffffffc5bc140000 ffffffc032960168 ffffffc032958080
f980: 0000000000000001 0000000000000001 ffffffc5bc4bf9b0 00000000001bb2c4
f9a0: ffffffc5bc4bfa30 ffffffc0003048c8 ffffffc032958000 ffffffc032958070
f9c0: ffffffc03295800c ffffffc5bc140000 ffffffc032960168 ffffffc032958080
f9e0: 0000000000000001 ffffffc032af0314 ffffffc00082c950 0000000000000003
fa00: ffffffc5bc4bfa10 ffffffc000303560 ffffffc5bc4bfa30 ffffffc0003048ac
fa20: ffffffc032958000 ffffffc032958070 ffffffc5bc4bfaa0 ffffffc0004ceab0
fa40: ffffffc032af0800 0000000000000003 ffffffc032af0be8 ffffffc032af0000
fa60: ffffffc032af0800 ffffffc032af0008 ffffffc032af0bb8 ffffffc5bc4bfad0
fa80: 0b300000bc4bfa90 00000000ffffffc8 ffffffc032af0800 ffffffc03295b00c
faa0: ffffffc5bc4bfad0 ffffffc0004cf098 ffffffc032af051c 0000000000000003
fac0: ffffffc032af2000 ffffffc032af0000 ffffffc5bc4bfb50 ffffffc0004c257c
fae0: ffffffc032af0008 ffffffc0009eb000 0000000000000000 ffffffc00099bb48
fb00: 0000000000000002 ffffffc0009eb000 0000000000000000 ffffffc00099b490
fb20: ffffffc00094a000 ffffffc5bc4192a0 42694720312e3932 ffffffc0003df200
fb40: 42694d2030302e34 ffffffc0003e2700 ffffffc5bc4bfb60 ffffffc0003e2808
fb60: ffffffc5bc4bfba0 ffffffc0003e2a5c ffffffc00099bb48 ffffffc5bc4bfc40
fb80: ffffffc032af0008 0000000000000001 ffffffc000988000 ffffffc0003e0ad0
fba0: ffffffc5bc4bfbd0 ffffffc0003e0ac4 0000000000000000 ffffffc5bc4bfc40
fbc0: ffffffc0003e29d0 0000000000000000 ffffffc5bc4bfc10 ffffffc0003e2580
fbe0: ffffffc032af0008 ffffffc032af0068 ffffffc00099b340 ffffffc032af0068
fc00: ffffffc5bbfd7cd0 ffffffc032b4e468 ffffffc5bc4bfc50 ffffffc0003e2bb4
fc20: ffffffc032af0018 ffffffc032af0008 ffffffc00099b340 ffffffc032b98808
fc40: ffffffc032af0008 0000000000000001 ffffffc5bc4bfc60 ffffffc0003e1bcc
fc60: ffffffc5bc4bfc90 ffffffc0003dfc48 ffffffc032af0018 ffffffc032af0008
fc80: 0000000000000000 ffffffc0003dfc40 ffffffc5bc4bfcf0 ffffffc0004c2a30
fca0: ffffffc032af0000 ffffffc032af0008 0000000000000000 ffffffc032b98800
fcc0: ffffffc032b98bd8 0000000000061a80 ffffffc0006a7938 ffffffc5bc419070
fce0: ffffffc5bc4bfcf0 ffffffc0004c2a18 ffffffc5bc4bfd10 ffffffc0004c5ce0
fd00: ffffffc032b98800 0000000000000000 ffffffc5bc4bfd40 ffffffc0004c2240
fd20: ffffffc032b987d8 ffffffc032b98b40 0000000000000000 40ff8080bc4bfc90
fd40: ffffffc5bc4bfd90 ffffffc0000c998c ffffffc5bc45a900 ffffffc032b98bd8
fd60: ffffffc5bb95d000 0000000000000000 ffffffc5bc419000 0000000000000000
fd80: ffffffc5bc419018 ffffffc0000c9980 ffffffc5bc4bfdd0 ffffffc0000c9c94
fda0: ffffffc5bc45a900 ffffffc5bc45a930 ffffffc5bc419018 ffffffc5bc419000
fdc0: ffffffc5bc4bc000 ffffffc0009c381b ffffffc5bc4bfe30 ffffffc0000cf640
fde0: ffffffc5bc425b80 ffffffc0009cc068 ffffffc0007e02e8 ffffffc5bc45a900
fe00: ffffffc0000c9b5c 0000000000000000 0000000000000000 0000000000000000
fe20: 0000000000000000 0000000000000000 0000000000000000 ffffffc000085c50
fe40: ffffffc0000cf560 ffffffc5bc425b80 0000000000000000 0000000000000000
fe60: 0000000000000000 ffffffc0000d7ad0 ffffffc0000cf560 0000000000000000
fe80: 0000000000000000 ffffffc5bc45a900 0000000000000000 0000000000000000
fea0: ffffffc5bc4bfea0 ffffffc5bc4bfea0 0000000000000001 ffffffc000010001
fec0: ffffffc5bc4bfec0 ffffffc5bc4bfec0 0000000000000000 0000000000000000
fee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ff80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ffa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
ffc0: 0000000000000000 0000000000000000 0000000000000000 0000000000000005
ffe0: 0000000000000000 0000000000000000 ffffffffffffffff ffffffffffffffff
Call trace:
[<ffffffc0000cfbf4>] kthread_data+0x4/0xc
[<ffffffc000620130>] __schedule+0x41c/0x5b0
[<ffffffc000620308>] schedule+0x44/0xb0
[<ffffffc0000b7338>] do_exit+0x6d0/0x9c4
[<ffffffc0000899cc>] die+0x1a4/0x1bc
[<ffffffc000089a24>] bug_handler.part.4+0x40/0x7c
[<ffffffc000089a7c>] bug_handler+0x1c/0x2c
[<ffffffc0000839b8>] brk_handler+0x88/0xcc
[<ffffffc00008242c>] do_debug_exception+0x40/0xac
Exception stack(0xffffffc5bc4bf580 to 0xffffffc5bc4bf6a0)
f580: ffffffc5bb443a00 ffffffbdbfff0000 ffffffc5bc4bf740 ffffffc000175f3c
f5a0: 00000000022152d0 0000000000000003 0000000000000141 00000000022152d0
f5c0: ffffffc00094a000 0000000000000003 0000000000400000 0000000000000003
f5e0: ffffffc0009c2000 0000000000000003 0000000000000138 ffffffc0009c2680
f600: 0000000000000000 0000010000000000 ffffffc0009c2680 0000010000000000
f620: 0000000000000000 0000000000000000 ffffffc5bb443a30 ffffffc03299c718
f640: ffffffc5bc401618 ffffffbdbff78000 000000000000003f 0000000000000000
f660: 0000000000000001 0000000000000001 0000000000000003 ffffffc0009c17d8
f680: ffffffc0009c17b8 00000000ffffff80 0000000000000003 ffffffbdd8105020
[<ffffffc0000854b4>] el1_dbg+0x18/0x6c
[<ffffffc0001769b0>] __get_vm_area_node.isra.45+0x9c/0x170
[<ffffffc000177140>] __vmalloc_node_range+0x6c/0x26c
[<ffffffc00017753c>] vzalloc+0x40/0x4c
[<ffffffc0003075e4>] check_partition+0x4c/0x224
[<ffffffc000306d0c>] rescan_partitions+0xb4/0x294
[<ffffffc0001d6afc>] __blkdev_get+0x22c/0x320
[<ffffffc0001d6c34>] blkdev_get+0x44/0x31c
[<ffffffc0003048c8>] add_disk+0x38c/0x3fc
[<ffffffc0004ceab0>] mmc_add_disk+0x24/0x110
[<ffffffc0004cf098>] mmc_blk_probe+0x1c8/0x2c0
[<ffffffc0004c257c>] mmc_bus_probe+0x1c/0x24
[<ffffffc0003e2808>] driver_probe_device+0x1ec/0x2e8
[<ffffffc0003e2a5c>] __device_attach_driver+0x8c/0xb0
[<ffffffc0003e0ac4>] bus_for_each_drv+0x54/0x94
[<ffffffc0003e2580>] __device_attach+0xc0/0x128
[<ffffffc0003e2bb4>] device_initial_probe+0x10/0x18
[<ffffffc0003e1bcc>] bus_probe_device+0x90/0x98
[<ffffffc0003dfc48>] device_add+0x3c0/0x53c
[<ffffffc0004c2a30>] mmc_add_card+0xdc/0x25c
[<ffffffc0004c5ce0>] mmc_attach_mmc+0xa4/0x150
[<ffffffc0004c2240>] mmc_rescan+0x2b4/0x338
[<ffffffc0000c998c>] process_one_work+0x138/0x308
[<ffffffc0000c9c94>] worker_thread+0x138/0x438
[<ffffffc0000cf640>] kthread+0xe0/0xf4
[<ffffffc000085c50>] ret_from_fork+0x10/0x40
Code: 97ffff86 a8c17bfd d65f03c0 f941fc00 (f85d8000)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-03-02 7:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 12:42 rcar_sata DMA warnings on Salvator-X Geert Uytterhoeven
2016-02-25 21:40 ` Tejun Heo
2016-02-25 21:42 ` Tejun Heo
2016-02-26 8:21 ` Geert Uytterhoeven
2016-02-29 13:44 ` Geert Uytterhoeven
2016-03-01 17:12 ` Tejun Heo
2016-03-02 7:35 ` Dirk Behme
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).