[Kernel-packages] [Bug 1733901] Re: /build/linux-KM2a5S/linux-4.13.0/drivers/usb/core/devio.c is crashing on kvm / qemu machine bootup

2017-11-28 Thread Peter Maloney
@jsalisbury I have tested some vanilla kernels 4.13.x that have the same problem. See my paste here which seems like the exact same problem, which I pasted in reply to someone else's with similar/same problem https://gist.github.com/anonymous/d1cfe9ef5ebef0f96bb8d9ac451140f0 But since 4.13.11 (als

[Kernel-packages] [Bug 1411734] Re: bcache crash

2017-10-17 Thread Peter Maloney
You probably shouldn't be using bcache on kernels without this patch set: https://lkml.org/lkml/2015/12/22/154 That patch set is in the Ubuntu xenial kernel 4.4, and also vanilla 4.9. You can install it on 14.04 with: `apt-get install linux-image-generic- lts-xenial` -- You received this bug not

[Kernel-packages] [Bug 1445273] Re: trusty amd64 kernel with bcache module panics on unregister

2016-11-30 Thread Peter Maloney
oh and it seems if I "unregister" instead of "stop" on the 3rd line in my script, the problem is gone for kernel 4.4.0-51-generic. But kernel 3.13.0-103-generic still dies the same. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1445273] Re: trusty amd64 kernel with bcache module panics on unregister

2016-11-30 Thread Peter Maloney
I get the same problem with kernel 3.13.0-103-generic on Ubuntu 14.04.5 I can reproduce it easily with this script (ssd1 is a volume group, and sdb is a whole disk that already has bcache with writeback enabled). ( csetuuid=$(bcache-super-show /dev/ssd1/bcache_sdb | awk '$1 == "cset.uuid" {prin

[Kernel-packages] [Bug 1545776] Re: 14.04 kernel does not log exec properly and aa-logprof fails

2016-02-16 Thread Peter Maloney
btw, not sure why I was using 3.13.0-32 before... I also tested it with the latest, with same result # uname -a Linux apparmortest 3.13.0-77-generic #121-Ubuntu SMP Wed Jan 20 10:50:42 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux # tail -f /var/log/audit.log [...] type=AVC msg=audit(1455628235.420:56

[Kernel-packages] [Bug 1545776] Re: 14.04 kernel does not log exec properly and aa-logprof fails

2016-02-16 Thread Peter Maloney
# apport-collect 1545776 ERROR: You need to use apport-collect for updating an existing bug Seems highly broken. And apport-bug refused to work too, except running on the other kernel. And it collects too much info. So I deleted lots of it; see it attached. ** Attachment added: "apport-bug outp

[Kernel-packages] [Bug 1545776] [NEW] 14.04 kernel does not log exec properly and aa-logprof fails

2016-02-15 Thread Peter Maloney
Public bug reported: Ubuntu 14.04's kernel (tested 3.13.0-32-generic) does not log exec properly in audit.log when in complain mode, so aa-logprof will not work. Here is test.bash - #!/bin/bash echo "hi" ls /tmp find /tmp - Here is /etc/apparmor.d/root.tmp.test.bash (whi