From: Joerg Roedel <joerg.roedel-5C7GfCeVMHo@public.gmane.org>
To: James <angweiyang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Ohad Ben-Cohen <ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org>,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
Laurent Pinchart
<laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
Subject: Re: Using OMAP3 ISP live display and snapshot sample applications
Date: Tue, 14 Feb 2012 11:44:37 +0100 [thread overview]
Message-ID: <20120214104436.GU22598@amd.com> (raw)
In-Reply-To: <CAOy7-nNgduFBqYMpLEaTPQ9VQwZ0Z29SzcAoGC6uRWGAPM3_JA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Mon, Feb 13, 2012 at 09:28:30AM +0800, James wrote:
> >> @@ -28,6 +28,7 @@ obj-$(CONFIG_XEN) += xen/
> >>
> >> # regulators early, since some subsystems rely on them to initialize
> >> obj-$(CONFIG_REGULATOR) += regulator/
> >> +obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
> >>
> >> # tty/ comes before char/ so that the VT console is the boot-time
> >> # default.
> >> @@ -125,7 +126,6 @@ obj-y += clk/
> >>
> >> obj-$(CONFIG_HWSPINLOCK) += hwspinlock/
> >> obj-$(CONFIG_NFC) += nfc/
> >> -obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
> >>
> >> # Virtualization drivers
> >> obj-$(CONFIG_VIRT_DRIVERS) += virt/
I don't see how this patch solves a problem like below.
> [ 3.663269] Unable to handle kernel NULL pointer dereference at virtual address 00000058
> [ 3.671844] pgd = c0004000
> [ 3.674682] [00000058] *pgd=00000000
> [ 3.678527] Internal error: Oops: 5 [#1]
> [ 3.682647] Modules linked in:
> [ 3.685852] CPU: 0 Tainted: G W (3.2.0-rc2 #1)
> [ 3.691802] PC is at klist_next+0x10/0xb4
> [ 3.696014] LR is at next_device+0x8/0x14
> [ 3.700225] pc : [<c03eeac4>] lr : [<c024deb8>] psr: 60000013
> [ 3.700225] sp : de82de98 ip : 00000000 fp : c04300c0
> [ 3.712249] r10: 000003ff r9 : c05e2c48 r8 : 00000001
> [ 3.717742] r7 : c078ed68 r6 : 00000000 r5 : de82deb8 r4 : de82deb8
> [ 3.724578] r3 : c031ff60 r2 : 00000000 r1 : de82deb8 r0 : 00000024
> [ 3.731414] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
> [ 3.739074] Control: 10c5387d Table: 80004019 DAC: 00000015
> [ 3.745117] Process swapper (pid: 1, stack limit = 0xde82c2f0)
> [ 3.751220] Stack: (0xde82de98 to 0xde82e000)
> [ 3.755798] de80: c031ff60 c04f8ff4
> [ 3.764373] dea0: de82deb8 c031ff60 c078ed68 c024deb8 c031ff60 c024df28 00000024 00000000
> [ 3.772949] dec0: c04f8ff4 debe8000 00007990 c05e2c40 0000000e c02e9578 22222222 debd1660
> [ 3.781524] dee0: 00000000 c011801c c05e2c48 c0056368 debe8580 00000003 de893e80 00000000
> [ 3.790100] df00: c05e2c7c c05e2c48 c05e2c7c c078c144 c078c144 00000000 00000000 00000000
> [ 3.798675] df20: 00000000 c024e800 c024e7ec c024d720 00000000 c05e2c48 c05e2c7c c078c144
> [ 3.807281] df40: 00000000 c024d844 c078c144 de82df58 c024d7dc c024c9a0 de825060 de888898
> [ 3.815856] df60: c078c144 c078c144 debd3ec0 c0781a10 00000000 c024d02c c04f8fef c05fc430
> [ 3.824432] df80: de81b040 c078c144 c05d9168 c000dc9c c05c4068 00000000 00000000 c024dd88
> [ 3.833007] dfa0: 00000000 c05d904c c05d9168 c000dc9c c05c4068 00000000 00000000 c00087cc
> [ 3.841583] dfc0: c05c4068 de81b040 c0797fc0 00000000 c05d904c c05d9168 c000dc9c 00000013
> [ 3.850158] dfe0: 00000000 c05a77c8 de81b040 00000000 c05a7750 c000dc9c 00000000 00002000
> [ 3.858764] [<c03eeac4>] (klist_next+0x10/0xb4) from [<c024deb8>] (next_device+0x8/0x14)
> [ 3.867248] [<c024deb8>] (next_device+0x8/0x14) from [<c024df28>] (driver_find_device+0x64/0x7c)
> [ 3.876464] [<c024df28>] (driver_find_device+0x64/0x7c) from [<c02e9578>] (isp_probe+0x228/0xa34)
> [ 3.885772] [<c02e9578>] (isp_probe+0x228/0xa34) from [<c024e800>] (platform_drv_probe+0x14/0x18)
> [ 3.895111] [<c024e800>] (platform_drv_probe+0x14/0x18) from [<c024d720>] (driver_probe_device+0xc8/0x184)
> [ 3.905212] [<c024d720>] (driver_probe_device+0xc8/0x184) from [<c024d844>] (__driver_attach+0x68/0x8c)
> [ 3.915100] [<c024d844>] (__driver_attach+0x68/0x8c) from [<c024c9a0>] (bus_for_each_dev+0x4c/0x78)
> [ 3.924591] [<c024c9a0>] (bus_for_each_dev+0x4c/0x78) from [<c024d02c>] (bus_add_driver+0x9c/0x220)
> [ 3.934082] [<c024d02c>] (bus_add_driver+0x9c/0x220) from [<c024dd88>] (driver_register+0xa0/0x120)
> [ 3.943572] [<c024dd88>] (driver_register+0xa0/0x120) from [<c00087cc>] (do_one_initcall+0x90/0x164)
> [ 3.953155] [<c00087cc>] (do_one_initcall+0x90/0x164) from [<c05a77c8>] (kernel_init+0x78/0x11c)
> [ 3.962402] [<c05a77c8>] (kernel_init+0x78/0x11c) from [<c000dc9c>] (kernel_thread_exit+0x0/0x8)
> [ 3.971618] Code: e92d40f8 e1a04000 e5900000 e5946004 (e5907034)
> [ 3.978057] ---[ end trace 1b75b31a2719ed1e ]---
> [ 3.983001] Kernel panic - not syncing: Attempted to kill init!
This looks more like data corruption or something. But this is definitly
not caused by some random order in the Makefile.
Please debug this issue down to the real cause. Bisecting may help here.
Joerg
--
AMD Operating System Research Center
Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632
next prev parent reply other threads:[~2012-02-14 10:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-03 9:40 Using OMAP3 ISP live display and snapshot sample applications James
2012-01-03 11:17 ` Laurent Pinchart
2012-01-04 7:07 ` James
2012-01-05 9:55 ` James
2012-01-06 6:24 ` James
2012-01-06 13:09 ` Laurent Pinchart
[not found] ` <CAOy7-nMBw8Mry9iL0fYKQ1_Bpjp9Pm5hUzPE-SFD9JwGfpv3FA@mail.gmail.com>
[not found] ` <201201081230.42414.laurent.pinchart@ideasonboard.com>
2012-01-11 4:24 ` James
2012-01-11 9:41 ` Laurent Pinchart
[not found] ` <CAOy7-nOrTESdfG+_njJgcVUAiLuks_21=GFMBK-2b5mK9UJwpg@mail.gmail.com>
[not found] ` <CAOy7-nOrTESdfG+_njJgcVUAiLuks_21=GFMBK-2b5mK9UJwpg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-09 7:25 ` Laurent Pinchart
2012-02-10 8:26 ` Ohad Ben-Cohen
2012-02-10 15:10 ` Joerg Roedel
[not found] ` <CAOy7-nNgduFBqYMpLEaTPQ9VQwZ0Z29SzcAoGC6uRWGAPM3_JA@mail.gmail.com>
[not found] ` <CAOy7-nNgduFBqYMpLEaTPQ9VQwZ0Z29SzcAoGC6uRWGAPM3_JA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-14 10:44 ` Joerg Roedel [this message]
[not found] ` <20120214104436.GU22598-5C7GfCeVMHo@public.gmane.org>
2012-02-16 6:46 ` Laurent Pinchart
2012-02-23 16:38 ` Laurent Pinchart
2012-02-23 16:59 ` Ohad Ben-Cohen
[not found] ` <CAK=Wgbbq_7fmtRxSN+ZSY6X0opPMfR3QLNkBmWxZdXf_91wk5A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-23 17:01 ` Ohad Ben-Cohen
[not found] ` <CAK=WgbY5V=ZxVf2xisWuQbVwFyth9rQ8WaXiMkpjUHnMyyCSvQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-24 11:01 ` Joerg Roedel
[not found] ` <20120224110137.GF2454-5C7GfCeVMHo@public.gmane.org>
2012-02-26 10:20 ` Ohad Ben-Cohen
2012-01-06 12:34 ` Laurent Pinchart
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=20120214104436.GU22598@amd.com \
--to=joerg.roedel-5c7gfcevmho@public.gmane.org \
--cc=angweiyang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org \
--cc=ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org \
/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.