[Kernel-packages] [Bug 1665113] Comment bridged from LTC Bugzilla

2017-02-21 Thread bugproxy
--- Comment From laurent.duf...@fr.ibm.com 2017-02-21 02:51 EDT---
As discussed with Michal Hocko, I will write a larger patch which is delayed 
the soft limit's data as it is rarely used. This will extend the patch I 
already sent.

-- 
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/1665113

Title:
  [Ubuntu 17.04] Kernel panics when large number of hugepages is passed
  as an boot argument to kernel.

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Issue:
  ---
  Kernel unable to handle paging request and panic occurs when more number of 
hugepages is passed as a boot argument to the kernel .

  Environment:
  --
  Power NV : Habanaro Bare metal
  OS : Ubuntu 17.04
  Kernel Version : 4.9.0-11-generic

  Steps To reproduce:
  ---

  1 - When the ubuntu Kernel boots try to add the boot argument
  'hugepages = 1200'.

  The Kernel Panics and displays call traces like as below.

  [5.030274] Unable to handle kernel paging request for data at address 
0x
  [5.030323] Faulting instruction address: 0xc0302848
  [5.030366] Oops: Kernel access of bad area, sig: 11 [#1]
  [5.030399] SMP NR_CPUS=2048 [5.030416] NUMA 
  [5.039443] PowerNV
  [5.039461] Modules linked in:
  [5.050091] CPU: 0 PID: 4 Comm: kworker/0:0 Not tainted 4.9.0-11-generic 
#12-Ubuntu
  [5.053266] Workqueue: events pcpu_balance_workfn
  [5.080647] task: c03c8fe9b800 task.stack: c03ffb118000
  [5.090876] NIP: c0302848 LR: c02709d4 CTR: 
c016cef0
  [5.094175] REGS: c03ffb11b410 TRAP: 0300   Not tainted  
(4.9.0-11-generic)
  [5.103040] MSR: 92009033 [
5.114466]   CR: 22424222  XER: 
  [5.124932] CFAR: c0008a60 DAR:  DSISR: 4000 
SOFTE: 1 
  GPR00: c02709d4 c03ffb11b690 c141a400 c03fff50e300 
  GPR04:  024001c2 c03ffb11b780 00219df5 
  GPR08: 003ffb09 c1454fd8   
  GPR12: 4400 c7b6 024001c2 024001c2 
  GPR16: 024001c2   0002 
  GPR20: 000c   024200c0 
  GPR24: c16eef48  c03fff50fd00 024001c2 
  GPR28:  c03fff50fd00 c03fff50e300 c03ffb11b820 
  NIP [c0302848] mem_cgroup_soft_limit_reclaim+0xf8/0x4f0
  [5.213613] LR [c02709d4] do_try_to_free_pages+0x1b4/0x450
  [5.230521] Call Trace:
  [5.230643] [c03ffb11b760] [c02709d4] 
do_try_to_free_pages+0x1b4/0x450
  [5.254184] [c03ffb11b800] [c0270d68] 
try_to_free_pages+0xf8/0x270
  [5.281896] [c03ffb11b890] [c0259b88] 
__alloc_pages_nodemask+0x7a8/0xff0
  [5.321407] [c03ffb11bab0] [c0282cd0] 
pcpu_populate_chunk+0x110/0x520
  [5.336262] [c03ffb11bb50] [c02841b8] 
pcpu_balance_workfn+0x758/0x960
  [5.351526] [c03ffb11bc50] [c00ecdd0] 
process_one_work+0x2b0/0x5a0
  [5.362561] [c03ffb11bce0] [c00ed168] worker_thread+0xa8/0x660
  [5.374007] [c03ffb11bd80] [c00f5320] kthread+0x110/0x130
  [5.385160] [c03ffb11be30] [c000c0e8] 
ret_from_kernel_thread+0x5c/0x74
  [5.389456] Instruction dump:
  [5.410036] eb81ffe0 eba1ffe8 ebc1fff0 ebe1fff8 4e800020 3d230001 e9499a42 
3d220004 
  [5.423598] 3929abd8 794a1f24 7d295214 eac90100  2fa9 
419eff74 3b20 
  [5.436503] ---[ end trace 23b650e96be5c549 ]---
  [5.439700] 

  This is purely a negative scenario where the system does not have
  enough memory as the hugepages is given a very large argument.

  Free output in a system:
  free -h
totalusedfree  shared  buff/cache   
available
  Mem:   251G2.1G248G5.2M502M
248G
  Swap:  2.0G159M1.8G

  The same scenario when tried after the linux is up like as,

  echo 1200 > /proc/sys/vm/nr_hugepages

  HugePages_Total:   15069
  HugePages_Free:15069
  HugePages_Rsvd:0
  HugePages_Surp:0
  Hugepagesize:  16384 kB
  root@ltc-haba2:~# free -h
totalusedfree  shared  buff/cache   
available
  Mem:   251G237G 13G5.6M311M 
13G
  Swap:  2.0G159M1.8G

  In this case the kernel is able to allocate around 237 Gb for hugetlb.

  But while the system is booting it gives us panic so please let know
  if this scenario  is expected  to be handled.

  I identified the root cause of the panic.
  When the system is running with low memory during mem cgroup initialisa

[Kernel-packages] [Bug 1666439] [NEW] Request: Add/backport this patch for stability with Bay Trail

2017-02-21 Thread Hanno
Public bug reported:

Hi,

please add and backport this patch to current Ubuntu kernel packages:

https://lists.freedesktop.org/archives/intel-
gfx/2017-February/120021.html

It is the result of a lengthy bug hunt described in

https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

There are several bug reports of stability problems with Bay Trail
devices on Launchpad where this patch should help make things better,
while the search for the root cause of the problem is still going on.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch xenial yakkety zesty

-- 
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/1666439

Title:
  Request: Add/backport this patch for stability with Bay Trail

Status in linux package in Ubuntu:
  New

Bug description:
  Hi,

  please add and backport this patch to current Ubuntu kernel packages:

  https://lists.freedesktop.org/archives/intel-
  gfx/2017-February/120021.html

  It is the result of a lengthy bug hunt described in

  https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

  There are several bug reports of stability problems with Bay Trail
  devices on Launchpad where this patch should help make things better,
  while the search for the root cause of the problem is still going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1531865] Re: 4.2 (linux-generic-lts-wily) kernel hangs on Bay Trail based Asus X553MA

2017-02-21 Thread Hanno
There's progress for this bug which resulted in this patch:

https://lists.freedesktop.org/archives/intel-
gfx/2017-February/120021.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/1531865

Title:
  4.2 (linux-generic-lts-wily) kernel hangs on Bay Trail based Asus
  X553MA

Status in linux package in Ubuntu:
  Triaged
Status in linux package in Debian:
  New

Bug description:
  Kernels since 4.2-rc1 contain:

  [8fb55197e64d5988ec57b54e973daeea72c3f2ff] drm/i915: Agressive
  downclocking on Baytrail

  which causes hangs on my Bay Trail based Asus X553MA and likely on other Bay 
Trail based machines
  as well. The hangs occur between minutes and hours after booting and there is 
no information found
  related to them in kernel message buffer.

  I found the above commit by doing bisection between 4.1.0 and 4.2-rc1 and 
reported it to intel-gfx
  mailing list:

  http://lists.freedesktop.org/archives/intel-
  gfx/2016-January/084203.html

  I tested that these hangs occur with 14.04 LTS using latest 
linux-generic-lts-wily (4.2.0-23-generic) kernel
  exactly as with any kernel beginning from 4.2-rc1 up to 4.4-rc8.

  I'm now writing this bug report running 4.4-rc8 with patches from the above 
commit removed because
  4.2.0-23-generic just hanged while I was trying to send report.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jamse  2144 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   20.017300] init: plymouth-upstart-bridge main process (1462) terminated 
with status 1
   [   20.017332] init: plymouth-upstart-bridge main process ended, respawning
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-17 (415 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 04ca:3010 Lite-On Technology Corp. 
   Bus 001 Device 002: ID 04f2:b424 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X553MA
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-23-generic 
root=UUID=85bd44f0-e67f-450d-bfb5-0f87c90482cd ro quiet splash console=tty0 
console=ttyUSB0,115200n8 ignore_loglevel vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-23.28~14.04.1-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-23-generic N/A
   linux-backports-modules-4.2.0-23-generic  N/A
   linux-firmware1.127.19
  Tags:  trusty
  Uname: Linux 4.2.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X553MA.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X553MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX553MA.209:bd08/08/2014:svnASUSTeKCOMPUTERINC.:pnX553MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX553MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X553MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1531865/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666439] Re: Request: Add/backport this patch for stability with Bay Trail

2017-02-21 Thread dino99
** Tags added: patch xenial yakkety zesty

-- 
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/1666439

Title:
  Request: Add/backport this patch for stability with Bay Trail

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  please add and backport this patch to current Ubuntu kernel packages:

  https://lists.freedesktop.org/archives/intel-
  gfx/2017-February/120021.html

  It is the result of a lengthy bug hunt described in

  https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

  There are several bug reports of stability problems with Bay Trail
  devices on Launchpad where this patch should help make things better,
  while the search for the root cause of the problem is still going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1664663] Re: [Hyper-V] kvp daemon start failure on Zesty

2017-02-21 Thread Chris Valean
The same error appears from KVP also on the test kernel
4.8.0-22_4.8.0-22.24~lp1664663.

-- 
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/1664663

Title:
  [Hyper-V] kvp daemon start failure on Zesty

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Zesty:
  Triaged

Bug description:
  Hello,

  On Ubuntu Server 17.04 daily from Febr 14th we see that the KVP daemon
  although it is enabled in systemd, it fails to start at system boot.

  This is shown by error: "KVP: read failed; error:9 Bad file
  descriptor"

  I then manually ran the kvp binary, it returned the KVP data, and it's also 
automatically loading at boot. However, this is of course not the normal 
behavior.
  17.04 daily from Febr 14th is the first build we covered, so I cannot say if 
this is a regression introduced only at some point in 17.04 dailies.

  In syslog these are the only messages for KVP:
  Feb 14 08:01:22 ubuntu systemd[1]: Started Hyper-V KVP Protocol Daemon.
  Feb 14 08:01:22 ubuntu KVP: KVP starting; pid is:1837
  Feb 14 08:01:22 ubuntu KVP: KVP LIC Version: 3.1
  Feb 14 08:02:31 ubuntu KVP: read failed; error:9 Bad file descriptor

  
  systemd status:
  root@ubuntu:~# systemctl status hv-kvp-daemon.service
  ● hv-kvp-daemon.service - Hyper-V KVP Protocol Daemon
 Loaded: loaded (/lib/systemd/system/hv-kvp-daemon.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: exit-code) since Tue 2017-02-14 08:02:31 PST; 1min 
41s ago
   Main PID: 1837 (code=exited, status=1/FAILURE)
CPU: 4ms

  Feb 14 08:01:22 ubuntu systemd[1]: Started Hyper-V KVP Protocol Daemon.
  Feb 14 08:01:22 ubuntu KVP[1837]: KVP starting; pid is:1837
  Feb 14 08:01:22 ubuntu KVP[1837]: KVP LIC Version: 3.1
  Feb 14 08:02:31 ubuntu systemd[1]: hv-kvp-daemon.service: Main process 
exited, code=exited, status=1/FAILURE
  Feb 14 08:02:31 ubuntu systemd[1]: hv-kvp-daemon.service: Unit entered failed 
state.
  Feb 14 08:02:31 ubuntu systemd[1]: hv-kvp-daemon.service: Failed with result 
'exit-code'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1664663/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1611078] Re: Support snaps inside of lxd containers

2017-02-21 Thread dt9394
The latest version of xenial kernel, apparmor , lxd are now have the
fixes to run snap in lxd container. If it fail, please try to install
squashfuse or disable privileged mode.

-- 
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/1611078

Title:
  Support snaps inside of lxd containers

Status in Snappy:
  Fix Released
Status in apparmor package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in lxd package in Ubuntu:
  Fix Released
Status in apparmor source package in Xenial:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in lxd source package in Xenial:
  Fix Committed
Status in apparmor source package in Yakkety:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released
Status in lxd source package in Yakkety:
  Fix Released

Bug description:
  I tried following the instructions on snapcraft.io and got a failure.
  See the output below.  I've also attached the relevant output from
  running "journalctl -xe".

  uname: Linux 3.19.0-65-generic x86_64
  release: Ubuntu 16.04
  package: snapd 2.11+0.16.04

  Notably, I'm running this in an LXD container (version: 2.0.0.rc9).

  -

  $ sudo snap install hello-world
  64.75 MB / 64.75 MB 
[==]
 100.00 % 2.85 MB/s 

  error: cannot perform the following tasks:
  - Mount snap "ubuntu-core" (122) ([start snap-ubuntu\x2dcore-122.mount] 
failed with exit status 1: Job for snap-ubuntu\x2dcore-122.mount failed. See 
"systemctl status "snap-ubuntu\\x2dcore-122.mount"" and "journalctl -xe" for 
details.
  )
  $ ls -la /snap
  total 4K
  drwxr-xr-x 3 root root 4096 Aug  8 17:49 ubuntu-core
  $ ls -la /snap/ubuntu-core/
  total 4K
  drwxr-xr-x 2 root root 4096 Aug  8 17:49 122
  $ ls -la /snap/ubuntu-core/122/
  total 0K
  $ systemctl status "snap-ubuntu\\x2dcore-122.mount"
  ● snap-ubuntu\x2dcore-122.mount - Mount unit for ubuntu-core
 Loaded: loaded (/etc/systemd/system/snap-ubuntu\x2dcore-122.mount; 
enabled; vendor preset: enabled)
 Active: failed (Result: exit-code) since Mon 2016-08-08 17:49:36 UTC; 6min 
ago
  Where: /snap/ubuntu-core/122
   What: /var/lib/snapd/snaps/ubuntu-core_122.snap
Process: 31781 ExecMount=/bin/mount 
/var/lib/snapd/snaps/ubuntu-core_122.snap /snap/ubuntu-core/122 -t squashfs 
(code=exited, status=32)

  Aug 08 17:49:35 my-host systemd[1]: Mounting Mount unit for ubuntu-core...
  Aug 08 17:49:35 my-host mount[31781]: mount: /snap/ubuntu-core/122: mount 
failed: Unknown error -1
  Aug 08 17:49:36 my-host systemd[1]: snap-ubuntu\x2dcore-122.mount: Mount 
process exited, code=exited status=32
  Aug 08 17:49:36 my-host systemd[1]: Failed to mount Mount unit for 
ubuntu-core.
  Aug 08 17:49:36 my-host systemd[1]: snap-ubuntu\x2dcore-122.mount: Unit 
entered failed state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1611078/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1579917] Re: Skylake processor never reaches low power states on X1 Carbon gen 4 with NVMe drive

2017-02-21 Thread Francois Thirioux
My Dell BIOS is up-to-date. The IMEI firmware is included in Dell's BIOS 
updates, there is no separate package.
I'll try to check IMEI version anyway.

PS : I do use NVMe drive, before that my Skylake Xeon 1535M was eating
very few watts (~4.5W), now it's ~8.2W ; I don't know what to think
about that, NVMe missing APST for now or IMEI.

-- 
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/1579917

Title:
  Skylake processor never reaches low power states on X1 Carbon gen 4
  with NVMe drive

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Reproducer
  1. Find a skylake machine. - in my case Lenovo x1 carbon gen 4. In my case 
with an NVME drive.
  2. run powertop, and switch to idle stats tab
  3. do nothing. *(as in let the machine idle till the cores regularly reach 
low power states.
  4. Watch the watts fly.  On my  machine the package never gets into any power 
state other than PC2.

  Expected results: PC3-PC10 power states should all show some usage.

  I also tried the mainline build of 4.6-rc7 with no benefits.

  Public conversations about the issue
  https://mjg59.dreamwidth.org/42156.html
  https://mjg59.dreamwidth.org/41713.html

  As far as I can tell having the nvme drive is part of the overall
  problem here.  Please keep this case to skylake + nvme.  Skylake +
  sata appears to have a number of fixes in the 4.6 and newer kernels
  that enable some of the higher sleep states, but I have not tested
  with a sata drive.  Those fixes as of testing 4.6-rc7 do not resolve
  this issue with users who have nvme drives.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.39
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chiluk 3139 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon May  9 15:55:03 2016
  HibernationDevice: RESUME=UUID=4f4ea88e-642e-4be5-bdf0-bbc7f47f5628
  InstallationDate: Installed on 2016-04-25 (14 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b531 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20FBCTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=249f91bb-7789-41cc-9cc0-8ba25d7f55bb ro quiet splash pcie_aspm=force 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1FET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FBCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1FET37W(1.11):bd03/15/2016:svnLENOVO:pn20FBCTO1WW:pvrThinkPadX1Carbon4th:rvnLENOVO:rn20FBCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20FBCTO1WW
  dmi.product.version: ThinkPad X1 Carbon 4th
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579917/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666439] Missing required logs.

2017-02-21 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1666439

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 comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1666439

Title:
  Request: Add/backport this patch for stability with Bay Trail

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  please add and backport this patch to current Ubuntu kernel packages:

  https://lists.freedesktop.org/archives/intel-
  gfx/2017-February/120021.html

  It is the result of a lengthy bug hunt described in

  https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

  There are several bug reports of stability problems with Bay Trail
  devices on Launchpad where this patch should help make things better,
  while the search for the root cause of the problem is still going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666439] Re: Request: Add/backport this patch for stability with Bay Trail

2017-02-21 Thread Hanno
Brad, this is a feature request that doesn't require a log. Thank you.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Opinion

-- 
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/1666439

Title:
  Request: Add/backport this patch for stability with Bay Trail

Status in linux package in Ubuntu:
  Opinion

Bug description:
  Hi,

  please add and backport this patch to current Ubuntu kernel packages:

  https://lists.freedesktop.org/archives/intel-
  gfx/2017-February/120021.html

  It is the result of a lengthy bug hunt described in

  https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

  There are several bug reports of stability problems with Bay Trail
  devices on Launchpad where this patch should help make things better,
  while the search for the root cause of the problem is still going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-21 Thread Frits Jalvingh
Thanks a lot, Michael T; Your solution in #6 worked like a charm!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  zfs-dkms 0.6.5.6-0ubuntu15

  I cant mount/install my zpool. so i tried reinstalling zfslinux-utils,
  which gives me three error messages like this: "zfs-mount.service is a
  disabled" or a static unit, not starting it."...

  If something doesn't work I try googling error messages. most answers
  not totally like my problem but related to dkms, so I tried loading
  zfs-dkms and reinstalling zfslinux-utils.

  I created the zpool with id from /mnt/disk/by-id/ - which is zfs good-
  practice. This may be causing problems with the mount. I dont know...

  Cheers.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: zfs-dkms 0.6.5.6-0ubuntu15
  ProcVersionSignature: Ubuntu 4.4.0-58.79-generic 4.4.35
  Uname: Linux 4.4.0-58-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  DKMSKernelVersion: 4.4.0-58-generic
  Date: Sat Jan  7 15:58:15 2017
  DuplicateSignature: 
dkms:zfs-dkms:0.6.5.6-0ubuntu15:/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1284:12:
 error: too few arguments to function ‘posix_acl_valid’
  InstallationDate: Installed on 2016-12-26 (12 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Beta amd64 (20161225)
  PackageVersion: 0.6.5.6-0ubuntu15
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.18
  SourcePackage: zfs-linux
  Title: zfs-dkms 0.6.5.6-0ubuntu15: zfs kernel module failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-02-21 Thread Tom Chiverton
I can confirm a kernel crash on 4.4.0-63 in the rtlwifi module that does
not occur in -62

-- 
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/1666421

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  booting PC with USB WLAN stick RTL8192CU attached on kernel 4.4.0-63-generic:
  Grub works, entering full disk encryption passphrase works, but when the 
desktop comes up mouse and keyboard (via USB) are dead and the desktop also.

  booting the PC without the stick attached works fine, but as soon as
  it is attached (see syslog) mouse, keyboard and the desktop itself are
  dead (checked by opening terminal and "watch date" - freezes, with
  desktop still visible).

  problem is resolved by booting former kernel 4.4.0-59-generic.

  syslog upon attaching stick 
---
  Feb 21 07:17:02 orin kernel: [  188.998338] usb 8-2: new high-speed USB 
device number 2 using xhci_hcd
  Feb 21 07:17:02 orin kernel: [  189.129674] usb 8-2: New USB device found, 
idVendor=0bda, idProduct=8178
  Feb 21 07:17:02 orin kernel: [  189.129682] usb 8-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
  Feb 21 07:17:02 orin kernel: [  189.129687] usb 8-2: Product: USB WLAN
  Feb 21 07:17:02 orin kernel: [  189.129691] usb 8-2: Manufacturer: Realtek
  Feb 21 07:17:02 orin kernel: [  189.129694] usb 8-2: SerialNumber: 
00e04c01
  Feb 21 07:17:02 orin mtp-probe: checking bus 8, device 2: 
"/sys/devices/pci:00/:00:10.1/usb8/8-2"
  Feb 21 07:17:02 orin mtp-probe: bus: 8, device: 2 was not an MTP device
  Feb 21 07:17:02 orin dbus[1112]: [system] Activating via systemd: service 
name='org.freedesktop.UDisks2' unit='udisks2.service'
  Feb 21 07:17:02 orin systemd[1]: Starting Disk Manager...
  Feb 21 07:17:02 orin udisksd[2447]: udisks daemon version 2.1.7 starting
  Feb 21 07:17:02 orin dbus[1112]: [system] Successfully activated service 
'org.freedesktop.UDisks2'
  Feb 21 07:17:02 orin systemd[1]: Started Disk Manager.
  Feb 21 07:17:02 orin udisksd[2447]: Acquired the name org.freedesktop.UDisks2 
on the system message bus
  Feb 21 07:17:02 orin org.gtk.vfs.AfcVolumeMonitor[1918]: Volume monitor alive
  Feb 21 07:17:03 orin kernel: [  190.200286] cfg80211: World regulatory domain 
updated:
  Feb 21 07:17:03 orin kernel: [  190.200294] cfg80211:  DFS Master region: 
unset
  Feb 21 07:17:03 orin kernel: [  190.200297] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  Feb 21 07:17:03 orin kernel: [  190.200303] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200308] cfg80211:   (2457000 KHz - 
2482000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200312] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200317] cfg80211:   (517 KHz - 
525 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200321] cfg80211:   (525 KHz - 
533 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200325] cfg80211:   (549 KHz - 
573 KHz @ 16 KHz), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200329] cfg80211:   (5735000 KHz - 
5835000 KHz @ 8 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200333] cfg80211:   (5724 KHz - 
6372 KHz @ 216 KHz), (N/A, 0 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.223081] rtl8192cu: Chip version 0x11
  Feb 21 07:17:03 orin kernel: [  190.625235] rtl8192cu: MAC address: 
14:cc:20:10:43:98
  Feb 21 07:17:03 orin kernel: [  190.625241] rtl8192cu: Board Type 0
  Feb 21 07:17:03 orin kernel: [  190.626355] rtl_usb: rx_max_size 15360, 
rx_urb_num 8, in_ep 1
  Feb 21 07:17:03 orin kernel: [  190.626408] rtl8192cu: Loading firmware 
rtlwifi/rtl8192cufw_TMSC.bin
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7698] (wlan0): 
using nl80211 for WiFi device control
  Feb 21 07:17:03 orin kernel: [  190.636625] ieee80211 phy0: Selected rate 
control algorithm 'rtl_rc'
  Feb 21 07:17:03 orin kernel: [  190.637211] usbcore: registered new interface 
driver rtl8192cu
  Feb 21 07:17:03 orin systemd[1]: Starting Load/Save RF Kill Switch Status...
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7780] device 
(wlan0): driver supports Access Point (AP) mode
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7798] manager: 
(wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/4)
  Feb 21 07:17:03 orin kernel: [  190.648972] usbcore: registered new interface 
driver rtl8xxxu
  Feb 21 07:17:03 orin dbus[1112]: [system] Activating via systemd: service 
name='fi.w1.wpa_supplican

[Kernel-packages] [Bug 1649513] dmesg log

2017-02-21 Thread bugproxy
--- Comment (attachment only) From santh...@in.ibm.com 2017-02-21 03:59 
EDT---


** Attachment added: "dmesg log"
   https://bugs.launchpad.net/bugs/1649513/+attachment/4823263/+files/dmesg_NMI

-- 
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/1649513

Title:
  [Ubuntu 16.10] NMI watchdog and soft lockup while running htx memory
  tests in kernel 4.8.0-17-generic

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Issue:
  --
  NMI Watchdog Bug and soft lockup occurs when htx memory test is run in ubuntu 
16.10.

  Environment:
  --
  Arch : ppc64le
  Platform : Ubuntu KVM Guest
  Host : ubuntu 16.10 [4.8.0-17 -kernel ]
  Guest : ubuntu 16.10 [4.8.0-17 - Kernel]

  Steps To Reproduce:
  ---

  1 - Install a Ubuntu KVM Guest and install htx package in the guest got from 
the link,
  http://ausgsa.ibm.com/projects/h/htx/public_html/htxonly/htxubuntu-413.deb 

  2 - Run the Htx mdt.mem

  3 - The system Hits soft lockup Issue as below:

  dmesg o/p:
  [60287.590335] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 1141s! 
[hxemem64:23468]
  [60287.590572] Modules linked in: vmx_crypto ip_tables x_tables autofs4 
ibmvscsi crc32c_vpmsum
  [60287.590585] CPU: 3 PID: 23468 Comm: hxemem64 Tainted: G L  
4.8.0-17-generic #19-Ubuntu
  [60287.590587] task: c012a0971e00 task.stack: c012a2d4
  [60287.590589] NIP: c0015004 LR: c0015004 CTR: 
c0165e90
  [60287.590591] REGS: c012a2d439a0 TRAP: 0901   Tainted: G L   
(4.8.0-17-generic)
  [60287.590592] MSR: 80009033   CR: 48004244  
XER: 
  [60287.590603] CFAR: c0165890 SOFTE: 1 
 GPR00: c0165f9c c012a2d43c20 c14e5e00 
0900 
 GPR04:  0008 000100e4d61a 
 
 GPR08:  0006 000100e4d619 
c012bfee3130 
 GPR12: 3fffae6cdc70 3fffae436900 
  [60287.590627] NIP [c0015004] arch_local_irq_restore+0x74/0x90
  [60287.590630] LR [c0015004] arch_local_irq_restore+0x74/0x90
  [60287.590631] Call Trace:
  [60287.590634] [c012a2d43c20] [c012bfeccd80] 0xc012bfeccd80 
(unreliable)
  [60287.590639] [c012a2d43c40] [c0165f9c] 
run_timer_softirq+0x10c/0x230
  [60287.590644] [c012a2d43ce0] [c0b94adc] __do_softirq+0x18c/0x3fc
  [60287.590648] [c012a2d43de0] [c00d5828] irq_exit+0xc8/0x100
  [60287.590653] [c012a2d43e00] [c0024810] timer_interrupt+0xa0/0xe0
  [60287.590657] [c012a2d43e30] [c0002814] 
decrementer_common+0x114/0x180
  [60287.590659] Instruction dump:
  [60287.590662] 994d023a 2fa3 409e0024 e92d0020 61298000 7d210164 38210020 
e8010010 
  [60287.590670] 7c0803a6 4e800020 6042 4bfed259 <6000> 4be4 
6042 e92d0020 
  [63127.581494] NMI watchdog: BUG: soft lockup - CPU#2 stuck for 339s! 
[hxemem64:23467]
  [63127.629682] Modules linked in: vmx_crypto ip_tables x_tables autofs4 
ibmvscsi crc32c_vpmsum
  [63127.629699] CPU: 2 PID: 23467 Comm: hxemem64 Tainted: G L  
4.8.0-17-generic #19-Ubuntu
  [63127.629701] task: c012a0965800 task.stack: c012a2d58000
  [63127.629703] NIP: 10011e60 LR: 1000ec6c CTR: 
00f33196
  [63127.629706] REGS: c012a2d5bea0 TRAP: 0901   Tainted: G L   
(4.8.0-17-generic)
  [63127.629707] MSR: 8001d033   CR: 
42004482  XER: 
  [63127.629719] CFAR: 10011e68 SOFTE: 1 
 GPR00: 1000e854 3fffadc2e540 10047f00 
000d 
 GPR04: 0200 3ff5a800 5a5a5a5a5a5a5a5a 
3ff5b0667348 
 GPR08:  1006c8e0 1006ca04 
f001 
 GPR12: 3fffae6cdc70 3fffadc36900 
  [63127.629740] NIP [10011e60] 0x10011e60
  [63127.629742] LR [1000ec6c] 0x1000ec6c
  [63127.629743] Call Trace:

  == Comment: #3 - Santhosh G  - 2016-09-28 02:17:29 ==
  Memory Info :

  root@ubuntu:~# cat /proc/meminfo 
  MemTotal:   78539776 kB
  MemFree:72219392 kB
  MemAvailable:   77217088 kB
  Buffers:  212544 kB
  Cached:  5249088 kB
  SwapCached:0 kB
  Active:  1440832 kB
  Inactive:4107264 kB
  Active(anon):  93888 kB
  Inactive(anon): 8640 kB
  Active(file):1346944 kB
  Inactive(file):  4098624 kB
  Unevictable:   0 kB
  Mlocked:   0 kB
  SwapTotal:   3443648 kB
  SwapFree:3443648 kB
  Dirty: 0 kB
  Writeback: 0 kB
  AnonPages: 87296 kB
  Mapped:30400 kB
  Shmem: 16128 kB
  Slab: 381440 kB
  SReclaimable: 295872 kB
  SU

Re: [Kernel-packages] [Bug 792085] Re: Automatic remount of safely removed USB 3.0 drive

2017-02-21 Thread Martin Wildam
I can also confirm fix after upgrading from something older to
4.4.0-63-generic. Thanks to everybody who was involved bringing the
solution!

Best wishes, Martin.

-- 
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/792085

Title:
  Automatic remount of safely removed USB 3.0 drive

Status in Nautilus:
  New
Status in thunar:
  Invalid
Status in linux package in Ubuntu:
  In Progress
Status in nautilus package in Ubuntu:
  Confirmed
Status in thunar package in Ubuntu:
  Confirmed
Status in udev package in Ubuntu:
  Confirmed
Status in linux source package in Precise:
  In Progress
Status in nautilus source package in Precise:
  New
Status in thunar source package in Precise:
  New
Status in udev source package in Precise:
  New
Status in linux source package in Trusty:
  In Progress
Status in nautilus source package in Trusty:
  New
Status in thunar source package in Trusty:
  New
Status in udev source package in Trusty:
  New
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Yakkety:
  Fix Committed
Status in Fedora:
  Unknown
Status in openSUSE:
  Fix Released

Bug description:
  Binary package hint: nautilus

  When I choose "Safely remove drive" context menu entry for an external
  USB drive within a nautilus window or directly clicking on the desktop
  icon, after about 10 seconds the drive is automatically remounted and
  a Nautilus window showing the root folder opens.

  I have noticed that similar already happened with a very old Ubuntu
  version - Bug #110589 and as that is so long time ago I thought it is
  better to open a new bug. Reason of the problem might even be
  completely different.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Thu Jun  2 23:40:08 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

  break-fix: - 37be66767e3cae4fd16e064d8bb7f9f72bf5c045

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/792085/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] kernel03 (s390x.zVM) - tests ran: 1, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-8.10-generic/kernel03__4.10.0-8.10__2017-02-21_09-04-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-02-21 Thread Tom Chiverton
Probably this patch (from 4.10) needs applying ?

https://lkml.org/lkml/2017/1/8/229

-- 
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/1666421

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  booting PC with USB WLAN stick RTL8192CU attached on kernel 4.4.0-63-generic:
  Grub works, entering full disk encryption passphrase works, but when the 
desktop comes up mouse and keyboard (via USB) are dead and the desktop also.

  booting the PC without the stick attached works fine, but as soon as
  it is attached (see syslog) mouse, keyboard and the desktop itself are
  dead (checked by opening terminal and "watch date" - freezes, with
  desktop still visible).

  problem is resolved by booting former kernel 4.4.0-59-generic.

  syslog upon attaching stick 
---
  Feb 21 07:17:02 orin kernel: [  188.998338] usb 8-2: new high-speed USB 
device number 2 using xhci_hcd
  Feb 21 07:17:02 orin kernel: [  189.129674] usb 8-2: New USB device found, 
idVendor=0bda, idProduct=8178
  Feb 21 07:17:02 orin kernel: [  189.129682] usb 8-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
  Feb 21 07:17:02 orin kernel: [  189.129687] usb 8-2: Product: USB WLAN
  Feb 21 07:17:02 orin kernel: [  189.129691] usb 8-2: Manufacturer: Realtek
  Feb 21 07:17:02 orin kernel: [  189.129694] usb 8-2: SerialNumber: 
00e04c01
  Feb 21 07:17:02 orin mtp-probe: checking bus 8, device 2: 
"/sys/devices/pci:00/:00:10.1/usb8/8-2"
  Feb 21 07:17:02 orin mtp-probe: bus: 8, device: 2 was not an MTP device
  Feb 21 07:17:02 orin dbus[1112]: [system] Activating via systemd: service 
name='org.freedesktop.UDisks2' unit='udisks2.service'
  Feb 21 07:17:02 orin systemd[1]: Starting Disk Manager...
  Feb 21 07:17:02 orin udisksd[2447]: udisks daemon version 2.1.7 starting
  Feb 21 07:17:02 orin dbus[1112]: [system] Successfully activated service 
'org.freedesktop.UDisks2'
  Feb 21 07:17:02 orin systemd[1]: Started Disk Manager.
  Feb 21 07:17:02 orin udisksd[2447]: Acquired the name org.freedesktop.UDisks2 
on the system message bus
  Feb 21 07:17:02 orin org.gtk.vfs.AfcVolumeMonitor[1918]: Volume monitor alive
  Feb 21 07:17:03 orin kernel: [  190.200286] cfg80211: World regulatory domain 
updated:
  Feb 21 07:17:03 orin kernel: [  190.200294] cfg80211:  DFS Master region: 
unset
  Feb 21 07:17:03 orin kernel: [  190.200297] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  Feb 21 07:17:03 orin kernel: [  190.200303] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200308] cfg80211:   (2457000 KHz - 
2482000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200312] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200317] cfg80211:   (517 KHz - 
525 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200321] cfg80211:   (525 KHz - 
533 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200325] cfg80211:   (549 KHz - 
573 KHz @ 16 KHz), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200329] cfg80211:   (5735000 KHz - 
5835000 KHz @ 8 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200333] cfg80211:   (5724 KHz - 
6372 KHz @ 216 KHz), (N/A, 0 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.223081] rtl8192cu: Chip version 0x11
  Feb 21 07:17:03 orin kernel: [  190.625235] rtl8192cu: MAC address: 
14:cc:20:10:43:98
  Feb 21 07:17:03 orin kernel: [  190.625241] rtl8192cu: Board Type 0
  Feb 21 07:17:03 orin kernel: [  190.626355] rtl_usb: rx_max_size 15360, 
rx_urb_num 8, in_ep 1
  Feb 21 07:17:03 orin kernel: [  190.626408] rtl8192cu: Loading firmware 
rtlwifi/rtl8192cufw_TMSC.bin
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7698] (wlan0): 
using nl80211 for WiFi device control
  Feb 21 07:17:03 orin kernel: [  190.636625] ieee80211 phy0: Selected rate 
control algorithm 'rtl_rc'
  Feb 21 07:17:03 orin kernel: [  190.637211] usbcore: registered new interface 
driver rtl8192cu
  Feb 21 07:17:03 orin systemd[1]: Starting Load/Save RF Kill Switch Status...
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7780] device 
(wlan0): driver supports Access Point (AP) mode
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7798] manager: 
(wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/4)
  Feb 21 07:17:03 orin kernel: [  190.648972] usbcore: registered new interface 
driver rtl8xxxu
  Feb 21 07:17:03 orin dbus[1112]: [system] Activating via systemd: service 
name='fi.w1.wpa_supplicant1' u

[Kernel-packages] [Bug 1666214] Re: linux: 4.10.0-9.11 -proposed tracker

2017-02-21 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-8.10-generic/s2lp6g003__4.10.0-8.10__2017-02-21_09-03-00/results-index.html

** Changed in: kernel-development-workflow/automated-testing
   Status: New => Confirmed

** Changed in: kernel-development-workflow/promote-to-proposed
   Status: Confirmed => Fix Released

** Changed in: kernel-development-workflow/regression-testing
   Status: New => Confirmed

** Changed in: kernel-development-workflow/automated-testing
   Status: Confirmed => Incomplete

** Description changed:

  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Uploaded
+ kernel-phase:Promoted to proposed
+ kernel-phase-changed:Tuesday, 21. February 2017 09:02 UTC

** Description changed:

  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
- phase: Uploaded
- kernel-phase:Promoted to proposed
- kernel-phase-changed:Tuesday, 21. February 2017 09:02 UTC
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

-- 
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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-02-21 Thread Tom Chiverton
According to the stack trace (which I only have as the attached image)
it's a Nnull pointer at 48 from rtl_lps_leave+0x17/0x50

The first two parts of the call trace are:

setup_arp_tx.isra.22+0x4d/0x60 [rtlwifi]
rtl_is_special_data+0x14a/0x160 [rtlwifi]

** Attachment added: "stack trace on 4.4.0-63"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666421/+attachment/4823264/+files/DSC_0185.JPG

-- 
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/1666421

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  booting PC with USB WLAN stick RTL8192CU attached on kernel 4.4.0-63-generic:
  Grub works, entering full disk encryption passphrase works, but when the 
desktop comes up mouse and keyboard (via USB) are dead and the desktop also.

  booting the PC without the stick attached works fine, but as soon as
  it is attached (see syslog) mouse, keyboard and the desktop itself are
  dead (checked by opening terminal and "watch date" - freezes, with
  desktop still visible).

  problem is resolved by booting former kernel 4.4.0-59-generic.

  syslog upon attaching stick 
---
  Feb 21 07:17:02 orin kernel: [  188.998338] usb 8-2: new high-speed USB 
device number 2 using xhci_hcd
  Feb 21 07:17:02 orin kernel: [  189.129674] usb 8-2: New USB device found, 
idVendor=0bda, idProduct=8178
  Feb 21 07:17:02 orin kernel: [  189.129682] usb 8-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
  Feb 21 07:17:02 orin kernel: [  189.129687] usb 8-2: Product: USB WLAN
  Feb 21 07:17:02 orin kernel: [  189.129691] usb 8-2: Manufacturer: Realtek
  Feb 21 07:17:02 orin kernel: [  189.129694] usb 8-2: SerialNumber: 
00e04c01
  Feb 21 07:17:02 orin mtp-probe: checking bus 8, device 2: 
"/sys/devices/pci:00/:00:10.1/usb8/8-2"
  Feb 21 07:17:02 orin mtp-probe: bus: 8, device: 2 was not an MTP device
  Feb 21 07:17:02 orin dbus[1112]: [system] Activating via systemd: service 
name='org.freedesktop.UDisks2' unit='udisks2.service'
  Feb 21 07:17:02 orin systemd[1]: Starting Disk Manager...
  Feb 21 07:17:02 orin udisksd[2447]: udisks daemon version 2.1.7 starting
  Feb 21 07:17:02 orin dbus[1112]: [system] Successfully activated service 
'org.freedesktop.UDisks2'
  Feb 21 07:17:02 orin systemd[1]: Started Disk Manager.
  Feb 21 07:17:02 orin udisksd[2447]: Acquired the name org.freedesktop.UDisks2 
on the system message bus
  Feb 21 07:17:02 orin org.gtk.vfs.AfcVolumeMonitor[1918]: Volume monitor alive
  Feb 21 07:17:03 orin kernel: [  190.200286] cfg80211: World regulatory domain 
updated:
  Feb 21 07:17:03 orin kernel: [  190.200294] cfg80211:  DFS Master region: 
unset
  Feb 21 07:17:03 orin kernel: [  190.200297] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  Feb 21 07:17:03 orin kernel: [  190.200303] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200308] cfg80211:   (2457000 KHz - 
2482000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200312] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200317] cfg80211:   (517 KHz - 
525 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200321] cfg80211:   (525 KHz - 
533 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200325] cfg80211:   (549 KHz - 
573 KHz @ 16 KHz), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200329] cfg80211:   (5735000 KHz - 
5835000 KHz @ 8 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200333] cfg80211:   (5724 KHz - 
6372 KHz @ 216 KHz), (N/A, 0 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.223081] rtl8192cu: Chip version 0x11
  Feb 21 07:17:03 orin kernel: [  190.625235] rtl8192cu: MAC address: 
14:cc:20:10:43:98
  Feb 21 07:17:03 orin kernel: [  190.625241] rtl8192cu: Board Type 0
  Feb 21 07:17:03 orin kernel: [  190.626355] rtl_usb: rx_max_size 15360, 
rx_urb_num 8, in_ep 1
  Feb 21 07:17:03 orin kernel: [  190.626408] rtl8192cu: Loading firmware 
rtlwifi/rtl8192cufw_TMSC.bin
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7698] (wlan0): 
using nl80211 for WiFi device control
  Feb 21 07:17:03 orin kernel: [  190.636625] ieee80211 phy0: Selected rate 
control algorithm 'rtl_rc'
  Feb 21 07:17:03 orin kernel: [  190.637211] usbcore: registered new interface 
driver rtl8192cu
  Feb 21 07:17:03 orin systemd[1]: Starting Load/Save RF Kill Switch Status...
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7780] device 
(wlan0): driver supports Access Point (AP) mode
  Feb 21 07:17:03 orin Netwo

[Kernel-packages] [Bug 1666214] kernel03 (s390x.zVM) - tests ran: 1, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/kernel03__4.10.0-9.11__2017-02-21_09-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] s2lp6g003 (s390x.zKVM) - tests ran: 1, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/s2lp6g003__4.10.0-9.11__2017-02-21_09-19-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-02-21 Thread Tom Chiverton
Kernel 4.10 from https://wiki.ubuntu.com/Kernel/MainlineBuilds also
works fine (and despite the warnings about missing -extra VirtualBox is
OK so I don't have too choose between that and WiFi)

-- 
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/1666421

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  booting PC with USB WLAN stick RTL8192CU attached on kernel 4.4.0-63-generic:
  Grub works, entering full disk encryption passphrase works, but when the 
desktop comes up mouse and keyboard (via USB) are dead and the desktop also.

  booting the PC without the stick attached works fine, but as soon as
  it is attached (see syslog) mouse, keyboard and the desktop itself are
  dead (checked by opening terminal and "watch date" - freezes, with
  desktop still visible).

  problem is resolved by booting former kernel 4.4.0-59-generic.

  syslog upon attaching stick 
---
  Feb 21 07:17:02 orin kernel: [  188.998338] usb 8-2: new high-speed USB 
device number 2 using xhci_hcd
  Feb 21 07:17:02 orin kernel: [  189.129674] usb 8-2: New USB device found, 
idVendor=0bda, idProduct=8178
  Feb 21 07:17:02 orin kernel: [  189.129682] usb 8-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
  Feb 21 07:17:02 orin kernel: [  189.129687] usb 8-2: Product: USB WLAN
  Feb 21 07:17:02 orin kernel: [  189.129691] usb 8-2: Manufacturer: Realtek
  Feb 21 07:17:02 orin kernel: [  189.129694] usb 8-2: SerialNumber: 
00e04c01
  Feb 21 07:17:02 orin mtp-probe: checking bus 8, device 2: 
"/sys/devices/pci:00/:00:10.1/usb8/8-2"
  Feb 21 07:17:02 orin mtp-probe: bus: 8, device: 2 was not an MTP device
  Feb 21 07:17:02 orin dbus[1112]: [system] Activating via systemd: service 
name='org.freedesktop.UDisks2' unit='udisks2.service'
  Feb 21 07:17:02 orin systemd[1]: Starting Disk Manager...
  Feb 21 07:17:02 orin udisksd[2447]: udisks daemon version 2.1.7 starting
  Feb 21 07:17:02 orin dbus[1112]: [system] Successfully activated service 
'org.freedesktop.UDisks2'
  Feb 21 07:17:02 orin systemd[1]: Started Disk Manager.
  Feb 21 07:17:02 orin udisksd[2447]: Acquired the name org.freedesktop.UDisks2 
on the system message bus
  Feb 21 07:17:02 orin org.gtk.vfs.AfcVolumeMonitor[1918]: Volume monitor alive
  Feb 21 07:17:03 orin kernel: [  190.200286] cfg80211: World regulatory domain 
updated:
  Feb 21 07:17:03 orin kernel: [  190.200294] cfg80211:  DFS Master region: 
unset
  Feb 21 07:17:03 orin kernel: [  190.200297] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  Feb 21 07:17:03 orin kernel: [  190.200303] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200308] cfg80211:   (2457000 KHz - 
2482000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200312] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200317] cfg80211:   (517 KHz - 
525 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200321] cfg80211:   (525 KHz - 
533 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200325] cfg80211:   (549 KHz - 
573 KHz @ 16 KHz), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200329] cfg80211:   (5735000 KHz - 
5835000 KHz @ 8 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200333] cfg80211:   (5724 KHz - 
6372 KHz @ 216 KHz), (N/A, 0 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.223081] rtl8192cu: Chip version 0x11
  Feb 21 07:17:03 orin kernel: [  190.625235] rtl8192cu: MAC address: 
14:cc:20:10:43:98
  Feb 21 07:17:03 orin kernel: [  190.625241] rtl8192cu: Board Type 0
  Feb 21 07:17:03 orin kernel: [  190.626355] rtl_usb: rx_max_size 15360, 
rx_urb_num 8, in_ep 1
  Feb 21 07:17:03 orin kernel: [  190.626408] rtl8192cu: Loading firmware 
rtlwifi/rtl8192cufw_TMSC.bin
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7698] (wlan0): 
using nl80211 for WiFi device control
  Feb 21 07:17:03 orin kernel: [  190.636625] ieee80211 phy0: Selected rate 
control algorithm 'rtl_rc'
  Feb 21 07:17:03 orin kernel: [  190.637211] usbcore: registered new interface 
driver rtl8192cu
  Feb 21 07:17:03 orin systemd[1]: Starting Load/Save RF Kill Switch Status...
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7780] device 
(wlan0): driver supports Access Point (AP) mode
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7798] manager: 
(wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/4)
  Feb 21 07:17:03 orin kernel: [  190.648972] usbcore: registered new interface 
driver rtl8xxxu

[Kernel-packages] [Bug 1666214] kernel03 (s390x.zVM) - tests ran: 64, failed: 0

2017-02-21 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/kernel03__4.10.0-9.11__2017-02-21_09-20-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] kernel03 (s390x.zVM) - tests ran: 2, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/kernel03__4.10.0-9.11__2017-02-21_09-33-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] s2lp6g003 (s390x.zKVM) - tests ran: 64, failed: 0

2017-02-21 Thread Brad Figg
tests ran:  64, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/s2lp6g003__4.10.0-9.11__2017-02-21_09-20-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] s2lp6g003 (s390x.zKVM) - tests ran: 2, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/s2lp6g003__4.10.0-9.11__2017-02-21_09-33-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666209] Re: PPC new 4.4.0-63-powerpc63-smp kernel kills networking

2017-02-21 Thread Kirill Nersesyan
Sorry for a long time to answer and no logs. We've been testing the
problem on irc channel. It turns out that the new kernel assigns new
names to the network interfaces i.e. the original name (in kernel 62)
was enP3168p5s3 and the new kernel assigned the same card and the same
interface a new name - enP64624p5s3, therefore - no network obviously,
as the /network/interfaces file contained old names. After submitting
new names to the config file, the network is up and 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/1666209

Title:
  PPC new 4.4.0-63-powerpc63-smp kernel kills networking

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Triaged

Bug description:
  After upgrading to a new kernel (4.4.0-63-powerpc64-smp) completely
  lost ethernet. Looks like the kernel doesn't load a module for my
  interface (driver r8169). Rolling back to previous kernel version
  fixes networking.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666209/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] s2lp6g003 (s390x.zKVM) - tests ran: 141, failed: 28

2017-02-21 Thread Brad Figg
tests ran: 141, failed: 28;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/s2lp6g003__4.10.0-9.11__2017-02-21_09-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.net/bugs/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1565106] Re: Wifi works on W10 but not on Ub 16.04 nor 14.04

2017-02-21 Thread winux
Hello Christopher

Maybe you forgot me from the time being, but I wanted to keep you informed
about the evolution of this issue.
Actually it works now, on this particular PC, after having installed
version 16.10 non LTS unfortunately.
But still not OK on 16.04 even after updates, s
I'm very pleaded of this evolution.
The only drawback is that I always start wifi off, whatever the situation
when I closed.

I think this bug is resolved for 95%
Have a nice day

2016-06-26 15:50 GMT+02:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> gerard, the issue you are reporting is an upstream one. Could you please
> report this problem following the instructions verbatim at
> https://wiki.ubuntu.com/Bugs/Upstream/kernel to the appropriate mailing
> list (TO Larry Finger CC linux-wireless)?
>
> Please provide a direct URL to your post to the mailing list when it
> becomes available so that it may be tracked.
>
> Thank you for your help.
>
> ** Changed in: linux (Ubuntu)
>Importance: Medium => High
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Triaged
>
> ** Description changed:
>
> - Hi
> - I just bought a laptop "HP Envy x360 15-w100nf". Everything's fine
> except wifi
> - - It works on w10
> - - but not on Ub 16.04 / 4.4.0-15 / 64 bits
> - - nor Ub 14.04
> + The Wifi in my HP Envy x360 15-w100nf doesn't work in Ubuntu
> + 14.04-16.04. It works on Windows 10.
>
> - I've spent hours of discussions and tests on wifi forum
> - URL = https://forum.ubuntu-fr.org/viewtopic.php?id=1987186
> - (unfortunately it's in French but command line tests are quite
> understandable)
> + I've spent hours of discussions and tests on wifi forum:
> + https://forum.ubuntu-fr.org/viewtopic.php?id=1987186
>
> - Now I think nobody can help me on the forum because we've tried
> everything, that's why I assume it's a bug.
> - I'm ready to make every test which could help solving this problem
> + 02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
> RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
> +   Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network
> Adapter [103c:804c]
> + Kernel modules: rtl8723be
>
> - In the meantime, have a nice day (actually a nice night ... in France !)
> - ---
> + ---
>   ApportVersion: 2.20-0ubuntu3
>   Architecture: amd64
>   AudioDevicesInUse:
> -  USERPID ACCESS COMMAND
> -  /dev/snd/controlC0:  clubmicronet   1295 F pulseaudio
> +  USERPID ACCESS COMMAND
> +  /dev/snd/controlC0:  clubmicronet   1295 F pulseaudio
>   CurrentDesktop: Unity
>   DistroRelease: Ubuntu 16.04
>   HibernationDevice: RESUME=UUID=b66db7f5-8c76-4cbb-829f-610caa034e13
>   InstallationDate: Installed on 2016-03-22 (10 days ago)
>   InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64
> (20160307)
>   MachineType: HP HP ENVY x360 Convertible
>   Package: linux (not installed)
>   ProcFB: 0 inteldrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic.efi.signed
> root=UUID=39204032-2bfd-4402-b4a8-87db0dd6075f ro quiet splash
> vt.handoff=7
>   ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
>   RelatedPackageVersions:
> -  linux-restricted-modules-4.4.0-15-generic N/A
> -  linux-backports-modules-4.4.0-15-generic  N/A
> -  linux-firmware1.157
> +  linux-restricted-modules-4.4.0-15-generic N/A
> +  linux-backports-modules-4.4.0-15-generic  N/A
> +  linux-firmware1.157
>   Tags:  xenial
>   Uname: Linux 4.4.0-15-generic x86_64
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
>   _MarkForUpload: True
>   dmi.bios.date: 08/10/2015
>   dmi.bios.vendor: Insyde
>   dmi.bios.version: F.13
>   dmi.board.asset.tag: Type2 - Board Asset Tag
>   dmi.board.name: 80D0
>   dmi.board.vendor: HP
>   dmi.board.version: 84.24
>   dmi.chassis.asset.tag: Chassis Asset Tag
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: HP
>   dmi.chassis.version: Chassis Version
>   dmi.modalias: dmi:bvnInsyde:bvrF.13:bd08/10/2015:svnHP:
> pnHPENVYx360Convertible:pvrType1ProductConfigId:rvnHP:
> rn80D0:rvr84.24:cvnHP:ct10:cvrChassisVersion:
>   dmi.product.name: HP ENVY x360 Convertible
>   dmi.product.version: Type1ProductConfigId
>   dmi.sys.vendor: HP
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1565106
>
> Title:
>   Wifi works on W10 but not on Ub 16.04 nor 14.04
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1565106/+subscriptions
>

-- 
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/1565106

Title:
  Wifi works on W10 but not on Ub 16.04 nor 14.04

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The Wifi in my HP Envy x360 15-w100nf doesn't work in 

[Kernel-packages] [Bug 1666465] [NEW] Lenovo Thinkpad E531 Bluetooth not working

2017-02-21 Thread Benny
Public bug reported:

I have Lenovo thinkpad E531 laptop.
The built-in bluetooth not working.

It worked with Kubuntu 14.10, but no Bluetooth Adapter found with
Kubuntu 16.04.2 LTS

No Bluetooth-Adapter will be found... tryed many things but it seems the
driver is not working :(

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-62-generic 4.4.0-62.83
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  hardy  1901 F pulseaudio
CurrentDesktop: KDE
Date: Tue Feb 21 11:07:11 2017
HibernationDevice: RESUME=UUID=ffcc77cb-b126-4120-8790-95734802ed81
InstallationDate: Installed on 2014-09-22 (882 days ago)
InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
MachineType: LENOVO 6885EXG
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=9d1a4429-035c-4175-a8d2-bc3d758ca393 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-62-generic N/A
 linux-backports-modules-4.4.0-62-generic  N/A
 linux-firmware1.157.8
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-05-26 (270 days ago)
dmi.bios.date: 01/27/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: HEET42WW (1.23 )
dmi.board.asset.tag: Not Available
dmi.board.name: 6885EXG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrHEET42WW(1.23):bd01/27/2014:svnLENOVO:pn6885EXG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885EXG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6885EXG
dmi.product.version: ThinkPad Edge E531
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
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/1666465

Title:
  Lenovo Thinkpad E531 Bluetooth not working

Status in linux package in Ubuntu:
  New

Bug description:
  I have Lenovo thinkpad E531 laptop.
  The built-in bluetooth not working.

  It worked with Kubuntu 14.10, but no Bluetooth Adapter found with
  Kubuntu 16.04.2 LTS

  No Bluetooth-Adapter will be found... tryed many things but it seems
  the driver is not working :(

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-62-generic 4.4.0-62.83
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hardy  1901 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Feb 21 11:07:11 2017
  HibernationDevice: RESUME=UUID=ffcc77cb-b126-4120-8790-95734802ed81
  InstallationDate: Installed on 2014-09-22 (882 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 6885EXG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=9d1a4429-035c-4175-a8d2-bc3d758ca393 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-62-generic N/A
   linux-backports-modules-4.4.0-62-generic  N/A
   linux-firmware1.157.8
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-05-26 (270 days ago)
  dmi.bios.date: 01/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET42WW (1.23 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885EXG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET42WW(1.23):bd01/27/2014:svnLENOVO:pn6885EXG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885EXG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885EXG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666465/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1658727] Re: [17.04 FEAT] add support to read PCI FMB length

2017-02-21 Thread Dimitri John Ledkov
** Package changed: ubuntu => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: New => Fix Released

** Information type changed from Private to Public

-- 
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/1658727

Title:
  [17.04 FEAT] add support to read PCI FMB length

Status in Ubuntu on IBM z Systems:
  New
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Since the addition of function type specific measurement data Linux
  needs toleration support for each new PCI function type that increases
  the function measurement block.

  Integrated within kernel 4.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1658727/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] kernel03 (s390x.zVM) - tests ran: 141, failed: 28

2017-02-21 Thread Brad Figg
tests ran: 141, failed: 28;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/kernel03__4.10.0-9.11__2017-02-21_09-35-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 361733] Re: dmraid(fakeRAID) raid1 driver doesn't loadbalance reads

2017-02-21 Thread Jan Klamta
Hi,
I am just figuring out the performance issues - thanks guys for this bug 
description!
It looks like the problem remains unsolved:
$iostat -cd
Linux 4.4.0-63-generic (ruprecht)   21.2.2017   _x86_64_(8 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
   1,520,010,41   13,030,00   85,04

Device:tpskB_read/skB_wrtn/skB_readkB_wrtn
sda 142,33  1832,54   541,552174234 642525
sdb  18,86 0,08   541,55 92 642525
...
dm-0158,76  1832,46   541,552174142 642525

-- 
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/361733

Title:
  dmraid(fakeRAID) raid1 driver doesn't loadbalance reads

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is a kernel bug.  Actually, it's intended behavior, but it
  shouldn't be.

  In theory, fake RAID and software RAID should be the same thing.  The
  only practical difference is where they get their metadata from.  One
  from the system BIOS, the other from the disk.  However, it turns out
  that they take two completely different code paths.  The fakeraid
  (dmraid) driver reads only from the primary disk, while the software
  raid (mdraid) driver implements load balancing for RAID1.  Of course,
  this difference isn't well-documented, resulting in people sometimes
  choosing the wrong one.

  (1) There's no good reason why there should be two separate software RAID1 
drivers.  They should be merged.
  (2) In the meanwhile, people should be splashed with loud warnings that if 
they choose fakeraid, they'll not get the improved read performance that they 
expect.

  Here's the LKML discussion where I asked about this:
  
http://kerneltrap.org/index.php?q=mailarchive/linux-kernel/2008/7/7/2370344/thread

  As far as I know, they haven't addressed this problem since.  I'm
  reporting this here, because I see Ubuntu as the distro that seems to
  take responsibility for fixing a lot of the silliness that others
  won't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/361733/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1644823] Re: Bluetooth not working

2017-02-21 Thread Benny
So i did: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666465
:)

-- 
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/1644823

Title:
  Bluetooth not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have Lenovo thinkpad E531 laptop.
  The built-in bluetooth not working.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-47-generic 4.4.0-47.68
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mfawzy 1927 F pulseaudio
  CRDA:
   country EG: DFS-ETSI
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (N/A, 20), (N/A)
(5250 - 5330 @ 40), (N/A, 20), (0 ms), DFS
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Nov 25 14:40:57 2016
  HibernationDevice: RESUME=UUID=3d81c46b-d5d8-4809-8b2c-45998d99d0e7
  InstallationDate: Installed on 2016-11-15 (9 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 6885DZG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=5348a48b-8050-4470-98f1-f6b758b76ce1 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-47-generic N/A
   linux-backports-modules-4.4.0-47-generic  N/A
   linux-firmware1.157.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/30/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET44WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885DZG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET44WW(1.25):bd05/30/2014:svnLENOVO:pn6885DZG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885DZG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885DZG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1644823/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1644504] Re: [17.04 FEAT] Ensure stable PCI Identifiers using UIDs

2017-02-21 Thread Dimitri John Ledkov
** Package changed: ubuntu => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

** Information type changed from Private to Public

-- 
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/1644504

Title:
  [17.04 FEAT] Ensure stable PCI Identifiers using UIDs

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Guarantee stable and unique identifiers for PCI functions.
  Specifically ensure that a PCI function (virtual or physical) will
  always be represented by the same value as long as the IO
  configuration for this function (IOCDS, HCD) does not change.

  Allow customers to maintain persistent configurations for PCI devices
  where needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1644504/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1655909] Re: [17.04 FEAT] Crypto: Concurrent support of multiple domains for crypto adapter

2017-02-21 Thread Dimitri John Ledkov
** Information type changed from Private to Public

** Changed in: linux (Ubuntu)
   Status: New => 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/1655909

Title:
  [17.04 FEAT] Crypto:  Concurrent support of multiple domains for
  crypto adapter

Status in Ubuntu on IBM z Systems:
  Triaged
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Enhance the Linux crypto device driver to support multiple domains for crypto 
adapter. 
  The CryptoExpress Adapters of the hardware crypto card support HW 
partitioning in multiple (AP) domains. Currently Linux only uses one domain and 
ignores all other domains.
  Available with kernel 4.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1655909/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1644537] Re: [17.04 FEAT] DASD channel-path aware error recovery

2017-02-21 Thread Dimitri John Ledkov
** Changed in: linux (Ubuntu)
   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/1644537

Title:
  [17.04 FEAT] DASD channel-path aware error recovery

Status in Ubuntu on IBM z Systems:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Enhance the DASD driver to log path situations as an error and try to exclude 
paths from further I/Os without risking an out-of-path situation to enable 
users to reset this state when the cause has been resolved.
  Example: 
   If a DASD is connected via multiple paths and one of these paths does not 
work correctly (e.g. constant IFCCs, channel checks, or because HPF has stopped 
working on this path),

  
  Improve RAS especially during setup using DASDs. Resolve customer request, 
avoid field reported problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1644537/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1607325] Re: Ubuntu 16.04 running on z13 hardware is unable to configure blue ridge

2017-02-21 Thread Dimitri John Ledkov
** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

** Changed in: ubuntu-z-systems
   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.net/bugs/1607325

Title:
  Ubuntu 16.04 running on z13 hardware is unable to configure blue ridge

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Problem Description
  ===
  system Z Ubuntu 16.04 LTS can not correctly configured DS8870 2107 LUNs.
   
  ---uname output---
  Linux ilabg3 4.4.0-33-generic #52-Ubuntu SMP Fri Jul 22 19:17:00 UTC 2016 
s390x s390x s390x GNU/Linux
   
  ---Additional Hardware Info---
  Z13 system using 16G FCP adapters to attach to FC fabric and IBM Blue ridge

   Machine Type = Z13 S390

  Steps to Reproduce
  
  The initial kernel is 4.4.0-24-generic and all blue ridge devices can be 
configured normally.
  After we upgrade kernel to 4.4.0-33 and reload BR code all BR devices can not 
be detect.

  System log show:
  [ 2645.893763] scsi 0:0:7:0: RAID  IBM  2810XIV-LUN-0 
PQ: 0 ANSI: 5
  [ 2645.895269] sysfs: cannot create duplicate filename 
'/bus/scsi/devices/0:0:7:0'
  [ 2645.895310] [ cut here ]
  [ 2645.895311] WARNING: at /build/linux-o03cxz/linux-4.4.0/fs/sysfs/dir.c:31
  [ 2645.895312] Modules linked in: rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd 
grace fscache qeth_l3 qeth ccwgroup vmur ib_iser rdma_cm iw_cm ib_cm ib_sa 
ib_mad ib_core sunrpc ib_addr iscsi_tcp libiscsi_tcp libiscsi 
scsi_transport_iscsi btrfs zlib_deflate raid10 raid456 async_memcpy 
async_raid6_recov async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 
raid0 linear dm_round_robin ghash_s390 prng aes_s390 des_s390 des_generic 
sha512_s390 sha256_s390 sha1_s390 sha_common zfcp dasd_eckd_mod qdio 
scsi_transport_fc dasd_fba_mod dasd_mod scsi_dh_emc scsi_dh_rdac scsi_dh_alua 
dm_multipath
  [ 2645.895338] CPU: 1 PID: 4008 Comm: sh Tainted: GW   
4.4.0-33-generic #52-Ubuntu
  [ 2645.895339] task: dfe436b0 ti: 7b97c000 task.ti: 
7b97c000
  [ 2645.895340] Krnl PSW : 0704d0018000 003a361c 
(sysfs_warn_dup+0x7c/0x98)
  [ 2645.895350]R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:1 PM:0 
EA:3
 Krnl GPRS: 00cf7039 00cd9f3c 0043 
ef4d18a0
  [ 2645.895351]003a3618  7a49a000 
707b9178
  [ 2645.895352]00c1d0e0 ee71a780 0001 
ee71a780
  [ 2645.895353]e9554b60 7ebdf000 003a3618 
7b97f9b8
  [ 2645.895361] Krnl Code: 003a360c: c020002f33e7  larl
%r2,989dda
003a3612: c0e5fff6befb  brasl   
%r14,27b408
   #003a3618: a7f40001  brc 
15,3a361a
   >003a361c: b904002d  lgr %r2,%r13
003a3620: ebbff0a4  lmg 
%r11,%r15,160(%r15)
003a3626: c0f4fffa5995  brcl
15,2ee950
003a362c: a739  lghi%r3,0
003a3630: a7f4ffec  brc 
15,3a3608
  [ 2645.895370] Call Trace:
  [ 2645.895372] ([<003a3618>] sysfs_warn_dup+0x78/0x98)
  [ 2645.895374]  [<003a3b30>] sysfs_do_create_link_sd.isra.0+0xf8/0x108
  [ 2645.895378]  [<005c4044>] bus_add_device+0x13c/0x230
  [ 2645.895379]  [<005c1758>] device_add+0x398/0x680
  [ 2645.895385]  [<005f7a34>] scsi_sysfs_add_sdev+0xcc/0x2a8
  [ 2645.895386]  [<005f4210>] scsi_probe_and_add_lun+0xcc0/0xe18
  [ 2645.895387]  [<005f4c5a>] __scsi_scan_target+0xba/0x268
  [ 2645.895389]  [<005f4f0a>] scsi_scan_target+0x102/0x120
  [ 2645.895401]  [<03ff801095f6>] zfcp_unit_scsi_scan+0x7e/0x90 [zfcp]
  [ 2645.895404]  [<03ff80109948>] zfcp_unit_add+0x168/0x1f0 [zfcp]
  [ 2645.895407]  [<03ff80108564>] zfcp_sysfs_unit_add_store+0x54/0x70 
[zfcp]
  [ 2645.895408]  [<003a1d9a>] kernfs_fop_write+0x13a/0x190
  [ 2645.895413]  [<0030fcac>] vfs_write+0x94/0x1a0
  [ 2645.895414]  [<003109be>] SyS_write+0x66/0xd8
  [ 2645.895417]  [<007b86c6>] system_call+0xd6/0x264
  [ 2645.895418]  [<03ffb10df6e8>] 0x3ffb10df6e8
  [ 2645.895419] Last Breaking-Event-Address:
  [ 2645.895420]  [<003a3618>] sysfs_warn_dup+0x78/0x98
  [ 2645.895421] ---[ end trace a9b757385c995a64 ]---
  [ 2645.895535] scsi 0:0:7:0: failed to add device: -17

  == Comment: #1 - XIANG ZHANG  - 2016-07-26 02:34:39 ==
  I know the Bug 139096, not sure the same symptom

To manage notifications about this bug go to:
ht

[Kernel-packages] [Bug 1666439] Re: Request: Add/backport this patch for stability with Bay Trail

2017-02-21 Thread dino99
** Changed in: linux (Ubuntu)
   Status: Opinion => 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/1666439

Title:
  Request: Add/backport this patch for stability with Bay Trail

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  please add and backport this patch to current Ubuntu kernel packages:

  https://lists.freedesktop.org/archives/intel-
  gfx/2017-February/120021.html

  It is the result of a lengthy bug hunt described in

  https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

  There are several bug reports of stability problems with Bay Trail
  devices on Launchpad where this patch should help make things better,
  while the search for the root cause of the problem is still going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666465] Status changed to Confirmed

2017-02-21 Thread Brad Figg
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/1666465

Title:
  Lenovo Thinkpad E531 Bluetooth not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have Lenovo thinkpad E531 laptop.
  The built-in bluetooth not working.

  It worked with Kubuntu 14.10, but no Bluetooth Adapter found with
  Kubuntu 16.04.2 LTS

  No Bluetooth-Adapter will be found... tryed many things but it seems
  the driver is not working :(

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-62-generic 4.4.0-62.83
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hardy  1901 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Feb 21 11:07:11 2017
  HibernationDevice: RESUME=UUID=ffcc77cb-b126-4120-8790-95734802ed81
  InstallationDate: Installed on 2014-09-22 (882 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 6885EXG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=9d1a4429-035c-4175-a8d2-bc3d758ca393 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-62-generic N/A
   linux-backports-modules-4.4.0-62-generic  N/A
   linux-firmware1.157.8
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-05-26 (270 days ago)
  dmi.bios.date: 01/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET42WW (1.23 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885EXG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET42WW(1.23):bd01/27/2014:svnLENOVO:pn6885EXG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885EXG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885EXG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666465/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1607325] dmesg output

2017-02-21 Thread bugproxy
Default Comment by Bridge

** Attachment added: "dmesg output"
   
https://bugs.launchpad.net/bugs/1607325/+attachment/4823301/+files/system_log.txt

-- 
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/1607325

Title:
  Ubuntu 16.04 running on z13 hardware is unable to configure blue ridge

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Problem Description
  ===
  system Z Ubuntu 16.04 LTS can not correctly configured DS8870 2107 LUNs.
   
  ---uname output---
  Linux ilabg3 4.4.0-33-generic #52-Ubuntu SMP Fri Jul 22 19:17:00 UTC 2016 
s390x s390x s390x GNU/Linux
   
  ---Additional Hardware Info---
  Z13 system using 16G FCP adapters to attach to FC fabric and IBM Blue ridge

   Machine Type = Z13 S390

  Steps to Reproduce
  
  The initial kernel is 4.4.0-24-generic and all blue ridge devices can be 
configured normally.
  After we upgrade kernel to 4.4.0-33 and reload BR code all BR devices can not 
be detect.

  System log show:
  [ 2645.893763] scsi 0:0:7:0: RAID  IBM  2810XIV-LUN-0 
PQ: 0 ANSI: 5
  [ 2645.895269] sysfs: cannot create duplicate filename 
'/bus/scsi/devices/0:0:7:0'
  [ 2645.895310] [ cut here ]
  [ 2645.895311] WARNING: at /build/linux-o03cxz/linux-4.4.0/fs/sysfs/dir.c:31
  [ 2645.895312] Modules linked in: rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd 
grace fscache qeth_l3 qeth ccwgroup vmur ib_iser rdma_cm iw_cm ib_cm ib_sa 
ib_mad ib_core sunrpc ib_addr iscsi_tcp libiscsi_tcp libiscsi 
scsi_transport_iscsi btrfs zlib_deflate raid10 raid456 async_memcpy 
async_raid6_recov async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 
raid0 linear dm_round_robin ghash_s390 prng aes_s390 des_s390 des_generic 
sha512_s390 sha256_s390 sha1_s390 sha_common zfcp dasd_eckd_mod qdio 
scsi_transport_fc dasd_fba_mod dasd_mod scsi_dh_emc scsi_dh_rdac scsi_dh_alua 
dm_multipath
  [ 2645.895338] CPU: 1 PID: 4008 Comm: sh Tainted: GW   
4.4.0-33-generic #52-Ubuntu
  [ 2645.895339] task: dfe436b0 ti: 7b97c000 task.ti: 
7b97c000
  [ 2645.895340] Krnl PSW : 0704d0018000 003a361c 
(sysfs_warn_dup+0x7c/0x98)
  [ 2645.895350]R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:1 PM:0 
EA:3
 Krnl GPRS: 00cf7039 00cd9f3c 0043 
ef4d18a0
  [ 2645.895351]003a3618  7a49a000 
707b9178
  [ 2645.895352]00c1d0e0 ee71a780 0001 
ee71a780
  [ 2645.895353]e9554b60 7ebdf000 003a3618 
7b97f9b8
  [ 2645.895361] Krnl Code: 003a360c: c020002f33e7  larl
%r2,989dda
003a3612: c0e5fff6befb  brasl   
%r14,27b408
   #003a3618: a7f40001  brc 
15,3a361a
   >003a361c: b904002d  lgr %r2,%r13
003a3620: ebbff0a4  lmg 
%r11,%r15,160(%r15)
003a3626: c0f4fffa5995  brcl
15,2ee950
003a362c: a739  lghi%r3,0
003a3630: a7f4ffec  brc 
15,3a3608
  [ 2645.895370] Call Trace:
  [ 2645.895372] ([<003a3618>] sysfs_warn_dup+0x78/0x98)
  [ 2645.895374]  [<003a3b30>] sysfs_do_create_link_sd.isra.0+0xf8/0x108
  [ 2645.895378]  [<005c4044>] bus_add_device+0x13c/0x230
  [ 2645.895379]  [<005c1758>] device_add+0x398/0x680
  [ 2645.895385]  [<005f7a34>] scsi_sysfs_add_sdev+0xcc/0x2a8
  [ 2645.895386]  [<005f4210>] scsi_probe_and_add_lun+0xcc0/0xe18
  [ 2645.895387]  [<005f4c5a>] __scsi_scan_target+0xba/0x268
  [ 2645.895389]  [<005f4f0a>] scsi_scan_target+0x102/0x120
  [ 2645.895401]  [<03ff801095f6>] zfcp_unit_scsi_scan+0x7e/0x90 [zfcp]
  [ 2645.895404]  [<03ff80109948>] zfcp_unit_add+0x168/0x1f0 [zfcp]
  [ 2645.895407]  [<03ff80108564>] zfcp_sysfs_unit_add_store+0x54/0x70 
[zfcp]
  [ 2645.895408]  [<003a1d9a>] kernfs_fop_write+0x13a/0x190
  [ 2645.895413]  [<0030fcac>] vfs_write+0x94/0x1a0
  [ 2645.895414]  [<003109be>] SyS_write+0x66/0xd8
  [ 2645.895417]  [<007b86c6>] system_call+0xd6/0x264
  [ 2645.895418]  [<03ffb10df6e8>] 0x3ffb10df6e8
  [ 2645.895419] Last Breaking-Event-Address:
  [ 2645.895420]  [<003a3618>] sysfs_warn_dup+0x78/0x98
  [ 2645.895421] ---[ end trace a9b757385c995a64 ]---
  [ 2645.895535] scsi 0:0:7:0: failed to add device: -17

  == Comment: #1 - XIANG ZHANG  - 2016-07-26 02:34:39 ==
  I know the Bug 139096, not sure the same symptom

To manage notifications about this bug go to

[Kernel-packages] [Bug 1640856] Re: eth0: Reset adapter

2017-02-21 Thread Markus Heinrichs
I work together with Ingo. In the team, we get the feeling that we keep
testing upstream kernels in our production systems but still lack the
idea of how to really tackle the issue. Unfortunately we cannot risk our
customer data with more new kernel versions. We will rest this ticket
but please notice that the issue is still open. I am afraid it will just
surface elsewhere, leading to data loss.

-- 
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/1640856

Title:
  eth0: Reset adapter

Status in linux package in Ubuntu:
  Expired

Bug description:
  using ubuntu Ubuntu 14.04 LTS

  
  we get sporadic networking adapter resets resulting in a loss of service. 
kernel log:

  
  Oct 28 10:57:08 puno01 kernel: [2306272.568264]  881f3540 
881f37e30940 0008 0024
  Oct 28 10:57:08 puno01 kernel: [2306272.568274] Call Trace:
  Oct 28 10:57:08 puno01 kernel: [2306272.568276][] 
dump_stack+0x64/0x82
  Oct 28 10:57:08 puno01 kernel: [2306272.568299]  [] 
warn_slowpath_common+0x7d/0xa0
  Oct 28 10:57:08 puno01 kernel: [2306272.568305]  [] 
warn_slowpath_fmt+0x4c/0x50
  Oct 28 10:57:08 puno01 kernel: [2306272.568312]  [] 
dev_watchdog+0x276/0x280
  Oct 28 10:57:08 puno01 kernel: [2306272.568318]  [] ? 
dev_graft_qdisc+0x80/0x80
  Oct 28 10:57:08 puno01 kernel: [2306272.568327]  [] 
call_timer_fn+0x36/0x150
  Oct 28 10:57:08 puno01 kernel: [2306272.568332]  [] ? 
dev_graft_qdisc+0x80/0x80
  Oct 28 10:57:08 puno01 kernel: [2306272.568338]  [] 
run_timer_softirq+0x21f/0x310
  Oct 28 10:57:08 puno01 kernel: [2306272.568347]  [] 
__do_softirq+0xfc/0x310
  Oct 28 10:57:08 puno01 kernel: [2306272.568354]  [] 
irq_exit+0x105/0x110
  Oct 28 10:57:08 puno01 kernel: [2306272.568365]  [] 
xen_evtchn_do_upcall+0x35/0x50
  Oct 28 10:57:08 puno01 kernel: [2306272.568378]  [] 
xen_do_hypervisor_callback+0x1e/0x30
  Oct 28 10:57:08 puno01 kernel: [2306272.568380][] 
? xen_hypercall_sched_op+0xa/0x20
  Oct 28 10:57:08 puno01 kernel: [2306272.568393]  [] ? 
xen_hypercall_sched_op+0xa/0x20
  Oct 28 10:57:08 puno01 kernel: [2306272.568402]  [] ? 
xen_safe_halt+0x10/0x20
  Oct 28 10:57:08 puno01 kernel: [2306272.568414]  [] ? 
default_idle+0x1f/0x100
  Oct 28 10:57:08 puno01 kernel: [2306272.568420]  [] ? 
arch_cpu_idle+0x26/0x30
  Oct 28 10:57:08 puno01 kernel: [2306272.568429]  [] ? 
cpu_startup_entry+0xc1/0x2b0
  Oct 28 10:57:08 puno01 kernel: [2306272.568438]  [] ? 
cpu_bringup_and_idle+0x18/0x20
  Oct 28 10:57:08 puno01 kernel: [2306272.568441] ---[ end trace 
52192aef6937b28d ]---
  Oct 28 10:57:08 puno01 kernel: [2306272.568633] igb :04:00.0 eth0: Reset 
adapter
  Oct 28 10:57:08 puno01 kernel: [2306272.586016] xenbr0: port 1(eth0) entered 
disabled state
  Oct 28 10:57:08 puno01 kernel: [2306272.600491] igb :04:00.1 eth1: Reset 
adapter
  Oct 28 10:57:12 puno01 kernel: [2306276.123402] igb: eth1 NIC Link is Up 1000 
Mbps Full Duplex, Flow Control: RX
  :

  
  we moved from kernel 3.13.0-88-generic to 4.4.0-45-generic, but the issue 
keeps reapearing sporadicly (apr 1 - 2 times a month). so the adapter reset 
happend on 

  cat /proc/version_signature
  Ubuntu 3.13.0-88.135-generic 3.13.11-ckt39

  
  and on 

   cat /proc/version_signature
  Ubuntu 4.4.0-45.66~14.04.1-generic 4.4.21

  
   lspci-vnvn.log are attached.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Nov  5 04:35 seq
   crw-rw 1 root audio 116, 33 Nov  5 04:35 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Error: [Errno 2] No such file or directory
  MachineType: Supermicro X10DRi
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.utf8
   LC_MESSAGES=POSIX
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: placeholder root=UUID=fc9c0437-9d90-40fd-b0ee-73b4afb00a13 
ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 4.4.0-45.66~14.04.1-generic 4.4.21
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-45-generic N/A
   linux-backports-modules-4.4.0-45-generic  N/A
   linux-firmware1.127.22
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 4.4.0-45-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/14/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.1
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X10DRi
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.02B
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.

[Kernel-packages] [Bug 1658727] Re: [17.04 FEAT] add support to read PCI FMB length

2017-02-21 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: New => 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/1658727

Title:
  [17.04 FEAT] add support to read PCI FMB length

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Since the addition of function type specific measurement data Linux
  needs toleration support for each new PCI function type that increases
  the function measurement block.

  Integrated within kernel 4.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1658727/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1644504] Re: [17.04 FEAT] Ensure stable PCI Identifiers using UIDs

2017-02-21 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Incomplete => 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/1644504

Title:
  [17.04 FEAT] Ensure stable PCI Identifiers using UIDs

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Guarantee stable and unique identifiers for PCI functions.
  Specifically ensure that a PCI function (virtual or physical) will
  always be represented by the same value as long as the IO
  configuration for this function (IOCDS, HCD) does not change.

  Allow customers to maintain persistent configurations for PCI devices
  where needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1644504/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1655909] Re: [17.04 FEAT] Crypto: Concurrent support of multiple domains for crypto adapter

2017-02-21 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Triaged => 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/1655909

Title:
  [17.04 FEAT] Crypto:  Concurrent support of multiple domains for
  crypto adapter

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Enhance the Linux crypto device driver to support multiple domains for crypto 
adapter. 
  The CryptoExpress Adapters of the hardware crypto card support HW 
partitioning in multiple (AP) domains. Currently Linux only uses one domain and 
ignores all other domains.
  Available with kernel 4.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1655909/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1644537] Re: [17.04 FEAT] DASD channel-path aware error recovery

2017-02-21 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   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/1644537

Title:
  [17.04 FEAT] DASD channel-path aware error recovery

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Enhance the DASD driver to log path situations as an error and try to exclude 
paths from further I/Os without risking an out-of-path situation to enable 
users to reset this state when the cause has been resolved.
  Example: 
   If a DASD is connected via multiple paths and one of these paths does not 
work correctly (e.g. constant IFCCs, channel checks, or because HPF has stopped 
working on this path),

  
  Improve RAS especially during setup using DASDs. Resolve customer request, 
avoid field reported problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1644537/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666483] [NEW] ecryptfs fails to load block cipher on ppc64el

2017-02-21 Thread Colin Ian King
Public bug reported:

Specifically, this is not an ecryptfs issue.  ecryptfs attempts to load
the CBC AES block cipher and the ppc64el specific vmx_crypto crypto
driver gets loaded. However, this is using the older blkcipher API
rather than the newer skcipher API as introduced by the following commit
in 4.10:

commit 79c65d179a40e145287e59b33dc782a7c4bf0986
Author: Herbert Xu 
Date:   Tue Nov 22 20:08:39 2016 +0800

crypto: cbc - Convert to skcipher

This patch converts cbc over to the skcipher interface.  It also
rearranges the code to allow it to be reused by drivers.

We see the following error:
 
Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2
Feb 20 16:57:53 gulpin kernel: ecryptfs_init_crypt_ctx: cryptfs: 
init_crypt_ctx(): Error initializing cipher [cbc(aes)]
Feb 20 16:57:53 gulpin kernel: ecryptfs_new_file_context: Error initializing 
cryptographic context for cipher [aes]: rc = [-2]
Feb 20 16:57:53 gulpin kernel: ecryptfs_initialize_file: Error creating new 
file context; rc = [-2]
Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2

Loading the software based cbc crypto before starting ecryptfs rather
than the optimized vmx_crypto allows ecryptfs to run correctly.

So, this core issue is that we need vmx_crypto updated to the newer
crypto API to resolve this issue

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1666483

Title:
  ecryptfs fails to load block cipher on ppc64el

Status in linux package in Ubuntu:
  New

Bug description:
  Specifically, this is not an ecryptfs issue.  ecryptfs attempts to
  load the CBC AES block cipher and the ppc64el specific vmx_crypto
  crypto driver gets loaded. However, this is using the older blkcipher
  API rather than the newer skcipher API as introduced by the following
  commit in 4.10:

  commit 79c65d179a40e145287e59b33dc782a7c4bf0986
  Author: Herbert Xu 
  Date:   Tue Nov 22 20:08:39 2016 +0800

  crypto: cbc - Convert to skcipher
  
  This patch converts cbc over to the skcipher interface.  It also
  rearranges the code to allow it to be reused by drivers.

  We see the following error:
   
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2
  Feb 20 16:57:53 gulpin kernel: ecryptfs_init_crypt_ctx: cryptfs: 
init_crypt_ctx(): Error initializing cipher [cbc(aes)]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_new_file_context: Error initializing 
cryptographic context for cipher [aes]: rc = [-2]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_initialize_file: Error creating new 
file context; rc = [-2]
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2

  Loading the software based cbc crypto before starting ecryptfs rather
  than the optimized vmx_crypto allows ecryptfs to run correctly.

  So, this core issue is that we need vmx_crypto updated to the newer
  crypto API to resolve this issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] fozzie (amd64) - tests ran: 1, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/fozzie__4.10.0-9.11__2017-02-21_11-28-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666483] Missing required logs.

2017-02-21 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1666483

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 comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1666483

Title:
  ecryptfs fails to load block cipher on ppc64el

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Specifically, this is not an ecryptfs issue.  ecryptfs attempts to
  load the CBC AES block cipher and the ppc64el specific vmx_crypto
  crypto driver gets loaded. However, this is using the older blkcipher
  API rather than the newer skcipher API as introduced by the following
  commit in 4.10:

  commit 79c65d179a40e145287e59b33dc782a7c4bf0986
  Author: Herbert Xu 
  Date:   Tue Nov 22 20:08:39 2016 +0800

  crypto: cbc - Convert to skcipher
  
  This patch converts cbc over to the skcipher interface.  It also
  rearranges the code to allow it to be reused by drivers.

  We see the following error:
   
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2
  Feb 20 16:57:53 gulpin kernel: ecryptfs_init_crypt_ctx: cryptfs: 
init_crypt_ctx(): Error initializing cipher [cbc(aes)]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_new_file_context: Error initializing 
cryptographic context for cipher [aes]: rc = [-2]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_initialize_file: Error creating new 
file context; rc = [-2]
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2

  Loading the software based cbc crypto before starting ecryptfs rather
  than the optimized vmx_crypto allows ecryptfs to run correctly.

  So, this core issue is that we need vmx_crypto updated to the newer
  crypto API to resolve this issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666401] Re: Export symbol "dev_pm_qos_update_user_latency_tolerance"

2017-02-21 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2017-February/082645.html

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Zesty)
   Importance: Undecided
 Assignee: Kai-Heng Feng (kaihengfeng)
   Status: Incomplete

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Zesty)
   Status: Incomplete => Fix Released

** Changed in: linux (Ubuntu Zesty)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

** Changed in: linux (Ubuntu Yakkety)
   Status: New => In Progress

** Changed in: linux (Ubuntu Yakkety)
 Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng)

-- 
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/1666401

Title:
  Export symbol "dev_pm_qos_update_user_latency_tolerance"

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Yakkety:
  In Progress
Status in linux source package in Zesty:
  Fix Released

Bug description:
  To enable NVME APST (autonomous power state transitions) to conserve
  NVME power consumption, this commit is required:

  commit 034e7906211c18c230ef4da43a1c44796dd5b95e
  Author: Andrew Lutomirski 
  Date:   Tue Nov 29 17:11:52 2016 -0800

  PM / QoS: Export dev_pm_qos_update_user_latency_tolerance

  nvme wants a module parameter that overrides the default latency
  tolerance.  This makes it easy for nvme to reflect that default in
  sysfs.

  Signed-off-by: Andy Lutomirski 
  Signed-off-by: Rafael J. Wysocki 

  It can be cleanly picked into Xenail and Yakkety kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666401/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1630906] Re: QML segfault on arm64 due to builder kernel change

2017-02-21 Thread Olivier Tilloy
It looks like I’m being bit by this problem again. Building webbrowser-
app packages fails on xenial+overlay arm64. Tests that execute QML code
segfault. Attaching a log file.

Note that the same tests all pass when building on zesty arm64.

** Attachment added: 
"buildlog_ubuntu-xenial-arm64.webbrowser-app_0.23+16.04.20170220.2-0ubuntu1_BUILDING.txt.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1630906/+attachment/4823394/+files/buildlog_ubuntu-xenial-arm64.webbrowser-app_0.23+16.04.20170220.2-0ubuntu1_BUILDING.txt.gz

-- 
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/1630906

Title:
  QML segfault on arm64 due to builder kernel change

Status in linux package in Ubuntu:
  Confirmed
Status in online-accounts-api package in Ubuntu:
  New
Status in qmenumodel package in Ubuntu:
  New
Status in qtdeclarative-opensource-src package in Ubuntu:
  New
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Builders were changed from wily to xenial (4.4) kernel for arm64, and
  likely due to this the following kind of errors started happening:

  https://launchpadlibrarian.net/288487533/buildlog_ubuntu-yakkety-arm64
  .ubuntu-push-qml_0.1+15.10.20150826.1-0ubuntu2_BUILDING.txt.gz

  They happen when executing QML code.

  I've ruled out that reverting to previous qtbase and qtdeclarative
  versions don't affect this, so it's not coming from a Qt change. I've
  also verified there's no problem eg on our Bq tablet running the same
  tests on xenial+overlay. There are currently no found changes at least
  in Qt upstream to backport arm64 related fixes.

  Cause is unknown. But the same problem is there on vivid, xenial and yakkety 
builds:
  
https://launchpadlibrarian.net/288516465/buildlog_ubuntu-yakkety-arm64.online-accounts-api_0.1+16.10.20161006.1-0ubuntu1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288515705/buildlog_ubuntu-xenial-arm64.online-accounts-api_0.1+16.04.20161006.1-0ubuntu1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288515510/buildlog_ubuntu-vivid-arm64.online-accounts-api_0.1+15.04.20161006.1-0ubuntu1_BUILDING.txt.gz

  This means it does not matter if it's Qt 5.4 or 5.6, GCC 4.9, 5 or 6,
  or glibc 2.21, 2.23 or 2.24.

  More logs from affected packages:
  
https://launchpadlibrarian.net/288493058/buildlog_ubuntu-yakkety-arm64.qtdeclarative-opensource-src_5.6.1-7ubuntu3~1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288347391/buildlog_ubuntu-xenial-arm64.webbrowser-app_0.23+16.04.20161005.1-0ubuntu1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288385063/buildlog_ubuntu-vivid-arm64.qmenumodel_0.2.10+15.04.20161005.1-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1630906/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666483] Re: ecryptfs fails to load block cipher on ppc64el

2017-02-21 Thread Marcelo Cerri
This probably affects all the blkciphers impĺemented by the 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/1666483

Title:
  ecryptfs fails to load block cipher on ppc64el

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Specifically, this is not an ecryptfs issue.  ecryptfs attempts to
  load the CBC AES block cipher and the ppc64el specific vmx_crypto
  crypto driver gets loaded. However, this is using the older blkcipher
  API rather than the newer skcipher API as introduced by the following
  commit in 4.10:

  commit 79c65d179a40e145287e59b33dc782a7c4bf0986
  Author: Herbert Xu 
  Date:   Tue Nov 22 20:08:39 2016 +0800

  crypto: cbc - Convert to skcipher
  
  This patch converts cbc over to the skcipher interface.  It also
  rearranges the code to allow it to be reused by drivers.

  We see the following error:
   
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2
  Feb 20 16:57:53 gulpin kernel: ecryptfs_init_crypt_ctx: cryptfs: 
init_crypt_ctx(): Error initializing cipher [cbc(aes)]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_new_file_context: Error initializing 
cryptographic context for cipher [aes]: rc = [-2]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_initialize_file: Error creating new 
file context; rc = [-2]
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2

  Loading the software based cbc crypto before starting ecryptfs rather
  than the optimized vmx_crypto allows ecryptfs to run correctly.

  So, this core issue is that we need vmx_crypto updated to the newer
  crypto API to resolve this issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1626679] Re: NVMe triggering kernel panic followed by "bad: scheduling from the idle thread!"

2017-02-21 Thread Tim Gardner
That patch was released in Ubuntu-4.4.0-35.54

-- 
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/1626679

Title:
  NVMe triggering kernel panic followed by "bad: scheduling from the
  idle thread!"

Status in linux package in Ubuntu:
  Triaged

Bug description:
  On an NVMe system I'm using, Ubuntu 16.04.1 regularly seems to trigger
  off a kernel panic against somepart of the NVMe driver it looks like,
  after which the logs get filled with entries over and over again of:

  "bad: scheduling from the idle thread!"

  Here's the initial stack trace that seems to trigger off the bug:

  Sep 22 15:51:46 ubuntu kernel: [   97.478175] [ cut here 
]
  Sep 22 15:51:46 ubuntu kernel: [   97.478185] WARNING: CPU: 13 PID: 0 at 
/build/linux-dcxD3m/linux-4.4.0/kernel/irq/manage.c:1438 
__free_irq+0x1d2/0x280()
  Sep 22 15:51:46 ubuntu kernel: [   97.478188] Trying to free IRQ 38 from IRQ 
context!
  Sep 22 15:51:46 ubuntu kernel: [   97.478191] Modules linked in: 
nls_iso8859_1 ipmi_ssif intel_rapl x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm irqbypass ioatdma me
  i_me sb_edac shpchp edac_core lpc_ich mei 8250_fintek ipmi_msghandler mac_hid 
ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr autofs4 btrfs 
iscsi_tcp libiscsi_tcp libiscsi
  scsi_transport_iscsi raid10 raid456 async_raid6_recov async_memcpy async_pq 
async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear 
crct10dif_pclmul ixgbe crc32_pclmu
  l dca vxlan aesni_intel ip6_udp_tunnel udp_tunnel aes_x86_64 lrw gf128mul ptp 
glue_helper ahci ablk_helper pps_core cryptd nvme libahci mdio wmi fjes
  Sep 22 15:51:46 ubuntu kernel: [   97.478257] CPU: 13 PID: 0 Comm: swapper/13 
Not tainted 4.4.0-31-generic #50-Ubuntu
  Sep 22 15:51:46 ubuntu kernel: [   97.478260] Hardware name: Oracle 
Corporation ORACLE SERVER X5-2/ASM,MOTHERBOARD,1U, BIOS 30080100 04/13/2016
  Sep 22 15:51:46 ubuntu kernel: [   97.478263]  0286 
4fea3140a01056a3 883f7f743b10 813f1143
  Sep 22 15:51:46 ubuntu kernel: [   97.478267]  883f7f743b58 
81cb61f8 883f7f743b48 81081102
  Sep 22 15:51:46 ubuntu kernel: [   97.478271]  0026 
883f5b2ea700 0026 
  Sep 22 15:51:46 ubuntu kernel: [   97.478275] Call Trace:
  Sep 22 15:51:46 ubuntu kernel: [   97.478277][] 
dump_stack+0x63/0x90
  Sep 22 15:51:46 ubuntu kernel: [   97.478290]  [] 
warn_slowpath_common+0x82/0xc0
  Sep 22 15:51:46 ubuntu kernel: [   97.478294]  [] 
warn_slowpath_fmt+0x5c/0x80
  Sep 22 15:51:46 ubuntu kernel: [   97.478299]  [] ? 
try_to_grab_pending+0xb3/0x160
  Sep 22 15:51:46 ubuntu kernel: [   97.478302]  [] 
__free_irq+0x1d2/0x280
  Sep 22 15:51:46 ubuntu kernel: [   97.478306]  [] 
free_irq+0x3c/0x90
  Sep 22 15:51:46 ubuntu kernel: [   97.478314]  [] 
nvme_suspend_queue+0x89/0xb0 [nvme]
  Sep 22 15:51:46 ubuntu kernel: [   97.478320]  [] 
nvme_disable_admin_queue+0x27/0x90 [nvme]
  Sep 22 15:51:46 ubuntu kernel: [   97.478325]  [] 
nvme_dev_disable+0x29e/0x2c0 [nvme]
  Sep 22 15:51:46 ubuntu kernel: [   97.478330]  [] ? 
__nvme_process_cq+0x210/0x210 [nvme]
  Sep 22 15:51:46 ubuntu kernel: [   97.478334]  [] ? 
dev_warn+0x6c/0x90
  Sep 22 15:51:46 ubuntu kernel: [   97.478340]  [] 
nvme_timeout+0x110/0x1d0 [nvme]
  Sep 22 15:51:46 ubuntu kernel: [   97.478344]  [] ? 
cpumask_next_and+0x2f/0x40
  Sep 22 15:51:46 ubuntu kernel: [   97.478348]  [] ? 
load_balance+0x18c/0x980
  Sep 22 15:51:46 ubuntu kernel: [   97.478354]  [] 
blk_mq_rq_timed_out+0x2f/0x70
  Sep 22 15:51:46 ubuntu kernel: [   97.478358]  [] 
blk_mq_check_expired+0x4e/0x80
  Sep 22 15:51:46 ubuntu kernel: [   97.478363]  [] 
bt_for_each+0xd8/0xe0
  Sep 22 15:51:46 ubuntu kernel: [   97.478367]  [] ? 
blk_mq_rq_timed_out+0x70/0x70
  Sep 22 15:51:46 ubuntu kernel: [   97.478370]  [] ? 
blk_mq_rq_timed_out+0x70/0x70
  Sep 22 15:51:46 ubuntu kernel: [   97.478375]  [] 
blk_mq_queue_tag_busy_iter+0x47/0xc0
  Sep 22 15:51:46 ubuntu kernel: [   97.478379]  [] ? 
blk_mq_attempt_merge+0xb0/0xb0
  Sep 22 15:51:46 ubuntu kernel: [   97.478383]  [] 
blk_mq_rq_timer+0x41/0xf0
  Sep 22 15:51:46 ubuntu kernel: [   97.478389]  [] 
call_timer_fn+0x35/0x120
  Sep 22 15:51:46 ubuntu kernel: [   97.478393]  [] ? 
blk_mq_attempt_merge+0xb0/0xb0
  Sep 22 15:51:46 ubuntu kernel: [   97.478397]  [] 
run_timer_softirq+0x23a/0x2f0
  Sep 22 15:51:46 ubuntu kernel: [   97.478403]  [] 
__do_softirq+0x101/0x290
  Sep 22 15:51:46 ubuntu kernel: [   97.478407]  [] 
irq_exit+0xa3/0xb0
  Sep 22 15:51:46 ubuntu kernel: [   97.478413]  [] 
smp_apic_timer_interrupt+0x42/0x50
  Sep 22 15:51:46 ubuntu kernel: [   97.478417]  [] 
apic_timer_interrupt+0x82/0x90
  Sep 22 15:51:46 ubuntu kernel: [   97.478419][] ? 
cpuidle_enter_state+0x111/0x2b0
  Sep 22 15:51:46 ubuntu kernel: [   97.478428]  [] 
cpuidle_enter+0x17/0x20
  Sep 22 15:5

[Kernel-packages] [Bug 1658625] Re: linux i386 ADT apparmor self-tests OOM machine with linux-4.9.0-12.13

2017-02-21 Thread Colin Ian King
tested on the -propsed 4.10.0-9-generic #11 kernel, no breakages.
Marking this as fixed released. Thanks again John.

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

** 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/1658625

Title:
  linux i386 ADT apparmor self-tests OOM machine with linux-4.9.0-12.13

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Seems we are getting into an OOM situation when running ADT testing.
  This looks to be in the apparmor tests:

09:57:14 ERROR| [stderr] Run kernel regression tests from 14.04's 
apparmor_2.8.95~2430-0ubuntu5.3 ... ok
09:57:14 ERROR| [stderr] test_parser_testsuite (__main__.ApparmorTestsuites)
09:57:20 DEBUG| [stdout] (skipped: This test is only for 14.04 systems with 
the apparmor 2.10.95 SRU or newer installed) (skipped: This test is only for 
14.04 systems with the apparmor 2.10.95 SRU or newer installed)
10:15:45 ERROR| [stderr] Run parser regression tests ... ok
10:15:46 ERROR| [stderr] test_regression_testsuite 
(__main__.ApparmorTestsuites)
10:15:48 DEBUG| [stdout]   preparing apparmor_2.10.95-4ubuntu5.2.dsc... done
10:15:48 DEBUG| [stdout]
Killed

  Console:

  autopkgtest login: [ 2838.328079] AppArmor: change_hat: Invalid input 
'^open'[ 2838.334310] AppArmor: change_hat: Invalid input '^'
  [ 2838.341460] AppArmor: change_hat: Invalid input, NULL hat and NULL magic[ 
2838.349735] AppArmor: change_hat: Invalid input, NULL hat and NULL magic[ 
2838.357374]
  AppArmor: change_hat: Invalid input '^open'
  AppArmor: change_hat: Invalid input '^'[ 2838.359310] AppArmor: change_hat: 
Invalid input '^'
  [ 2955.837326] Out of memory: Kill process 1554 (rsyslogd) score 6 or 
sacrifice child
  [ 2955.840293] Killed process 1554 (rsyslogd) total-vm:91072kB, 
anon-rss:52204kB, file-rss:2356kB, shmem-rss:0kB
  [ 3012.314564] Out of memory: Kill process 13148 (autotest-local) score 1 or 
sacrifice child
  [ 3012.315622] Killed process 24345 (autotest-local) total-vm:18040kB, 
anon-rss:7280kB, file-rss:3544kB, shmem-rss:0kB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658625/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666483] Re: ecryptfs fails to load block cipher on ppc64el

2017-02-21 Thread Marcelo Cerri
The best alternative is to blacklist the vmx-crypto driver while the
module is not converted to the new skcipher API.

The module will fail while allocating several of its algorithms and it
might cause errors in other subsystems that uses the crypto API.

-- 
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/1666483

Title:
  ecryptfs fails to load block cipher on ppc64el

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Specifically, this is not an ecryptfs issue.  ecryptfs attempts to
  load the CBC AES block cipher and the ppc64el specific vmx_crypto
  crypto driver gets loaded. However, this is using the older blkcipher
  API rather than the newer skcipher API as introduced by the following
  commit in 4.10:

  commit 79c65d179a40e145287e59b33dc782a7c4bf0986
  Author: Herbert Xu 
  Date:   Tue Nov 22 20:08:39 2016 +0800

  crypto: cbc - Convert to skcipher
  
  This patch converts cbc over to the skcipher interface.  It also
  rearranges the code to allow it to be reused by drivers.

  We see the following error:
   
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2
  Feb 20 16:57:53 gulpin kernel: ecryptfs_init_crypt_ctx: cryptfs: 
init_crypt_ctx(): Error initializing cipher [cbc(aes)]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_new_file_context: Error initializing 
cryptographic context for cipher [aes]: rc = [-2]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_initialize_file: Error creating new 
file context; rc = [-2]
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2

  Loading the software based cbc crypto before starting ecryptfs rather
  than the optimized vmx_crypto allows ecryptfs to run correctly.

  So, this core issue is that we need vmx_crypto updated to the newer
  crypto API to resolve this issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1630906] Re: QML segfault on arm64 due to builder kernel change

2017-02-21 Thread Timo Jyrinki
This is fixed in zesty in Qt 5.7.1.

It should be eventually part of also LTS Qt 5.6.3 release some time
later in first half of 2017.

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Status: New => 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/1630906

Title:
  QML segfault on arm64 due to builder kernel change

Status in linux package in Ubuntu:
  Confirmed
Status in online-accounts-api package in Ubuntu:
  New
Status in qmenumodel package in Ubuntu:
  New
Status in qtdeclarative-opensource-src package in Ubuntu:
  Fix Released
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Builders were changed from wily to xenial (4.4) kernel for arm64, and
  likely due to this the following kind of errors started happening:

  https://launchpadlibrarian.net/288487533/buildlog_ubuntu-yakkety-arm64
  .ubuntu-push-qml_0.1+15.10.20150826.1-0ubuntu2_BUILDING.txt.gz

  They happen when executing QML code.

  I've ruled out that reverting to previous qtbase and qtdeclarative
  versions don't affect this, so it's not coming from a Qt change. I've
  also verified there's no problem eg on our Bq tablet running the same
  tests on xenial+overlay. There are currently no found changes at least
  in Qt upstream to backport arm64 related fixes.

  Cause is unknown. But the same problem is there on vivid, xenial and yakkety 
builds:
  
https://launchpadlibrarian.net/288516465/buildlog_ubuntu-yakkety-arm64.online-accounts-api_0.1+16.10.20161006.1-0ubuntu1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288515705/buildlog_ubuntu-xenial-arm64.online-accounts-api_0.1+16.04.20161006.1-0ubuntu1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288515510/buildlog_ubuntu-vivid-arm64.online-accounts-api_0.1+15.04.20161006.1-0ubuntu1_BUILDING.txt.gz

  This means it does not matter if it's Qt 5.4 or 5.6, GCC 4.9, 5 or 6,
  or glibc 2.21, 2.23 or 2.24.

  More logs from affected packages:
  
https://launchpadlibrarian.net/288493058/buildlog_ubuntu-yakkety-arm64.qtdeclarative-opensource-src_5.6.1-7ubuntu3~1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288347391/buildlog_ubuntu-xenial-arm64.webbrowser-app_0.23+16.04.20161005.1-0ubuntu1_BUILDING.txt.gz
  
https://launchpadlibrarian.net/288385063/buildlog_ubuntu-vivid-arm64.qmenumodel_0.2.10+15.04.20161005.1-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1630906/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666483] Re: ecryptfs fails to load block cipher on ppc64el

2017-02-21 Thread Tim Gardner
UBUNTU: [Config] CONFIG_CRYPTO_DEV_VMX=n

We need to revisit this once we have some input from upstream.

** Also affects: linux (Ubuntu Zesty)
   Importance: Undecided
   Status: Incomplete

** Changed in: linux (Ubuntu Zesty)
   Status: Incomplete => Fix Committed

** Changed in: linux (Ubuntu Zesty)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
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/1666483

Title:
  ecryptfs fails to load block cipher on ppc64el

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  Specifically, this is not an ecryptfs issue.  ecryptfs attempts to
  load the CBC AES block cipher and the ppc64el specific vmx_crypto
  crypto driver gets loaded. However, this is using the older blkcipher
  API rather than the newer skcipher API as introduced by the following
  commit in 4.10:

  commit 79c65d179a40e145287e59b33dc782a7c4bf0986
  Author: Herbert Xu 
  Date:   Tue Nov 22 20:08:39 2016 +0800

  crypto: cbc - Convert to skcipher
  
  This patch converts cbc over to the skcipher interface.  It also
  rearranges the code to allow it to be reused by drivers.

  We see the following error:
   
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2
  Feb 20 16:57:53 gulpin kernel: ecryptfs_init_crypt_ctx: cryptfs: 
init_crypt_ctx(): Error initializing cipher [cbc(aes)]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_new_file_context: Error initializing 
cryptographic context for cipher [aes]: rc = [-2]
  Feb 20 16:57:53 gulpin kernel: ecryptfs_initialize_file: Error creating new 
file context; rc = [-2]
  Feb 20 16:57:53 gulpin kernel: Failed to allocate transformation for 
'cbc(aes)': -2

  Loading the software based cbc crypto before starting ecryptfs rather
  than the optimized vmx_crypto allows ecryptfs to run correctly.

  So, this core issue is that we need vmx_crypto updated to the newer
  crypto API to resolve this issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666483/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1658635] Re: RTC? test time-out (linux 4.9.0-12.13 ADT test failure with linux 4.9.0-12.13)

2017-02-21 Thread Colin Ian King
I don't see any issue now with 4.10.0-8 (i386 + amd64), so marking this
as fixed released.

** Changed in: linux (Ubuntu)
   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.launchpad.net/bugs/1658635

Title:
  RTC? test time-out (linux 4.9.0-12.13 ADT test failure with linux
  4.9.0-12.13)

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-zesty/zesty/amd64/l/linux/20170122_155800_770b2@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658635/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] rumford (amd64) - tests ran: 1, failed: 0

2017-02-21 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/rumford__4.10.0-9.11__2017-02-21_14-10-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666103] Re: Pull latest be2net "net" patches to Ubunut 17.04

2017-02-21 Thread Tim Gardner
All of these patches were merged in v4.10

** Also affects: linux (Ubuntu Zesty)
   Importance: Undecided
   Status: Confirmed

** Changed in: linux (Ubuntu Zesty)
   Status: Confirmed => Fix Released

** Changed in: linux (Ubuntu Zesty)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
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/1666103

Title:
  Pull latest be2net "net" patches to Ubunut 17.04

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Zesty:
  Fix Released

Bug description:
  Hi,

  Could you please pull the following net patches into Zesty.

  Thanks,
  Suresh.

  [root@dhcp-10-192-206-109 benet]# git log .
  commit 34393529163af7163ef8459808e3cf2af7db7f16
  Author: Ivan Vecera 
  Date: Fri Jan 13 22:38:29 2017 +0100

  be2net: fix MAC addr setting on privileged BE3 VFs

  During interface opening MAC address stored in netdev->dev_addr is
  programmed in the HW with exception of BE3 VFs where the initial
  MAC is programmed by parent PF. This is OK when MAC address is not
  changed when an interfaces is down. In this case the requested MAC is
  stored to netdev->dev_addr and later is stored into HW during opening.
  But this is not done for all BE3 VFs so the NIC HW does not know
  anything about this change and all traffic is filtered.

  This is the case of bonding if fail_over_mac == 0 where the MACs of
  the slaves are changed while they are down.

  The be2net behavior is too restrictive because if a BE3 VF has
  the FILTMGMT privilege then it is able to modify its MAC without
  any restriction.

  To solve the described problem the driver should take care about these
  privileged BE3 VFs so the MAC is programmed during opening. And by
  contrast unpriviled BE3 VFs should not be allowed to change its MAC
  in any case.

  Cc: Sathya Perla 
  Cc: Ajit Khaparde 
  Cc: Sriharsha Basavapatna 
  Cc: Somnath Kotur 
  Signed-off-by: Ivan Vecera 
  Signed-off-by: David S. Miller 

  commit 6d928ae590c8d58cfd5cca997d54394de139cbb7
  Author: Ivan Vecera 
  Date: Fri Jan 13 22:38:28 2017 +0100

  be2net: don't delete MAC on close on unprivileged BE3 VFs

  BE3 VFs without FILTMGMT privilege are not allowed to modify its MAC,
  VLAN table and UC/MC lists. So don't try to delete MAC on such VFs.

  Cc: Sathya Perla 
  Cc: Ajit Khaparde 
  Cc: Sriharsha Basavapatna 
  Cc: Somnath Kotur 
  Signed-off-by: Ivan Vecera 
  Signed-off-by: David S. Miller 

  commit fe68d8bfe59c561664aa87d827aa4b320eb08895
  Author: Ivan Vecera 
  Date: Fri Jan 13 22:38:27 2017 +0100

  be2net: fix status check in be_cmd_pmac_add()

  Return value from be_mcc_notify_wait() contains a base completion status
  together with an additional status. The base_status() macro need to be
  used to access base status.

  Fixes: e3a7ae2 be2net: Changing MAC Address of a VF was broken
  Cc: Sathya Perla 
  Cc: Ajit Khaparde 
  Cc: Sriharsha Basavapatna 
  Cc: Somnath Kotur 
  Signed-off-by: Ivan Vecera 
  Signed-off-by: David S. Miller 

  commit 6052cd1af86f9833b6b0b60d5d4787c4a06d65ea
  Author: Ivan Vecera 
  Date: Fri Jan 6 21:59:30 2017 +0100

  be2net: fix unicast list filling

  The adapter->pmac_id[0] item is used for primary MAC address but
  this is not true for adapter->uc_list[0] as is assumed in
  be_set_uc_list(). There are N UC addresses copied first from net_device
  to adapter->uc_list[1..N] and then N UC addresses from
  adapter->uc_list[0..N-1] are sent to HW. So the last UC address is never
  stored into HW and address 00:00:00:00;00:00 (from uc_list[0]) is used
  instead.

  Cc: Sathya Perla 
  Cc: Ajit Khaparde 
  Cc: Sriharsha Basavapatna 
  Cc: Somnath Kotur 
  Fixes: b717241 be2net: replace polling with sleeping in the FW completion 
path
  Signed-off-by: Ivan Vecera 
  Signed-off-by: David S. Miller 

  commit 1d0f110a2c6c4bca3dbcc4b0e27f1e3dc2d44a2c
  Author: Ivan Vecera 
  Date: Fri Jan 6 20:30:02 2017 +0100

  be2net: fix accesses to unicast list

  Commit 988d44b "be2net: Avoid redundant addition of mac address in HW"
  introduced be_dev_mac_add & be_uc_mac_add helpers that incorrectly
  access adapter->uc_list as an array of bytes instead of an array of
  be_eth_addr. Consequently NIC is not filled with valid data so unicast
  filtering is broken.

  Cc: Sathya Perla 
  Cc: Ajit Khaparde 
  Cc: Sriharsha Basavapatna 
  Cc: Somnath Kotur 
  Fixes: 988d44b be2net: Avoid redundant addition of mac address in HW
  Signed-off-by: Ivan Vecera 
  Signed-off-by: David S. Miller 

  commit 096de2f83ebc8e0404c5b7e847a4abd27b9739da
  Author: Sabrina Dubroca 
  Date: Tue Jan 3 16:26:04 20

[Kernel-packages] [Bug 1666197] Re: POWER9 : Enable Stop 0-2 with ESL=EC=0

2017-02-21 Thread Tim Gardner
** Also affects: linux (Ubuntu Zesty)
   Importance: Undecided
 Assignee: Taco Screen team (taco-screen-team)
   Status: New

** Changed in: linux (Ubuntu Zesty)
   Status: New => Fix Committed

** Changed in: linux (Ubuntu Zesty)
 Assignee: Taco Screen team (taco-screen-team) => Tim Gardner (timg-tpi)

-- 
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/1666197

Title:
  POWER9 : Enable Stop 0-2 with ESL=EC=0

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  In Linux 4.10-rc8, the implementation to enable the "stop" instruction
  has the following shortcomings:

  a) The code hand-codes the values for ESL, EC, TR, MTL bits of PSSCR  and 
uses only the RL field from the firmware. While this is not  incorrect, since 
the hand-coded values are legitimate, it is not a
   very flexible design since the firmware has the capability to  communicate 
these values via the "ibm,cpu-idle-state-psscr" and  
"ibm,cpu-idle-state-psscr-mask" properties. In case where the  firmware 
provides values for these fields that is different from  the hand-coded values, 
the current code will not work as intended.

  b) Due to issue a), the current code assumes that ESL=EC=1 for all the
  stop states and hence the wakeup from the stop instruction will
  happen at 0x100, the system-reset vector which also results in GPR
  state loss. However, the ISA v3.0 allows the ESL=EC=0 behaviour where
  the corresponding stop-states lose no GPR state and wakes up from the
  subsequent instruction. The code in 4.10-rc8 doesn't support these
  light-weight stop modes.

  The following commits in the "next" branch of the powerpc-linux git tree 
(git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git) address these 
issues. These patches are needed in 17.04 to enable 
  light-weight stop modes

  1) commit 823b7bd5156a93872d9561b3f033dfe5cb80204e,  powernv:idle: Add
  IDLE_STATE_ENTER_SEQ_NORET macro

  2)commit dd34c74c97b6c3ed1ac7caec0b46267142659aff, powernv:stop:
  Rename pnv_arch300_idle_init to pnv_power9_idle_init

  3)commit 9e9fc6f00a54f7064dc681ac187be6498d566a4f, cpuidle:powernv:
  Add helper function to populate powernv idle states

  4)commit 09206b600c76f20984e80d99f3b5343c79332a97, powernv: Pass PSSCR
  value and mask to power9_idle_stop

  5)commit b48ff52043f489d594b989b318c120ca340a2e41,
  Documentation:powerpc: Add device-tree bindings for power-mgt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666197/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666413] Re: linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

2017-02-21 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1666413

Title:
  linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  Installing the linux-generic-hwe-16.04 package pulls in linux-generic-
  hwe-16.04-edge, thus the system has linux-image-4.8.0-34-generic and
  linux-image-4.8.0-36-generic installed. The system then boots to
  4.8.0-36.

  Installing linux-generic-hwe-16.04 shouldn't pull in linux-generic-
  hwe-16.04-edge and only one kernel should be installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666413/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1658633] Re: stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test failure with linux 4.9.0-12.13)

2017-02-21 Thread Colin Ian King
Still an issue with 4.10

-- 
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/1658633

Title:
  stress_smoke_test passing and exiting rc=9 (linux 4.9.0-12.13 ADT test
  failure with linux 4.9.0-12.13)

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  In Progress

Bug description:
  Testing failed on:
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-zesty/zesty/ppc64el/l/linux/20170122_110123_770b2@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1658633/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666324] Re: Xenial update to v4.4.50 stable release

2017-02-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** 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/1666324

Title:
  Xenial update to v4.4.50 stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Confirmed

Bug description:
  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 a mainline/stable Linux tree or
     a minimally backported form of that patch. The v4.4.50 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches from the v4.4.50 stable release shall be
  applied:

  can: Fix kernel panic at security_sock_rcv_skb
  ipv6: fix ip6_tnl_parse_tlv_enc_lim()
  ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
  tcp: fix 0 divide in __tcp_select_window()
  net: use a work queue to defer net_disable_timestamp() work
  ipv4: keep skb->dst around in presence of IP options
  netlabel: out of bound access in cipso_v4_validate()
  ip6_gre: fix ip6gre_err() invalid reads
  ipv6: tcp: add a missing tcp_v6_restore_cb()
  tcp: avoid infinite loop in tcp_splice_read()
  tun: read vnet_hdr_sz once
  macvtap: read vnet_hdr_size once
  mlx4: Invoke softirqs after napi_reschedule
  sctp: avoid BUG_ON on sctp_wait_for_sndbuf
  sit: fix a double free on error path
  net: introduce device min_header_len
  packet: round up linear to header len
  ping: fix a null pointer dereference
  l2tp: do not use udp_ioctl()
  Linux 4.4.50

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666324/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666324] Re: Xenial update to v4.4.50 stable release

2017-02-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu Xenial)
   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/1666324

Title:
  Xenial update to v4.4.50 stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Confirmed

Bug description:
  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 a mainline/stable Linux tree or
     a minimally backported form of that patch. The v4.4.50 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches from the v4.4.50 stable release shall be
  applied:

  can: Fix kernel panic at security_sock_rcv_skb
  ipv6: fix ip6_tnl_parse_tlv_enc_lim()
  ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()
  tcp: fix 0 divide in __tcp_select_window()
  net: use a work queue to defer net_disable_timestamp() work
  ipv4: keep skb->dst around in presence of IP options
  netlabel: out of bound access in cipso_v4_validate()
  ip6_gre: fix ip6gre_err() invalid reads
  ipv6: tcp: add a missing tcp_v6_restore_cb()
  tcp: avoid infinite loop in tcp_splice_read()
  tun: read vnet_hdr_sz once
  macvtap: read vnet_hdr_size once
  mlx4: Invoke softirqs after napi_reschedule
  sctp: avoid BUG_ON on sctp_wait_for_sndbuf
  sit: fix a double free on error path
  net: introduce device min_header_len
  packet: round up linear to header len
  ping: fix a null pointer dereference
  l2tp: do not use udp_ioctl()
  Linux 4.4.50

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666324/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666413] Re: linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

2017-02-21 Thread Tim Gardner
Lee - I'm not seeing this symptom. From a stock fully updated Xenial
image:

rtg@ubuntu:~$ uname -r
4.4.0-64-generic
rtg@ubuntu:~$ sudo apt-get install linux-generic-hwe-16.04
[sudo] password for rtg: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic 
linux-headers-generic-hwe-16.04
  linux-image-4.8.0-36-generic linux-image-extra-4.8.0-36-generic 
linux-image-generic-hwe-16.04 thermald
Suggested packages:
  fdutils linux-tools
The following NEW packages will be installed:
  linux-generic-hwe-16.04 linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic
  linux-headers-generic-hwe-16.04 linux-image-4.8.0-36-generic 
linux-image-extra-4.8.0-36-generic
  linux-image-generic-hwe-16.04 thermald
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 72.4 MB of archives.
After this operation, 316 MB of additional disk space will be used.
Do you want to continue? [Y/n] n

It looks to me like it will do the right thing.

-- 
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/1666413

Title:
  linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  Installing the linux-generic-hwe-16.04 package pulls in linux-generic-
  hwe-16.04-edge, thus the system has linux-image-4.8.0-34-generic and
  linux-image-4.8.0-36-generic installed. The system then boots to
  4.8.0-36.

  Installing linux-generic-hwe-16.04 shouldn't pull in linux-generic-
  hwe-16.04-edge and only one kernel should be installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666413/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666413] Re: linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

2017-02-21 Thread Tim Gardner
I did notice that linux-generic-hwe-16.04-edge is lagging by one
release.

-- 
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/1666413

Title:
  linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  Installing the linux-generic-hwe-16.04 package pulls in linux-generic-
  hwe-16.04-edge, thus the system has linux-image-4.8.0-34-generic and
  linux-image-4.8.0-36-generic installed. The system then boots to
  4.8.0-36.

  Installing linux-generic-hwe-16.04 shouldn't pull in linux-generic-
  hwe-16.04-edge and only one kernel should be installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666413/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666214] rumford (amd64) - tests ran: 19, failed: 1

2017-02-21 Thread Brad Figg
tests ran:  19, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-9.11-generic/rumford__4.10.0-9.11__2017-02-21_14-49-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/1666214

Title:
  linux: 4.10.0-9.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Incomplete
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-proposed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  This bug is for tracking the 4.10.0-9.11 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1666214/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666561] [NEW] Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

2017-02-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
16.04.2(clean install) from linux mint everything works fine except the
Ralink WIFI.  My wifi is hard blocked from the beginning and i am unable
to activate it and in ubuntu this cards doesn't works at all. When i try
to unblock my wifi through rfkill command it doesnt works at all, not
even by pressing the wifi button in my laptop but it windows 10 it works
absolutely fine.

I don't why in any ubuntu version my wifi doesn't works..It always shows
the disabled status in Network manager applet.

This bug is exist from ubuntu 15.10 and its not yet fixed. Please
provide a necessary fix for this card because im unable to use wireless
in ubuntu 16.04 at all.

** Affects: linux-firmware (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: blocked hard issue kernel r3290 ralink rfkill switch wifi
-- 
Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2
https://bugs.launchpad.net/bugs/1666561
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux-firmware in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666260] Re: "Out of memory" errors after upgrade to 4.4.0-59 + 4.8.0-34

2017-02-21 Thread Iain Buclaw
And 4.8.0-36 is affected by bug also.

** Attachment added: "linux-48036.oom.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666260/+attachment/4823499/+files/linux-48036.oom.txt

-- 
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/1666260

Title:
  "Out of memory" errors after upgrade to 4.4.0-59 + 4.8.0-34

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Same as #1655842 - Started seeing oom-killer on multiple servers
  upgraded to 4.4.0-59.

  Unlike #1655842, also seeing the same oom-killer on multiple servers
  updated to 4.8.0-34.

  First upgraded them all 4.8 servers 4.8.0-36, then downgraded a few to
  4.4.0-63.  I am seeing no change in the memory usage, so I can only
  assume that 4.4.0-63 is also bugged with the same problem as 4.4.0-59
  and 4.8.0-34.  Either because #1655842 is not fixed, or it is only
  fixed for certain kinds of workloads.

  However, on closer inspection, there is definitely a notable
  difference between 4.4.0-59 and 4.4.0-63/4.8.0-34.

  The symptoms I'm seeing are:

  Upgrading 4.4.0-57 -> 4.4.0-59:
  - /proc/meminfo:Buffers: Up from 9GB to 15GB
  - /proc/meminfo:Cached: Up from 5GB to 10GB
  - /proc/meminfo:SReclaimable: Down from 15GB to 5GB.
  - /proc/meminfo:SUnreclaim: No notable change

  Upgrading 4.4.0-57 -> 4.8.0-34:
  - /proc/meminfo:Buffers: Up from 9GB to 14GB
  - /proc/meminfo:Cached: Down from 5GB to 2GB
  - /proc/meminfo:SReclaimable: Down from 15GB to 14GB.
  - /proc/meminfo:SUnreclaim: No notable change

  Downgrading 4.8.0-34 -> 4.4.0-63:  (however uptime is only 1 hour)
  - /proc/meminfo:Buffers: No notable change
  - /proc/meminfo:Cached: No notable change
  - /proc/meminfo:SReclaimable: No notable change
  - /proc/meminfo:SUnreclaim: No notable change

  Setting vm.vfs_cache_pressure = 300 seems to have a positive effect of
  not causing OOMs.

  Downgrading to 4.4.0-57 also works.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-63-generic 4.4.0-63.84
  ProcVersionSignature: Ubuntu 4.4.0-63.84-generic 4.4.44
  Uname: Linux 4.4.0-63-generic x86_64
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  Date: Mon Feb 20 16:15:56 2017
  InstallationDate: Installed on 2012-06-04 (1721 days ago)
  InstallationMedia:
   
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb: Error: [Errno 2] No such file or directory: 'lsusb'
  MachineType: System manufacturer System Product Name
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-63-generic 
root=UUID=b790930f-ad81-4b27-a353-a4b3d6a29007 ro nomodeset nomdmonddf 
nomdmonisw
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-63-generic N/A
   linux-backports-modules-4.4.0-63-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2017-02-16 (4 days ago)
  dmi.bios.date: 10/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H67-M PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1106:bd10/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666260/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666260] Re: "Out of memory" errors after upgrade to 4.4.0-59 + 4.8.0-34

2017-02-21 Thread Iain Buclaw
No OOM on servers running 4.4.0-63 just yet, but the memory usage on
them is weird to say the least.  The Buffer/SLAB ratio is completely
different from 4.4.0-57.

-- 
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/1666260

Title:
  "Out of memory" errors after upgrade to 4.4.0-59 + 4.8.0-34

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Same as #1655842 - Started seeing oom-killer on multiple servers
  upgraded to 4.4.0-59.

  Unlike #1655842, also seeing the same oom-killer on multiple servers
  updated to 4.8.0-34.

  First upgraded them all 4.8 servers 4.8.0-36, then downgraded a few to
  4.4.0-63.  I am seeing no change in the memory usage, so I can only
  assume that 4.4.0-63 is also bugged with the same problem as 4.4.0-59
  and 4.8.0-34.  Either because #1655842 is not fixed, or it is only
  fixed for certain kinds of workloads.

  However, on closer inspection, there is definitely a notable
  difference between 4.4.0-59 and 4.4.0-63/4.8.0-34.

  The symptoms I'm seeing are:

  Upgrading 4.4.0-57 -> 4.4.0-59:
  - /proc/meminfo:Buffers: Up from 9GB to 15GB
  - /proc/meminfo:Cached: Up from 5GB to 10GB
  - /proc/meminfo:SReclaimable: Down from 15GB to 5GB.
  - /proc/meminfo:SUnreclaim: No notable change

  Upgrading 4.4.0-57 -> 4.8.0-34:
  - /proc/meminfo:Buffers: Up from 9GB to 14GB
  - /proc/meminfo:Cached: Down from 5GB to 2GB
  - /proc/meminfo:SReclaimable: Down from 15GB to 14GB.
  - /proc/meminfo:SUnreclaim: No notable change

  Downgrading 4.8.0-34 -> 4.4.0-63:  (however uptime is only 1 hour)
  - /proc/meminfo:Buffers: No notable change
  - /proc/meminfo:Cached: No notable change
  - /proc/meminfo:SReclaimable: No notable change
  - /proc/meminfo:SUnreclaim: No notable change

  Setting vm.vfs_cache_pressure = 300 seems to have a positive effect of
  not causing OOMs.

  Downgrading to 4.4.0-57 also works.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-63-generic 4.4.0-63.84
  ProcVersionSignature: Ubuntu 4.4.0-63.84-generic 4.4.44
  Uname: Linux 4.4.0-63-generic x86_64
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  Date: Mon Feb 20 16:15:56 2017
  InstallationDate: Installed on 2012-06-04 (1721 days ago)
  InstallationMedia:
   
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb: Error: [Errno 2] No such file or directory: 'lsusb'
  MachineType: System manufacturer System Product Name
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-63-generic 
root=UUID=b790930f-ad81-4b27-a353-a4b3d6a29007 ro nomodeset nomdmonddf 
nomdmonisw
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-63-generic N/A
   linux-backports-modules-4.4.0-63-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2017-02-16 (4 days ago)
  dmi.bios.date: 10/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H67-M PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1106:bd10/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666260/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666561] ProcEnviron.txt

2017-02-21 Thread Shankey
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1666561/+attachment/4823504/+files/ProcEnviron.txt

** Description changed:

  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except the
  Ralink WIFI.  My wifi is hard blocked from the beginning and i am unable
  to activate it and in ubuntu this cards doesn't works at all. When i try
  to unblock my wifi through rfkill command it doesnt works at all, not
  even by pressing the wifi button in my laptop but it windows 10 it works
  absolutely fine.
  
  I don't why in any ubuntu version my wifi doesn't works..It always shows
  the disabled status in Network manager applet.
  
  This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ Dependencies:
+  
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2017-02-19 (2 days ago)
+ InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
+ Package: linux-firmware 1.157.8
+ PackageArchitecture: all
+ ProcEnviron:
+  LANGUAGE=en_IN:en
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_IN
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
+ Tags:  xenial
+ Uname: Linux 4.8.0-36-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1666561

Title:
  Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except
  the Ralink WIFI.  My wifi is hard blocked from the beginning and i am
  unable to activate it and in ubuntu this cards doesn't works at all.
  When i try to unblock my wifi through rfkill command it doesnt works
  at all, not even by pressing the wifi button in my laptop but it
  windows 10 it works absolutely fine.

  I don't why in any ubuntu version my wifi doesn't works..It always
  shows the disabled status in Network manager applet.

  This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1666561/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666561] JournalErrors.txt

2017-02-21 Thread Shankey
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1666561/+attachment/4823505/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1666561

Title:
  Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except
  the Ralink WIFI.  My wifi is hard blocked from the beginning and i am
  unable to activate it and in ubuntu this cards doesn't works at all.
  When i try to unblock my wifi through rfkill command it doesnt works
  at all, not even by pressing the wifi button in my laptop but it
  windows 10 it works absolutely fine.

  I don't why in any ubuntu version my wifi doesn't works..It always
  shows the disabled status in Network manager applet.

  This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1666561/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666561] Re: Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

2017-02-21 Thread Shankey
apport information

** Package changed: ubuntu => linux-firmware (Ubuntu)

** Tags added: apport-collected xenial

** Description changed:

  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except the
  Ralink WIFI.  My wifi is hard blocked from the beginning and i am unable
  to activate it and in ubuntu this cards doesn't works at all. When i try
  to unblock my wifi through rfkill command it doesnt works at all, not
  even by pressing the wifi button in my laptop but it windows 10 it works
  absolutely fine.
  
  I don't why in any ubuntu version my wifi doesn't works..It always shows
  the disabled status in Network manager applet.
  
- This bug is exist from ubuntu 15.10 and its not yet fixed. Please
- provide a necessary fix for this card because im unable to use wireless
- in ubuntu 16.04 at all.
+ This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.5
+ Architecture: amd64
+ CurrentDesktop: Unity
+ Dependencies:
+  
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2017-02-19 (2 days ago)
+ InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
+ Package: linux-firmware 1.157.8
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
+ Tags:  xenial
+ Uname: Linux 4.8.0-36-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1666561/+attachment/4823503/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1666561

Title:
  Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except
  the Ralink WIFI.  My wifi is hard blocked from the beginning and i am
  unable to activate it and in ubuntu this cards doesn't works at all.
  When i try to unblock my wifi through rfkill command it doesnt works
  at all, not even by pressing the wifi button in my laptop but it
  windows 10 it works absolutely fine.

  I don't why in any ubuntu version my wifi doesn't works..It always
  shows the disabled status in Network manager applet.

  This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1666561/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1650058] Re: [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and image

2017-02-21 Thread Joseph Salisbury
Hi Josh,

Are you also requesting the fifth patch posted in comment #15?

-- 
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/1650058

Title:
  [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel
  and image

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  In order to have the correct VF driver to support SR-IOV in Azure, the
  Mellanox OFED distribution needs to be included in the kernel and the
  image. Mellanox's drivers are not upstream, but they are available
  from here:

  
https://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers&ssn=3nnhohirh5htv6dnp1uk7tf487

  While this configuration is not explicitly listed as supported in the
  release notes, Microsoft and Mellanox engineers are working on the
  corresponding Windows Server 2016 PF driver to support this VF driver
  in operation in Ubuntu guests.

  I file file a corresponding rebase request to pick up the PCI
  passthrough and other SR-IOV work done for the Hyper-V capabilities in
  the upstream 4.9 kernel.

  Only 64-bit support for Ubuntu 16.04's HWE kernel is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1650058/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1264707] Re: IO limit 1.2 MB/s for 32bit ubuntu (PAE, 32 Gb RAM)

2017-02-21 Thread Valentin Hilbig
Perhaps try: sysctl vm.highmem_is_dirtyable=1

Before: 1-3 MB/s write speed, one CPU (25%) wasted on waiting.
After: more than 200 MB/s write speed, 1-2% waiting.
Kernel: 32 Bit 4.4.0-45-generic Ubuntu, 32 GB RAM, SSD

-- 
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/1264707

Title:
  IO limit 1.2 MB/s for 32bit ubuntu (PAE, 32 Gb RAM)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I recently installed a new motherboard Asus M5A99FX PRO R2.0 and found out 
that IO speed is very low; i.e.  the dd command output:
  dd if=/dev/zero of=/tmp/output bs=8k count=1000k
  ^C13885+0 records in
  13885+0 records out
  113745920 bytes (114 MB) copied, 99.6639 s, 1.1 MB/s

  This issue is reproducing with my new SSD (with ext4), my USB drives
  and my hard disk (with ext4) from Ubuntu i386, 13.04 and 13.10. Such a
  speed is not ok, awfully slow. When I run two or more the same dd
  commands simultaneously,  I have 1,2 Mb/s for every process.

  WORKAROUNDs:
  + turn off ACPI services, see more at 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1264707/comments/18
  + Use the amd64 version
  + Use CONFIG_HIGHMEM4G=y
  + CONFIG_VMSPLIT_1G=y

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-12-generic 3.11.0-12.19
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic i686
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  ubuntu 4507 F pulseaudio
   /dev/snd/controlC1:  ubuntu 4507 F pulseaudio
   /dev/snd/controlC0:  ubuntu 4507 F pulseaudio
  CasperVersion: 1.336ubuntu1
  Date: Sat Dec 28 15:56:33 2013
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  LiveMediaBuild: Ubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/10/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1708
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: M5A99FX PRO R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1708:bd04/10/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A99FXPROR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1264707/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1630924] Re: Kdump through NMI SMP and single core not working on Ubuntu16.10

2017-02-21 Thread Joseph Salisbury
Hi Chris,

I removed Vivid from the bug.

** No longer affects: linux (Ubuntu Vivid)

-- 
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/1630924

Title:
  Kdump through NMI SMP and single core not working on Ubuntu16.10

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released
Status in linux source package in Zesty:
  Fix Released

Bug description:
  During some tests I've encountered an issue with kdump through NMI SMP
  and single core. After kdump configuration, when I trigger the crash
  through an NMI call from the host, the VM will panic, however it will
  not write the vmcore dump files and neither reboot.

  REPRO STEPS:

  1. configure kdump
   - crashkernel=512M-:384M  /boot/grub/grub.cfg
   - USE_KDUMP=1 /etc/default/kdump-tools

  2. after configuration reboot the VM

  3. check kdump status
   - cat /sys/kernel/kexec_*
   - service kdump-tools status

  4. configure NMI
   - sysctl -w kernel.unknown_nmi_panic=1

  5. trigger a crash from host
   - Debug-VM -Name $vmName -InjectNonMaskableInterrupt -ComputerName $hvServer 
-Force

  This case also applies to:
  -Ubuntu 16.10 generation 2(kernel version: 4.8.0-17-generic)
  -Ubuntu 16.04.1(kernel: 4.4.0-38-generic)
  -Ubuntu 14.04.5(kernel: 3.19.0-69-generic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1630924/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491654] Re: Intel P3700 PCIe SSD string shows ''Unknown'' during Ubuntu 14.04 installation

2017-02-21 Thread Joseph Salisbury
It sounds like 4.8-rc1 and 4.10-rc1 do not have the bug.  Were you able
to test the 4.5 final kernel?

-- 
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/1491654

Title:
  Intel P3700 PCIe SSD string shows ''Unknown'' during Ubuntu 14.04
  installation

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Yakkety:
  In Progress
Status in linux source package in Zesty:
  In Progress

Bug description:
  Current Behavior
  ==
  1. Intel P3700 PCIe SSD string shows "Unknow" during Ubuntu 14.04 install.

  Reference Verification
  ==
  1. Which version of previous BIOS/BMC/HW passed/failed? 1st Test
  2. Which similar project/product passed/failed? NA

  Steps to reproduce the problem
  ==
  1. Install Intel P3700 PCIe SSD*2 and SAS 12G HDD*8 with LSI 3108 into SUT.
  2. Power on system and install Ubuntu 14.04.
  3. Intel P3700 PCIe SSD string shows "Unknown" during OS install.

  Expected Behavior
  ==
  1. Intel P3700 PCIe SSD string should not show "Unknown" during Ubuntu 14.04 
install.

  Pcie SSD config:HDD/SSD:Intel,SSDPE2MD016T4,PCI-e,1.6TB,Gen3

  Copied from private bug:
  https://bugs.launchpad.net/quantatw/+bug/1454965

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1491654/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1510570] Re: BLE pairing fail

2017-02-21 Thread Jack Daniels
I don't know guys. None of the above helped me. I initially had Killer
1535 card on my DELL XPS 13. Today I replaced it with Intel 8260 ant it
still doesn't see Mobile Bluetooth 3600 mouse. Oddly it worked on
another laptop with Intel 7260 card. Go figure :(

-- 
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/1510570

Title:
  BLE pairing fail

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  On 15.10 we now have bluez 5 so we can pair BLE devices like the
  Microsoft Arc Touch Bluetooth Mouse.

  But this pairing doesn't work very well. Mouse is seen but pairing fail.
  More information: https://bugzilla.kernel.org/show_bug.cgi?id=104011#c5

  This is due to udev rule that use "hcitool" to power on device.
  Hopefully, bluez 5.35 has a new parameter "AutoEnable" who can be used 
instead of udev rules.

  here is a commit with this parameter: 
http://bazaar.launchpad.net/~guilhem-fr/bluez/autoenable/revision/138
  And a ppa to test it: 
https://code.launchpad.net/~guilhem-fr/+archive/ubuntu/bluez-autoenable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1510570/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1613027] Re: Network scanner not detected by xsane after kernel upgrade

2017-02-21 Thread Zippo
I experienced the same problem, with ubuntu 14.04 last year in November.
My scanner was no longer detected by xsane (and other scan apps.) 
The model is 'Canon MX870' multi-function and is connected via LAN with a fix 
ip-adress to the network. After some weeks the problem disappeared by system 
updates!

Since I installed ubuntu 16.04 I have the same problem again.
My scanner is not detected by xsane and other scan applications!
It looks like an still unresolved issue.

-- 
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/1613027

Title:
  Network scanner not detected by xsane after kernel upgrade

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hopefully I'm reporting this in the correct area/group. Sorry if not.
  After upgrading to 16.04, my scanner is no longer detected by xsane (and 
other scan apps.) The model is 'Epson WF-3520' multi-function and is connected 
wirelessly to the network.
  The problem occurs on all my computers: A Dell 64 bit desktop, An Asus 64 bit 
laptop, A Medion 32 bit laptop.
  I've upgraded to the latest software released by the manufacturer on 2 
computers, but it makes no difference.
  Printing works OK and also the scanner is detected if I connect using a USB 
cable (a second printer is installed though).
  The problem only occurs using the 'linux-image-4.4.0...' series of kernels. 
If I boot with any of the previous kernels available, 'linux-image-4.2.0...' or 
'linux-image-3.19.0...' everything works OK.
  I am able to ping the scanner.
  I've tried a number of suggested fixes from searching around various forums, 
although many of these relate to 'back-end' scanners connected to a host for 
network access which is not applicable as mine is connected directly to the 
network. In any case none have worked.
  I have tried the following:
  . Removing all manufacturer software and /usr/sane.d/epkowa.conf
  . Comment out all entries in the /usr/sane.d/dll (Back-end related)
  . Comment out all entries in the /usr/sane.d/dll.conf.conf except 'net' and 
adding 'epkowa' (Back-end related)
  . Disable the firewall (ufw)
  . Specifically adding a port to use (1865) (ie. net 192.1... 1865
  . Linking the libraries in /usr/lib/sane to /usr/lib/x86_64-linux-gnu/sane

  Other than that I'm at a loss and sticking with older kernels.

  Regards.

  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.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tony   4520 F pulseaudio
   /dev/snd/controlC1:  tony   4520 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Aug 14 16:37:16 2016
  HibernationDevice: RESUME=UUID=762f657a-d174-4173-b09d-52d580c09a91
  InstallationDate: Installed on 2013-10-01 (1047 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: ASUSTeK Computer Inc. N71Jq
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=dea23950-d6b3-498c-abba-a94513b58579 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.157.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-07-30 (14 days ago)
  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N71Jq.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N71Jq
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN71Jq.204:bd12/24/2009:svnASUSTeKComputerInc.:pnN71Jq:pvr1.0:rvnASUSTeKComputerInc.:rnN71Jq:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: N71Jq
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1613027/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666439] Re: Request: Add/backport this patch for stability with Bay Trail

2017-02-21 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

-- 
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/1666439

Title:
  Request: Add/backport this patch for stability with Bay Trail

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hi,

  please add and backport this patch to current Ubuntu kernel packages:

  https://lists.freedesktop.org/archives/intel-
  gfx/2017-February/120021.html

  It is the result of a lengthy bug hunt described in

  https://bugzilla.kernel.org/show_bug.cgi?id=109051#c683

  There are several bug reports of stability problems with Bay Trail
  devices on Launchpad where this patch should help make things better,
  while the search for the root cause of the problem is still going on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666465] Re: Lenovo Thinkpad E531 Bluetooth not working

2017-02-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** 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/1666465

Title:
  Lenovo Thinkpad E531 Bluetooth not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have Lenovo thinkpad E531 laptop.
  The built-in bluetooth not working.

  It worked with Kubuntu 14.10, but no Bluetooth Adapter found with
  Kubuntu 16.04.2 LTS

  No Bluetooth-Adapter will be found... tryed many things but it seems
  the driver is not working :(

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-62-generic 4.4.0-62.83
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hardy  1901 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Feb 21 11:07:11 2017
  HibernationDevice: RESUME=UUID=ffcc77cb-b126-4120-8790-95734802ed81
  InstallationDate: Installed on 2014-09-22 (882 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 6885EXG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=9d1a4429-035c-4175-a8d2-bc3d758ca393 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-62-generic N/A
   linux-backports-modules-4.4.0-62-generic  N/A
   linux-firmware1.157.8
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-05-26 (270 days ago)
  dmi.bios.date: 01/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET42WW (1.23 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885EXG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET42WW(1.23):bd01/27/2014:svnLENOVO:pn6885EXG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885EXG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885EXG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666465/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666561] Re: Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

2017-02-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10

** Package changed: linux-firmware (Ubuntu) => linux (Ubuntu)

** 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/1666561

Title:
  Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

Status in linux package in Ubuntu:
  New

Bug description:
  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except
  the Ralink WIFI.  My wifi is hard blocked from the beginning and i am
  unable to activate it and in ubuntu this cards doesn't works at all.
  When i try to unblock my wifi through rfkill command it doesnt works
  at all, not even by pressing the wifi button in my laptop but it
  windows 10 it works absolutely fine.

  I don't why in any ubuntu version my wifi doesn't works..It always
  shows the disabled status in Network manager applet.

  This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666561/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-02-21 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Medium => High

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Xenial)
   Status: New => Incomplete

** Changed in: linux (Ubuntu Xenial)
   Importance: Undecided => High

** Tags added: performing-bisect

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

** Changed in: linux (Ubuntu Xenial)
   Status: Incomplete => In Progress

** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

-- 
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/1666421

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  booting PC with USB WLAN stick RTL8192CU attached on kernel 4.4.0-63-generic:
  Grub works, entering full disk encryption passphrase works, but when the 
desktop comes up mouse and keyboard (via USB) are dead and the desktop also.

  booting the PC without the stick attached works fine, but as soon as
  it is attached (see syslog) mouse, keyboard and the desktop itself are
  dead (checked by opening terminal and "watch date" - freezes, with
  desktop still visible).

  problem is resolved by booting former kernel 4.4.0-59-generic.

  syslog upon attaching stick 
---
  Feb 21 07:17:02 orin kernel: [  188.998338] usb 8-2: new high-speed USB 
device number 2 using xhci_hcd
  Feb 21 07:17:02 orin kernel: [  189.129674] usb 8-2: New USB device found, 
idVendor=0bda, idProduct=8178
  Feb 21 07:17:02 orin kernel: [  189.129682] usb 8-2: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
  Feb 21 07:17:02 orin kernel: [  189.129687] usb 8-2: Product: USB WLAN
  Feb 21 07:17:02 orin kernel: [  189.129691] usb 8-2: Manufacturer: Realtek
  Feb 21 07:17:02 orin kernel: [  189.129694] usb 8-2: SerialNumber: 
00e04c01
  Feb 21 07:17:02 orin mtp-probe: checking bus 8, device 2: 
"/sys/devices/pci:00/:00:10.1/usb8/8-2"
  Feb 21 07:17:02 orin mtp-probe: bus: 8, device: 2 was not an MTP device
  Feb 21 07:17:02 orin dbus[1112]: [system] Activating via systemd: service 
name='org.freedesktop.UDisks2' unit='udisks2.service'
  Feb 21 07:17:02 orin systemd[1]: Starting Disk Manager...
  Feb 21 07:17:02 orin udisksd[2447]: udisks daemon version 2.1.7 starting
  Feb 21 07:17:02 orin dbus[1112]: [system] Successfully activated service 
'org.freedesktop.UDisks2'
  Feb 21 07:17:02 orin systemd[1]: Started Disk Manager.
  Feb 21 07:17:02 orin udisksd[2447]: Acquired the name org.freedesktop.UDisks2 
on the system message bus
  Feb 21 07:17:02 orin org.gtk.vfs.AfcVolumeMonitor[1918]: Volume monitor alive
  Feb 21 07:17:03 orin kernel: [  190.200286] cfg80211: World regulatory domain 
updated:
  Feb 21 07:17:03 orin kernel: [  190.200294] cfg80211:  DFS Master region: 
unset
  Feb 21 07:17:03 orin kernel: [  190.200297] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  Feb 21 07:17:03 orin kernel: [  190.200303] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200308] cfg80211:   (2457000 KHz - 
2482000 KHz @ 4 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200312] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200317] cfg80211:   (517 KHz - 
525 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200321] cfg80211:   (525 KHz - 
533 KHz @ 8 KHz, 16 KHz AUTO), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200325] cfg80211:   (549 KHz - 
573 KHz @ 16 KHz), (N/A, 2000 mBm), (0 s)
  Feb 21 07:17:03 orin kernel: [  190.200329] cfg80211:   (5735000 KHz - 
5835000 KHz @ 8 KHz), (N/A, 2000 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.200333] cfg80211:   (5724 KHz - 
6372 KHz @ 216 KHz), (N/A, 0 mBm), (N/A)
  Feb 21 07:17:03 orin kernel: [  190.223081] rtl8192cu: Chip version 0x11
  Feb 21 07:17:03 orin kernel: [  190.625235] rtl8192cu: MAC address: 
14:cc:20:10:43:98
  Feb 21 07:17:03 orin kernel: [  190.625241] rtl8192cu: Board Type 0
  Feb 21 07:17:03 orin kernel: [  190.626355] rtl_usb: rx_max_size 15360, 
rx_urb_num 8, in_ep 1
  Feb 21 07:17:03 orin kernel: [  190.626408] rtl8192cu: Loading firmware 
rtlwifi/rtl8192cufw_TMSC.bin
  Feb 21 07:17:03 orin NetworkManager[1181]:   [1487657823.7698] (wlan0): 
using nl80211 for WiFi d

[Kernel-packages] [Bug 1666365] Re: Desktop Effects were Restarting due to graphcal reset in Kubuntu 16:04

2017-02-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: performing-bisect xenial

-- 
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/1666365

Title:
  Desktop Effects were Restarting due to graphcal reset in Kubuntu 16:04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Desktop effects got hung intermittently while browsing videos in
  browser. This is happening after Kernel Update, tried reinstalling
  xserver-xorg-video-intel package as per
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1575301 but it did
  not help either, I am using Kubuntu 16.04

  dmesg output:

   1420.773494] [drm] GPU HANG: ecode 7:0:0x85dc, in kwin_x11 [2055], 
reason: Ring hung, action: reset
  [ 1420.773496] [drm] GPU hangs can indicate a bug anywhere in the entire gfx 
stack, including userspace.
  [ 1420.773497] [drm] Please file a _new_ bug report on bugs.freedesktop.org 
against DRI -> DRM/Intel
  [ 1420.773497] [drm] drm/i915 developers can then reassign to the right 
component if it's not a kernel issue.
  [ 1420.773498] [drm] The gpu crash dump is required to analyze gpu hangs, so 
please always attach it.
  [ 1420.773499] [drm] GPU crash dump saved to /sys/class/drm/card0/error
  [ 1420.775585] drm/i915: Resetting chip after gpu hang
  [ 1522.762995] [drm] stuck on render ring
  [ 1522.764133] [drm] GPU HANG: ecode 7:0:0x85dc, in kwin_x11 [2055], 
reason: Ring hung, action: reset
  [ 1522.764305] [ cut here ]
  [ 1522.764366] WARNING: CPU: 1 PID: 3092 at 
/build/linux-W6HB68/linux-4.4.0/drivers/gpu/drm/i915/intel_display.c:11311 
intel_mmio_flip_work_func+0x38e/0x3d0 [i915]()
  [ 1522.764369] WARN_ON(__i915_wait_request(mmio_flip->req, 
mmio_flip->crtc->reset_counter, false, NULL, &mmio_flip->i915->rps.mmioflips))
  [ 1522.764371] Modules linked in:
  [ 1522.764374]  ipt_MASQUERADE nf_nat_masquerade_ipv4 
vmw_vsock_vmci_transport vsock vmw_vmci iptable_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype iptable_filter ip_tables xt_conntrack 
x_tables nf_nat nf_conntrack br_netfilter bridge stp llc aufs eeepc_wmi 
asus_wmi sparse_keymap snd_hda_codec_realtek snd_hda_codec_generic uvcvideo 
videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common 
videodev snd_hda_intel snd_hda_codec intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp snd_hda_core snd_hwdep snd_pcm media snd_seq_midi 
snd_seq_midi_event snd_rawmidi kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel snd_seq snd_seq_device snd_timer input_leds snd cryptd 
serio_raw soundcore shpchp tpm_infineon mei_me mei mac_hid 8250_fintek lpc_ich 
binfmt_misc
  [ 1522.764437]  nfsd auth_rpcgss nfs_acl lockd grace sunrpc parport_pc ppdev 
lp parport autofs4 hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper ahci 
libahci r8169 mii syscopyarea sysfillrect sysimgblt fb_sys_fops drm video fjes 
wmi
  [ 1522.764468] CPU: 1 PID: 3092 Comm: kworker/1:1 Not tainted 
4.4.0-62-generic #83-Ubuntu
  [ 1522.764471] Hardware name: ASUS All Series/H81M-CS, BIOS 0401 03/09/2015
  [ 1522.764515] Workqueue: events intel_mmio_flip_work_func [i915]
  [ 1522.764518]  0286 8e417408 880119f67d20 
813f7c63
  [ 1522.764523]  880119f67d68 c0203ab8 880119f67d58 
810812d2
  [ 1522.764528]  880048c039c0 88011fb165c0 88011fb1af00 
0040
  [ 1522.764532] Call Trace:
  [ 1522.764540]  [] dump_stack+0x63/0x90
  [ 1522.764547]  [] warn_slowpath_common+0x82/0xc0
  [ 1522.764551]  [] warn_slowpath_fmt+0x5c/0x80
  [ 1522.764558]  [] ? __switch_to+0x437/0x5c0
  [ 1522.764597]  [] intel_mmio_flip_work_func+0x38e/0x3d0 
[i915]
  [ 1522.764603]  [] process_one_work+0x165/0x480
  [ 1522.764608]  [] worker_thread+0x4b/0x4c0
  [ 1522.764613]  [] ? process_one_work+0x480/0x480
  [ 1522.764617]  [] ? process_one_work+0x480/0x480
  [ 1522.764621]  [] kthread+0xd8/0xf0
  [ 1522.764625]  [] ? kthread_create_on_node+0x1e0/0x1e0
  [ 1522.764632]  [] ret_from_fork+0x3f/0x70
  [ 1522.764636]  [] ? kthread_create_on_node+0x1e0/0x1e0
  [ 1522.764640] ---[ end trace b709120738fd081c ]---
  [ 1522.766309] drm/i915: Resetting chip after gpu hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+s

[Kernel-packages] [Bug 1666062] Re: NO ACTIVA WIFI

2017-02-21 Thread Joseph Salisbury
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.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** 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/1666062

Title:
  NO ACTIVA WIFI

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  NO CARGA O RECONOCE EL WIFI.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-31-generic 4.4.0-31.50 [modified: 
boot/vmlinuz-4.4.0-31-generic]
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stephanie   3670 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Feb 19 16:12:32 2017
  HibernationDevice: RESUME=UUID=5f88f116-fcc1-4fd7-bb41-52c245652dfa
  InstallationDate: Installed on 2017-02-19 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO 80SY
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=b2a536a8-d09d-4da4-93e2-ab95621b1e58 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-31-generic N/A
   linux-backports-modules-4.4.0-31-generic  N/A
   linux-firmware1.157.8
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/08/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 0ZCN27WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.vendor: LENOVO
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.modalias: 
dmi:bvnLENOVO:bvr0ZCN27WW:bd09/08/2016:svnLENOVO:pn80SY:pvrLenovoV310-15ISK:rvnLENOVO:rn:rvr:cvnLENOVO:ct10:cvr:
  dmi.product.name: 80SY
  dmi.product.version: Lenovo V310-15ISK
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666062/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666262] Re: Wireless does not connect after wakeup LenovoG50

2017-02-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10

** 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/1666262

Title:
  Wireless does not connect after wakeup LenovoG50

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am not sure if the problem is due to the kernel update. I use Linux
  Mint 18.1 and I have Linux kernel 4.8.0-36. I noticed that after
  updating to the last kernel whenever my system wakes up from sleep, it
  cannot connect to wireless network. it does not even show the wireless
  networks available but a random network that might have been available
  in the past (as in displayed in list of available networks around, but
  never connected to). I have to reboot to get the wireless.

  I tried running "ubuntu-bug linux" command and got-
  "*** Collecting problem information

  The collected information can be sent to the developers to improve the
  application. This might take a few minutes.
  ..

  *** Problem in linux-image-4.8.0-36-generic

  The problem cannot be reported:

  This is not an official Linux package. Please remove any third party
  package and try again.

  Press any key to continue...  
  No pending crash reports. Try --help for more information."

  Also ran "cat /proc/version_signature > version.log" which did
  nothing.

  Running "sudo lspci -vnvn > lspci-vnvn.log" did not bring up any log to copy 
paste. It gave-
  " laptop@laptop-Lenovo-G50-80 ~ $ sudo sudo lspci -vnvn > lspci-vnvn.log
  pcilib: sysfs_read_vpd: read failed: Input/output error "

  I have been using Linux on and off for over 10 years now but am still
  not proficient enough mostly because there are so very few problems
  unlike windows where I had to learn everything from reinstalling
  drivers, Windows OS, programs, checking for malware, firewalls,
  privacy controls.. the list is almost endless.

  I am not sure if I have provided all the information needed but if any
  other information is needed, I can provide it if shown how to get it.

  
  Thanks a ton.
  Cheers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666262/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666260] Re: "Out of memory" errors after upgrade to 4.4.0-59 + 4.8.0-34

2017-02-21 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** 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/1666260

Title:
  "Out of memory" errors after upgrade to 4.4.0-59 + 4.8.0-34

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Same as #1655842 - Started seeing oom-killer on multiple servers
  upgraded to 4.4.0-59.

  Unlike #1655842, also seeing the same oom-killer on multiple servers
  updated to 4.8.0-34.

  First upgraded them all 4.8 servers 4.8.0-36, then downgraded a few to
  4.4.0-63.  I am seeing no change in the memory usage, so I can only
  assume that 4.4.0-63 is also bugged with the same problem as 4.4.0-59
  and 4.8.0-34.  Either because #1655842 is not fixed, or it is only
  fixed for certain kinds of workloads.

  However, on closer inspection, there is definitely a notable
  difference between 4.4.0-59 and 4.4.0-63/4.8.0-34.

  The symptoms I'm seeing are:

  Upgrading 4.4.0-57 -> 4.4.0-59:
  - /proc/meminfo:Buffers: Up from 9GB to 15GB
  - /proc/meminfo:Cached: Up from 5GB to 10GB
  - /proc/meminfo:SReclaimable: Down from 15GB to 5GB.
  - /proc/meminfo:SUnreclaim: No notable change

  Upgrading 4.4.0-57 -> 4.8.0-34:
  - /proc/meminfo:Buffers: Up from 9GB to 14GB
  - /proc/meminfo:Cached: Down from 5GB to 2GB
  - /proc/meminfo:SReclaimable: Down from 15GB to 14GB.
  - /proc/meminfo:SUnreclaim: No notable change

  Downgrading 4.8.0-34 -> 4.4.0-63:  (however uptime is only 1 hour)
  - /proc/meminfo:Buffers: No notable change
  - /proc/meminfo:Cached: No notable change
  - /proc/meminfo:SReclaimable: No notable change
  - /proc/meminfo:SUnreclaim: No notable change

  Setting vm.vfs_cache_pressure = 300 seems to have a positive effect of
  not causing OOMs.

  Downgrading to 4.4.0-57 also works.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-63-generic 4.4.0-63.84
  ProcVersionSignature: Ubuntu 4.4.0-63.84-generic 4.4.44
  Uname: Linux 4.4.0-63-generic x86_64
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access '/dev/snd/': No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  Date: Mon Feb 20 16:15:56 2017
  InstallationDate: Installed on 2012-06-04 (1721 days ago)
  InstallationMedia:
   
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb: Error: [Errno 2] No such file or directory: 'lsusb'
  MachineType: System manufacturer System Product Name
  PciMultimedia:
   
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-63-generic 
root=UUID=b790930f-ad81-4b27-a353-a4b3d6a29007 ro nomodeset nomdmonddf 
nomdmonisw
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-63-generic N/A
   linux-backports-modules-4.4.0-63-generic  N/A
   linux-firmware1.157.8
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2017-02-16 (4 days ago)
  dmi.bios.date: 10/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1106
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H67-M PRO
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1106:bd10/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-MPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666260/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666561] Missing required logs.

2017-02-21 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1666561

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 comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => 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/1666561

Title:
  Ralink RT3290 Wifi Hard Blocked in Ubuntu 16.04.2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am having Hp compaq notebook 15-s001tu and i have updated to Ubuntu
  16.04.2(clean install) from linux mint everything works fine except
  the Ralink WIFI.  My wifi is hard blocked from the beginning and i am
  unable to activate it and in ubuntu this cards doesn't works at all.
  When i try to unblock my wifi through rfkill command it doesnt works
  at all, not even by pressing the wifi button in my laptop but it
  windows 10 it works absolutely fine.

  I don't why in any ubuntu version my wifi doesn't works..It always
  shows the disabled status in Network manager applet.

  This bug is exist from ubuntu 15.10 and its not yet fixed. Please provide a 
necessary fix for this card because im unable to use wireless in ubuntu 16.04 
at all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Dependencies:
   
  DistroRelease: Ubuntu 16.04
  InstallationDate: Installed on 2017-02-19 (2 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  Package: linux-firmware 1.157.8
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666561/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1665972] Re: kernel: cgroup: new mount options do not match the existing superblock

2017-02-21 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: kernel-da-key

** Also affects: linux (Ubuntu Zesty)
   Importance: Medium
   Status: 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/1665972

Title:
  kernel: cgroup: new mount options do not match the existing superblock

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Zesty:
  Confirmed

Bug description:
  From journalctl

  kernel: cgroup: new mount options do not match the existing superblock

  Looks like that patch is needed with kernel 4.10, as that issue was
  not seen with the previous kernels

  https://www.spinics.net/lists/kernel/msg2447988.html

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-8-generic 4.10.0-8.10
  ProcVersionSignature: Ubuntu 4.10.0-8.10-generic 4.10.0-rc8
  Uname: Linux 4.10.0-8-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  oem   11316 F pulseaudio
   /dev/snd/pcmC0D0p:   oem   11316 F...m pulseaudio
   /dev/snd/controlC0:  oem   11316 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sun Feb 19 08:05:08 2017
  HibernationDevice: RESUME=UUID=0a9ca7f0-6eeb-4b21-b70f-670fa600de16
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-8-generic 
root=UUID=7c755ed6-51cc-4b75-88ac-9c75acf82749 ro
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-8-generic N/A
   linux-backports-modules-4.10.0-8-generic  N/A
   linux-firmware1.163
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/22/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1665972/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1665911] Re: Linux 4.8 hangs system when playing video

2017-02-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10


** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Tags added: kernel-da-key

** 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/1665911

Title:
  Linux 4.8 hangs system when playing video

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I recently updated to the 16.04.2 LTS release and installed the new
  HWE stack which installed kernel 4.8. Ever since, my machine
  completely freezes when playing video (eg. Youtube). I have to power
  off or hard reset using physical buttons to recover. Nothing seems to
  be written to the logs.

  Please let me know how to get additional information to help diagnose
  the issue.

  Thanks.

  Release:   Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11

  System:Host: rsk4 Kernel: 4.8.0-36-generic x86_64 (64 bit gcc: 5.4.0)
 Desktop: Unity 7.4.0 (Gtk 2.24.30) Distro: Ubuntu 16.04 xenial
  Machine:   Mobo: ASUSTeK model: M5A99FX PRO R2.0 v: Rev 1.xx
 Bios: American Megatrends v: 2501 date: 04/07/2014
  CPU:   Quad core AMD FX-8350 Eight-Core (-HT-MCP-) cache: 8192 KB
 flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 
32107
 clock speeds: max: 4000 MHz 1: 1400 MHz 2: 1400 MHz 3: 1400 MHz
 4: 1400 MHz 5: 1400 MHz 6: 1400 MHz 7: 1400 MHz 8: 1400 MHz
  Graphics:  Card: NVIDIA GK106 [GeForce GTX 650 Ti] bus-ID: 01:00.0
 Display Server: X.Org 1.18.4 driver: nvidia
 Resolution: 1920x1080@60.00hz, 1920x1080@59.93hz
 GLX Renderer: GeForce GTX 650 Ti/PCIe/SSE2
 GLX Version: 4.5.0 NVIDIA 378.13 Direct Rendering: Yes
  Audio: Card-1 NVIDIA GK106 HDMI Audio Controller
 driver: snd_hda_intel bus-ID: 01:00.1
 Card-2 Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA)
 driver: snd_hda_intel bus-ID: 00:14.2
 Sound: Advanced Linux Sound Architecture v: k4.8.0-36-generic
  Network:   Card-1: Intel 82541PI Gigabit Ethernet Controller
 driver: e1000 v: 7.3.21-k8-NAPI port: d000 bus-ID: 05:05.0
 IF: eth1 state: up speed: 1000 Mbps duplex: full mac: 
 Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller
 driver: r8169 v: 2.3LK-NAPI port: b000 bus-ID: 09:00.0
 IF: eth0 state: down mac: 
  Drives:HDD Total Size: 740.2GB (42.4% used)
 ID-1: /dev/sda model: SPCC_Solid_State size: 240.1GB temp: 30C
 ID-2: /dev/sdb model: ST500DM002 size: 500.1GB temp: 27C
  Partition: ID-1: / size: 34G used: 13G (40%) fs: ext4 dev: /dev/sda1
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   System Temperatures: cpu: 28.0C mobo: 19.4C gpu: 0.0:35C
 Fan Speeds (in rpm): cpu: 0 fan-1: 1308 fan-2: 1028 fan-3: 0
  Info:  Processes: 284 Uptime: 6 min Memory: 1564.9/32075.1MB
 Init: systemd runlevel: 5 Gcc sys: 5.4.0
 Client: Shell (bash 4.3.461) inxi: 2.2.35
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rehan  3527 F pulseaudio
   /dev/snd/controlC0:  rehan  3527 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=796bfa06-20c4-4486-b4b3-6ea3ed8e0a7b
  InstallationDate: Installed on 2012-11-12 (1558 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-36-generic 
root=UUID=6cbf5176-699e-40cd-8119-3e1802a1e70a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.8
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-09-04 (167 days ago)
  UserGroup

[Kernel-packages] [Bug 1665921] Re: OverlayFS with readonly NFS lower layer. Operation not supported for non-root files.

2017-02-21 Thread Joseph Salisbury
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.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** 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/1665921

Title:
  OverlayFS with readonly NFS lower layer. Operation not supported for
  non-root files.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Step to reproduse:

  - Crete dircetory with other directories and files.
  - Chown some files in this directory, set any non-root permissions.
  - Export nfs share with 'ro' permissions.
  - Mount nfs share.
  - Mount ovrelayfs with nfs as lowerdir
  - Try to read theese non-root files or directories:

  Example for overlay mount:

  # ls -l /var/lib/libvirt
  total 16
  drwx--x--x 2 root root 4096 Oct 10 07:33 boot
  drwx--x--x 2 root root 4096 Oct 10 07:33 images
  drwxr-x--- 3 libvirt-qemu kvm  4096 Jan 11 21:49 qemu
  drwx-- 2 root root 4096 Oct 10 07:33 sanlock

  # ls -l /var/lib/libvirt/qemu/
  ls: cannot open directory '/var/lib/libvirt/qemu/': Operation not 
supported

  And for nfs mount:

  # ls -l /rofs/var/lib/libvirt
  total 16
  drwx--x--x 2 root root 4096 Oct 10 07:33 boot
  drwx--x--x 2 root root 4096 Oct 10 07:33 images
  drwxr-x--- 3 libvirt-qemu kvm  4096 Jan 11 21:49 qemu
  drwx-- 2 root root 4096 Oct 10 07:33 sanlock

  # ls -l /rofs/var/lib/libvirt/qemu/
  total 4
  drwxr-xr-x 3 root root 4096 Jan 11 21:49 channel

  If I reset permission, it helps:

  # chown libvirt-qemu:kvm /var/lib/libvirt/qemu
  # ls -l /var/lib/libvirt/qemu/
  total 4
  drwxr-xr-x 3 root root 4096 Jan 11 21:49 channel

  My mounts (from /proc/mounts)

  192.168.101.61:/data/opt/ltsp/amd64 /rofs nfs 
ro,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,nolock,proto=tcp,port=2049,timeo=7,retrans=10,sec=sys,local_lock=all,addr=192.168.101.61
 0 0
  overlay / overlay 
rw,relatime,lowerdir=/rofs,upperdir=/cow/up,workdir=/cow/work 0 0

  I tested it nfs3 and nfs4 mount, with this kenels:

  # uname -a
  Linux controller03 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 
UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  
  # uname -a
  Linux m1c18n1 4.8.0-36-generic #36~16.04.1-Ubuntu SMP Sun Feb 5 09:39:57 
UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  --- 
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 Feb 11  2016 seq
   crw-rw+ 1 root audio 116, 33 Feb 11  2016 timer
  AplayDevices: aplay: device_list:268: no soundcards found...
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  ArecordDevices: arecord: device_list:268: no soundcards found...
  AudioDevicesInUse: Error: [Errno 2] No such file or directory
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  DistroRelease: Ubuntu 16.04
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP ProLiant m710p Server Cartridge
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=vmlinuz-4.8.0-36-generic ro 
initrd=initrd.img-4.8.0-36-generic init=/sbin/init-ltsp forcepae console=tty1 
console=ttyS0,9600 root=/dev/nfs boot=nfs nfsroot=/data/opt/ltsp/amd64 
BOOTIF=01-94-57-a5-d3-b9-a6
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.8.0-36-generic N/A
   linux-backports-modules-4.8.0-36-generic  N/A
   linux-firmware1.157.6
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.8.0-36-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/06/2016
  dmi.b

[Kernel-packages] [Bug 1662978] Re: Bluetooth adapter gone after upgrade to 16.10. Intel 7265 card

2017-02-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.10 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** 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/1662978

Title:
  Bluetooth adapter gone after upgrade to 16.10. Intel 7265 card

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello-

  I upgraded from 16.04 to 16.10 and now my bluetooth adapter is
  missing. The wifi card (intel 7265) still works great for wifi, only
  bluetooth was affected. Below is some info I gathered while trying to
  troubleshoot on stack exchange.

  [bluetooth]# power on
  No default controller available

  3a:00.0 Network controller: Intel Corporation Wireless 7265 (rev 48)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265
Flags: bus master, fast devsel, latency 0, IRQ 288
Memory at dc20 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 64-80-99-ff-ff-9d-13-72
Capabilities: [14c] Latency Tolerance Reporting
Capabilities: [154] L1 PM Substates
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

  [2.457317] Bluetooth: Core ver 2.21
  [2.457325] Bluetooth: HCI device and connection manager initialized
  [2.457327] Bluetooth: HCI socket layer initialized
  [2.457328] Bluetooth: L2CAP socket layer initialized
  [2.457332] Bluetooth: SCO socket layer initialized
  [2.472210] Bluetooth: HCI UART driver ver 2.3
  [2.472212] Bluetooth: HCI UART protocol H4 registered
  [2.472212] Bluetooth: HCI UART protocol BCSP registered
  [2.472212] Bluetooth: HCI UART protocol LL registered
  [2.472213] Bluetooth: HCI UART protocol ATH3K registered
  [2.472213] Bluetooth: HCI UART protocol Three-wire (H5) registered
  [2.472249] Bluetooth: HCI UART protocol Intel registered
  [2.472261] Bluetooth: HCI UART protocol BCM registered
  [2.472262] Bluetooth: HCI UART protocol QCA registered
  [2.472262] Bluetooth: HCI UART protocol AG6XX registered
  [4.156494] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [4.156495] Bluetooth: BNEP filters: protocol multicast
  [4.156498] Bluetooth: BNEP socket layer initialized
  [5.963401] Bluetooth: hci0 command 0x0c03 tx timeout
  [   14.055351] Bluetooth: hci0 sending initial HCI reset command failed 
(-110)
  0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

  Hope this helps!

  thanks,

  -Chris

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: ubuntu-release-upgrader-core 1:16.10.10
  ProcVersionSignature: Ubuntu 4.8.0-37.39-generic 4.8.16
  Uname: Linux 4.8.0-37-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Wed Feb  8 11:44:51 2017
  InstallationDate: Installed on 2016-09-25 (136 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: Upgraded to yakkety on 2017-02-08 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1662978/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1665833] Re: inode exhaustion should be logged to dmesg

2017-02-21 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

-- 
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/1665833

Title:
  inode exhaustion should be logged to dmesg

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Problem:
  My server just became unusable, because it ran out of inodes (something that 
shouldn't happen on a relatively normal installation). The root-cause was a 
misbehaving CRM program creating way too many session files and never deleting 
them. However, while debugging, it would have been really really helpful if 
there were something in the logfiles. But it just failed silently: the lack of 
any error message makes diagnosing this error condition 100x harder than it 
should be. We get messages about being out of disk-space, but that's not 
helpful, especially when "df -h" shows it not to be true.

  So, the bug report/feature request is this: when the kernel cannot
  create a new file due to a shortage of inodes, it should emit a
  message to that effect, at least in dmesg (and ideally also to
  syslog).

  [For anyone else who chances upon this bug report, you can tell if you
  have run out of inodes with "df -i", and you can find the offending
  directories with: "find / -xdev -size +100k -type d" ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1665833/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1650058] Re: [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and image

2017-02-21 Thread Joshua R. Poulson
Yes, I am requesting it. It will be submitted upstream soon (although
there's a 32 vCPU problem still being investigated). Should I open a
separate bug since the rest of the work has been 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/1650058

Title:
  [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel
  and image

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  In order to have the correct VF driver to support SR-IOV in Azure, the
  Mellanox OFED distribution needs to be included in the kernel and the
  image. Mellanox's drivers are not upstream, but they are available
  from here:

  
https://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers&ssn=3nnhohirh5htv6dnp1uk7tf487

  While this configuration is not explicitly listed as supported in the
  release notes, Microsoft and Mellanox engineers are working on the
  corresponding Windows Server 2016 PF driver to support this VF driver
  in operation in Ubuntu guests.

  I file file a corresponding rebase request to pick up the PCI
  passthrough and other SR-IOV work done for the Hyper-V capabilities in
  the upstream 4.9 kernel.

  Only 64-bit support for Ubuntu 16.04's HWE kernel is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1650058/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666413] Re: linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

2017-02-21 Thread Lee Trager
** Attachment added: "apt log from MAAS installation"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666413/+attachment/4823521/+files/history.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/1666413

Title:
  linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  Installing the linux-generic-hwe-16.04 package pulls in linux-generic-
  hwe-16.04-edge, thus the system has linux-image-4.8.0-34-generic and
  linux-image-4.8.0-36-generic installed. The system then boots to
  4.8.0-36.

  Installing linux-generic-hwe-16.04 shouldn't pull in linux-generic-
  hwe-16.04-edge and only one kernel should be installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666413/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666413] Re: linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

2017-02-21 Thread Lee Trager
I can reproduce this when trying to deploy Xenial with HWE-16.04 or in
an LXD container when using apt. In both cases linux-generic-hwe-16.04
is being installed into a environment which does not currently have a
kernel installed. The MAAS simple stream was just updated to use the new
linux-generic-hwe-16.04 package name so its easiest to reproduce this
with an LXD container.

$ sudo apt install linux-generic-hwe.16.04
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Note, selecting 'linux-generic-hwe-16.04-edge' for regex 
'linux-generic-hwe.16.04'
Note, selecting 'linux-generic-hwe-16.04' for regex 'linux-generic-hwe.16.04'
The following additional packages will be installed:
  crda grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common iw 
libnl-genl-3-200 linux-firmware
  linux-headers-4.8.0-34 linux-headers-4.8.0-34-generic linux-headers-4.8.0-36
  linux-headers-4.8.0-36-generic linux-headers-generic-hwe-16.04 
linux-headers-generic-hwe-16.04-edge
  linux-image-4.8.0-34-generic linux-image-4.8.0-36-generic 
linux-image-extra-4.8.0-34-generic
  linux-image-extra-4.8.0-36-generic linux-image-generic-hwe-16.04 
linux-image-generic-hwe-16.04-edge
  thermald wireless-regdb
Suggested packages:
  desktop-base fdutils linux-tools
The following NEW packages will be installed:
  crda grub-gfxpayload-lists grub-pc grub-pc-bin grub2-common iw 
libnl-genl-3-200 linux-firmware
  linux-generic-hwe-16.04 linux-generic-hwe-16.04-edge linux-headers-4.8.0-34
  linux-headers-4.8.0-34-generic linux-headers-4.8.0-36 
linux-headers-4.8.0-36-generic
  linux-headers-generic-hwe-16.04 linux-headers-generic-hwe-16.04-edge 
linux-image-4.8.0-34-generic
  linux-image-4.8.0-36-generic linux-image-extra-4.8.0-34-generic 
linux-image-extra-4.8.0-36-generic
  linux-image-generic-hwe-16.04 linux-image-generic-hwe-16.04-edge thermald 
wireless-regdb
0 upgraded, 24 newly installed, 0 to remove and 7 not upgraded.
Need to get 184 MB of archives.
After this operation, 792 MB of additional disk space will be used.
Do you want to continue? [Y/n]

-- 
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/1666413

Title:
  linux-image-hwe-16.04 depends on linux-generic-hwe-16.04-edge

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  In Progress

Bug description:
  Installing the linux-generic-hwe-16.04 package pulls in linux-generic-
  hwe-16.04-edge, thus the system has linux-image-4.8.0-34-generic and
  linux-image-4.8.0-36-generic installed. The system then boots to
  4.8.0-36.

  Installing linux-generic-hwe-16.04 shouldn't pull in linux-generic-
  hwe-16.04-edge and only one kernel should be installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666413/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1650058] Re: [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel and image

2017-02-21 Thread Joseph Salisbury
Yes, it might be best to have a separate bug.  That way we can track it
seperatly, since these patches were already 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/1650058

Title:
  [Hyper-V/Azure] Please include Mellanox OFED drivers in Azure kernel
  and image

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  In order to have the correct VF driver to support SR-IOV in Azure, the
  Mellanox OFED distribution needs to be included in the kernel and the
  image. Mellanox's drivers are not upstream, but they are available
  from here:

  
https://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers&ssn=3nnhohirh5htv6dnp1uk7tf487

  While this configuration is not explicitly listed as supported in the
  release notes, Microsoft and Mellanox engineers are working on the
  corresponding Windows Server 2016 PF driver to support this VF driver
  in operation in Ubuntu guests.

  I file file a corresponding rebase request to pick up the PCI
  passthrough and other SR-IOV work done for the Hyper-V capabilities in
  the upstream 4.9 kernel.

  Only 64-bit support for Ubuntu 16.04's HWE kernel is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1650058/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666624] [NEW] package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before at

2017-02-21 Thread couzei
Public bug reported:

i don't know lenovo edge 15 aug/2015

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Tue Feb 21 10:49:30 2017
DuplicateSignature:
 package:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu8
 Setting up linux-libc-dev:amd64 (4.4.0-63.84) ...
 dpkg: error processing package bcmwl-kernel-source (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2016-11-21 (92 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bcmwl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
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/124

Title:
  package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in bcmwl package in Ubuntu:
  New

Bug description:
  i don't know lenovo edge 15 aug/2015

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Tue Feb 21 10:49:30 2017
  DuplicateSignature:
   package:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu8
   Setting up linux-libc-dev:amd64 (4.4.0-63.84) ...
   dpkg: error processing package bcmwl-kernel-source (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-11-21 (92 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: bcmwl
  Title: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/124/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666624] Re: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before atte

2017-02-21 Thread Apport retracing service
** 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/124

Title:
  package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in bcmwl package in Ubuntu:
  New

Bug description:
  i don't know lenovo edge 15 aug/2015

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  NonfreeKernelModules: nvidia_uvm wl nvidia
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Tue Feb 21 10:49:30 2017
  DuplicateSignature:
   package:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu8
   Setting up linux-libc-dev:amd64 (4.4.0-63.84) ...
   dpkg: error processing package bcmwl-kernel-source (--configure):
package is in a very bad inconsistent state; you should
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-11-21 (92 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: bcmwl
  Title: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu8 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/124/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666465] Re: Lenovo Thinkpad E531 Bluetooth not working

2017-02-21 Thread Benny
Bug still persistent with 4.10.0-041000-generic

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: bug-exists-upstream

-- 
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/1666465

Title:
  Lenovo Thinkpad E531 Bluetooth not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have Lenovo thinkpad E531 laptop.
  The built-in bluetooth not working.

  It worked with Kubuntu 14.10, but no Bluetooth Adapter found with
  Kubuntu 16.04.2 LTS

  No Bluetooth-Adapter will be found... tryed many things but it seems
  the driver is not working :(

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-62-generic 4.4.0-62.83
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hardy  1901 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Feb 21 11:07:11 2017
  HibernationDevice: RESUME=UUID=ffcc77cb-b126-4120-8790-95734802ed81
  InstallationDate: Installed on 2014-09-22 (882 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 6885EXG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=9d1a4429-035c-4175-a8d2-bc3d758ca393 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-62-generic N/A
   linux-backports-modules-4.4.0-62-generic  N/A
   linux-firmware1.157.8
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-05-26 (270 days ago)
  dmi.bios.date: 01/27/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HEET42WW (1.23 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 6885EXG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrHEET42WW(1.23):bd01/27/2014:svnLENOVO:pn6885EXG:pvrThinkPadEdgeE531:rvnLENOVO:rn6885EXG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6885EXG
  dmi.product.version: ThinkPad Edge E531
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1666465/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1666633] [NEW] xhci_hcd 0000:00:14.0: port 1 resume PLC timeout

2017-02-21 Thread Cristian Aravena Romero
Public bug reported:

[  354.065500] xhci_hcd :00:14.0: port 1 resume PLC timeout

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-8-generic 4.10.0-8.10
ProcVersionSignature: Ubuntu 4.10.0-8.10-generic 4.10.0-rc8
Uname: Linux 4.10.0-8-generic x86_64
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   caravena   2151 F...m pulseaudio
 /dev/snd/controlC0:  caravena   2151 F pulseaudio
CurrentDesktop: GNOME
Date: Tue Feb 21 16:12:23 2017
HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
InstallationDate: Installed on 2015-07-26 (576 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-8-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.10.0-8-generic N/A
 linux-backports-modules-4.10.0-8-generic  N/A
 linux-firmware1.163
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/15/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P14AAJ
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 530U3C/530U4C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

-- 
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/133

Title:
  xhci_hcd :00:14.0: port 1 resume PLC timeout

Status in linux package in Ubuntu:
  New

Bug description:
  [  354.065500] xhci_hcd :00:14.0: port 1 resume PLC timeout

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-8-generic 4.10.0-8.10
  ProcVersionSignature: Ubuntu 4.10.0-8.10-generic 4.10.0-rc8
  Uname: Linux 4.10.0-8-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   caravena   2151 F...m pulseaudio
   /dev/snd/controlC0:  caravena   2151 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue Feb 21 16:12:23 2017
  HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
  InstallationDate: Installed on 2015-07-26 (576 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-8-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-8-generic N/A
   linux-backports-modules-4.10.0-8-generic  N/A
   linux-firmware1.163
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/133/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   3   >