[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-04 Thread Dave Martin
A similar-looking bug has started to sting me when building with certain
combinations of config options, particularly CONFIG_THUMB2_KERNEL.

A good way to debug this kind of thing is to build a uniprocessor kernel
with all caches (including any external L2) disabled -- this makes the
memory system behave in a much less asynchronous way, so you have a
chance that the abort will be received close to the code which provokes
it.  (For reasons to do with SMP memory sharing, an SMP kernel may not
work properly with caches turned off, so it's best not to try that.)

In the end, I tracked it down to the following lines in
drivers/video/omap2/dss/dss.c :

   117  #ifdef CONFIG_OMAP2_DSS_SDI
   118  SR(SDI_CONTROL);
   119  SR(PLL_CONTROL);
   120  #endif

After turning all the caching whizziness back on again, a kernel with
those likes commented out still works, with no abort.

This is unlikely to be an acceptable fix, but it could be useful clue for 
someone who knows about the hardware.
If anyone else who can currently reproduce the bug can see whether the same fix 
works, that would be useful.

Kernel version: commit b51b2a814959d76e69f1a1ea9ab3a7190afbf2f3 from 
git://git.linaro.org/kernel/linux-linaro-2.6.38.git master
My config: see next attachment

** Attachment added: kernel log showing the scary imprecise abort
   
https://bugs.launchpad.net/linux-linaro/+bug/720055/+attachment/1885618/+files/panda.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-04 Thread Dave Martin
** Attachment added: config (closely based on the packaged natty kernel for 
omap)
   
https://bugs.launchpad.net/linux-linaro/+bug/720055/+attachment/1885621/+files/.config

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-04 Thread Michael K. Edwards
i had a similar oops when bringing up another on-chip core (the SGX).
It turned out that the core's power and clock needed to be turned up
before executing code that poked at its registers; the imprecise data
abort reflected an aborted fetch from a memory location mapped to a
powered-down on-chip core.  Your oops may be related to the issue
addressed by http://gitorious.org/linux-omap-
dss2/linux/commit/096b38e85e9512b6eddd08d33f0adcb5b45573fe .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-04 Thread John Rigby
After reading Dave's comments and takeing a look at Andy Green's config
I found that if I turn off CONFIG_OMAP2_DSS_SDI the problem goes away
which makes sense since Dave said commenting out

   117 #ifdef CONFIG_OMAP2_DSS_SDI
   118 SR(SDI_CONTROL);
   119 SR(PLL_CONTROL);
   120 #endif

made the problem go away.

So is  panda init missing some clock init for DSS_SDI somewhere?  Or is
DSS_SDI even an option for omap4?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-04 Thread John Rigby
Turning off CONFIG_OMAP2_DSS_SDI has the side effect of turning off
CONFIG_PANEL_ACX565AKM which is the panel on the Nokia N900.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-03 Thread Ken Werner
I can also confirm that the 2.6.38-1000-linaro-omap kernel works on my
panda. I'm using the hwpack_linaro-
panda_20110303-0_armel_supported.tar.gz with the linaro-n-developer-
tar-20110303-0.tar.gz.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-03 Thread John Rigby
Anand, any news on this?

Currently we are working around this by not enabling the display
controller on omap4.

** Changed in: linux-linaro
 Assignee: Nicolas Pitre (npitre) = Anand Gadiyar (gadiyar)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-03 Thread Nicolas Pitre
On Thu, 3 Mar 2011, John Rigby wrote:

 Currently we are working around this by not enabling the display
 controller on omap4.

Might be worth testing again with the current head of linaro-2.6.38.
Andy Green says he's unable to reproduce this issue, presumably with 
his own build.  So that might as well be due to a kernel config 
difference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-03 Thread warmcat
Specifically master on 
http://git.linaro.org/gitweb?p=people/andygreen/kernel-tilt.git
with config from arch/arm/configs/omap4_panda_minimal_defconfig doesn't show 
this problem for me and has display enabled; that tree is based on Nicolas' 
tree.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-03-02 Thread Paul Larson
With: [0.00] Linux version 2.6.38-1000-linaro-omap (buildd@crabapple) 
(gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-3ubuntu3) ) #1-Ubuntu SMP Thu Feb 24 
04:55:52 UTC 2011 (Ubuntu 2.6.38-1000.1-linaro-omap 2.6.38-rc6)
I no longer seem to be seeing this problem on my panda board.  For full boot 
log, see:
http://validation.linaro.org/jenkins/job/Panda%20Developer%20-%20BOOT/34/console

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-22 Thread Paul Larson
** Changed in: linux-linaro-omap (Ubuntu)
   Importance: Undecided = Critical

** Changed in: linux-linaro (Ubuntu)
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-22 Thread Anand Gadiyar
Could someone test the attached patch and see if it makes the problem go
away?

The display code use clk_enable/clk_disable APIs and the current
implementation appears to return immediately and not wait until the
modules are ready.

(I'm trying to reproduce the failure in parallel, but could take me a
while).


** Patch added: Wait for modules to be accessible before returning from a 
clk_enable call
   
https://bugs.launchpad.net/ubuntu/+source/linux-linaro/+bug/720055/+attachment/1866774/+files/0001-OMAP4-clock-wait-for-module-to-become-accessible-on-.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-22 Thread John Rigby
With the patch I get:
arch/arm/mach-omap2/clock.c:46:2: error: implicit declaration of function 
‘omap4_cm_wait_module_ready’

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-22 Thread Anand Gadiyar
Oops. Sorry about that, I forgot to refresh the patch before sending it
out. Attached a version that actually compiles.

I have been able to reproduce the bug now - with your config. I do find
that the patch is not working - but I believe the fix would be along
similar lines. Debugging now.

** Patch added: 0001-OMAP4-clock-wait-for-module-to-become-accessible-v2.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux-linaro/+bug/720055/+attachment/1866778/+files/0001-OMAP4-clock-wait-for-module-to-become-accessible-v2.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-22 Thread John Rigby
Anand, I worked around the compile error and still have the error also.
I will wait now for an updated patch.  I am adding a log for my upcoming
linux-linaro-2.6.38 based packaged kernel.  I see lots of clock
errors/warnings there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-22 Thread John Rigby
Uncompressing Linux... done, booting the kernel.
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-1000-linaro-omap (jcrigby@jcrigby-laptop) 
(gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-1ubuntu3ppa1) ) #1 SMP Tue Feb 22 
23:50:18 MST 2011 (Ubuntu 2.6.38-1000.1-linaro-omap 2.6.38-rc5)
[0.00] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c53c7f
[0.00] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[0.00] Machine: OMAP4 Panda board
[0.00] bootconsole [earlycon0] enabled
[0.00] Reserving 33554432 bytes SDRAM for VRAM
[0.00] Memory policy: ECC disabled, Data cache writealloc
[0.00] OMAP4430 ES2.0
[0.00] SRAM: Mapped pa 0x4030 to va 0xfe40 size: 0xe000
[0.00] FIXME: omap44xx_sram_init not implemented
[0.00] PERCPU: Embedded 8 pages/cpu @c0c6a000 s9760 r8192 d14816 u32768
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 109410
[0.00] Kernel command line: console=tty0 console=ttyO2,115200n8  
root=UUID=7f25c17b-bf8c-4b4e-ba6a-5ee5c30b1931 rootwait ro earlyprintk fixrtc 
nocompcache vram=32M omapfb.vram=0:8M mem=463M ip=none
[0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
[0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[0.00] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[0.00] allocated 2370560 bytes of page_cgroup
[0.00] please try 'cgroup_disable=memory' option if you don't want 
memory cgroups
[0.00] Memory: 430MB 1MB = 431MB total
[0.00] Memory: 421792k/421792k available, 52320k reserved, 0K highmem
[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
[0.00] DMA : 0xffc0 - 0xffe0   (   2 MB)
[0.00] vmalloc : 0xdd00 - 0xf800   ( 432 MB)
[0.00] lowmem  : 0xc000 - 0xdcf0   ( 463 MB)
[0.00] modules : 0xbf00 - 0xc000   (  16 MB)
[0.00]   .init : 0xc0008000 - 0xc0054000   ( 304 kB)
[0.00]   .text : 0xc0054000 - 0xc0798ec0   (7444 kB)
[0.00]   .data : 0xc079a000 - 0xc07ff1d0   ( 405 kB)
[0.00] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, 
Nodes=1
[0.00] Hierarchical RCU implementation.
[0.00]  RCU-based detection of stalled CPUs is disabled.
[0.00] NR_IRQS:402
[0.00] clockdomain: l3_dma_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: emu_sys_clkdm: OMAP4 wakeup/sleep dependency 
support: not yet implemented
[0.00] clockdomain: emu_sys_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_wkup_clkdm: OMAP4 wakeup/sleep dependency 
support: not yet implemented
[0.00] clockdomain: l4_wkup_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_dss_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: iss_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_d2d_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_1_clkdm: OMAP4 wakeup/sleep dependency support: 
not yet implemented
[0.00] clockdomain: l3_1_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_2_clkdm: OMAP4 wakeup/sleep dependency support: 
not yet implemented
[0.00] clockdomain: l3_2_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: ducati_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_ao_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_emif_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: mpu1_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: mpu0_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: mpuss_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_init_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_instr_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: abe_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_per_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_secure_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: ivahd_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_gfx_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: tesla_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_cfg_clkdm: OMAP4 wakeup/sleep 

[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-18 Thread Ken Werner
I can reproduce the error on my board (every boot fails at the same
place) but the addresses change. The error occurs right before the OMAP
components are initialized (DSS, DISPC, DSI, DSI2). It doesn't matter if
I build the kernel myself or use a recent prebuild kernel from a hwpack
(e.g. 20110218).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-18 Thread Nicolas Pitre
An imprecise abort is hard to track.  Being imprecise means that the
cause happened in the past but the actual exception gets delayed.
Please provide more boot logs if the reported addresses appear
to be different.  That still may help to find a correlation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-17 Thread John Rigby
Ok, I get it now.  I'll try to figure out what is going on.

** Changed in: linux-linaro (Ubuntu)
 Assignee: (unassigned) = John Rigby (jcrigby)

** Also affects: linux-linaro-omap (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-linaro-omap (Ubuntu)
 Assignee: (unassigned) = John Rigby (jcrigby)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-17 Thread John Rigby
** Changed in: linux-linaro-omap (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-17 Thread John Rigby
Verified that this is broken in linux-linaro-2.6.37.  Passing it on to
Anand and Nicolas since that is where the display patches came from so
hopefully he can figure out what is wrong.

Here is what I did.  I reset my tree to here:
commit fa3c5afc525bacfcdd2ba5107da5a2d93a04b32b
Merge: 054fcd5 90c7083
Author: Nicolas Pitre nicolas.pi...@linaro.org
Date:   Wed Feb 9 18:49:56 2011 -0500

Merge branch 'display-patches-for-linaro-37' of
git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb into linaro-2.6.37

Reverted an upstream commit that causes build failure:

commit a51c8b846fcc8f18c32db3fb1c758fa9131d8040
Author: John Rigby john.ri...@linaro.org
Date:   Thu Feb 17 11:53:53 2011 -0700

Revert ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.h

This reverts commit c0388897fbda8780708e071a13ea0364e7d876e6.

The resulting kernel crashes sometime during display initialization.
Boot log and kernel config attached.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-17 Thread John Rigby

** Attachment added: kernel.config
   
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/720055/+attachment/1856552/+files/kernel.config

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-17 Thread John Rigby

** Attachment added: boot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/720055/+attachment/1856553/+files/boot.txt

** Also affects: linux-linaro
   Importance: Undecided
   Status: New

** Changed in: linux-linaro
 Assignee: (unassigned) = Nicolas Pitre (npitre)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-16 Thread John Rigby
This is not a linux-linaro kernel, the log says Ubuntu
2.6.35-903.17-omap4 2.6.35.3 which looks like a Ubuntu OMAP4 kernel.  So
what package should this bug be filed against?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-16 Thread Ricardo Salveti
Log is using a quite old x-loader/u-boot combination, and also Ubuntu
kernel instead of linaro one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-16 Thread John Rigby
** Changed in: linux-linaro (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 720055] Re: Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

2011-02-16 Thread Paul Larson
Sorry, should have warned you.  You are seeing the master image boot at
the top before the system gets deployed.  You need to look further down
in the boot log to see the new image booting:

Linux version 2.6.37-1003-linaro-omap (buildd@gourd) (gcc version 4.5.2
(Ubuntu/Linaro 4.5.2-2ubuntu2) ) #6-Ubuntu SMP Fri Feb 11 18:49:17 UTC
2011 (Ubuntu 2.6.37-1003.6-linaro-omap 2.6.37)

For reference, the previous day's image booted just fine on this same
machine.  This is an automated daily test of linaro images and hardware
packs.

** Changed in: linux-linaro (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/720055

Title:
  Unhandled fault: imprecise external abort (0x1406) at 0x2ada61a8

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs