For you to know that silo has landed and will be a part of OTA13
--
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/1539158
Title:
Unable to pair with in-car hands-free system after OTA-9 up
After yesterday update still not working for me. System still stuck on
poweroff.
--
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/1594023
Title:
Poweroff or reboot hangs. Laptop won't shut
tests ran: 81, failed: 31;
http://kernel.ubuntu.com/testing/3.19.0-68.76~14.04.1/dwalin__3.19.0-68.76~14.04.1__2016-08-19_01-36-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bu
this one works. It boots without blackscreen.
--
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/1609242
Title:
Kernels 4.3-4.8 result in blackscreen - Intel Ivybridge
Status in linux packa
The last hunk looks quite wrong to me. The manager_present logic looks
inverted.
- result = acpi_manager_get_info(sbs);
- if (!result) {
- sbs->manager_present = 1;
- for (id = 0; id < MAX_SBS_BAT; ++id)
- if ((sbs->batteries_supported
Actually, the obvious logic bug was fixed by 61f8ff69 (which is already
in 4.4), but the other issue still remains.
--
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/1489622
Title:
15.10 20
I just sent a ping email to Matthew about this. I emailed him last year
without response.
Can we just revert that change in the Ubuntu kernel to get things back
to a usable state?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in
Which exactly matches my comment above about this being the likely
culprit:
commit 9faf6136ff4647452580b019f4b16f8c5082e589
Author: Matthew Garrett
Date: Sat Sep 20 13:19:46 2014 +0200
ACPI / SBS: Disable smart battery manager on Apple
Touching the smart battery manager at all on Apple
Still reproduces on 2016.04.1's kernel.
I narrowed it down to the sbs kernel module. If I move the sbs module
out of /lib/modules (or just build my kernel without it), the issue does
not reproduce.
--
You received this bug notification because you are a member of Kernel
Packages, which is subsc
** Changed in: linux (Ubuntu)
Status: Fix Committed => Fix Released
** Changed in: hwe-next
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.launchpad.net/bu
** Changed in: hwe-next
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.launchpad.net/bugs/1602579
Title:
the system hangs in the dma driver when reboot or shutd
Something's wrong with scan after resume. Not sure if it's NM or kernel
bug, but doing 'sudo iw wlan0 scan' fixes the issue till next
suspend/resume.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.n
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/1614790
Title:
Resume after suspend fails
St
Public bug reported:
Laptop suspends, but resume simply boots the computer from the start.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-34-generic 4.4.0-34.53
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.2
Public bug reported:
Currently package zfsutils-linux contains systemd target file
/lib/systemd/system/zfs.target that specifies following dependencies:
Requires=zfs-mount.service
Requires=zfs-share.service
Wants=zed.service
zfs-share.service is not essential in setups where file sharing is not
You have been subscribed to a public bug:
Currently package zfsutils-linux contains systemd target file
/lib/systemd/system/zfs.target that specifies following dependencies:
Requires=zfs-mount.service
Requires=zfs-share.service
Wants=zed.service
zfs-share.service is not essential in setups where
It also affected me on Ubuntu 16.04 LTS with /var/lib/lxc mount via
bind.
My original setup only had 8GB for /var, so a bind to directory in /home
was the custom hack I did to give lxc more space.
$ grep lxc /etc/fstab
/home/var/lib/lxc /var/lib/lxc nonebind
tests ran: 136, failed: 0;
http://kernel.ubuntu.com/testing/3.19.0-68.76~14.04.1/dwalin__3.19.0-68.76~14.04.1__2016-08-18_23-48-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bug
Thanks Jeff. I see that the ARM64 might have failed -
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1610320
Can we know the git commit id that fixed the ARM64 failure in mainline?
BTW, could you please share the full machine configurations -
threads+RAM+swap for each of the other architect
Do we know what change fixed the issue? commit id?
--
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/1610320
Title:
stress-ng memory testing causes Arm64 system to hang
Status in linux pac
The bug is in ecryptfs_read_and_validate_xattr_region(). It calls
ecryptfs_getxattr_lower(), which is returning -34 (ERANGE). With
ecryptfs_getxattr_lower() failing, it means that we can't retrieve the
proper file size from the xattr metadata and can't set an an accurate
value in the kstat buffer.
tests ran: 20, failed: 0;
http://kernel.ubuntu.com/testing/3.19.0-68.76~14.04.1/dwalin__3.19.0-68.76~14.04.1__2016-08-18_21-21-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bug
Hi Tyler, thanks for commenting on this.
I'm trying to get encryptfs going over a remote filesystem, and xattrs are the
only practical place to put crypto headers due to file reading speeds:
https://www.amazon.com/clouddrive/
And in particular, if you go to read any part of a file, you have to g
Yes, it is caused by the ecryptfs_xattr_metadata option. A workaround
would be to not store the crypto metadata in the xattr and use the
default of storing the metadata in the file contents.
The ecryptfs_xattr_metadata option is not the default and, therefore, is
not as widely used/tested. This is
Verified in 4.8-rc2.
** Changed in: ecryptfs
Status: New => Confirmed
** Changed in: ecryptfs
Importance: Undecided => Medium
** Changed in: ecryptfs-utils
Status: New => Invalid
** Package changed: ubuntu => linux (Ubuntu)
** Changed in: linux (Ubuntu)
Importance: Undecide
You have been subscribed to a public bug:
Sorry to resurrect an old bug, it looks like a fix applied a while back
may end up breaking rsync.
For reference, it looks like the decision in this bug fix was to pass on the
encrypted file size on disk to stat calls looking at the unencrypted mount:
ht
I built a Trusty test kernel with the patch. The test kernel can be
downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1590655/
Can you test this kernel and see if it resolves this bug?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
tests ran: 4, failed: 0;
http://kernel.ubuntu.com/testing/3.19.0-68.76~14.04.1/dwalin__3.19.0-68.76~14.04.1__2016-08-18_20-17-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bug
** Tags removed: need-duplicate-check
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1614683
Title:
package bcmwl-kernel-source (not installed) failed to install/upgrade:
subprocess in
Public bug reported:
On upgrading a Dell M4400 from Trusty 14.04.3 to Xenial 16.04.1, the
Broadcom wireless (which had been working in Trusty) failed to load.
It's a Broadcom 14e4:432b according to lspci.
On installing Xenial in another partition, the Broadcom wireless worked
flawlessly. I would
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Fix Committed
--
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/1614565
Title:
ISST-LTE:pKVM311:lotg5:Ubutu16041:lotg5 cra
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Fix Committed
--
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/1612431
Title:
CAPI: Update default setting for the psl_fi
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Fix Committed
--
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/1612725
Title:
IBM Power 720 Ethernet Not Seen
Status in
... using the yakkety-desktop-amd64.iso
--
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/1614209
Title:
16.04 LTS hangs on installer when running nested virtualization on
16.04 host.
St
That works - it boots into the live desktop, and it's clearly using
accelerated (nested) KVM.
--
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/1614209
Title:
16.04 LTS hangs on installer w
tests ran: 30, failed: 0;
http://kernel.ubuntu.com/testing/3.19.0-68.76~14.04.1/dwalin__3.19.0-68.76~14.04.1__2016-08-18_18-23-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bug
You mean, for the guest VM2 I'm trying to install, correct ?
Will try right away and report.
--
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/1614209
Title:
16.04 LTS hangs on installer w
Can you see if this issue also happens with the latest daily image? It can be
downloaded from:
http://cdimage.ubuntu.com/daily-live/current/
** Changed in: linux (Ubuntu)
Importance: Undecided => High
** Tags added: kernel-da-key
--
You received this bug notification because you are a mem
Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.8 kernel[0
Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.8 kernel[0
Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.8 kernel[0
Did this issue start happening after an update/upgrade? Was there a
prior kernel version where you were not having this particular problem?
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.8 kernel[0
Is it possible for you to test other kernels with that instance? It
would be good to confirm this is in fact a regression and bisect it
down.
** Changed in: linux (Ubuntu)
Importance: Undecided => High
** Also affects: linux (Ubuntu Xenial)
Importance: Undecided
Status: New
** Chan
I started a kernel bisect between Ubuntu-4.4.0-28.47 and
Ubuntu-4.4.0-29.48. The kernel bisect will require testing of about 7-10
test kernels.
I built the first test kernel, up to the following commit:
465a7e95502dd08f44d0c01e5dccf142bc75e1f2
The test kernel can be downloaded from:
http://kernel
That kernel means that it was commited after the first bad commit that
caused this bug. There are still about 10 kernels to test for the
bisect. Some of them will be bad and some will be good. Eventually we
will be able to narrow it down to one commit.
I built the next test kernel, up to the fo
There's an upstream kernel bug report about this issue:
https://bugzilla.kernel.org/show_bug.cgi?id=93041
** Bug watch added: Linux Kernel Bug Tracker #93041
http://bugzilla.kernel.org/show_bug.cgi?id=93041
--
You received this bug notification because you are a member of Kernel
Packages, whi
Just an additional data point, I ran this test (using Mike's script in a
loop) on other architectures:
amd64 bare metal: 30 times 4.4.0, no failures
amd64 virtual machine: 30 times, 4.4.0, no failures
s390 4GB RAM: 40 times on both 4.4.0-31 and 4.7.0, no failures
s390 20GB RAM: 40 times on both 4
tests ran: 10, failed: 0;
http://kernel.ubuntu.com/testing/3.19.0-68.76~14.04.1/dwalin__3.19.0-68.76~14.04.1__2016-08-18_16-40-00/results-index.html
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-vivid in Ubuntu.
https://bug
I agree it should be critical (that seems to be an oversight). I'll
confirm a milestone when I know more.
--
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/1590844
Title:
Bluetooth headset
*** This bug is a duplicate of bug 1408963 ***
https://bugs.launchpad.net/bugs/1408963
Looks like this is a duplicate of bug 1408963.
** This bug has been marked a duplicate of bug 1408963
[Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945
:03:00.0: BSM uCode verif
I will follow up. It's possible we're waiting for (private) input from
the OEM, and have not logged that bug here.
It seems probable from the symptoms (some profiles only, turbo only),
that this may be in the system firmware and how it is configured.
** Changed in: canonical-devices-system-image
** Changed in: linux (Ubuntu Xenial)
Status: In Progress => Fix Committed
--
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/1614309
Title:
Ubuntu16.10:installation fails on Brazos sy
*** This bug is a duplicate of bug 1534647 ***
https://bugs.launchpad.net/bugs/1534647
** This bug has been marked a duplicate of bug 1534647
Collateral damage due to kernel configuration change enabling
CONFIG_ZONE_DEVICE (Kernel 4.4 amd64)
--
You received this bug notification because
** Summary changed:
- memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04
+ memory_stress_ng failing for Power architecture for 16.04
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: bluez (Ubuntu)
Status: New => Confirmed
--
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/1607390
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/1614618
Title:
hv-fcopy-daemon.service system
Public bug reported:
I booted a yakkety system on azure, and saw
$ systemctl status hv-fcopy-daemon.service --no-pager --full
● hv-fcopy-daemon.service - Hyper-V File Copy Protocol Daemon
Loaded: loaded (/lib/systemd/system/hv-fcopy-daemon.service; enabled; vendor
preset: enabled)
Active
Why is this bug not on critical or at least high importance list? Will
it be fixed in next OTA? (13)
--
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/1590844
Title:
Bluetooth headset not w
tests ran: 65, failed: 0;
http://kernel.ubuntu.com/testing/4.4.0-36.55/dwalin__4.4.0-36.55__2016-08-18_15-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.launchpad.net/bugs/1612305
dmesg from failed test on Firestone
** Attachment added: "dmesg1"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1573062/+attachment/4723529/+files/dmesg1
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://
Out of the 4 tests last night (Habanero(NV), Firstone(NV), Tuleta(NV),
Alpine(VM) only the Firestone failed. Attached is the output from the
test, kern.log and dmesg output I was running in a while loop during
testing.
** Attachment added: "FAIL-2016-08-18-03-25-32.log"
https://bugs.launchpad.
kern.log from failed test on Firestone
** Attachment added: "FAIL-2016-08-18-03-25-32.kern.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1573062/+attachment/4723528/+files/FAIL-2016-08-18-03-25-32.kern.log
--
You received this bug notification because you are a member of Kernel
P
--- Comment From gmgay...@us.ibm.com 2016-08-18 10:53 EDT---
Hi Praveen,
Please see
https://wiki.ubuntu.com/ppc64el/CommonQuestions#How_to_enable_the_-
proposed_repository_in_ubuntu
The repo for ppc64el is different than for x86.
Thanks, Gary
--
You received this bug notification beca
git describe --contains dc5ff2b1d66f21c27a4c37236636dff6946437e4
v4.8-rc1~22^2~13
** Also affects: linux (Ubuntu Yakkety)
Importance: Undecided
Assignee: Taco Screen team (taco-screen-team)
Status: New
** Also affects: linux (Ubuntu Xenial)
Importance: Undecided
Status: N
https://lists.ubuntu.com/archives/kernel-team/2016-August/079573.html
** Changed in: linux (Ubuntu Xenial)
Status: New => In Progress
** Changed in: linux (Ubuntu Xenial)
Assignee: (unassigned) => Tim Gardner (timg-tpi)
--
You received this bug notification because you are a member
** Description changed:
+ SRU Justification
- SRU Justification
+ Impact:
+ The upstream process for stable tree updates is quite similar
+ in scope to the Ubuntu SRU process, e.g., each patch has to
+ demonstrably fix a bug, and each patch is vetted by upstream
+
Default Comment by Bridge
** Attachment added: "xmon log"
https://bugs.launchpad.net/bugs/1614565/+attachment/4723515/+files/bz142781.txt
** Changed in: ubuntu
Assignee: (unassigned) => Taco Screen team (taco-screen-team)
** Package changed: ubuntu => linux (Ubuntu)
--
You received th
Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly from
You have been subscribed to a public bug:
== Comment: #0 - PRIYA M. A - 2016-06-17 10:01:28 ==
Problem Description:
- lotg5 crashed at writeback_sb_inodes+0x30c/0x590
Steps to re-create:
==
- Install lotg5 with Ubuntu16041(4.4.0-24-generic)
- Start the regression tes
tests ran: 2, failed: 0;
http://kernel.ubuntu.com/testing/4.4.0-36.55/dwalin__4.4.0-36.55__2016-08-18_14-21-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/bugs/1612305
Default Comment by Bridge
** Attachment added: "Patch to increase RMA size to 512MB"
https://bugs.launchpad.net/bugs/1614309/+attachment/4723454/+files/0001-powerpc-pseries-Increase-RMA-size-to-512MB.patch
--
You received this bug notification because you are a member of Kernel
Packages, whi
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: b43-fwcutter (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to b43-fwcutter in Ubuntu.
https://bugs.launchpad.net/
https://lists.ubuntu.com/archives/kernel-team/2016-August/079570.html
** Also affects: linux (Ubuntu Yakkety)
Importance: High
Assignee: Canonical Kernel Team (canonical-kernel-team)
Status: Triaged
** Also affects: linux (Ubuntu Xenial)
Importance: Undecided
Status: New
tests ran: 83, failed: 30;
http://kernel.ubuntu.com/testing/4.4.0-36.55/dwalin__4.4.0-36.55__2016-08-18_09-01-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/bugs/161230
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/1614513
Title:
System freezes when undocking
I have created
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1614513 for this.
--
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/1604313
Title:
Ubuntu 16.04: system freezes instead o
Public bug reported:
I have a Lenovo Thinkpad X260 docking with a Lenovo 40A20090UK docking
station. I have two monitors plugged into the back of the dock via its
two separate displayport connectors. Booting the machine whilst docked
causes the machine to freeze when it is undocked. Same for booti
** Tags added: patch
--
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/1614496
Title:
Computer doesn't fully shut down
Status in linux package in Ubuntu:
Confirmed
Bug description:
So
A kernel upgrade was fixed my problem. I updated my Xenial kernel
(4.4.0-34.53) to the latest Yakkety kernel (4.6.3-040603.201606241434)
Installed .debs, what solves my problem:
*
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6.3-yakkety/linux-headers-4.6.3-040603_4.6.3-040603.201606241434_all
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/1614496
Title:
Computer doesn't fully shut do
Public bug reported:
Sometimes when I turn off the computer it doesn't fully shut down. The
splash screen is displayed, then disappears but the lights and fan keep
turned on. Then if I don't notice it, the next day I have no battery
left.
My version is Ubuntu 4.4.0-34.53-generic 4.4.15
ProblemTy
** Attachment added: "version.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1614496/+attachment/4723344/+files/version.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/161
I'd recommend that. You should then reference the bugs to each other so
that they can be traced.
--
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/1604313
Title:
Ubuntu 16.04: system freeze
Should I raise a new 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/1604313
Title:
Ubuntu 16.04: system freezes instead of suspend after undocking
Status in linux package in Ubuntu
#12: But this means that you are affected by a freeze which comes from the
docking / undocking event.
This is somewhat different to my case, where a freeze comes from the "go to
suspend" event.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribe
I am getting this problem on a Thinkpad x260. I have two displayport
monitors attached to the docking station. If the machine is booted
docked, undocking causes a freeze. if the machine is booted undocked,
docking causes a freeze.
Kernel is 4.4.8-040408-generic
--
You received this bug notificat
I have this problem on my Dell Latitude E5440 :/
--
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/1574125
Title:
[Lenovo G50-70] suspend not working after upgrade
Status in linux package
--- Comment From philippe.berghe...@fr.ibm.com 2016-08-18 05:13 EDT---
I have verified that the bug is fixed in the -proposed kernel.
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial
--
You received this bug notification because you are a member of Kern
tests ran: 136, failed: 0;
http://kernel.ubuntu.com/testing/4.4.0-36.55/dwalin__4.4.0-36.55__2016-08-18_07-18-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/bugs/1612305
I tested 4.4.0-29 and can confirm it has the bug. For good measure I
also tested 4.4.0-28 (I did 22 previously) and can confirm that the bug
is not present in version 28.
I think we found the culprit in what ever happened between 28 and 29.
Cheers, Chris
--
You received this bug notification be
The bug is present in 4.4.0-29
Cheers,
Ian.
--
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/1612135
Title:
CIFS client: access problems after updating to kernel 4.4.0-3*-generic
Status
I've created a bug for kernel (hopefully correctly)
https://bugzilla.kernel.org/show_bug.cgi?id=153281
** Bug watch added: Linux Kernel Bug Tracker #153281
http://bugzilla.kernel.org/show_bug.cgi?id=153281
--
You received this bug notification because you are a member of Kernel
Packages, whic
These logs are something I've not seen here in my testing. This shows
that we are stuck doing an up_write() on root->rwsem in the anon_vma
path. It looks like we are contending on the rwsem's sem->wait_lock. I
don't have a reproduction of this issue, it will be interesting to
examine what is causin
** Changed in: hwe-next
Importance: Undecided => Critical
** Changed in: hwe-next
Assignee: (unassigned) => Timo Aaltonen (tjaalton)
--
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/
94 matches
Mail list logo