All of lore.kernel.org
 help / color / mirror / Atom feed
* irqdomain breaks ap4 boot
@ 2012-08-02  9:50 kuninori.morimoto.gx
  2012-08-03  5:00 ` Paul Mundt
                   ` (8 more replies)
  0 siblings, 9 replies; 61+ messages in thread
From: kuninori.morimoto.gx @ 2012-08-02  9:50 UTC (permalink / raw)
  To: linux-sh


Hi Paul

I noticed that sh irqdomain commit breaks mackerel boot.
below is "git bisect" result and kernel log

------- log -----------------------------
...
NR_IRQS:16 nr_irqs:16 16
intc: Registered controller 'sh7372-intca' with 108 IRQs
intc: Registered controller 'sh7372-intca-irq-lo' with 16 IRQs
intc: can't get irq_desc for 0
intc: can't get irq_desc for 1
intc: can't get irq_desc for 2
intc: can't get irq_desc for 3
intc: can't get irq_desc for 4
intc: can't get irq_desc for 5
intc: can't get irq_desc for 6
intc: can't get irq_desc for 7
intc: can't get irq_desc for 8
intc: can't get irq_desc for 9
intc: can't get irq_desc for 10
intc: can't get irq_desc for 11
intc: can't get irq_desc for 12
intc: can't get irq_desc for 13
intc: can't get irq_desc for 14
intc: can't get irq_desc for 15
intc: Registered controller 'sh7372-intca-irq-hi' with 16 IRQs
kmemleak: Kernel memory leak detector disabled
intc: Registered controller 'sh7372-intcs' with 61 IRQs
(snip)
tca6416-keypad: probe of 0-0020 failed with error -22
(snip)
smsc911x: probe of smsc911x failed with error -22
(snip)
renesas_usbhs: probe of renesas_usbhs.1 failed with error -22
(snip)
asoc-simple-card asoc-simple-card.1:  sh_mobile_hdmi-hifi <-> fsib-dai mapping k
ALSA device list:
  #0: FSI2A-AK4643
  #1: FSI2B-HDMI
Root-NFS: no NFS server address
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6
Please append a correct "root=" boot option; here are the available partitions:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
[<c000d1c8>] (unwind_backtrace+0x0/0xe0) from [<c029fa10>] (panic+0x84/0x1e4)
[<c029fa10>] (panic+0x84/0x1e4) from [<c03b0c20>] (mount_block_root+0x1d4/0x218)
[<c03b0c20>] (mount_block_root+0x1d4/0x218) from [<c03b0d50>] (mount_root+0xec/)
[<c03b0d50>] (mount_root+0xec/0x10c) from [<c03b0e88>] (prepare_namespace+0x118)
[<c03b0e88>] (prepare_namespace+0x118/0x16c) from [<c03b0888>] (kernel_init+0x1)
[<c03b0888>] (kernel_init+0x168/0x1a4) from [<c0009888>] (kernel_thread_exit+0x)

---------- commit -----------------------
1d6a21b0a672fb29b01ccf397d478e0541e17716 is the first bad commit
commit 1d6a21b0a672fb29b01ccf397d478e0541e17716
Author: Paul Mundt <lethal@linux-sh.org>
Date:   Wed Aug 1 17:13:46 2012 +0900

sh: intc: initial irqdomain support.

Trivial support for irq domains, using either a linear map or radix tree
depending on the vector layout.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

:040000 040000 2997b842c38d729a1a90842a4e6175844c4e4c2e fce82bc1fb83a3cd9ddd324c7baba897a3f131dc M	drivers
--------------------------------------------

^ permalink raw reply	[flat|nested] 61+ messages in thread

end of thread, other threads:[~2012-09-26 10:04 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-02  9:50 irqdomain breaks ap4 boot kuninori.morimoto.gx
2012-08-03  5:00 ` Paul Mundt
2012-08-09  4:28 ` Paul Mundt
2012-08-09  4:53 ` Kuninori Morimoto
2012-08-10  6:10 ` Kuninori Morimoto
2012-08-10 12:38 ` Paul Mundt
2012-08-17  5:54   ` kzm9g boot fail (was Re: irqdomain breaks ap4 boot) Tetsuyuki Kobayashi
2012-08-20  1:14     ` Kuninori Morimoto
2012-08-20  3:13     ` Paul Mundt
2012-08-20  4:19     ` Kuninori Morimoto
2012-08-20  4:19     ` Tetsuyuki Kobayashi
2012-08-20  4:38     ` Paul Mundt
2012-08-20  4:45     ` Kuninori Morimoto
2012-08-20  5:24     ` Paul Mundt
2012-08-20  5:33     ` Tetsuyuki Kobayashi
2012-08-20  6:13     ` Kuninori Morimoto
2012-08-20  6:24     ` Kuninori Morimoto
2012-08-20  6:30     ` Paul Mundt
2012-08-20  6:32     ` Tetsuyuki Kobayashi
2012-08-22  6:49       ` [PATCH] mmc: sh-mmcif: avoid Oops on spurious interrupts Guennadi Liakhovetski
2012-08-22  6:49         ` Guennadi Liakhovetski
2012-08-22 12:16         ` Tetsuyuki Kobayashi
2012-08-22 12:16           ` Tetsuyuki Kobayashi
2012-08-23  7:11           ` Guennadi Liakhovetski
2012-08-23  7:11             ` Guennadi Liakhovetski
2012-09-04  7:40             ` Tetsuyuki Kobayashi
2012-09-04  7:40               ` Tetsuyuki Kobayashi
2012-08-31  3:05         ` Tetsuyuki Kobayashi
2012-08-31  3:05           ` Tetsuyuki Kobayashi
2012-09-18  6:13           ` Tetsuyuki Kobayashi
2012-09-18  6:13             ` Tetsuyuki Kobayashi
2012-09-18  6:42             ` Guennadi Liakhovetski
2012-09-18  6:42               ` Guennadi Liakhovetski
2012-09-18  8:02               ` Tetsuyuki Kobayashi
2012-09-18  8:02                 ` Tetsuyuki Kobayashi
2012-09-18  8:44                 ` Tetsuyuki Kobayashi
2012-09-18  8:44                   ` Tetsuyuki Kobayashi
2012-09-18  8:56                   ` Guennadi Liakhovetski
2012-09-18  8:56                     ` Guennadi Liakhovetski
2012-09-19  2:50         ` Tetsuyuki Kobayashi
2012-09-19  2:50           ` Tetsuyuki Kobayashi
2012-09-26  1:47           ` Tetsuyuki Kobayashi
2012-09-26  1:47             ` Tetsuyuki Kobayashi
2012-09-26 10:04             ` Chris Ball
2012-09-26 10:04               ` Chris Ball
2012-09-19  6:24         ` Chris Ball
2012-09-19  6:24           ` Chris Ball
2012-09-21  2:35           ` Tetsuyuki Kobayashi
2012-09-21  2:35             ` Tetsuyuki Kobayashi
2012-08-20  7:18     ` kzm9g boot fail (was Re: irqdomain breaks ap4 boot) Magnus Damm
2012-08-20  7:40     ` Paul Mundt
2012-08-20  7:41     ` Kuninori Morimoto
2012-08-20  7:54     ` Paul Mundt
2012-08-20  8:12     ` Kuninori Morimoto
2012-08-20  8:35     ` Kuninori Morimoto
2012-08-21  2:31     ` Kuninori Morimoto
2012-08-21  4:22     ` Tetsuyuki Kobayashi
2012-08-31  6:55 ` irqdomain breaks ap4 boot Tetsuyuki Kobayashi
2012-08-31  7:17 ` Simon Horman
2012-08-31 10:36 ` Paul Mundt
2012-09-18  2:15 ` Tetsuyuki Kobayashi

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.