Lots going on here. First looking at the syslog file from Matt. I notice
a lot of:
Apr 3 20:57:45 wolfe-01 kernel: [ 4062.074422] jujud[1929]: bad frame
in setup_rt_frame: nip lr
Looks like we smashed our stack. This seems to be a separate issue
Based on the fail, I took a look at how gccgo handles stacks. It relies
on the split stack feature in gold, which doesn't appear to be
implemented for ppc64.
Running one of the go recursion testcases (attached) shows what happens
when we run out of stack and don't have the split stack feature to s
That image has massive filesystem corruption, it looks like it was
uncleanly shut down.
** Changed in: linux (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launch
Your filesystem is corrupt, and based on previous bugs I suspect you may
have corrupted it by running QEMU twice against the one qcow file.
** Changed in: linux (Ubuntu Trusty)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Kernel
Package
** Changed in: cloud-init (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1267707
Title:
Logging in to ubuntu guest is displaying (none) in the com
Looks fine now, closing
** Changed in: linux (Ubuntu Trusty)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1266419
Title:
Not able to install a
Massive amounts of file corruption, it looks like you were running LTP
at the time. Did you forcibly shutdown the partition?
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
Public bug reported:
Canonical have been hitting issues with the System V semaphore code.
Sometimes userspace processes would hang, sometimes an oops would pop.
We have been able to reproduce this. Michael Ellerman has taken a close
look and two fixes have just been merged in the 3.17 merge windo
It is now upstream, commit:
24c1aa858792 (hwmon: (powerpc/powernv) hwmon driver for power, fan rpm,
voltage and temperature)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1353005
Title:
** Tags removed: architecture-ppc64
** Tags added: architecture-ppc64le
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1353105
Title:
bnx2x crashes on bxn2x_tpa_start
Status in “linux”
** Tags removed: architecture-ppc64
** Tags added: architecture-ppc64le
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1341475
Title:
Ubuntu 14.04:linux-crashdump pckg is missing fr
Patch is upstream: 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue
in RTAS call from xmon"). The patch is also marked for -stable.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1396235
My guess is the card doesn't support 64bit DMA, it supports something
less than that. A quick hack in sound/pci/hda/hda_intel.c to disable
64bit DMA fixes it:
- if ((gcap & AZX_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64)))
+ if (0 && (gcap & AZX_GCAP_64OK) && !pci_set_dma_m
This is a multipath issue. The box has two cards with redundant paths to
each disk.
Multipath is meant to create /dev/mapper/mpath* devices, and the
installer should use them instead of the underlying /dev/sd* devices.
--
You received this bug notification because you are a member of Kernel
Pack
Talking to benh, the main issue in the PCIE hotplug driver.
Unfortunately that is not a module:
CONFIG_HOTPLUG_PCI_PCIE=y
Could we get that disabled in the ppc64le defconfig? We don't have any
hardware that needs it.
--
You received this bug notification because you are a member of Kernel
Packa
I've submitted two patches for this:
http://patchwork.ozlabs.org/patch/392712/
http://patchwork.ozlabs.org/patch/392713/
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1370425
Title:
ke
We took an EEH error:
[ 44.793204] pnv_pci_dump_phb_diag_data: Unrecognized ioType 33554432
[ 44.793267] EEH: Frozen PE#5 detected on PHB#3
[ 44.793318] CPU: 40 PID: 209 Comm: kworker/40:0 Not tainted
3.13.0-27-generic #50-Ubuntu
[ 44.793396] Workqueue: events .work_for_cpu_fn
[ 44.7934
I spoke to Gavin about this:
1. EEH has endian issues in 3.13 should work in 3.16. (EEH is our I/O
error recovery mechanism)
2. There was an issue in the IPR driver with early EEH errors, fixed in
3.15 with commit 6270e5932a01 "[SCSI] ipr: Handle early EEH"
Would it be possible to update to the
My guess is we have endian issues in the rpaphp_pci driver
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1343032
Title:
Ubuntu14.04: /sys/bus/pci/slots show weird numbers as slot_name o
zram: Created 1 device(s) ...
zram0: detected capacity change from 0 to 536870912
zram0: detected capacity change from 536870912 to 0
[ cut here ]
WARNING: at /build/buildd/linux-3.16.0/block/blk-mq.c:727
Modules linked in: lz4_compress rpcsec_gss_krb5 nfsv4 nfsd auth_rpcgs
This was fixed in bug #1326199
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1416548
Title:
IBM Power8 requires rootdelay= in order to boot
Status in linux package in Ubuntu:
Confirm
** Patch added: "of-irq-Fix-device_node-refcount-in-of_irq_parse_raw.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265722/+attachment/3941691/+files/of-irq-Fix-device_node-refcount-in-of_irq_parse_raw.patch
--
You received this bug notification because you are a member of Kerne
Looks like a known upstream issue. A fix has been submitted:
http://patchwork.ozlabs.org/patch/302312/
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265722
Title:
ppc64el: 14.04 alpha
23 matches
Mail list logo