[Bug 1005832] Re: Intel wifi frequent disconnects

2012-05-29 Thread Matt Waddel
Syslog with --wpa debug from an Samsung Origen platform. Attached whole
log, important info at bottom.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1005832/+attachment/3168400/+files/syslog

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

Title:
  Intel wifi frequent disconnects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1005832/+subscriptions

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


[Bug 959457] Re: Network 802.11 Debugging Messages

2012-04-19 Thread Matt Waddel
I checked the latest hardware pack a ubuntu desktop and this problem is
fixed.

hwpack_linaro-lt-panda_20120419-91_armhf_supported.tar.gz
linaro-precise-ubuntu-desktop-20120416-98.tar.gz

** Changed in: linux-linaro-omap (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Network 802.11 Debugging Messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/959457/+subscriptions

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


[Bug 959457] [NEW] Network 802.11 Debugging Messages

2012-03-19 Thread Matt Waddel
Public bug reported:

On the PandaBoard the console and kern.log fills up with these messages,
which seem benign:

[ 645.025756] ieee80211 phy0: device no longer idle - scanning 
[ 647.725402] ieee80211 phy0: device now idle

Is it safe to disable these 2 options in the default config to stop
these messages?

CONFIG_MAC80211_DEBUG_MENU=y 
CONFIG_MAC80211_VERBOSE_DEBUG=y

(This question was originally posted on ask.linaro.org:
 
http://ask.linaro.org/questions/905/why-is-linaro-1202-configured-for-verbose-debug-of-ieee80211)

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

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

Title:
  Network 802.11 Debugging Messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/959457/+subscriptions

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


[Bug 673820] Re: Ethernet dies during large file transfers on vexpress

2011-08-22 Thread Matt Waddel
Hi Pawel,

I ran my network tests 10x without any failures, so this patch helps a
lot. (The tests would usually fail the first time.)

One question, what is this patch actually doing, preventing the transfer
lock-up or recovering from a locked up transfer? The reason I ask is the
transfer rate goes to 0 several times during the tests, but recovers
each time. Either way this is definitely an improvement over the current
situation.

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

Title:
  Ethernet dies during large file transfers on vexpress

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/673820/+subscriptions

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


[Bug 673820] Re: Ethernet dies during large file transfers on vexpress

2011-04-16 Thread Matt Waddel
Just to be sure, I checked the platform data flags for the 
vexpress and the SMSC911X_USE_32BIT flag is set.

static struct smsc911x_platform_config v2m_eth_config = {
.flags  = SMSC911X_USE_32BIT,
.irq_polarity   = SMSC911X_IRQ_POLARITY_ACTIVE_HIGH,
.irq_type   = SMSC911X_IRQ_TYPE_PUSH_PULL,
.phy_interface  = PHY_INTERFACE_MODE_MII,
};

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

Title:
  Ethernet dies during large file transfers on vexpress

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


[Bug 632798] Re: USB/mmc rootfs conflict - vexpress

2011-03-10 Thread Matt Waddel
Yes, the bug is still valid.  However, there is some work being done on
this issue now.

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

Title:
  USB/mmc rootfs conflict - vexpress

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


[Bug 730813] [NEW] Add MMC support to u-boot for Versatile Express

2011-03-07 Thread Matt Waddel
Public bug reported:

MMC support for the vexpress is awaiting acceptance to main-line u-boot code. 
It would be helpful for future vexpress Linaro development to have  those 
patches in this release.

** Affects: u-boot-linaro (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ve-a9x4

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

Title:
  Add MMC support to u-boot for Versatile Express

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


[Bug 632798] Re: USB/mmc rootfs conflict - vexpress

2011-01-21 Thread Matt Waddel
Paweł,

Even though this may not be ideal, is it really a hack?  It only affects
the Versatile Express platform and it does improve the mmc access times
significantly.  I can see scenarios where there could be problems, but
leaving the mmc system the way it is means the mmc is pretty much
unusable on this platform.

Would it be rejected upstream?

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

Title:
  USB/mmc rootfs conflict - vexpress

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

[Bug 646419] Re: CONFIG_POSIX_MQUEUE disabled on vexpress

2011-01-18 Thread Matt Waddel
This is fixed in the latest Maverick kernel.


** Changed in: linux-linaro (Ubuntu Maverick)
   Status: Fix Committed => Fix Released

** Tags added: verified
** Tags removed: verification-needed

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

Title:
  CONFIG_POSIX_MQUEUE disabled on vexpress

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


[Bug 673820] Re: Ethernet dies during large file transfers on vexpress

2011-01-18 Thread Matt Waddel
Probably the best place to start would be with:

pawel.m...@arm.com

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

Title:
  Ethernet dies during large file transfers on vexpress

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


[Bug 673820] Re: Ethernet dies during large file transfers on vexpress

2011-01-05 Thread Matt Waddel
Yes, this still fails in 2.6.37-rc4.

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

Title:
  Ethernet dies during large file transfers on vexpress

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


[Bug 643601] Re: l-m-c & hwpack fails / tries to rm /proc

2010-12-07 Thread Matt Waddel
The new version of linaro-image-tools (0.3) works for the vexpress
platform.

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

Title:
  l-m-c & hwpack fails / tries to rm /proc

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


[Bug 632798] Re: USB/mmc rootfs conflict - vexpress

2010-10-01 Thread Matt Waddel
 ARM Bug tracking system - https://silver.arm.com/ - the case number is
472555

-- 
USB/mmc rootfs conflict - vexpress
https://bugs.launchpad.net/bugs/632798
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 646141] Re: missing support for ARM versatile express

2010-09-24 Thread Matt Waddel
** Bug watch added: Debian Bug tracker #596889
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596889

** Also affects: flash-kernel (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596889
   Importance: Unknown
   Status: Unknown

-- 
missing support for ARM versatile express
https://bugs.launchpad.net/bugs/646141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 646141] [NEW] missing support for ARM versatile express

2010-09-23 Thread Matt Waddel
Public bug reported:

Binary package hint: flash-kernel

Missing flash-kernel support for the ARM Versatile Express platform

** Affects: flash-kernel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
missing support for ARM versatile express
https://bugs.launchpad.net/bugs/646141
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 627843] Re: uInitrd does not run on vexpress

2010-09-22 Thread Matt Waddel
Fixed and validated in Linux version 2.6.35-1006-linaro-vexpress.

** Changed in: u-boot-linaro (Ubuntu)
   Status: In Progress => Fix Released

-- 
uInitrd does not run on vexpress
https://bugs.launchpad.net/bugs/627843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633253] Re: PS2 mouse stopped working

2010-09-22 Thread Matt Waddel
Fixed and validated in release: 2.6.35-1006-linaro-vexpress

** Changed in: linux-linaro (Ubuntu)
   Status: In Progress => Fix Released

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

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


[Bug 627843] Re: uInitrd does not run on vexpress

2010-09-16 Thread Matt Waddel
** Changed in: u-boot-linaro (Ubuntu)
   Status: New => In Progress

-- 
uInitrd does not run on vexpress
https://bugs.launchpad.net/bugs/627843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633253] Re: PS2 mouse stopped working

2010-09-16 Thread Matt Waddel
** Changed in: linux-linaro (Ubuntu)
   Status: New => In Progress

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

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


[Bug 633417] Re: Corrupt display under load

2010-09-16 Thread Matt Waddel
It works.

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

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


[Bug 637780] [NEW] vexpress 2nd flash bank not supported

2010-09-13 Thread Matt Waddel
Public bug reported:

The 2nd 64M bank of flash is not correctly supported in u-boot.  Missing
config options for support.

Message during start-up:
...
## Unknown FLASH on Bank 2 - Size = 0x = 0 MB
Flash: 64 MiB
...

** Affects: u-boot-linaro (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: armel vexpress

-- 
vexpress 2nd flash bank not supported
https://bugs.launchpad.net/bugs/637780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 627843] Re: uInitrd does not run on vexpress

2010-09-10 Thread Matt Waddel
** Tags added: armel

-- 
uInitrd does not run on vexpress
https://bugs.launchpad.net/bugs/627843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632798] Re: USB/mmc rootfs conflict - vexpress

2010-09-10 Thread Matt Waddel
** Tags added: armel vexpress

-- 
USB/mmc rootfs conflict - vexpress
https://bugs.launchpad.net/bugs/632798
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633253] Re: PS2 mouse stopped working

2010-09-10 Thread Matt Waddel
** Tags added: armel vexpress

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

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


[Bug 633417] Re: Corrupt display under load

2010-09-10 Thread Matt Waddel
** Tags added: armel vexpress

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

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


[Bug 627843] Re: uInitrd does not run on vexpress

2010-09-10 Thread Matt Waddel
** Tags added: vexpress

-- 
uInitrd does not run on vexpress
https://bugs.launchpad.net/bugs/627843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633417] [NEW] Corrupt display under load

2010-09-08 Thread Matt Waddel
Public bug reported:

Linux vexpress 2.6.35-1004-linaro-vexpress

When there is a load on the system the frame buffer output is corrupted.

** Affects: linux-linaro (Ubuntu)
 Importance: Undecided
 Status: New

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

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


[Bug 633253] [NEW] PS2 mouse stopped working

2010-09-08 Thread Matt Waddel
Public bug reported:

Kernel - 2.6.35-1004-linaro-vexpress (beta release)

The PS2 mouse stopped working in this release.  Might be an
initrd/module problem???

** Affects: linux-linaro (Ubuntu)
 Importance: Undecided
 Status: New

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

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


[Bug 632798] [NEW] USB/mmc rootfs conflict - vexpress

2010-09-07 Thread Matt Waddel
Public bug reported:

If I mount the rootfs on the USB drive I get thousands of 
errors related to the SD card like those seen below.  After
booting I cannot mount the SD card partitions.

If I mount the same rootfs on the SD device first everything 
works without errors.

---
Linux version 2.6.35-1004-linaro-vexpress (bui...@gourd) (gcc version 4.4.5 
20100824 (prerelease) (Ubuntu/Linaro 4.4.4-9ubuntu2) ) #9-Ubuntu SMP Tue Aug 31 
04:07:44 UTC 2010 (Ubuntu 2.6.35-1004.9-linaro-vexpress 2.6.35.3)
...
mmcblk0: error -5 transferring data, sector 3964802, nr 6, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 3964802
Buffer I/O error on device mmcblk0, logical block 495600
mmcblk0: error -5 transferring data, sector 3964807, nr 1, card status 0x900
end_request: I/O error, dev mmcblk0, sector 3964807
Buffer I/O error on device mmcblk0, logical block 495600
mmcblk0: error -5 transferring data, sector 3964915, nr 5, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 3964915
Buffer I/O error on device mmcblk0, logical block 495614
mmcblk0: error -5 transferring data, sector 3964913, nr 7, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 3964913
mmcblk0: error -5 transferring data, sector 3964914, nr 6, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 3964914
Buffer I/O error on device mmcblk0, logical block 495614
mmcblk0: error -5 transferring data, sector 8, nr 8, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 8
mmcblk0: error -5 transferring data, sector 9, nr 7, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 9
mmcblk0: error -110 sending read/write command, response 0xb00, card
status 0x400b00
end_request: I/O error, dev mmcblk0, sector 10
mmcblk0: error -110 sending read/write command, response 0x400b00, card
status 0x400b00
end_request: I/O error, dev mmcblk0, sector 11
mmcblk0: error -5 transferring data, sector 3964665, nr 7, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 3964665
Buffer I/O error on device mmcblk0, logical block 495583
mmcblk0: error -5 transferring data, sector 3964677, nr 3, card status 0xb00
end_request: I/O error, dev mmcblk0, sector 3964677
Buffer I/O error on device mmcblk0, logical block 495584
...

** Affects: linux-linaro (Ubuntu)
 Importance: Undecided
 Status: New

-- 
USB/mmc rootfs conflict - vexpress
https://bugs.launchpad.net/bugs/632798
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 627843] Re: uInitrd does not run on vexpress

2010-09-02 Thread Matt Waddel
A patch has been submitted to the boot-loader maintainer (01-09-2010).

-- 
uInitrd does not run on vexpress
https://bugs.launchpad.net/bugs/627843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 627843] [NEW] uInitrd does not run on vexpress

2010-08-31 Thread Matt Waddel
Public bug reported:

The uInitrd does not run as part of the kernel boot process on the
vexpress.  The configuration for this platform is missing the correct
initrd tag.  Adding this definition fixes the problem:

#define CONFIG_INITRD_TAG   1

** Affects: u-boot-linaro (Ubuntu)
 Importance: Undecided
 Status: New

-- 
uInitrd does not run on vexpress
https://bugs.launchpad.net/bugs/627843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 621289] Re: vexpress kernel hangs after uncompressing

2010-08-30 Thread Matt Waddel
Fixed with latest config changes uploaded to the kernel build system.
This bug can be closed.

** Changed in: linux-linaro (Ubuntu)
   Status: New => Fix Committed

-- 
vexpress kernel hangs after uncompressing
https://bugs.launchpad.net/bugs/621289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 621289] [NEW] vexpress kernel hangs after uncompressing

2010-08-20 Thread Matt Waddel
Public bug reported:

This is an "early" bug since the Versatile Express kernel builds haven't
made it this far, but I was asked to track this issue here.

Failing kernel: linux-image-2.6.35-1001-vexpress_2.6.35-1001.5_armel.deb

The kernel startup freezes as soon as the it finishes decompressing out
of u-boot.

The default configuration for the vexpress platform is missing some
required options.  So far I believe I have found at least three:

ZRELADDR 0x60008000
SERIAL_AMBA_PL011_CONSOLE=y
USB_STORAGE=y

There are a few other incorrect options since I still have boot issues.
But at least with these options set I get to a shell prompt after the
"ureadahead invoked oom-killer" runs.

** Affects: linux-linaro (Ubuntu)
 Importance: Undecided
 Status: New

-- 
vexpress kernel hangs after uncompressing
https://bugs.launchpad.net/bugs/621289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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