[Kernel-packages] [Bug 1321791] Re: Warnings when building out-of-tree module with -Wsign-compare

2014-06-12 Thread Mauricio Faria de Oliveira
Thanks, Brian. I just passed along in the kernel-team mailing list, as Tim requested last time. I'll ping you once there are news. -- 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/1321791 T

[Kernel-packages] [Bug 1318809] Re: crash tool support for the ppc64el arch

2014-05-29 Thread Mauricio Faria de Oliveira
Thanks, Kalpana. Changing the tag to verification-done, as per Kalpana's comment #17, as requested on comment #12. > [...] If this package fixes the bug for you, please add a comment to this > bug, > mentioning the version of the package you tested, and change the tag from > verification-neede

[Kernel-packages] [Bug 1324571] Re: powerpc: enable powernv-cpufreq as built-in (vs. module)

2014-05-29 Thread Mauricio Faria de Oliveira
Hi, > This bug is missing log files that will aid in diagnosing the problem. [...] > [...] > This change has been made by an automated script, maintained by the Ubuntu > Kernel Team. Since the problem's diagnostic is clear (i.e., see the current config files), and the patch sent to the kernel-te

[Kernel-packages] [Bug 1324571] [NEW] powerpc: enable powernv-cpufreq as built-in (vs. module)

2014-05-29 Thread Mauricio Faria de Oliveira
Public bug reported: The cpufreq driver for powernv is currently built as a module (powernv- cpufreq.ko; see bug 1309576). It is not automatically loaded in the boot process (even when included in the initrd). It is desirable to have it built-in so it automatically loads on systems booting in P

[Kernel-packages] [Bug 1318809] Re: crash tool support for the ppc64el arch

2014-05-29 Thread Mauricio Faria de Oliveira
Chris, One of the bugs in the way for in-guest generated crash dumps is [1]. Is it possible for you to please help there, just to make it gets assigned quickly? Thank you very much, [1] https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1324544 -- You received this bug notification b

[Kernel-packages] [Bug 1324544] [NEW] kdump-config load fails with vmlinux kernel (vs. vmlinuz)

2014-05-29 Thread Mauricio Faria de Oliveira
Public bug reported: On ppc64el, there's no vmlinu/z/, only vmlinu/x/. Thus, kdump-config load fails as follows: # kdump-config load Cannot open `/boot/vmlinuz-3.13.0-27-generic': No such file or directory * failed to load kdump kernel This small patch (attached) fixes the issue. It defaults K

[Kernel-packages] [Bug 1318809] Re: crash tool support for the ppc64el arch

2014-05-29 Thread Mauricio Faria de Oliveira
Hi Kalpana, Can you please test the version in -proposed? I dont have virsh handy in my environment, and kdump-tools is not quite working here (I'll follow up internally). (add the trusty-proposed repo as in comment #14, then reinstall the package, if the dev version is still there) $ sudo apt-

[Kernel-packages] [Bug 1318809] Re: crash tool support for the ppc64el arch

2014-05-29 Thread Mauricio Faria de Oliveira
Hi Chris, Thanks, I see the new version in trusty-proposed. $ echo 'deb http://ports.ubuntu.com/ubuntu-ports/ trusty-proposed restricted main multiverse universe' | sudo tee /etc/apt/sources.list.d/trusty-proposed.list deb http://ports.ubuntu.com/ubuntu-ports/ trusty-proposed restricted main m

[Kernel-packages] [Bug 1321791] Re: Warnings when building out-of-tree module with -Wsign-compare

2014-05-21 Thread Mauricio Faria de Oliveira
Tim asked for waiting the 2 commits in linux-next to make into linux. I'll ping him when that happens. -- 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/1321791 Title: Warnings when buildi

[Kernel-packages] [Bug 1321791] Re: Warnings when building out-of-tree module with -Wsign-compare

2014-05-21 Thread Mauricio Faria de Oliveira
The e-mail thread mentions 'Trusty SRU' on subject, but not sure where to reflect it on this bug's fields. -- 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/1321791 Title: Warnings when bui

[Kernel-packages] [Bug 1321791] Re: Warnings when building out-of-tree module with -Wsign-compare

2014-05-21 Thread Mauricio Faria de Oliveira
Patches submitted to the mailing list. [1] Marking this as confirmed since I confirmed Brian's report. [1] https://lists.ubuntu.com/archives/kernel-team/2014-May/043098.html ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a m

[Kernel-packages] [Bug 1321791] [NEW] Warnings when building out-of-tree module with -Wsign-compare

2014-05-21 Thread Mauricio Faria de Oliveira
Public bug reported: Bug originally reported and fixes provided by Brian Hart, IBM. Various warnings will be seen when building an out-of-tree module with -Wsign-compare if any of the following are included: include/linux/bitops.h include/linux/cpumask.h include/linux/fb.h Seen on post-release

[Kernel-packages] [Bug 1318809] Re: Support for the ppc64el arch

2014-05-19 Thread Mauricio Faria de Oliveira
Hi Matthias, Yes, we need this for trusty. Thanks. ** Changed in: crash (Ubuntu) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to crash in Ubuntu. https://bugs.launchpad.net/bugs/1318809 Title:

[Kernel-packages] [Bug 1309576] Re: powerpc: Missing Turbo mode

2014-05-16 Thread Mauricio Faria de Oliveira
Question.. The powernv-cpufreq module is not automatically loaded by the kernel (even if put in the initramfs). Would it be possible to have it built-in (rather than as a module) in some time? As discussed on Ubuntu's kernel-team mailing list, it fails gracefully on non-compatible hardware (an

[Kernel-packages] [Bug 1309576] Re: powerpc: Missing Turbo mode

2014-05-16 Thread Mauricio Faria de Oliveira
Hi Tim, Ok! The kernel in -proposed has those bits. They're working. The expected cpufreq files showed up in /sys/devices/system/cpu/cpu0/cpufreq/*, and frequency went up and down as expected when setting governors to performance, powersave, ondemand (default). -- You received this bug notific

[Kernel-packages] [Bug 1318809] Re: Support for the ppc64el arch

2014-05-16 Thread Mauricio Faria de Oliveira
Hi Matthias, I built a test version of the crash package for internal testing here. It's probably going to have its round of testing on Monday (due to timezone differences). It's just - the patches above in gdb-7.6-ppc64el.patch (filterdiff --strip=1 --addprefix=gdb-7.6/ patches/*.patch)

[Kernel-packages] [Bug 1318809] Re: Support for the ppc64el arch

2014-05-15 Thread Mauricio Faria de Oliveira
I got news we have the patch on top of Ubuntu's src pkg available, and that it will be attached here. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to crash in Ubuntu. https://bugs.launchpad.net/bugs/1318809 Title: Support for the ppc64e

[Kernel-packages] [Bug 1318809] [NEW] Support for the ppc64el arch

2014-05-12 Thread Mauricio Faria de Oliveira
Public bug reported: Hi, Is it possible to (discuss how to) enable the crash package to on the ppc64el arch? Recently the kernel received the config changes (CONFIG_CRASH_DUMP=y, CONFIG_RELOCATABLE=y, currently in the -proposed pocket [1]) Is it hard to move to GDB 7.7? (ppc64el GDB package s

<    3   4   5   6   7   8