I tested with kernel 4.10.041000-rc5-generic from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/ and I cannot
reproduce the bug.
--
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/164
Just learned that SRU for that would be more ok than I expected, quoting the
SRU policy:
"For Long Term Support releases we regularly want to enable new hardware. Such
changes are appropriate provided that we can ensure not to affect upgrades on
existing hardware."
That said waiting for verific
tests ran: 64, failed: 2;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/ms10-34-mcdivittB0-kernel__4.8.0-36.38__2017-01-27_03-37-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
The bug is still there if I boot into the previous kernel version
(3.19.0-79.87~14.04.1). However, two weeks ago it did not has this bug
with the previous proposed kernel (3.19.0-79.87~14.04.1).
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
The bug is still there if I boot into the previous kernel version
(3.19.0-79.87~14.04.1). However, two weeks ago it did not has this bug
with the previous proposed kernel (3.19.0-79.87~14.04.1).
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
The bug is still there if I boot into the previous kernel version
(3.19.0-80.88~14.04.1). However, two weeks ago it did not has this bug
with the previous proposed kernel (3.19.0-80.88~14.04.1).
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
tests ran: 141, failed: 0;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/ms10-34-mcdivittB0-kernel__4.8.0-36.38__2017-01-27_02-22-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
Writing a udev rule to ignore device by ModemManager worked for me:
/etc/udev/rules.d/55-bluetooth-drone-NoModem.rules
KERNEL=="rfcomm*", ATTR{address}=="xx:d3:xx:00:xx:xx",
ENV{ID_MM_DEVICE_IGNORE}="1"
And reloading rules:
sudo udevadm control --reload-rules
So I connect to device as root
sudo
tests ran: 33, failed: 1;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/ms10-34-mcdivittB0-kernel__4.8.0-36.38__2017-01-27_01-08-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
After much consideration I have finally decided to buy Dell 7566 - a
Skylake 6700hq version (a successor of 7559 model).
I am running Debian testing (Stretch) with kernel 4.8.0.2 with nouveau
driver. After testing it for while I can now confidently say that in
this configuration the 7566 model is
tests ran: 10, failed: 2;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/ms10-34-mcdivittB0-kernel__4.8.0-36.38__2017-01-26_23-51-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
tests ran: 64, failed: 0;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-27_00-27-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
tests ran: 2, failed: 0;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-27_00-26-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
tests ran: 141, failed: 28;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-27_00-02-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/
I have reproduced this and can confirm it only affects 4.8 kernels. I
have a Ubuntu 16.04 system with secure boot enabled, and the 4.4 kernels
were enforcing it. Installing and rebooting into the linux-image-
generic-hwe-edge kernel (4.8.0-34.36~16.04.1-generic) and everything
before the kernel thi
tests ran: 16, failed: 4;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-26_23-51-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
And it looks like this is specific to the 4.8 kernel. 4.4 thinks secure
boot is enabled.
--
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/1658255
Title:
Kernel not enforcing module signatu
tests ran: 33, failed: 2;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-26_23-17-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
And that must be doing something wrong, since:
sudo efivar -p -n $(efivar --list | grep SecureBoot)
shows "1"
--
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/1658255
Title:
Kernel not e
the proc handler does:
secure_boot_enabled = efi_enabled(EFI_SECURE_BOOT);
this feature flag is set at boot:
#ifdef CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE
if (boot_params.secure_boot == EFI_SECURE_BOOT) {
set_bit(EFI_SECURE_BOOT, &efi.flags);
enforce_sign
Oh, and that's not set up by the bootloader, it's in
arch/x86/boot/compressed/eboot.c:
boot_params->secure_boot = get_secure_boot();
--
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/
tests ran: 18, failed: 1;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/ms10-34-mcdivittB0-kernel__4.8.0-36.38__2017-01-26_22-47-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
tests ran: 4, failed: 2;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-26_23-03-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
Why incomplete?
--
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/1608236
Title:
Regression: S-video output does not work
Status in linux package in Ubuntu:
Incomplete
Status in linux so
maybe this delimit the issue:
Lenovo 710S (KabyLake i5-7200):
4.7.5 passed http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.5/
4.7.6 failed http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.6/
4.7.10 failed http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7.10/
4.9.6 failed http://kernel.ubu
OK, I got the first kernel (v4.4-wily) validated that it works properly.
I IPL'ed back to the 4.4.0-59 to validate the problem had not suddenly
vanished, still there.
So:
4.4.0-59 bad / has the issue
v4.4-wily working / no issue
Do you still need me to install / test / validate the v4.5-rc1-wily
tests ran: 10, failed: 1;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-26_22-30-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
Thinking more about it, this might be due to the lack of
CAP_DAC_OVERRIDE so I guess I need this too right?
--
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/1659087
Title:
open(2) returns
tests ran: 1, failed: 0;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-26_22-24-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
tests ran: 18, failed: 2;
http://kernel.ubuntu.com/testing/4.8.0-36.38-generic/s2lp6g002__4.8.0-36.38__2017-01-26_22-25-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
Trying the fsuid/fsgid workaround, I came across another oddity:
$ id -u
1000
$ id -g
1000
$ unshare -r -U -m /bin/bash
# mount -t tmpfs tmpfs /mnt
# chmod 555 /mnt
# ls -ldn /mnt
dr-xr-xr-x 2 0 0 40 Jan 26 14:15 /mnt
# echo $$
2354
In another terminal:
$ sudo nsenter -G 1000 -S 1000 -t 2354 -m
** Changed in: kexec-tools (Debian)
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to kexec-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1659618
Title:
Enable ARM64 support in kexec-tools
Status
Both kernels behave like any of the kernels from 4.5: no sound on HDMI.
Recapping:
Ubuntu 4.4.0-59: HDMI audio works properly
Mainline 4.4 (any): i915 drm driver does not seem to support Skylake,
HDMI audio not enumerated
All of the below kernels exhibit the same problem: HDMI produces no soun
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
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/1659654
Title:
regression in linux-libc-dev in yakkety: C++ style comm
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:
apport-collect 1659654
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a commen
** Tags added: kernel-da-key
--
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/1659654
Title:
regression in linux-libc-dev in yakkety: C++ style comments are not
allowed in ISO C90
Statu
** Changed in: linux (Ubuntu)
Importance: Undecided => High
--
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/1659654
Title:
regression in linux-libc-dev in yakkety: C++ style comments a
Public bug reported:
klibc is failing to build on arm64 in yakkety because of a change in
unistd.h in linux-libc-dev somewhere between 4.4.0-9136.55 and
4.8.0-36.38:
gcc -Wp,-MD,usr/klibc/syscalls/.SYSCALLS.i.d -nostdinc -iwithprefix include
-I/<>/usr/include/arch/arm64 -Iusr/include/arch/arm
The attachment "updated debdiff - changelog referring to LP# 1659618"
seems to be a debdiff. The ubuntu-sponsors team has been subscribed to
the bug report so that they can review and hopefully sponsor the
debdiff. If the attachment isn't a patch, please remove the "patch"
flag from the attachmen
So, those patches do not need to be reverted. The actual panic was
likely something other than i915_bpo related.
--
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/1658999
Title:
[Xenial Reg
Would it be possible for you to test the latest upstream stable kernel?
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the
latest v4.8 stable kernel[0].
If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.
If the mainline kernel d
Would it be possible for you to test the latest upstream stable kernel?
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the
latest v4.4 stable kernel[0].
If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.
If the mainline kernel d
Does this bug go away if you boot back into the prior kernel version?
** Changed in: linux (Ubuntu)
Importance: Undecided => High
--
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/1659621
** Changed in: linux (Ubuntu Yakkety)
Status: Triaged => Fix Committed
** Changed in: linux (Ubuntu)
Status: Triaged => Fix Committed
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Joseph Salisbury (jsalisbury)
** Changed in: linux (Ubuntu Yakkety)
Assignee: (una
(Hm, dmesg WARN on IOMMU seems to think I need
910170442944e1f8674fd5ddbeeb8ccd1877ea98, but that's unrelated...)
** Attachment added: "dmesg.txt"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658255/+attachment/4809482/+files/dmesg.txt
--
You received this bug notification because
[TESTING ON ARM64 HARDWARE]
$ cat /etc/issue
Ubuntu 16.04.1 LTS \n \l
$ sudo apt-add-repository ppa:manjo/kexec-tools
$ sudo apt update
$ sudo apt install kexec-tools
$ kexec --version
kexec-tools 2.0.10 released 26 January 2017
$ ls /boot
abi-4.7.0-2-generic grub
The above test was that of the kexec-tools package that includes review
comments from dannf.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to kexec-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1659618
Title:
Enable ARM64 support in k
Updated changelog to refer to LP: #1659618
new debdiff attached.
** Patch added: "updated debdiff - changelog referring to LP# 1659618"
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1659618/+attachment/4809480/+files/updated-debdiff-withLP%23.diff
--
You received this bug notif
Glad you figured it out, I suspected this had something to do with the
may_create/may_o_create code paths but couldn't wrap my head around it.
Hopefully this will be addressed upstream in the near future.
This change in behavior is surprising though, maybe this should be
documented in user_namespa
Thanks Manoj! A few comments on your prepared package.
- We need to fix in zesty and yakkety as well as xenial
- Version for xenial should be 1:2.0.10-1ubuntu2.1
- Is arm64_build.patch needed? I know we had to add it to Debian for compat w/
sid's toolchain, but I'm not sure we need it for Ubuntu
Does the bug go away if you boot into the previous kernel version?
** Changed in: linux-lts-vivid (Ubuntu)
Status: New => Triaged
** Changed in: linux-lts-vivid (Ubuntu)
Importance: Undecided => Medium
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Chan
Does the bug go away if you boot into the previous kernel version?
** Changed in: linux-lts-vivid (Ubuntu)
Importance: Undecided => Medium
** Changed in: linux-lts-vivid (Ubuntu)
Status: New => Triaged
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Chan
Sorry made no difference
Mike
Sent from: YOGA TABLET
Joseph Salisbury wrote:
>You may need to run the following from a terminal:
>
>sudo apt-get install -f
>sudo apt-get clean
>sudo apt-get update
>
>Then re-install the package or updates.
>
>If that does not resolve your issue, please mark th
** Description changed:
[IMPACT]
* kexec-tools in Xenial (16.04) currently does not support ARM64
architecture.
* Backport support for ARM64 arch from upstream
https://github.com/horms/kexec-tools
* Majority of the patches are contained in kexec/arch/arm64/ except for
one
This change was made by a bot.
** Changed in: linux (Ubuntu)
Status: New => Confirmed
--
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/1659621
Title:
Random freezes and reboots sin
This change was made by a bot.
** Changed in: linux (Ubuntu)
Status: New => Confirmed
--
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/1659623
Title:
Shutdown/reboot hang on Dell X
** Changed in: pulseaudio
Status: Unknown => Confirmed
** Changed in: pulseaudio
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1438510
Title:
[R
Public bug reported:
On Dell XPS 15 9550 BIOS 1.2.18+, shutdown/reboot job is delayed for
several seconds in Ubuntu kernel. After shutdown screen appears and all
shutdown sequence had been done, the power LED turns off; however the
front LED is flashing in orange for several seconds and the system
** Attachment added: "lshw"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1659621/+attachment/4809443/+files/lshw.txt
** Description changed:
I noticed my Laptop () started to freeze and reboot randomly and
checking the apt logs the date where this started matches a kernel
update
** Changed in: kexec-tools (Ubuntu)
Milestone: xenial-updates => None
** Summary changed:
- [SRU] [Xenial] Enable ARM64 support in kexec-tools
+ Enable ARM64 support in kexec-tools
** Bug watch added: Debian Bug tracker #791943
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791943
** A
** Attachment added: "kernel.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1659621/+attachment/4809444/+files/kernel.log
--
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/16596
Certification test found two potential regressions:
LP: #1659598
LP: #1659614
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bugs.launchpad.net/bugs/1655748
Title:
linux-lts-vivid: 3.19.0-80.88~14.04.
Public bug reported:
I noticed my Laptop () started to freeze and reboot randomly and
checking the apt logs the date where this started matches a kernel
update:
Start-Date: 2017-01-22 18:09:20
Commandline: apt full-upgrade
Requested-By: luca (1000)
Install: linux-image-4.4.0-62-lowlatency:amd64
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
--
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/1597415
Title:
systemd-udevd: Error calling EVIOCSKEYCODE on device node
** Changed in: flash-kernel (Ubuntu)
Importance: Undecided => Medium
--
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/1652504
Title:
Recent updates broke Ubuntu on Raspberry Pi 3
Statu
Public bug reported:
[IMPACT]
* kexec-tools in Xenial (16.04) currently does not support ARM64
architecture.
* Backport support for ARM64 arch from upstream
https://github.com/horms/kexec-tools
* Majority of the patches are contained in kexec/arch/arm64/ except for
one patch that impac
You have been subscribed to a public bug:
[IMPACT]
* kexec-tools in Xenial (16.04) currently does not support ARM64 architecture.
* Backport support for ARM64 arch from upstream
https://github.com/horms/kexec-tools
* Majority of the patches are contained in kexec/arch/arm64/ except for one
pa
tests ran: 1, failed: 0;
http://kernel.ubuntu.com/testing/4.4.0-62.83-generic/ip-172-31-8-139__4.4.0-62.83__2017-01-23_02-36-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad
** Tags added: 201612-25281 201612-25287 taipei-lab
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bugs.launchpad.net/bugs/1659598
Title:
[Dell Computer Corporation Precision 5510] mic malfunctions af
Public bug reported:
Lenovo M700z (CID 201601-20436) with its pre-installed image.
[Steps To Reproduce]
Enable the proposed pocket, and then update the system by 'sudo apt-get
dist-upgrade'
[Expected Result]
Wifi works
[Actual Result]
Wifi malfunctions. The network indicator does not show any
tests ran: 64, failed: 2;
http://kernel.ubuntu.com/testing/4.9.0-15.16-generic/ms10-34-mcdivittB0-kernel__4.9.0-15.16__2017-01-26_16-40-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
The following package from zesty-proposed does not have this crash:
Package: linux-image-4.9.0-15-generic
Priority: optional
Section: kernel
Installed-Size: 67599
Maintainer: Ubuntu Kernel Team
Architecture: amd64
Source: linux
Version: 4.9.0-15.16
Provides: fuse-module, ivtv-modules, kvm-api-4,
** Changed in: linux (Ubuntu)
Status: Incomplete => In Progress
** Changed in: linux (Ubuntu Trusty)
Status: Incomplete => In Progress
** Changed in: linux (Ubuntu Vivid)
Status: Incomplete => In Progress
** Changed in: linux (Ubuntu Xenial)
Status: Incomplete => In P
I haven't tried recently as I disabled IPv6 on my machine.
On 26 January 2017 at 16:31, Joseph Salisbury <
joseph.salisb...@canonical.com> wrote:
> Does this bug still happen with the latest Xenial updates?
>
> ** Changed in: linux (Ubuntu)
>Status: In Progress => Incomplete
>
> ** Change
** Also affects: linux (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Trusty)
Status: New => In Progress
** Changed in: linux (Ubuntu Trusty)
Importance: Undecided => High
** Changed in: linux (Ubuntu Trusty)
Assignee: (unassigned) => Jose
** Changed in: linux (Ubuntu)
Status: Triaged => Incomplete
** Changed in: linux (Ubuntu Vivid)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux-lts-xenial (Ubuntu)
Status: Triaged => Incomplete
--
You received this bug notification because you are
Public bug reported:
Dell Computer Corporation Precision 5510 (CID 201612-25281 and
201612-25287) with pre-installed image.
[Steps To Reproduce]
Enable the proposed pocket, and then update the system by 'sudo apt-get
dist-upgrade'
[Expected Result]
The mic works
[Actual Result]
The mic malfunc
Does this bug still happen with the latest Xenial updates?
** Changed in: linux (Ubuntu)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu Yakkety)
Status: In Progress => Incomplete
** Chang
Does this bug still exists after applying the latest updates?
** Changed in: linux (Ubuntu)
Status: Triaged => Incomplete
** Changed in: linux (Ubuntu Xenial)
Status: Triaged => Incomplete
** Changed in: linux (Ubuntu Yakkety)
Status: Triaged => Incomplete
--
You received
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
** Tags added: kernel-da-key
--
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/1616949
Title:
guest on bridge becomes i
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
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/1603810
Title:
Ubuntu turns monitor permanently off during boot
Statu
Does this bug still exists with Xenial?
** Changed in: linux (Ubuntu)
Status: Triaged => Incomplete
** Tags added: kernel-da-key
--
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/1619
** Changed in: linux (Ubuntu Yakkety)
Status: Fix Committed => Fix Released
** Changed in: linux (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.la
Does this bug still happen after applying the latest Xenial updates?
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
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/162
Does this bug still occur after applying the latest updates?
** Changed in: linux (Ubuntu Yakkety)
Status: Confirmed => Incomplete
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Xenial)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Tags added: kernel-da-key
Does Xenial still exhibit this bug with the latest updates?
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
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/1622894
Tit
** Changed in: linux (Ubuntu)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Xenial)
Assignee: Jose
** Changed in: linux (Ubuntu)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Xenial)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Yakkety)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Chang
** Changed in: linux (Ubuntu)
Status: In Progress => Fix Released
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchp
They build their own kernel, they cannot test your
http://kernel.ubuntu.com/~jsalisbury/lp1646068/trusty
>From the code review, this fix is needed.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.ne
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
** Changed in: linux (Ubuntu Xenial)
Status: Confirmed => Incomplete
** Changed in: linux (Ubuntu)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Xenial)
Assignee: Joseph S
tests ran: 141, failed: 0;
http://kernel.ubuntu.com/testing/4.9.0-15.16-generic/ms10-34-mcdivittB0-kernel__4.9.0-15.16__2017-01-26_15-25-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
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/1629784
Title:
Ubuntu16.04 installation failed on IBM LE server
Statu
** Changed in: linux (Ubuntu)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Xenial)
Assignee: Jose
** Changed in: linux (Ubuntu)
Status: Confirmed => Incomplete
--
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/1641593
Title:
unable to enable iommu on HPE Proliant Gen9 server
Sta
** Changed in: linux (Ubuntu)
Status: In Progress => Incomplete
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.n
The patches we testing have now landed in mainline. Does this bug still
happen on Yakkety with the latest updates?
--
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/1626436
Title:
[4.8 reg
** Changed in: linux (Ubuntu)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
** Changed in: linux (Ubuntu Xenial)
Assignee: Joseph Salisbury (jsalisbury) => (unassigned)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to l
Does this bug still happen on Yakkety with the latest updates?
** Changed in: linux (Ubuntu Yakkety)
Status: Triaged => Incomplete
** Changed in: linux (Ubuntu)
Status: Triaged => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which i
1 - 100 of 173 matches
Mail list logo