[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

2017-06-19 Thread Adie
I confirm package linux-generic-hwe-16.04-edge=4.10.0.23.16.10.0 fix
this bug for me on my gigabyte motherboard and 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/1671360

Title:
  System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed
Status in linux source package in Artful:
  Fix Committed

Bug description:
  [Impact]
  Gigabyte AM4 boards users cannot boot Ubuntu successfully.
  Commit linux-gpio/fixes babdc22b0ccf4ef5a3075ce6e4afc26b7a279faf 
"pinctrl/amd: Use regular interrupt instead of chained" can fix the issue. 

  [Test Case]
  All Gigabyte AM4 boards can reproduce the issue.
  With the patch, the issue is resolved, per comment #170.

  [Regression Potential] 
  Regression Potential is low. It limits to rather new AMD platform which has 
pinctrl-amd. 
  As the commit log says, use chained interrupt is not a good idea. Use regular 
interrupt is the correct way.

  I also test the patch on an AMD laptop, where its touchpad depends on
  pinctrl-amd. No regression found.

  Original bug report:
  I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 
motherboard,
  and it has a load of problems, starting with not being able to boot normally.

  During normal boot, on 16.10 as well as 17.04 beta:
  system doesn't boot normally, hangs with a lot of "unexpected irq trap at 
vector 07"
  messages displayed.

  Following advice from various places, I've tried:disable cpu freq
  governor and cpu handling in acpi settings

  1. add "acpi=off" to boot params

  That helps, allowing me to boot into recovery mode, though it leaves
  me with system seeing only one core, is really slow and still only
  boots in recovery mode.

  2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor
  and cpu handling in acpi settings. Boot with "quiet loglevel=3"
  option.

  That gets me even further - system sees all cores now. Still only recovery 
mode though,
  but its enough to get info for this bug report.

  Some observed problems:

  1. dmesg reports *a lot* of messages like this all the time:

  [  163.362068] ->handle_irq():  87a7e090,
  [  163.362081] bad_chained_irq+0x0/0x40
  [  163.362089] ->handle_irq():  87a7e090,
  [  163.362090] amd_gpio_irq_handler+0x0/0x200
  [  163.362090] ->irq_data.chip(): 88587e20,
  [  163.362090] ioapic_ir_chip+0x0/0x120
  [  163.362090] ->action(): 884601c0
  [  163.362091]IRQ_NOPROBE set
  [  163.362099] ->handle_irq():  87a7e090,
  [  163.362099] amd_gpio_irq_handler+0x0/0x200
  [  163.362100] ->irq_data.chip(): 88587e20,
  [  163.362100] ioapic_ir_chip+0x0/0x120
  [  163.362101] ->action(): 884601c0

  I've tried to redirect dmesg to a file, stopped after a short while,
  it generated 400M of those.

  2. Systemd cannot start journald. Perhaps because it cannot cope with
  amount of kernel logs?

  3. Looking at pci, I've noticed something called AMDI0040
  (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010,
  AMDI0020, AMDI0030. Those however are mentioned in kernel source,
  kernel and google are completely silent about AMDI0040.

  Phoronix tested ryzen using different motherboard, and it worked better 
(though not well),
  so I suspect it is an issue with motherboard.
  ---
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 17.04
  InstallationDate: Installed on 2015-08-06 (581 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1)
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Tags:  zesty
  Uname: Linux 4.11.0-rc1-custom x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago)
  UserGroups:

  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1671360/+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 1483343] Re: NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr tests

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu Vivid) because there has been no activity for
60 days.]

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

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

Title:
  NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr
  tests

Status in linux package in Ubuntu:
  Incomplete
Status in linux-lts-xenial package in Ubuntu:
  Expired
Status in linux source package in Vivid:
  Expired

Bug description:
  ---Problem Description---
  NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr tests

  ---uname output---
  Linux alp15 3.19.0-18-generic #18~14.04.1-Ubuntu SMP Wed May 20 09:40:36 UTC 
2015 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P8 

  ---Steps to Reproduce---
  Install a P8 Power VM LPAR with Ubuntu 14.04.2 ISO.
  Then install the Ubuntu 14.04.3 kernel on the same and reboot.
  Then compile and build the LTP latest test suites on the same.

  root@alp15:~# tar -xvf ltp-full-20150420.tar.bz2
  root@alp15:~# cd ltp-full-20150420/
  root@alp15:~/ltp-full-20150420# ls
  aclocal.m4  configure execltp.in  install-sh  Makefile  
READMErunltplite.shtestcasesutils
  autom4te.cache  configure.ac  IDcheck.sh  lib Makefile.release  
README.kernel_config  runtest  testscripts  ver_linux
  config.guessCOPYING   include ltpmenu missing   
runalltests.shscenario_groups  TODO VERSION
  config.sub  doc   INSTALL m4  pan   
runltpscripts  tools
  root@alp15:~/ltp-full-20150420# ./configure
  root@alp15:~/ltp-full-20150420# make
  root@alp15:~/ltp-full-20150420# make install

  root@alp15:/opt/ltp/testcases/bin# ./lock_torture.sh
  lock_torture 1 TINFO : estimate time 6.00 min
  lock_torture 1 TINFO : spin_lock: running 60 sec...

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034386] NMI watchdog: BUG: soft lockup - CPU#10 stuck 
for 21s! [lock_torture_wr:2337]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034389] NMI watchdog: BUG: soft lockup - CPU#6 stuck for 
22s! [lock_torture_wr:2331]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034394] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 
22s! [lock_torture_wr:2339]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034396] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 
22s! [lock_torture_wr:2346]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034398] NMI watchdog: BUG: soft lockup - CPU#7 stuck for 
21s! [lock_torture_wr:2334]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034410] NMI watchdog: BUG: soft lockup - CPU#11 stuck 
for 22s! [lock_torture_wr:2321]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034412] NMI watchdog: BUG: soft lockup - CPU#9 stuck for 
22s! [lock_torture_wr:2333]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.038386] NMI watchdog: BUG: soft lockup - CPU#14 stuck 
for 22s! [lock_torture_wr:2327]

   
  Stack trace output:
   root@alp15:~# dmesg | more
  [ 1717.146881] lock_torture_wr R  running task
  [ 1717.146881]
  [ 1717.146885] 0  2555  2 0x0804
  [ 1717.146887] Call Trace:
  [ 1717.146894] [c00c7551b820] [c00c7551b860] 0xc00c7551b860 
(unreliable)
  [ 1717.146899] [c00c7551b860] [c00b4fb0] __do_softirq+0x220/0x3b0
  [ 1717.146904] [c00c7551b960] [c00b5478] irq_exit+0x98/0x100
  [ 1717.146909] [c00c7551b980] [c001fa54] timer_interrupt+0xa4/0xe0
  [ 1717.146913] [c00c7551b9b0] [c0002758] 
decrementer_common+0x158/0x180
  [ 1717.146922] --- interrupt: 901 at _raw_write_lock+0x68/0xc0
  [ 1717.146922] LR = torture_rwlock_write_lock+0x28/0x40 [locktorture]
  [ 1717.146927] [c00c7551bca0] [c00c7551bcd0] 0xc00c7551bcd0 
(unreliable)
  [ 1717.146934] [c00c7551bcd0] [dd4810b8] 
torture_rwlock_write_lock+0x28/0x40 [locktorture]
  [ 1717.146939] [c00c7551bcf0] [dd480578] 
lock_torture_writer+0x98/0x210 [locktorture]
  [ 1717.146944] [c00c7551bd80] [c00da4d4] kthread+0x114/0x140
  [ 1717.146948] [c00c7551be30] [c000956c] 
ret_from_kernel_thread+0x5c/0x70
  [ 1717.146951] Task dump for CPU 10:
  [ 1717.146953] lock_torture_wr R  running task0  2537  2 
0x0804
  [ 1717.146957] Call Trace:
  [ 1717.146961] [c00c7557b820] [c00c7557b860] 0xc00c7557b860 
(unreliable)
  [ 1717.146966] [c00c7557b860] [c00b4fb0] __do_softirq+0x220/0x3b0
  [ 1717.146970] [c00c7557b960] [c00b5478] irq_exit+0x98/0x100
  [ 

[Kernel-packages] [Bug 1483343] Re: NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr tests

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux-lts-xenial (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: linux-lts-xenial (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr
  tests

Status in linux package in Ubuntu:
  Incomplete
Status in linux-lts-xenial package in Ubuntu:
  Expired
Status in linux source package in Vivid:
  Expired

Bug description:
  ---Problem Description---
  NMI watchdog: BUG: soft lockup errors when we execute lock_torture_wr tests

  ---uname output---
  Linux alp15 3.19.0-18-generic #18~14.04.1-Ubuntu SMP Wed May 20 09:40:36 UTC 
2015 ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = P8 

  ---Steps to Reproduce---
  Install a P8 Power VM LPAR with Ubuntu 14.04.2 ISO.
  Then install the Ubuntu 14.04.3 kernel on the same and reboot.
  Then compile and build the LTP latest test suites on the same.

  root@alp15:~# tar -xvf ltp-full-20150420.tar.bz2
  root@alp15:~# cd ltp-full-20150420/
  root@alp15:~/ltp-full-20150420# ls
  aclocal.m4  configure execltp.in  install-sh  Makefile  
READMErunltplite.shtestcasesutils
  autom4te.cache  configure.ac  IDcheck.sh  lib Makefile.release  
README.kernel_config  runtest  testscripts  ver_linux
  config.guessCOPYING   include ltpmenu missing   
runalltests.shscenario_groups  TODO VERSION
  config.sub  doc   INSTALL m4  pan   
runltpscripts  tools
  root@alp15:~/ltp-full-20150420# ./configure
  root@alp15:~/ltp-full-20150420# make
  root@alp15:~/ltp-full-20150420# make install

  root@alp15:/opt/ltp/testcases/bin# ./lock_torture.sh
  lock_torture 1 TINFO : estimate time 6.00 min
  lock_torture 1 TINFO : spin_lock: running 60 sec...

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034386] NMI watchdog: BUG: soft lockup - CPU#10 stuck 
for 21s! [lock_torture_wr:2337]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034389] NMI watchdog: BUG: soft lockup - CPU#6 stuck for 
22s! [lock_torture_wr:2331]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034394] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 
22s! [lock_torture_wr:2339]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034396] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 
22s! [lock_torture_wr:2346]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034398] NMI watchdog: BUG: soft lockup - CPU#7 stuck for 
21s! [lock_torture_wr:2334]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034410] NMI watchdog: BUG: soft lockup - CPU#11 stuck 
for 22s! [lock_torture_wr:2321]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.034412] NMI watchdog: BUG: soft lockup - CPU#9 stuck for 
22s! [lock_torture_wr:2333]

  Message from syslogd@alp15 at Thu Jun 18 01:23:32 2015 ...
  alp15 vmunix: [  308.038386] NMI watchdog: BUG: soft lockup - CPU#14 stuck 
for 22s! [lock_torture_wr:2327]

   
  Stack trace output:
   root@alp15:~# dmesg | more
  [ 1717.146881] lock_torture_wr R  running task
  [ 1717.146881]
  [ 1717.146885] 0  2555  2 0x0804
  [ 1717.146887] Call Trace:
  [ 1717.146894] [c00c7551b820] [c00c7551b860] 0xc00c7551b860 
(unreliable)
  [ 1717.146899] [c00c7551b860] [c00b4fb0] __do_softirq+0x220/0x3b0
  [ 1717.146904] [c00c7551b960] [c00b5478] irq_exit+0x98/0x100
  [ 1717.146909] [c00c7551b980] [c001fa54] timer_interrupt+0xa4/0xe0
  [ 1717.146913] [c00c7551b9b0] [c0002758] 
decrementer_common+0x158/0x180
  [ 1717.146922] --- interrupt: 901 at _raw_write_lock+0x68/0xc0
  [ 1717.146922] LR = torture_rwlock_write_lock+0x28/0x40 [locktorture]
  [ 1717.146927] [c00c7551bca0] [c00c7551bcd0] 0xc00c7551bcd0 
(unreliable)
  [ 1717.146934] [c00c7551bcd0] [dd4810b8] 
torture_rwlock_write_lock+0x28/0x40 [locktorture]
  [ 1717.146939] [c00c7551bcf0] [dd480578] 
lock_torture_writer+0x98/0x210 [locktorture]
  [ 1717.146944] [c00c7551bd80] [c00da4d4] kthread+0x114/0x140
  [ 1717.146948] [c00c7551be30] [c000956c] 
ret_from_kernel_thread+0x5c/0x70
  [ 1717.146951] Task dump for CPU 10:
  [ 1717.146953] lock_torture_wr R  running task0  2537  2 
0x0804
  [ 1717.146957] Call Trace:
  [ 1717.146961] [c00c7557b820] [c00c7557b860] 0xc00c7557b860 
(unreliable)
  [ 1717.146966] [c00c7557b860] [c00b4fb0] __do_softirq+0x220/0x3b0
  [ 1717.146970] [c00c7557b960] [c00b5478] 

[Kernel-packages] [Bug 1682418] Re: [zesty] mlx5 OVS vxlan ipv6 LNST test cause Oops

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  [zesty] mlx5 OVS  vxlan ipv6 LNST test cause Oops

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

Bug description:
  After running offload enabled LNST ipv6 vxlan ovs test 
(recipes/ovs_offload/1_virt_ovs_vxlan_ipv6.xml) with the setup that it creates 
multiple times till it crashes.
  The test itself and other LNST tests pass, it's the shutdown phase that 
causes this.
  There are different stack traces that usually relate to some kind of 
allocation (or ext4, inode), see one below.

  
  scenario :
  1. Install lnst tests 
 git clone https://github.com/jpirko/lnst.git && cd lnst && ./setup.py 
install
  2. prepare OVS offload enable setup (2 machines) connected Back to Back
  3. enable 2 VM's on the mlnx5 Physical Function on each machine
  4. setup lnst on vm and HV (run lnst-slave)
  5. run IPv VXLAN lnst test in loop
 for example #lnst-ctl -d --pools=talat run 
recipes/ovs_offload/1_virt_ovs_vxlan_ipv6.xml

  Call trace
   kernel: [76406.381439] Oops:  [#1] SMP   

   
   kernel: [76406.419297] Modules linked in: act_mirred act_gact act_tunnel_key 
cls_flower sch_ingress vport_vxlan vxlan ip6_udp_tunnel udp_tunnel vfio_pci 
vfio_iommu_type1 vfio_virqfd vfio mlx5_ib ib_core nfsv3 nfs fscache xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat xt_conntrack 
ipt_REJECT nf_reject_ipv4 xt_tcpudp ebtable_filter ebtables ip6table_filter 
ip6_tables iptable_filter bridge stp llc openvswitch nf_conntrack_ipv6 
nf_nat_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_defrag_ipv6 nf_nat 
nf_conntrack intel_rapl sb_edac edac_core x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd 
ipmi_ssif intel_cstate ipmi_si input_leds joydev ipmi_devintf   

 
   kernel: [76406.981750]  mei_me dcdbas intel_rapl_perf shpchp mei 
ipmi_msghandler lpc_ich mac_hid acpi_power_meter configfs nfsd auth_rpcgss 
nfs_acl lockd grace sunrpc ip_tables x_tables autofs4 btrfs raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear mlx4_en hid_generic tg3 mlx5_core usbhid 
mlx4_core ahci ptp mxm_wmi hid libahci megaraid_sas devlink pps_core fjes wmi   

   
   kernel: [76407.335099] CPU: 25 PID: 5253 Comm: ip Not tainted 
4.10.0-19-generic #21-Ubuntu
  
   kernel: [76407.446475] Hardware name: Dell Inc. PowerEdge R730/072T6D, BIOS 
2.3.4 11/08/2016

   kernel: [76407.558645] task: 9a2b76f89680 task.stack: bda6c76a8000   

   
   kernel: [76407.618666] RIP: 0010:rb_erase+0x194/0x350

   
   kernel: [76407.676596] RSP: 0018:bda6c76ab4f0 EFLAGS: 00010046   

   
   kernel: [76407.735460] RAX: 9a2c2cc30bc0 RBX: 9a2c53372d18 RCX: 


   kernel: [76407.797100] RDX:  RSI: 9a2c53372d20 RDI: 
9a2c2cc30a40

   kernel: [76407.858831] RBP: bda6c76ab4f0 R08:  R09: 
00018040002e

   kernel: [76407.921323] R10: 9a2c2cc30b40 R11: 000f9e00 R12: 
9a2c2cc30a40

   kernel: [76407.984793] R13: 9a2c53372d18 R14: 0046 R15: 

[Kernel-packages] [Bug 1682418] Re: [zesty] mlx5 OVS vxlan ipv6 LNST test cause Oops

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu Zesty) because there has been no activity for
60 days.]

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

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

Title:
  [zesty] mlx5 OVS  vxlan ipv6 LNST test cause Oops

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

Bug description:
  After running offload enabled LNST ipv6 vxlan ovs test 
(recipes/ovs_offload/1_virt_ovs_vxlan_ipv6.xml) with the setup that it creates 
multiple times till it crashes.
  The test itself and other LNST tests pass, it's the shutdown phase that 
causes this.
  There are different stack traces that usually relate to some kind of 
allocation (or ext4, inode), see one below.

  
  scenario :
  1. Install lnst tests 
 git clone https://github.com/jpirko/lnst.git && cd lnst && ./setup.py 
install
  2. prepare OVS offload enable setup (2 machines) connected Back to Back
  3. enable 2 VM's on the mlnx5 Physical Function on each machine
  4. setup lnst on vm and HV (run lnst-slave)
  5. run IPv VXLAN lnst test in loop
 for example #lnst-ctl -d --pools=talat run 
recipes/ovs_offload/1_virt_ovs_vxlan_ipv6.xml

  Call trace
   kernel: [76406.381439] Oops:  [#1] SMP   

   
   kernel: [76406.419297] Modules linked in: act_mirred act_gact act_tunnel_key 
cls_flower sch_ingress vport_vxlan vxlan ip6_udp_tunnel udp_tunnel vfio_pci 
vfio_iommu_type1 vfio_virqfd vfio mlx5_ib ib_core nfsv3 nfs fscache xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat xt_conntrack 
ipt_REJECT nf_reject_ipv4 xt_tcpudp ebtable_filter ebtables ip6table_filter 
ip6_tables iptable_filter bridge stp llc openvswitch nf_conntrack_ipv6 
nf_nat_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_defrag_ipv6 nf_nat 
nf_conntrack intel_rapl sb_edac edac_core x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd 
ipmi_ssif intel_cstate ipmi_si input_leds joydev ipmi_devintf   

 
   kernel: [76406.981750]  mei_me dcdbas intel_rapl_perf shpchp mei 
ipmi_msghandler lpc_ich mac_hid acpi_power_meter configfs nfsd auth_rpcgss 
nfs_acl lockd grace sunrpc ip_tables x_tables autofs4 btrfs raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear mlx4_en hid_generic tg3 mlx5_core usbhid 
mlx4_core ahci ptp mxm_wmi hid libahci megaraid_sas devlink pps_core fjes wmi   

   
   kernel: [76407.335099] CPU: 25 PID: 5253 Comm: ip Not tainted 
4.10.0-19-generic #21-Ubuntu
  
   kernel: [76407.446475] Hardware name: Dell Inc. PowerEdge R730/072T6D, BIOS 
2.3.4 11/08/2016

   kernel: [76407.558645] task: 9a2b76f89680 task.stack: bda6c76a8000   

   
   kernel: [76407.618666] RIP: 0010:rb_erase+0x194/0x350

   
   kernel: [76407.676596] RSP: 0018:bda6c76ab4f0 EFLAGS: 00010046   

   
   kernel: [76407.735460] RAX: 9a2c2cc30bc0 RBX: 9a2c53372d18 RCX: 


   kernel: [76407.797100] RDX:  RSI: 9a2c53372d20 RDI: 
9a2c2cc30a40

   kernel: [76407.858831] RBP: bda6c76ab4f0 R08:  R09: 
00018040002e

   kernel: [76407.921323] R10: 9a2c2cc30b40 R11: 000f9e00 R12: 
9a2c2cc30a40

   kernel: [76407.984793] R13: 9a2c53372d18 R14: 0046 R15: 

[Kernel-packages] [Bug 1680973] Re: Suspend does not work when booting with 'nomodeset' option

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Suspend does not work when booting with 'nomodeset' option

Status in linux package in Ubuntu:
  Expired

Bug description:
  I am using Ubuntu 16.04.2 with kernel version 4.10.8 on an original
  MacBook Air. No matter how I try to suspend, the screen stays black
  when I try to wake my computer again. I know that it is on because I
  hear sounds if I tap the volume buttons and I am able to connect over
  ssh, but the screen stays black.

  I have tried switching TTYs et.c. but the screen stays black. The
  Apple logo on the lid isn't lit either. I don't know if this is a bug
  or just lack of support but I find it really sad because my computer
  gets way faster when I boot with the 'nomodeset' option.

  Another problem I have with 'nomodeset' is that I am unable to control
  screen brightness. I don't know if this is related or not, but I guess
  it is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1680973/+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 1675533] Re: Black screen on Kernel 4.4.0-64 and 4.4.0-66

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Black screen on Kernel 4.4.0-64 and 4.4.0-66

Status in linux package in Ubuntu:
  Expired

Bug description:
  Hi,
   It was suggested on askubuntu that I try here. I can load up on Kernel 
4.4.0-62 but not 4.4.0-64 or 4.4.0-66. I currently have to press escape on 
load-up and select 4.4.0-62 on the GRUB screen. I assume new Kernels come out 
every few weeks and therefore 4.4.0-62 will eventually be redundant? 
Coincidentally kernel 4.4.0-64 & 4.4.0-66 stopped working after I installed the 
GIMP image program.

  I also have an additional problem of the wifi stopping/dropping every
  few minutes but hope I can fix that later on askubuntu. I haven't
  worked out if it stops regularly or when I briefly stop typing and
  read a webpage. I thought I would mention it in case it is related.

  My knowledge of ubuntu/computers is limited. What are the best
  commands to try and diagnose the problem?

  CPU: AMD phenom 11x4 970 Processor x4 (32-bit)
  RAM: 15.8 GiB
  Graphics: Gallium 0.4 on AMD CAICOS (DRM 2.43.0/4.4.0-62-generic, LLVM 
3.8.0)
  Disk: 475.2GB

  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 i686
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lalalala   1648 F pulseaudio
   /dev/snd/controlC1:  lalalala   1648 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 23 19:14:39 2017
  HibernationDevice: RESUME=UUID=d99064f6-aa39-4d52-95df-27762169c27e
  InstallationDate: Installed on 2017-01-02 (80 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic 
root=UUID=5b90d169-62a7-498f-92d2-673ed94400aa ro rootflags=sync 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
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/24/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0802
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A78LT-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0802:bd08/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78LT-M:rvrRevX.0x: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/1675533/+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 1684985] Re: External monitor screen blanks periodically

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  External monitor screen blanks periodically

Status in linux package in Ubuntu:
  Expired

Bug description:
  This has followed me through numerous Kernels and linux versions on
  this hardware. iwlwifi seems to be implicated. Also have udev/usb
  input problems,

  v [ cut here ]
  [73457.056022] WARNING: CPU: 3 PID: 1836 at 
/build/linux-Fk60NP/linux-4.10.0/drivers/net/wireless/intel/iwlwifi/pcie/trans.c:2130
 iwl_trans_pcie_wait_txq_empty+0x1ec/0x200 [iwlwifi]
  [73457.056026] WR pointer moved while flushing 230 -> 234
  [73457.056028] Modules linked in: btrfs xor raid6_pq ufs qnx4 hfsplus hfs 
minix ntfs msdos jfs xfs cpuid nf_nat_h323 nf_conntrack_h323 nf_nat_pptp 
nf_nat_proto_gre nf_conntrack_pptp nf_conntrack_proto_gre nf_nat_tftp 
nf_conntrack_tftp nf_nat_sip nf_conntrack_sip nf_nat_irc nf_conntrack_irc 
nf_nat_ftp nf_conntrack_ftp ccm uas usb_storage cmac rfcomm pci_stub 
vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 
nf_nat libcrc32c nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack 
ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge stp llc ebtable_filter ebtables 
ip6table_filter ip6_tables iptable_filter bnep arc4 intel_rapl 
x86_pkg_temp_thermal uvcvideo intel_powerclamp videobuf2_vmalloc coretemp 
videobuf2_memops btusb
  [73457.056298]  videobuf2_v4l2 kvm_intel btrtl videobuf2_core btbcm kvm 
btintel videodev bluetooth media irqbypass intel_cstate intel_rapl_perf iwlmvm 
snd_soc_skl snd_soc_skl_ipc mac80211 snd_soc_sst_ipc snd_hda_codec_hdmi 
snd_soc_sst_dsp snd_hda_ext_core snd_soc_sst_match snd_hda_codec_realtek 
snd_soc_core snd_hda_codec_generic snd_seq_midi snd_seq_midi_event snd_compress 
snd_rawmidi ac97_bus snd_pcm_dmaengine iwlwifi snd_seq snd_hda_intel input_leds 
snd_hda_codec joydev snd_hda_core serio_raw rtsx_pci_ms snd_hwdep cfg80211 
thinkpad_acpi memstick snd_pcm nvram snd_seq_device snd_timer shpchp mei_me mei 
intel_pch_thermal snd soundcore mac_hid parport_pc ppdev lp parport ip_tables 
x_tables autofs4 algif_skcipher af_alg dm_crypt hid_logitech_hidpp i915 
crct10dif_pclmul crc32_pclmul i2c_algo_bit ghash_clmulni_intel
  [73457.056455]  hid_logitech_dj hid_generic rtsx_pci_sdmmc drm_kms_helper 
pcbc syscopyarea aesni_intel e1000e sysfillrect aes_x86_64 sysimgblt 
crypto_simd glue_helper ptp cryptd fb_sys_fops usbhid psmouse rtsx_pci pps_core 
hid ahci libahci drm wmi video fjes
  [73457.056528] CPU: 3 PID: 1836 Comm: wpa_supplicant Tainted: GW  OE  
 4.10.0-19-generic #21-Ubuntu
  [73457.056533] Hardware name: LENOVO 20F5S32300/20F5S32300, BIOS R02ET46W 
(1.19 ) 03/15/2016
  [73457.056538] Call Trace:
  [73457.056556]  dump_stack+0x63/0x81
  [73457.056566]  __warn+0xcb/0xf0
  [73457.056574]  warn_slowpath_fmt+0x5f/0x80
  [73457.056587]  ? usleep_range+0x62/0x90
  [73457.056628]  iwl_trans_pcie_wait_txq_empty+0x1ec/0x200 [iwlwifi]
  [73457.056674]  iwl_mvm_sta_tx_agg_flush+0x157/0x250 [iwlmvm]
  [73457.056711]  iwl_mvm_mac_ampdu_action+0xea/0x410 [iwlmvm]
  [73457.056783]  drv_ampdu_action+0x6f/0x170 [mac80211]
  [73457.056853]  ___ieee80211_stop_tx_ba_session+0x1ad/0x260 [mac80211]
  [73457.056924]  __ieee80211_stop_tx_ba_session+0x35/0x50 [mac80211]
  [73457.056992]  ieee80211_sta_tear_down_BA_sessions+0x3f/0x70 [mac80211]
  [73457.057063]  __sta_info_destroy_part1+0x4f/0x570 [mac80211]
  [73457.057126]  __sta_info_destroy+0x16/0x40 [mac80211]
  [73457.057193]  sta_info_destroy_addr_bss+0x38/0x60 [mac80211]
  [73457.057274]  ieee80211_del_station+0x1d/0x30 [mac80211]
  [73457.057346]  nl80211_del_station+0xe0/0x1f0 [cfg80211]
  [73457.057367]  genl_family_rcv_msg+0x1dd/0x3c0
  [73457.057394]  ? skb_queue_tail+0x43/0x50
  [73457.057403]  ? __netlink_sendskb+0x3e/0x60
  [73457.057413]  genl_rcv_msg+0x59/0xa0
  [73457.057423]  ? genl_register_family+0x620/0x620
  [73457.057431]  netlink_rcv_skb+0xa4/0xc0
  [73457.057439]  genl_rcv+0x28/0x40
  [73457.057447]  netlink_unicast+0x18c/0x220
  [73457.057456]  netlink_sendmsg+0x2f7/0x3b0
  [73457.057466]  ? aa_sock_msg_perm+0x61/0x150
  [73457.057475]  sock_sendmsg+0x38/0x50
  [73457.057482]  ___sys_sendmsg+0x2c2/0x2d0
  [73457.057491]  ? evict+0x136/0x1a0
  [73457.057499]  ? iput+0x1b2/0x230
  [73457.057509]  ? dentry_free+0x4e/0x80
  [73457.057519]  ? __dentry_kill+0x110/0x160
  [73457.057528]  ? dput+0x238/0x270
  [73457.057539]  ? mntput+0x24/0x40
  [73457.057547]  ? __fput+0x190/0x220
  [73457.057556]  __sys_sendmsg+0x54/0x90
  [73457.057565]  SyS_sendmsg+0x12/0x20
  [73457.057575]  entry_SYSCALL_64_fastpath+0x1e/0xad
  [73457.057595] RIP: 0033:0x7f334aeac237
  [73457.057601] RSP: 

[Kernel-packages] [Bug 1684268] Re: Two cameras won't work together with motion

2017-06-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Two cameras won't work together with motion

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have a Pinnacle analog device connected via USB to my Lenovo laptop and 
Lenovo Easy Camera installed in it.
  I'm trying to setup motion package to work with both of them. Works perfectly 
by separate, but not both at the same time.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.10.0-19-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-id', 
'/dev/snd/by-path', '/dev/snd/pcmC2D0c', '/dev/snd/controlC2', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D3p', '/dev/snd/controlC1', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card1.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Card2.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card2.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Wed Apr 19 22:16:19 2017
  HibernationDevice: RESUME=/dev/mapper/vmhost1--system-swap
  MachineType: LENOVO IdeaPad Y560p
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-19-generic 
root=/dev/mapper/hostname--system-root--new ro quiet splash
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: XDG_RUNTIME_DIR 
(/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e g 
happen if you try to connect to a non-root PulseAudio as a root user, over the 
native protocol. Don't do that.)
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 3FCN11WW
  dmi.board.name: KL3
  dmi.board.vendor: LENOVO
  dmi.board.version: Rev 1.0
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 
dmi:bvnLENOVO:bvr3FCN11WW:bd11/12/2010:svnLENOVO:pnIdeaPadY560p:pvrRev1.0:rvnLENOVO:rnKL3:rvrRev1.0:cvnLENOVO:ct10:cvrRev1.0:
  dmi.product.name: IdeaPad Y560p
  dmi.product.version: Rev 1.0
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1684268/+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 1685007] Re: package bluez:i386 5.37-0ubuntu5 failed to install/upgrade: aliprosessi komentotiedosto post-installation asennettu palautti virhetilakoodin 1

2017-06-19 Thread Launchpad Bug Tracker
[Expired for bluez (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package bluez:i386 5.37-0ubuntu5 failed to install/upgrade:
  aliprosessi komentotiedosto post-installation asennettu palautti
  virhetilakoodin 1

Status in bluez package in Ubuntu:
  Expired

Bug description:
  dont working

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: bluez:i386 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-46.49~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-46-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Thu Apr 20 22:45:53 2017
  ErrorMessage: aliprosessi komentotiedosto post-installation asennettu 
palautti virhetilakoodin 1
  InstallationDate: Installed on 2017-04-20 (0 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  InterestingModules: bnep bluetooth
  MachineType: Hewlett-Packard HP 250 G3 Notebook PC
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-46-generic 
root=UUID=5ae53ed4-6ded-4c79-a24b-3d7de51913c2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: bluez
  Title: package bluez:i386 5.37-0ubuntu5 failed to install/upgrade: 
aliprosessi komentotiedosto post-installation asennettu palautti 
virhetilakoodin 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/26/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.39
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2213
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 57.54
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.39:bd05/26/2015:svnHewlett-Packard:pnHP250G3NotebookPC:pvr097510405F0620181:rvnHewlett-Packard:rn2213:rvr57.54:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 250 G3 Notebook PC
  dmi.product.version: 097510405F0620181
  dmi.sys.vendor: Hewlett-Packard
  hciconfig:
   
  rfkill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1685007/+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 1698448] Re: [SRU][Zesty] acpi: apei: check for pending errors when probing GHES entries

2017-06-19 Thread Manoj Iyer
Boot tested on ARM64 QDF2400:
ubuntu@ubuntu:~$ uname -a 
Linux ubuntu 4.10.0-22-generic #24~lp1698448+checkerrors.1-Ubuntu SMP Fri Jun 
16 20:16:10 UTC 2 aarch64 aarch64 aarch64 GNU/Linux

Boot tested on Power8:
ubuntu@manjo-srutest:~$ uname -a 
Linux manjo-srutest 4.10.0-22-generic #24~lp1698448+checkerrors.1-Ubuntu SMP 
Fri Jun 16 20:15:17 UTC 2 ppc64le ppc64le ppc64le GNU/Linux

Boot tested on AMD64:
ubuntu@adib:~$ uname -a 
Linux adib 4.10.0-22-generic #24~lp1698448+checkerrors.1-Ubuntu SMP Fri Jun 16 
20:15:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  [SRU][Zesty] acpi: apei: check for pending errors when probing GHES
  entries

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]
  In addition to the RAS patches for which SRU were submitted under bug 
https://launchpad.net/bugs/1696570. We also require the following patch:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries

  Without this patch pending RAS error at boot may not be handled
  correctly on the QDF2400 platforms, and could cause platform to
  reboot, or prevent future RAS issues from being reported.

  [Test]
  Run mce-tests suite. Inject an error before the kernel boots to reproduce the 
issue.

  [Fix]
  Fix is available in the linux ARM64 git repo maintained by Will Deacon:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries. 
This patch needs to be applied on top of the RAS patches that were already 
submitted for SRU

  [Regression Potential]
  Small fix to handle pending errors right away. Low risk of regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698448/+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 1699004] Re: APST gets enabled against explicit kernel option

2017-06-19 Thread Nils
I get

$ cat /sys/module/nvme_core/parameters/default_ps_max_latency_us
0

which kind of surprises me.

$ sudo find /sys -name '*latency*' | grep nvme0 | xargs cat

does not return anything.

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

Title:
  APST gets enabled against explicit kernel option

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Lenovo ThinkPad X270 with a Toshiba nvme SSD

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1 177S10WYTAMT THNSF5256GPUK TOSHIBA   
 1 256.06  GB / 256.06  GB512   B +  0 B   51025KLA

  I was affected by this bug
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184?comments=all
  before. After disabling APST by adding 
"nvme_core.default_ps_max_latency_us=0" in /etc/default/grub, the bug went away.

  Since yesterday, however the bug has returned, with the system dying
  with I/O errors after an hour or so.

  I verified, that the kernel option is still being set

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7

  however it turns out that it is being ignored for some reason, and
  running

  $ sudo nvme get-feature -f 0x0c -H /dev/nvme0

  reports that APST is enabled. I can successfully disable it manually
  using

  $ sudo nvme set-feature -f 0x0c -v=0 /dev/nvme0

  and the problem goes away. However, after any reboot and even after
  waking the system from suspend, it is reenabled, causing the system to
  crash after a short while.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   maeher 1669 F...m pulseaudio
   /dev/snd/controlC0:  maeher 1669 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Mon Jun 19 23:29:31 2017
  InstallationDate: Installed on 2017-04-17 (64 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 20HN001RUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0IET30W (1.08 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HN001RUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0IET30W(1.08):bd01/16/2017:svnLENOVO:pn20HN001RUS:pvrThinkPadX270:rvnLENOVO:rn20HN001RUS:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20HN001RUS
  dmi.product.version: ThinkPad X270
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1699004/+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 1699004] Re: APST gets enabled against explicit kernel option

2017-06-19 Thread Kai-Heng Feng
Please attach the value of `sudo find /sys -name '*latency*' | grep
nvme0 | xargs cat` as well.

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

Title:
  APST gets enabled against explicit kernel option

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Lenovo ThinkPad X270 with a Toshiba nvme SSD

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1 177S10WYTAMT THNSF5256GPUK TOSHIBA   
 1 256.06  GB / 256.06  GB512   B +  0 B   51025KLA

  I was affected by this bug
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184?comments=all
  before. After disabling APST by adding 
"nvme_core.default_ps_max_latency_us=0" in /etc/default/grub, the bug went away.

  Since yesterday, however the bug has returned, with the system dying
  with I/O errors after an hour or so.

  I verified, that the kernel option is still being set

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7

  however it turns out that it is being ignored for some reason, and
  running

  $ sudo nvme get-feature -f 0x0c -H /dev/nvme0

  reports that APST is enabled. I can successfully disable it manually
  using

  $ sudo nvme set-feature -f 0x0c -v=0 /dev/nvme0

  and the problem goes away. However, after any reboot and even after
  waking the system from suspend, it is reenabled, causing the system to
  crash after a short while.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   maeher 1669 F...m pulseaudio
   /dev/snd/controlC0:  maeher 1669 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Mon Jun 19 23:29:31 2017
  InstallationDate: Installed on 2017-04-17 (64 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 20HN001RUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0IET30W (1.08 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HN001RUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0IET30W(1.08):bd01/16/2017:svnLENOVO:pn20HN001RUS:pvrThinkPadX270:rvnLENOVO:rn20HN001RUS:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20HN001RUS
  dmi.product.version: ThinkPad X270
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1699004/+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 1699004] Status changed to Confirmed

2017-06-19 Thread Joseph Salisbury
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/1699004

Title:
  APST gets enabled against explicit kernel option

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Lenovo ThinkPad X270 with a Toshiba nvme SSD

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1 177S10WYTAMT THNSF5256GPUK TOSHIBA   
 1 256.06  GB / 256.06  GB512   B +  0 B   51025KLA

  I was affected by this bug
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184?comments=all
  before. After disabling APST by adding 
"nvme_core.default_ps_max_latency_us=0" in /etc/default/grub, the bug went away.

  Since yesterday, however the bug has returned, with the system dying
  with I/O errors after an hour or so.

  I verified, that the kernel option is still being set

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7

  however it turns out that it is being ignored for some reason, and
  running

  $ sudo nvme get-feature -f 0x0c -H /dev/nvme0

  reports that APST is enabled. I can successfully disable it manually
  using

  $ sudo nvme set-feature -f 0x0c -v=0 /dev/nvme0

  and the problem goes away. However, after any reboot and even after
  waking the system from suspend, it is reenabled, causing the system to
  crash after a short while.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   maeher 1669 F...m pulseaudio
   /dev/snd/controlC0:  maeher 1669 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Mon Jun 19 23:29:31 2017
  InstallationDate: Installed on 2017-04-17 (64 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 20HN001RUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0IET30W (1.08 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HN001RUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0IET30W(1.08):bd01/16/2017:svnLENOVO:pn20HN001RUS:pvrThinkPadX270:rvnLENOVO:rn20HN001RUS:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20HN001RUS
  dmi.product.version: ThinkPad X270
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1699004/+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 1698918] Re: no internet connection when strongswan vpn is activated

2017-06-19 Thread Seth Forshee
A couple of things for you to try:

- There's a new 4.11 kernel in artful-proposed, 4.11.0-7, which includes
a couple new 4.11 stable releases. If the problem is fixed in 4.12 then
the fix may have also been included in a stable update.

- If that one doesn't work, try the latest vanilla 4.11 stable kernel
without Ubuntu patches (currently http://kernel.ubuntu.com/~kernel-
ppa/mainline/v4.11.6/). If this works then we know that one of the
Ubuntu patches is causing the issue.

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

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1699004] Re: APST gets enabled against explicit kernel option

2017-06-19 Thread Kai-Heng Feng
What's the value of `cat
/sys/module/nvme_core/parameters/default_ps_max_latency_us`?

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

Title:
  APST gets enabled against explicit kernel option

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Lenovo ThinkPad X270 with a Toshiba nvme SSD

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1 177S10WYTAMT THNSF5256GPUK TOSHIBA   
 1 256.06  GB / 256.06  GB512   B +  0 B   51025KLA

  I was affected by this bug
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184?comments=all
  before. After disabling APST by adding 
"nvme_core.default_ps_max_latency_us=0" in /etc/default/grub, the bug went away.

  Since yesterday, however the bug has returned, with the system dying
  with I/O errors after an hour or so.

  I verified, that the kernel option is still being set

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7

  however it turns out that it is being ignored for some reason, and
  running

  $ sudo nvme get-feature -f 0x0c -H /dev/nvme0

  reports that APST is enabled. I can successfully disable it manually
  using

  $ sudo nvme set-feature -f 0x0c -v=0 /dev/nvme0

  and the problem goes away. However, after any reboot and even after
  waking the system from suspend, it is reenabled, causing the system to
  crash after a short while.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   maeher 1669 F...m pulseaudio
   /dev/snd/controlC0:  maeher 1669 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Mon Jun 19 23:29:31 2017
  InstallationDate: Installed on 2017-04-17 (64 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 20HN001RUS
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/16/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0IET30W (1.08 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20HN001RUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0IET30W(1.08):bd01/16/2017:svnLENOVO:pn20HN001RUS:pvrThinkPadX270:rvnLENOVO:rn20HN001RUS:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20HN001RUS
  dmi.product.version: ThinkPad X270
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1699004/+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 1694596] Re: LiteOn NVMe issue

2017-06-19 Thread Kai-Heng Feng
Hmm, eventually I still want to backport NVMe APST support to Xenial
(4.4) kernel - the reduction on energy consumption is quite huge.

My same LiteON NVMe works flawlessly for months with APST enabled, but
with a different firmware version -

NVME Identify Controller:
vid : 0x14a4 
ssvid   : 0x1b4b 
sn  : TW09F8D15508563B006Z   
mn  : CX2-8B256-Q11 NVMe LITEON 256GB
fr  : 488110B

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

Title:
  LiteOn NVMe issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Originally reported at:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184/comments/79

  The user uses "nvme_core.default_ps_max_latency_us=6000" but the issue
  still happens.

  $ sudo nvme id-ctrl /dev/nvme0
  NVME Identify Controller:
  vid : 0x14a4
  ssvid : 0x1b4b
  sn : TW0XVRV7LOH006AJ09F1
  mn : CX2-8B256-Q11 NVMe LITEON 256GB
  fr : 48811QD
  rab : 0
  ieee : 002303
  cmic : 0
  mdts : 5
  cntlid : 1
  ver : 10200
  rtd3r : f4240
  rtd3e : f4240
  oaes : 0
  oacs : 0x1f
  acl : 3
  aerl : 3
  frmw : 0x14
  lpa : 0x2
  elpe : 63
  npss : 4
  avscc : 0x1
  apsta : 0x1
  wctemp : 358
  cctemp : 368
  mtfa : 50
  hmpre : 0
  hmmin : 0
  tnvmcap : 256060514304
  unvmcap : 0
  rpmbs : 0
  sqes : 0x66
  cqes : 0x44
  nn : 1
  oncs : 0x1f
  fuses : 0
  fna : 0
  vwc : 0x1
  awun : 255
  awupf : 7
  nvscc : 1
  acwu : 0
  sgls : 0
  ps 0 : mp:8.00W operational enlat:0 exlat:0 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:- active_power:-
  ps 1 : mp:4.00W operational enlat:5 exlat:5 rrt:1 rrl:1
rwt:1 rwl:1 idle_power:- active_power:-
  ps 2 : mp:2.10W operational enlat:5 exlat:5 rrt:2 rrl:2
rwt:2 rwl:2 idle_power:- active_power:-
  ps 3 : mp:0.1000W non-operational enlat:5000 exlat:5000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-
  ps 4 : mp:0.0100W non-operational enlat:5 exlat:10 rrt:4 rrl:4
rwt:4 rwl:4 idle_power:- active_power:-

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1694596/+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 1699004] [NEW] APST gets enabled against explicit kernel option

2017-06-19 Thread Nils
Public bug reported:

I have a Lenovo ThinkPad X270 with a Toshiba nvme SSD

$ sudo nvme list
Node SN   Model
Namespace Usage  Format   FW Rev  
   
- --  
/dev/nvme0n1 177S10WYTAMT THNSF5256GPUK TOSHIBA
1 256.06  GB / 256.06  GB512   B +  0 B   51025KLA

I was affected by this bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184?comments=all
before. After disabling APST by adding "nvme_core.default_ps_max_latency_us=0" 
in /etc/default/grub, the bug went away.

Since yesterday, however the bug has returned, with the system dying
with I/O errors after an hour or so.

I verified, that the kernel option is still being set

$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7

however it turns out that it is being ignored for some reason, and
running

$ sudo nvme get-feature -f 0x0c -H /dev/nvme0

reports that APST is enabled. I can successfully disable it manually
using

$ sudo nvme set-feature -f 0x0c -v=0 /dev/nvme0

and the problem goes away. However, after any reboot and even after
waking the system from suspend, it is reenabled, causing the system to
crash after a short while.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-22-generic 4.10.0-22.24
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   maeher 1669 F...m pulseaudio
 /dev/snd/controlC0:  maeher 1669 F pulseaudio
CurrentDesktop: Unity:Unity7
Date: Mon Jun 19 23:29:31 2017
InstallationDate: Installed on 2017-04-17 (64 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: LENOVO 20HN001RUS
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.10.0-22-generic N/A
 linux-backports-modules-4.10.0-22-generic  N/A
 linux-firmware 1.164.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/16/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: R0IET30W (1.08 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20HN001RUS
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrR0IET30W(1.08):bd01/16/2017:svnLENOVO:pn20HN001RUS:pvrThinkPadX270:rvnLENOVO:rn20HN001RUS:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20HN001RUS
dmi.product.version: ThinkPad X270
dmi.sys.vendor: LENOVO

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

Title:
  APST gets enabled against explicit kernel option

Status in linux package in Ubuntu:
  New

Bug description:
  I have a Lenovo ThinkPad X270 with a Toshiba nvme SSD

  $ sudo nvme list
  Node SN   Model   
 Namespace Usage  Format   FW Rev  
    
 - -- 
 
  /dev/nvme0n1 177S10WYTAMT THNSF5256GPUK TOSHIBA   
 1 256.06  GB / 256.06  GB512   B +  0 B   51025KLA

  I was affected by this bug
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184?comments=all
  before. After disabling APST by adding 
"nvme_core.default_ps_max_latency_us=0" in /etc/default/grub, the bug went away.

  Since yesterday, however the bug has returned, with the system dying
  with I/O errors after an hour or so.

  I verified, that the kernel option is still being set

  $ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=365f1a9c-9598-4ad5-a387-d02f771767a1 ro quiet splash 
nvme_core.default_ps_max_latency_us=0 vt.handoff=7

  however it turns out that it is being ignored for some reason, and
  running

  $ sudo nvme get-feature -f 0x0c -H /dev/nvme0

  reports that APST is enabled. I can successfully disable it manually
  using

  $ sudo nvme set-feature -f 0x0c -v=0 /dev/nvme0

  and the problem goes away. However, after any reboot 

[Kernel-packages] [Bug 1654448] Re: XPS 13 9360 and 9350, Realtek ALC3246, Headphone audio hiss

2017-06-19 Thread Kai-Heng Feng
Please try this: http://people.canonical.com/~khfeng/lp1654448-artful/

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

Title:
  XPS 13 9360 and 9350, Realtek ALC3246, Headphone audio hiss

Status in Dell Sputnik:
  Confirmed
Status in alsa-driver package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Pertaining to 16.04 on a dell XPS 13 9360

  ii  alsa-base 1.0.25+dfsg-0ubuntu5

  Advanced Linux Sound Architecture Driver Version k4.4.0-57-generic.

  
  When headphones are plugged in, there is a clearly audible hiss (white 
noise). This is present as soon as the headphones are plugged in, whether 
'headphones' or 'headset' are selected from the pop-up box. 

  Using alsamixer to debug the issue reveals that it is related to
  "Headphone Mic Boost" - the default setting is: dB gain 0.00, 0.00. If
  this is changed to:

  10.00, 10.00 (one notch up) the hiss disappears. 
  20.00, 20.00 cause a louder hiss and 
  30.00, 30.00 causes an even louder hiss with high frequency audio artifacts. 

  When the headphones are removed and plugged back in the Headphone Mic
  Boost setting returns to dB gain 0 and the problem also returns.

  This (problem and workaround) has been reported in the wild:
  https://news.ycombinator.com/item?id=13050843 and
  
https://www.reddit.com/r/Dell/comments/4j1zz4/headphones_have_static_noise_with_ubuntu_1604_on/
  for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1654448/+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 1694596] Re: LiteOn NVMe issue

2017-06-19 Thread John Neffenger
No, the errors stopped when I reverted to the Ubuntu 16.04 GA kernel and
X server on May 31.

I have been running error-free for over two weeks with the "linux-
generic" package version 4.4.0.79.85. It appears there may be something
in Linux kernel version 4.8.0-53.56 that caused the problems, but I'm
reluctant to risk more data loss to double check.

Note that I was running with the HWE kernel version 4.8 for a couple of
months, but I didn't see the errors until I upgraded to 4.8.0-53, and
then I saw the file system errors all the time.

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

Title:
  LiteOn NVMe issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Originally reported at:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184/comments/79

  The user uses "nvme_core.default_ps_max_latency_us=6000" but the issue
  still happens.

  $ sudo nvme id-ctrl /dev/nvme0
  NVME Identify Controller:
  vid : 0x14a4
  ssvid : 0x1b4b
  sn : TW0XVRV7LOH006AJ09F1
  mn : CX2-8B256-Q11 NVMe LITEON 256GB
  fr : 48811QD
  rab : 0
  ieee : 002303
  cmic : 0
  mdts : 5
  cntlid : 1
  ver : 10200
  rtd3r : f4240
  rtd3e : f4240
  oaes : 0
  oacs : 0x1f
  acl : 3
  aerl : 3
  frmw : 0x14
  lpa : 0x2
  elpe : 63
  npss : 4
  avscc : 0x1
  apsta : 0x1
  wctemp : 358
  cctemp : 368
  mtfa : 50
  hmpre : 0
  hmmin : 0
  tnvmcap : 256060514304
  unvmcap : 0
  rpmbs : 0
  sqes : 0x66
  cqes : 0x44
  nn : 1
  oncs : 0x1f
  fuses : 0
  fna : 0
  vwc : 0x1
  awun : 255
  awupf : 7
  nvscc : 1
  acwu : 0
  sgls : 0
  ps 0 : mp:8.00W operational enlat:0 exlat:0 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:- active_power:-
  ps 1 : mp:4.00W operational enlat:5 exlat:5 rrt:1 rrl:1
rwt:1 rwl:1 idle_power:- active_power:-
  ps 2 : mp:2.10W operational enlat:5 exlat:5 rrt:2 rrl:2
rwt:2 rwl:2 idle_power:- active_power:-
  ps 3 : mp:0.1000W non-operational enlat:5000 exlat:5000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-
  ps 4 : mp:0.0100W non-operational enlat:5 exlat:10 rrt:4 rrl:4
rwt:4 rwl:4 idle_power:- active_power:-

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1694596/+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 1698700] Re: hibmc driver does not include "pci:" prefix in bus ID

2017-06-19 Thread Daniel Axtens
** Description changed:

+ SRU Justification
+ 
+ [Impact]
  On the HiSilicon D05 (arm64) board, X crashes when started. [0]
  
+ [Fix]
  The crash is attributable to the bus ID that the hibmc driver reports for the 
hibmc graphics card on the board. In particular, the bus id is missing the 
"pci:" prefix that most other cards provide: [1]
  - The busid reported on the arm64 system is "0007:a1:00.0"
  - The busid reported on a amd64 system is "pci::00:02.0"
  
  X tests for this prefix. A missing prefix for PCI cards leads to an Xorg
  crash.
  
- A patch is attached, which prevents the crash. [2][3]
+ Fix this by using the set_pci_busid function from the DRM core.
  
- I submitted the patch upstream. However, upstream is refactoring the drm
- core, and set_busid is going away, so I'm working on testing if this
- will be necessary once that lands. [4]
  
- This bug exists to help keep track of the status of this fix across
- upstream and then into our kernels.
+ [Testcase]
+ Successfully tested on a D05 board. [2]
  
- [0]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991 
+ [Regression Potential]
+ Changes are limited to the hibmc driver, so any regression should also be 
limited to that driver.
+ 
+ [Notes]
+ I submitted the patch upstream. However, upstream is refactoring the drm 
core, and set_busid is going away. That does fix this issue but the regression 
potential of the refactor is enormous, so this seems like the wiser approach. 
[3]
+ 
+ 
+ [0]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991
  [1]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/16
- [2]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/17
- [3]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/29
- [4]: https://www.spinics.net/lists/dri-devel/msg143831.html
+ [2]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/29
+ [3]: https://www.spinics.net/lists/dri-devel/msg143831.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/1698700

Title:
  hibmc driver does not include "pci:" prefix in bus ID

Status in linux package in Ubuntu:
  In Progress

Bug description:
  SRU Justification

  [Impact]
  On the HiSilicon D05 (arm64) board, X crashes when started. [0]

  [Fix]
  The crash is attributable to the bus ID that the hibmc driver reports for the 
hibmc graphics card on the board. In particular, the bus id is missing the 
"pci:" prefix that most other cards provide: [1]
  - The busid reported on the arm64 system is "0007:a1:00.0"
  - The busid reported on a amd64 system is "pci::00:02.0"

  X tests for this prefix. A missing prefix for PCI cards leads to an
  Xorg crash.

  Fix this by using the set_pci_busid function from the DRM core.

  
  [Testcase]
  Successfully tested on a D05 board. [2]

  [Regression Potential]
  Changes are limited to the hibmc driver, so any regression should also be 
limited to that driver.

  [Notes]
  I submitted the patch upstream. However, upstream is refactoring the drm 
core, and set_busid is going away. That does fix this issue but the regression 
potential of the refactor is enormous, so this seems like the wiser approach. 
[3]

  
  [0]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991
  [1]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/16
  [2]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/29
  [3]: https://www.spinics.net/lists/dri-devel/msg143831.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698700/+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 1694596] Re: LiteOn NVMe issue

2017-06-19 Thread Kai-Heng Feng
Have you seen this issue since last comment?

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

Title:
  LiteOn NVMe issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Originally reported at:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1678184/comments/79

  The user uses "nvme_core.default_ps_max_latency_us=6000" but the issue
  still happens.

  $ sudo nvme id-ctrl /dev/nvme0
  NVME Identify Controller:
  vid : 0x14a4
  ssvid : 0x1b4b
  sn : TW0XVRV7LOH006AJ09F1
  mn : CX2-8B256-Q11 NVMe LITEON 256GB
  fr : 48811QD
  rab : 0
  ieee : 002303
  cmic : 0
  mdts : 5
  cntlid : 1
  ver : 10200
  rtd3r : f4240
  rtd3e : f4240
  oaes : 0
  oacs : 0x1f
  acl : 3
  aerl : 3
  frmw : 0x14
  lpa : 0x2
  elpe : 63
  npss : 4
  avscc : 0x1
  apsta : 0x1
  wctemp : 358
  cctemp : 368
  mtfa : 50
  hmpre : 0
  hmmin : 0
  tnvmcap : 256060514304
  unvmcap : 0
  rpmbs : 0
  sqes : 0x66
  cqes : 0x44
  nn : 1
  oncs : 0x1f
  fuses : 0
  fna : 0
  vwc : 0x1
  awun : 255
  awupf : 7
  nvscc : 1
  acwu : 0
  sgls : 0
  ps 0 : mp:8.00W operational enlat:0 exlat:0 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:- active_power:-
  ps 1 : mp:4.00W operational enlat:5 exlat:5 rrt:1 rrl:1
rwt:1 rwl:1 idle_power:- active_power:-
  ps 2 : mp:2.10W operational enlat:5 exlat:5 rrt:2 rrl:2
rwt:2 rwl:2 idle_power:- active_power:-
  ps 3 : mp:0.1000W non-operational enlat:5000 exlat:5000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:- active_power:-
  ps 4 : mp:0.0100W non-operational enlat:5 exlat:10 rrt:4 rrl:4
rwt:4 rwl:4 idle_power:- active_power:-

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1694596/+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 539851] Fwd: Support New Federal Legislation To Protect State Medical Marijuana Laws

2017-06-19 Thread nudepenguin
*** This bug is a duplicate of bug 992346 ***
https://bugs.launchpad.net/bugs/992346

This is important for our health!  Sign so states can keep their HEALTH and
REVENUE without fearing an ignorant Alabama man who still believes the old
government lie that Cannabis has no medicinal value.   *The United States
of America as represented by the Department of Health and Human
Services* (Washington,
DC) has a patent on the ANTIOXIDANT benefits of the plant as neuroprotectants.

http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1=HITOFF=PALL=1=/netahtml/PTO/srchnum.htm=1=G=50=6630507.PN.=PN/6630507=PN/6630507
-- Forwarded message --
From: NORML 
Date: Mon, Jun 19, 2017 at 1:23 PM
Subject: Support New Federal Legislation To Protect State Medical Marijuana
Laws
To: NORML Subscriber 


[image: NORML]

06/19/2017

Friend,

Attorney General Jeff Sessions recently sent a letter to Congressional
leadership demanding that Congress set aside the Rohrabacher-Blumenauer
amendment, which protects states that have lawfully enacted medical
marijuana programs from federal interference.

It is apparent that the AG and the Justice Department is seeking to use
every tool at their disposal to roll back the progress that we have made to
provide patients legal access to medical cannabis. That is why, last week,
our allies in the US House and Senate introduced the CARERS Act of 2017,
which would codify Rohrabacher-Blumenauer protections into law and forbid
the Justice Department from overriding them.

*Click here to send a message to your members of Congress urging them to
stop Sessions’ War on Medical Marijuana before it starts.
*

This bipartisan legislation explicitly exempts from federal prosecution
those who are engaged in the “production, possession, distribution,
dispensation, administration, laboratory testing, recommending use, or
delivery of medical marijuana” in instances where these activities comport
with state law.

Thirty states and the District of Columbia now regulate the possession,
use, and dispensing of medical marijuana by statute. It is time the federal
government acknowledge these laws and protect the patients who rely on them.

*Now is the time to protect patients, send a message to your Senators and
Representative to support the CARERS Act of 2017.
*

The Senate bill was introduced by Senators Booker (D-NJ), Paul (R-KY),
Gillibrand (D-NY), Lee (R-UT), Franken (D-MN), and Murkowski (R-AK). The
House companion bill was reintroduced by Rep Young (R-AK) and Rep Cohen
(D-TN).

Medical marijuana is not a partisan issue - in fact, an overwhelming 94% of
Americans support the use of cannabis by authorized medical patients.
Nonetheless, militant prohibitionists including Jeff Sessions still believe
that “good people do not smoke marijuana.” It is our job to tell Congress
that this outdated mentality has no place in policy making decisions.
Attorney General Sessions is not a doctor and he has no business
interfering in doctor-patient relationships.

*Support patients. Protect and expand our progress. Tell your members of
Congress to pass the CARERS Act.
*

Thanks for all you do,
The NORML Team

P.S. Our effort is supported by thousands of people throughout the country
as we work to advance marijuana reform in all 50 states and the federal
level. Can you kick in $5, $10 or $20 a month to help us keep going?






NORML

and the NORML Foundation
:
1100 H Street NW, Suite 830, Washington DC, 20005
Tel: (202) 483-5500 • Fax: (202) 483-0057 • Email: no...@norml.org

* Subscription Reminder:* You're Subscribed to: * NORML
 * using the address: *
clintbroth...@gmail.com  *

From: * normln...@lists.norml.org  *
NORML - The National Organization for the Reform of Marijuana Laws
1100 H Street, NW
Suite 830
Washington, DC 20005
(202) 483-5500

* Unsubscribe »

*


-- 
To keep virus, popups, and malware at bay use LINUX.  Microsoft windows
lovers please at least get FIREFOX to browse the web!
http://www.linuxease.com

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

Title:
  

Re: [Kernel-packages] [Bug 1698966] Status changed to Confirmed

2017-06-19 Thread Charles Wayne Oyler
What should I do?

- Original Message -

From: "Joseph Salisbury"  
To: coyl...@comcast.net 
Sent: Monday, June 19, 2017 6:30:12 PM 
Subject: [Bug 1698966] Status changed to Confirmed 

This change was made by a bot.

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

-- 
You received this bug notification because you are subscribed to the bug 
report. 
https://bugs.launchpad.net/bugs/1698966 

Title: 
package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error 
exit status 128 

Status in linux package in Ubuntu: 
Confirmed 

Bug description: 
Not sure what happened 

ProblemType: Package 
DistroRelease: Ubuntu 16.04 
Package: linux-image-4.4.0-80-generic (not installed) 
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67 
Uname: Linux 4.4.0-79-generic x86_64 
NonfreeKernelModules: nvidia 
ApportVersion: 2.20.1-0ubuntu2.6 
Architecture: amd64 
AudioDevicesInUse: 
USER PID ACCESS COMMAND 
/dev/snd/controlC0: wayne 1627 F pulseaudio 
Date: Tue Jun 13 16:35:27 2017 
ErrorMessage: subprocess new pre-installation script returned error exit status 
128 
HibernationDevice: RESUME=UUID=cd31b069-7591-4edf-a470-23cf396be76b 
InstallationDate: Installed on 2017-02-12 (127 days ago) 
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) 
IwConfig: 
lo no wireless extensions. 

enp0s7 no wireless extensions. 
Lsusb: 
Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard 
reader 
Bus 001 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 / 
HEMA Flash Drive 2 GB / PNY Attache 4GB Stick 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 
Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 
MachineType: HP-Pavilion NY469AA-ABA s5123w 
ProcFB: 

ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-79-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash 
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon. 
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11 
RfKill: 

SourcePackage: linux 
Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128 
UpgradeStatus: No upgrade log present (probably fresh install) 
dmi.bios.date: 03/20/2009 
dmi.bios.vendor: Phoenix Technologies, LTD 
dmi.bios.version: 5.38 
dmi.board.name: NARRA5 
dmi.board.vendor: PEGATRON CORPORATION 
dmi.board.version: 5.00 
dmi.chassis.type: 3 
dmi.chassis.vendor: Hewlett-Packard 
dmi.chassis.version: Chassis Version 
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.38:bd03/20/2009:svnHP-Pavilion:pnNY469AA-ABAs5123w:pvr:rvnPEGATRONCORPORATION:rnNARRA5:rvr5.00:cvnHewlett-Packard:ct3:cvrChassisVersion:
 
dmi.product.name: NY469AA-ABA s5123w 
dmi.sys.vendor: HP-Pavilion 

To manage notifications about this bug go to: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698966/+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/1698966

Title:
  package linux-image-4.4.0-80-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Not sure what happened

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-80-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wayne  1627 F pulseaudio
  Date: Tue Jun 13 16:35:27 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=cd31b069-7591-4edf-a470-23cf396be76b
  InstallationDate: Installed on 2017-02-12 (127 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s7no wireless extensions.
  Lsusb:
   Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 
multicard reader
   Bus 001 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 
/ HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: HP-Pavilion NY469AA-ABA s5123w
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-79-generic 

[Kernel-packages] [Bug 1689980] Re: AACRAID for power9 platform

2017-06-19 Thread raghava aditya renukunta
Hello Seth,
Is there any update on the status of this request if any?, Could you please let 
us know if there is a delay and if Canonical needs anything from microsemi.

Regards,
Raghava Aditya

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

Title:
  AACRAID for power9 platform

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Zesty:
  Triaged

Bug description:
  Hello team,
  It seems Microsemi team has requested to backport few AACRAID driver patches 
for Power 9 platform for 17.04 and 16.04.3 kernel.

  Hi Narinder,

  We have submitted a handful of critical fixes for the AACRAID driver
  on to the kernel.org, targeting 4.11. These patches are bug fixes and
  our customer IBM is expecting these patches to go into the 16.04.3
  release, for to use with the Power9 platforms.

  Can you please let me know if these patches will be backported by your
  kernel team on to the upcoming 16.04.3? Do you also have a schedule in
  place for 16.04.3 release?

  Thanks,
  Gana

  Below are the patch details.

  Subject: [PATCH V2 00/19] aacraid: Patchset with reset rework and misc
  fixes

  This patchset primarily focuses on tweaking and hardening the
  controller reset support for both ARC and HBA1000 devices. Now the
  driver can only reset the controller thru eh reset. Included a srb
  memory fix and pci dma allocation fix.

  Changes in V2:
   - Corrected heading and description for srb memory patch and removed stray
 comment.
   - Removed incorrect up function call and cleared fib wait flag after call
 to down interruptible in the ioctl return on ctrl reset patch.
   - Added review acknowledgements by David Carroll thank you Dave for
 finding the above issues in the above 2 patches.

  Raghava Aditya Renukunta (19):
  [SCSI] aacraid: Remove __GFP_DMA for raw srb memory  
  [SCSI] aacraid: Fix DMAR issues with  iommu=pt  
  [SCSI] aacraid: Added 32 and 64 queue depth for arc natives  
  [SCSI] aacraid: Set correct Queue Depth for HBA1000 RAW disks  
  [SCSI] aacraid: Remove reset support from check_health  
  [SCSI] aacraid: Change wait time for fib completion  
  [SCSI] aacraid: Log count info of scsi cmds before reset  
  [SCSI] aacraid: Print ctrl status before eh reset  
  [SCSI] aacraid: Using single reset mask for IOP reset  
  [SCSI] aacraid: Rework IOP reset  
  [SCSI] aacraid: Add periodic checks to see IOP reset status  
  [SCSI] aacraid: Rework SOFT reset code  
  [SCSI] aacraid: Rework aac_src_restart  
  [SCSI] aacraid: Use correct function to get ctrl health  
  [SCSI] aacraid: Make sure ioctl returns on controller reset  
  [SCSI] aacraid: Enable ctrl reset for both hba and arc  
  [SCSI] aacraid: Add reset debugging statements  
  [SCSI] aacraid: Remove reference to Series-9  
  [SCSI] aacraid: Update driver version to 50834

  drivers/scsi/aacraid/aachba.c   |  17 ++-
  drivers/scsi/aacraid/aacraid.h  |  22 +++-  
  drivers/scsi/aacraid/commctrl.c |  15 ++-  
  drivers/scsi/aacraid/comminit.c |  18 +---  
  drivers/scsi/aacraid/commsup.c  |  78 +++---
  drivers/scsi/aacraid/linit.c| 232 
  drivers/scsi/aacraid/src.c  | 136 +--

   7 files changed, 298 insertions(+), 220 deletions(-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1689980/+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 1698966] Status changed to Confirmed

2017-06-19 Thread Joseph Salisbury
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/1698966

Title:
  package linux-image-4.4.0-80-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Not sure what happened

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-80-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wayne  1627 F pulseaudio
  Date: Tue Jun 13 16:35:27 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=cd31b069-7591-4edf-a470-23cf396be76b
  InstallationDate: Installed on 2017-02-12 (127 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s7no wireless extensions.
  Lsusb:
   Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 
multicard reader
   Bus 001 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 
/ HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: HP-Pavilion NY469AA-ABA s5123w
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-79-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2009
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 5.38
  dmi.board.name: NARRA5
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 5.00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.38:bd03/20/2009:svnHP-Pavilion:pnNY469AA-ABAs5123w:pvr:rvnPEGATRONCORPORATION:rnNARRA5:rvr5.00:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: NY469AA-ABA s5123w
  dmi.sys.vendor: HP-Pavilion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698966/+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 1698965] Status changed to Confirmed

2017-06-19 Thread Joseph Salisbury
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/1698965

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0018 - IP:
  gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Display freezes under high CPU load/swapping. Thought this would
  remedy itself after the swapping is over, but it turns out i915
  crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-generic 4.10.0.24.26
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benpicco   2112 F pulseaudio
   /dev/snd/controlC1:  benpicco   2112 F pulseaudio
  Date: Tue Jun 20 01:10:19 2017
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=ef400a46-b237-4272-b4a7-f866e92d00a0
  InstallationDate: Installed on 2016-08-06 (317 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s31f6  no wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=8e6b0d6a-eb87-44cf-8fc3-b13bd97b71d2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-13 (67 days ago)
  dmi.bios.date: 12/06/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P7.00
  dmi.board.name: B150M Pro4S/D3
  dmi.board.vendor: ASRock
  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.:bvrP7.00:bd12/06/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB150MPro4S/D3:rvr: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/1698965/+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 1698966] Re: package linux-image-4.4.0-80-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 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 linux in Ubuntu.
https://bugs.launchpad.net/bugs/1698966

Title:
  package linux-image-4.4.0-80-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Not sure what happened

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-80-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wayne  1627 F pulseaudio
  Date: Tue Jun 13 16:35:27 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=cd31b069-7591-4edf-a470-23cf396be76b
  InstallationDate: Installed on 2017-02-12 (127 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s7no wireless extensions.
  Lsusb:
   Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 
multicard reader
   Bus 001 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 
/ HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: HP-Pavilion NY469AA-ABA s5123w
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-79-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2009
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 5.38
  dmi.board.name: NARRA5
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 5.00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.38:bd03/20/2009:svnHP-Pavilion:pnNY469AA-ABAs5123w:pvr:rvnPEGATRONCORPORATION:rnNARRA5:rvr5.00:cvnHewlett-Packard:ct3:cvrChassisVersion:
  dmi.product.name: NY469AA-ABA s5123w
  dmi.sys.vendor: HP-Pavilion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698966/+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 1698965] [NEW] BUG: unable to handle kernel NULL pointer dereference at 0000000000000018 - IP: gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]

2017-06-19 Thread Benjamin
Public bug reported:

Display freezes under high CPU load/swapping. Thought this would remedy
itself after the swapping is over, but it turns out i915 crashed.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-generic 4.10.0.24.26
ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
Uname: Linux 4.10.0-22-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  benpicco   2112 F pulseaudio
 /dev/snd/controlC1:  benpicco   2112 F pulseaudio
Date: Tue Jun 20 01:10:19 2017
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=ef400a46-b237-4272-b4a7-f866e92d00a0
InstallationDate: Installed on 2016-08-06 (317 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IwConfig:
 lono wireless extensions.
 
 enp0s31f6  no wireless extensions.
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=8e6b0d6a-eb87-44cf-8fc3-b13bd97b71d2 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.10.0-22-generic N/A
 linux-backports-modules-4.10.0-22-generic  N/A
 linux-firmware 1.164.1
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to zesty on 2017-04-13 (67 days ago)
dmi.bios.date: 12/06/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P7.00
dmi.board.name: B150M Pro4S/D3
dmi.board.vendor: ASRock
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.:bvrP7.00:bd12/06/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB150MPro4S/D3:rvr: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.

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


** Tags: amd64 apport-bug i915 zesty

** Tags added: i915

** Summary changed:

- BUG: unable to handle kernel NULL pointer dereference at 0018
+ BUG: unable to handle kernel NULL pointer dereference at 0018 - 
IP: gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0018 - IP:
  gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]

Status in linux package in Ubuntu:
  New

Bug description:
  Display freezes under high CPU load/swapping. Thought this would
  remedy itself after the swapping is over, but it turns out i915
  crashed.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-generic 4.10.0.24.26
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benpicco   2112 F pulseaudio
   /dev/snd/controlC1:  benpicco   2112 F pulseaudio
  Date: Tue Jun 20 01:10:19 2017
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=ef400a46-b237-4272-b4a7-f866e92d00a0
  InstallationDate: Installed on 2016-08-06 (317 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s31f6  no wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic.efi.signed 
root=UUID=8e6b0d6a-eb87-44cf-8fc3-b13bd97b71d2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-13 (67 days ago)
  dmi.bios.date: 12/06/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P7.00
  dmi.board.name: B150M Pro4S/D3
  dmi.board.vendor: ASRock
  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.:bvrP7.00:bd12/06/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB150MPro4S/D3:rvr: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:

[Kernel-packages] [Bug 1698966] [NEW] package linux-image-4.4.0-80-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Charles Wayne Oyler
Public bug reported:

Not sure what happened

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-80-generic (not installed)
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  wayne  1627 F pulseaudio
Date: Tue Jun 13 16:35:27 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=cd31b069-7591-4edf-a470-23cf396be76b
InstallationDate: Installed on 2017-02-12 (127 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
IwConfig:
 lono wireless extensions.
 
 enp0s7no wireless extensions.
Lsusb:
 Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard 
reader
 Bus 001 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 / 
HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: HP-Pavilion NY469AA-ABA s5123w
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-79-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
RfKill:
 
SourcePackage: linux
Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/20/2009
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 5.38
dmi.board.name: NARRA5
dmi.board.vendor: PEGATRON CORPORATION
dmi.board.version: 5.00
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.38:bd03/20/2009:svnHP-Pavilion:pnNY469AA-ABAs5123w:pvr:rvnPEGATRONCORPORATION:rnNARRA5:rvr5.00:cvnHewlett-Packard:ct3:cvrChassisVersion:
dmi.product.name: NY469AA-ABA s5123w
dmi.sys.vendor: HP-Pavilion

** Affects: linux (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 linux in Ubuntu.
https://bugs.launchpad.net/bugs/1698966

Title:
  package linux-image-4.4.0-80-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Not sure what happened

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-80-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
  Uname: Linux 4.4.0-79-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wayne  1627 F pulseaudio
  Date: Tue Jun 13 16:35:27 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=cd31b069-7591-4edf-a470-23cf396be76b
  InstallationDate: Installed on 2017-02-12 (127 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IwConfig:
   lono wireless extensions.
   
   enp0s7no wireless extensions.
  Lsusb:
   Bus 001 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 
multicard reader
   Bus 001 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102/2.0 
/ HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: HP-Pavilion NY469AA-ABA s5123w
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-79-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.11
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.4.0-80-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/20/2009
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 5.38
  dmi.board.name: NARRA5
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 5.00
  

[Kernel-packages] [Bug 1698954] [NEW] HiSilicon D05: installer doesn't appear on VGA

2017-06-19 Thread dann frazier
Public bug reported:

[Impact]
The HiSilicon D05 server provides a graphical display that you can view 
remotely using a Java app connected to the BMC. While the system boots there, 
and the GRUB-generated installer menu appears, the installer itself does not 
have a driver to display there.

Currently this also requires manually adding 'console=tty0' to the
installer cmdline as, by default, the kernel will use a serial console.

[Test Case]
Boot installer media. Add "console=tty0" to the cmdline for the "Install Ubuntu 
Server" option, boot.
Without this fix, the graphical console will remain blank - with it, you'll get 
an installer screen.

[Regression Risk]
This adds a driver module that will only load if the associated hardware is 
present.

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: dann frazier (dannf)
 Status: In Progress

** Affects: linux (Ubuntu Zesty)
 Importance: High
 Assignee: dann frazier (dannf)
 Status: In Progress

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

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

** Changed in: linux (Ubuntu Zesty)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Zesty)
 Assignee: (unassigned) => dann frazier (dannf)

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

Title:
  HiSilicon D05: installer doesn't appear on VGA

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Zesty:
  In Progress

Bug description:
  [Impact]
  The HiSilicon D05 server provides a graphical display that you can view 
remotely using a Java app connected to the BMC. While the system boots there, 
and the GRUB-generated installer menu appears, the installer itself does not 
have a driver to display there.

  Currently this also requires manually adding 'console=tty0' to the
  installer cmdline as, by default, the kernel will use a serial
  console.

  [Test Case]
  Boot installer media. Add "console=tty0" to the cmdline for the "Install 
Ubuntu Server" option, boot.
  Without this fix, the graphical console will remain blank - with it, you'll 
get an installer screen.

  [Regression Risk]
  This adds a driver module that will only load if the associated hardware is 
present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698954/+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 1698940] Status changed to Confirmed

2017-06-19 Thread Joseph Salisbury
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/1698940

Title:
  package linux-image-4.10.0-24-lowlatency (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Error message encountered on startup

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-24-lowlatency (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-22.24-lowlatency 4.10.15
  Uname: Linux 4.10.0-22-lowlatency x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 19 17:34:42 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-17 (2 days ago)
  InstallationMedia: Ubuntu-Studio 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z270MX-Gaming5
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-lowlatency 
root=UUID=893636e1-52ef-4d28-8d69-29426e5e4858 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.10.0-24-lowlatency (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F1
  dmi.board.asset.tag: Default string
  dmi.board.name: Z270MX-Gaming5
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd11/24/2016:svnGigabyteTechnologyCo.,Ltd.:pnZ270MX-Gaming5:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnZ270MX-Gaming5:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.name: Z270MX-Gaming5
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698940/+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 1698448] RE: could you please help test kernel for bug #1698448

2017-06-19 Thread Jeffrey Hugo
Kernel verified.

Jeffrey Hugo
Senior Engineer
Qualcomm Datacenter Technologies, Inc.
1-303-247-5002

From: Manoj Iyer [mailto:manoj.i...@canonical.com]
Sent: Monday, June 19, 2017 11:42 AM
To: Jeff Hugo 
Cc: 1698...@bugs.launchpad.net; Timur Tabi ; Tyler 
Baicar 
Subject: could you please help test kernel for bug #1698448

Jeff,

I have a kernel in PPA: https://launchpad.net/~centriq-
team/+archive/ubuntu/lp1698448/ that has the patch for bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698448. PPA
description has instructions for installing this kernel.

Tyler suggests that we will need to inject and error prior to kernel
boot to reproduce this issue ( I guess pulling a pcie card after fw
initialization and before kernel boot might do it? ). I would need to
have physical access to the system to do that kind of testing. The
QDF2400 systems we have are in a data center which limits my ability to
test this patch. Could someone from your team please test the patch
using the test kernel in the PPA and post comments in the Ubuntu bug
referenced above? FYI June 23rd is the deadline for submitting patches
for the current SRU cycle.

Thanks a ton!
Manoj Iyer

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

Title:
  [SRU][Zesty] acpi: apei: check for pending errors when probing GHES
  entries

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]
  In addition to the RAS patches for which SRU were submitted under bug 
https://launchpad.net/bugs/1696570. We also require the following patch:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries

  Without this patch pending RAS error at boot may not be handled
  correctly on the QDF2400 platforms, and could cause platform to
  reboot, or prevent future RAS issues from being reported.

  [Test]
  Run mce-tests suite. Inject an error before the kernel boots to reproduce the 
issue.

  [Fix]
  Fix is available in the linux ARM64 git repo maintained by Will Deacon:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries. 
This patch needs to be applied on top of the RAS patches that were already 
submitted for SRU

  [Regression Potential]
  Small fix to handle pending errors right away. Low risk of regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698448/+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 1698940] Re: package linux-image-4.10.0-24-lowlatency (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 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 linux in Ubuntu.
https://bugs.launchpad.net/bugs/1698940

Title:
  package linux-image-4.10.0-24-lowlatency (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Error message encountered on startup

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-24-lowlatency (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-22.24-lowlatency 4.10.15
  Uname: Linux 4.10.0-22-lowlatency x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 19 17:34:42 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-17 (2 days ago)
  InstallationMedia: Ubuntu-Studio 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z270MX-Gaming5
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-lowlatency 
root=UUID=893636e1-52ef-4d28-8d69-29426e5e4858 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.10.0-24-lowlatency (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F1
  dmi.board.asset.tag: Default string
  dmi.board.name: Z270MX-Gaming5
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd11/24/2016:svnGigabyteTechnologyCo.,Ltd.:pnZ270MX-Gaming5:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnZ270MX-Gaming5:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.name: Z270MX-Gaming5
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698940/+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 1698940] [NEW] package linux-image-4.10.0-24-lowlatency (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Jim Harrington
Public bug reported:

Error message encountered on startup

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-24-lowlatency (not installed)
ProcVersionSignature: Ubuntu 4.10.0-22.24-lowlatency 4.10.15
Uname: Linux 4.10.0-22-lowlatency x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Mon Jun 19 17:34:42 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
InstallationDate: Installed on 2017-06-17 (2 days ago)
InstallationMedia: Ubuntu-Studio 17.04 "Zesty Zapus" - Release amd64 (20170412)
IwConfig:
 enp3s0no wireless extensions.
 
 lono wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. Z270MX-Gaming5
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-lowlatency 
root=UUID=893636e1-52ef-4d28-8d69-29426e5e4858 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-4.10.0-24-lowlatency (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/24/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F1
dmi.board.asset.tag: Default string
dmi.board.name: Z270MX-Gaming5
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd11/24/2016:svnGigabyteTechnologyCo.,Ltd.:pnZ270MX-Gaming5:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnZ270MX-Gaming5:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.name: Z270MX-Gaming5
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-package 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/1698940

Title:
  package linux-image-4.10.0-24-lowlatency (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Error message encountered on startup

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-24-lowlatency (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-22.24-lowlatency 4.10.15
  Uname: Linux 4.10.0-22-lowlatency x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Mon Jun 19 17:34:42 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-17 (2 days ago)
  InstallationMedia: Ubuntu-Studio 17.04 "Zesty Zapus" - Release amd64 
(20170412)
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z270MX-Gaming5
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-lowlatency 
root=UUID=893636e1-52ef-4d28-8d69-29426e5e4858 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.10.0-24-lowlatency (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F1
  dmi.board.asset.tag: Default string
  dmi.board.name: Z270MX-Gaming5
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd11/24/2016:svnGigabyteTechnologyCo.,Ltd.:pnZ270MX-Gaming5:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnZ270MX-Gaming5:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.name: Z270MX-Gaming5
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1696369] Re: linux: 4.10.0-23.25 -proposed tracker

2017-06-19 Thread John Johansen
Looks good

** Changed in: kernel-sru-workflow/security-signoff
   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/1696369

Title:
  linux: 4.10.0-23.25 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Zesty:
  New

Bug description:
  This bug is for tracking the  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

  backports: 1696370,1696371
  derivatives: 1696372
  -- swm properties --
  boot-testing-requested: 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-sru-workflow/+bug/1696369/+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 1696365] Re: linux: 4.8.0-55.58 -proposed tracker

2017-06-19 Thread John Johansen
Looks good

** Changed in: kernel-sru-workflow/security-signoff
   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/1696365

Title:
  linux: 4.8.0-55.58 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Yakkety:
  New

Bug description:
  This bug is for tracking the  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

  backports: 1696366
  derivatives: 1696367
  -- swm properties --
  boot-testing-requested: 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-sru-workflow/+bug/1696365/+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 1698241] Re: WARNING: CPU: 13 PID: 0 at /build/linux-0XAgc4/linux-4.4.0/net/ipv4/tcp_output.c:1145

2017-06-19 Thread Vinson Lee
This warning does not occur on the Ubuntu 4.8 kernel.

It might be fixed by upstream Linux 4.5 commit
d88270eef4b56bd7973841dd1fed387ccfa83709 "tcp: fix tcp_mark_head_lost to
check skb len before fragmenting".
https://github.com/torvalds/linux/commit/d88270eef4b56bd7973841dd1fed387ccfa83709


** Tags added: kernel-fixed-upstream

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

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

Title:
  WARNING: CPU: 13 PID: 0 at /build/linux-
  0XAgc4/linux-4.4.0/net/ipv4/tcp_output.c:1145

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [ cut here ]
  WARNING: CPU: 13 PID: 0 at 
/build/linux-0XAgc4/linux-4.4.0/net/ipv4/tcp_output.c:1145 
tcp_fragment+0x34d/0x370()
  Modules linked in: ip6table_filter ipip tunnel4 ip_tunnel cpuid 8021q garp 
mrp stp llc ip6_tables binfmt_misc xt_comment nf_log_ipv4 nf_log_common xt_LOG 
xt_limit xt_tcpudp xt_addrtype iptable_filt
   iptable_raw ip_tables x_tables intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel aesni_intel ipmi_ssif aes_x86_64 
  _helper ablk_helper hpilo cryptd serio_raw sb_edac edac_core ioatdma lpc_ich 
shpchp 8250_fintek mac_hid acpi_power_meter ipmi_si ipmi_devintf 
ipmi_msghandler autofs4 raid10 raid456 async_raid6_reco
  ync_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear 
ixgbe dca vxlan ip6_udp_tunnel udp_tunnel ptp ahci pps_core psmouse libahci
   mdio wmi fjes [last unloaded: nf_conntrack]
  CPU: 13 PID: 0 Comm: swapper/13 Not tainted 4.4.0-78-generic #99-Ubuntu
   0286 24b314fc942cf971 88105f3439a8 813f8dd3
    81d71d78 88105f3439e0 81081302
   88088a1c5000 880cc988f800 004b 
  Call Trace:
 [] dump_stack+0x63/0x90
   [] warn_slowpath_common+0x82/0xc0
   [] warn_slowpath_null+0x1a/0x20
   [] tcp_fragment+0x34d/0x370
   [] tcp_mark_head_lost+0x14f/0x240
   [] tcp_update_scoreboard+0x4c/0x70
   [] tcp_fastretrans_alert+0x6f2/0xaa0
   [] tcp_ack+0x46b/0x800
   [] tcp_rcv_established+0x1d9/0x780
   [] ? sk_filter_trim_cap+0x42/0x160
   [] tcp_v4_do_rcv+0x145/0x200
   [] tcp_v4_rcv+0x872/0xa20
   [] ? iptable_filter_hook+0x27/0x56 [iptable_filter]
   [] ? nf_iterate+0x62/0x80
   [] ip_local_deliver_finish+0x94/0x1e0
   [] ip_local_deliver+0x6f/0xe0
   [] ? ip_rcv_finish+0x320/0x320
   [] ip_rcv_finish+0x92/0x320
   [] ip_rcv+0x291/0x3a0
   [] ? inet_del_offload+0x40/0x40
   [] __netif_receive_skb_core+0x704/0xa60
   [] ? tcp4_gro_receive+0x130/0x1d0
   [] __netif_receive_skb+0x18/0x60
   [] netif_receive_skb_internal+0x32/0xa0
   [] napi_gro_receive+0xc3/0x120
   [] gro_cell_poll+0x5a/0x90 [ip_tunnel]
   [] net_rx_action+0x21e/0x360
   [] __do_softirq+0x101/0x290
   [] irq_exit+0xa3/0xb0
   [] smp_call_function_single_interrupt+0x33/0x40
   [] call_function_single_interrupt+0x82/0x90
 [] ? cpuidle_enter_state+0x111/0x2b0
   [] cpuidle_enter+0x17/0x20
   [] call_cpuidle+0x32/0x60
   [] ? cpuidle_select+0x13/0x20
   [] cpu_startup_entry+0x290/0x350
   [] start_secondary+0x154/0x190
  ---[ end trace f0d076c2d7e8bb40 ]---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698241/+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 1698918] WifiSyslog.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898754/+files/WifiSyslog.txt

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

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

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] ProcCpuinfoMinimal.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898748/+files/ProcCpuinfoMinimal.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] JournalErrors.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898745/+files/JournalErrors.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] IwConfig.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898744/+files/IwConfig.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] ProcEnviron.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898749/+files/ProcEnviron.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] ProcModules.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898751/+files/ProcModules.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] UdevDb.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1698918/+attachment/4898753/+files/UdevDb.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] CRDA.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1698918/+attachment/4898742/+files/CRDA.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] PulseList.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898752/+files/PulseList.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] Lspci.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1698918/+attachment/4898746/+files/Lspci.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] CurrentDmesg.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898743/+files/CurrentDmesg.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] ProcCpuinfo.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898747/+files/ProcCpuinfo.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] ProcInterrupts.txt

2017-06-19 Thread volker kempter
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898750/+files/ProcInterrupts.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0H2049
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D505
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] Re: no internet connection when strongswan vpn is activated

2017-06-19 Thread volker kempter
apport information

** Tags added: apport-collected xenial

** Description changed:

  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.
  
  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!
  
  ubuntu-bug linux: rejected because this is not an official package...
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.6
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  volker 1718 F pulseaudio
+ CurrentDesktop: LXDE
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
+ InstallationDate: Installed on 2015-09-15 (643 days ago)
+ InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: Dell Inc. Latitude D505
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
+ RelatedPackageVersions:
+  linux-restricted-modules-4.11.0-6-generic N/A
+  linux-backports-modules-4.11.0-6-generic  N/A
+  linux-firmware1.157.11
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  xenial
+ Uname: Linux 4.11.0-6-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/26/2004
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A05
+ dmi.board.name: 0H2049
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd04/26/2004:svnDellInc.:pnLatitudeD505:pvr:rvnDellInc.:rn0H2049:rvr:cvnDellInc.:ct8:cvr:
+ dmi.product.name: Latitude D505
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1698918/+attachment/4898741/+files/AlsaInfo.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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  volker 1718 F pulseaudio
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=2deede5a-0aed-44ba-b9f5-be790bc7c030
  InstallationDate: Installed on 2015-09-15 (643 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150913)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Dell Inc. Latitude D505
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.11.0-6-generic 
root=UUID=f71a4d4a-845d-4fd0-913c-53108f8e3b47 ro quiet splash forcepae 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.11.0-6.11-generic 4.11.4
  RelatedPackageVersions:
   linux-restricted-modules-4.11.0-6-generic N/A
   linux-backports-modules-4.11.0-6-generic  N/A
   linux-firmware1.157.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  xenial
  Uname: Linux 4.11.0-6-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/26/2004
  

[Kernel-packages] [Bug 1696362] Re: linux-aws: 4.4.0-1019.28 -proposed tracker

2017-06-19 Thread John Johansen
Looks good

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

Title:
  linux-aws: 4.4.0-1019.28 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Xenial:
  New

Bug description:
  This bug is for tracking the  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
  kernel-stable-master-bug: 1696357
  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-sru-workflow/+bug/1696362/+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 1696362] Re: linux-aws: 4.4.0-1019.28 -proposed tracker

2017-06-19 Thread John Johansen
Looks good

** Changed in: kernel-sru-workflow/security-signoff
   Status: In Progress => Fix Released

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

Title:
  linux-aws: 4.4.0-1019.28 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Xenial:
  New

Bug description:
  This bug is for tracking the  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
  kernel-stable-master-bug: 1696357
  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-sru-workflow/+bug/1696362/+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 1698470] Re: [Zesty][Yakkety] rtl8192e bug fixes

2017-06-19 Thread cheltspy
4.8.0-56-generic tested okay

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698470/+attachment/4898729/+files/dmesg.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/1698470

Title:
  [Zesty][Yakkety] rtl8192e bug fixes

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

Bug description:
  The following commits needed to be added to 4.10 and 4.8 kernels for
  stable operation of r8192e_pci driver. They are already in 4.11 and in
  4.4.

  commit baabd567f87be05330faa5140f72a91960e7405a upstream
  staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.

  commit 867510bde14e7b7fc6dd0f50b48f6753cfbd227a upstream.
  staging: rtl8192e: fix 2 byte alignment of register BSSIDR.

  commit 90be652c9f157d44b9c2803f902a8839796c090d upstream.
  staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.

  commit 95d93e271d920dfda369d4740b1cc1061d41fe7f upstream.
  staging: rtl8192e: GetTs Fix invalid TID 7 warning.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  canaries-64   2006 F pulseaudio
   /dev/snd/controlC0:  canaries-64   2006 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Fri Jun 16 23:11:13 2017
  HibernationDevice: RESUME=UUID=f23ec6f5-7e6a-4559-a7f1-af640124e970
  InstallationDate: Installed on 2015-10-31 (594 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151027)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=48898cca-fae3-4cdc-9785-fc0b97f4cbd9 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rtllib r8192e_pci
  UpgradeStatus: Upgraded to zesty on 2016-10-23 (236 days ago)
  dmi.bios.date: 04/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.70
  dmi.board.name: N3700-ITX
  dmi.board.vendor: ASRock
  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.:bvrP1.70:bd04/18/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN3700-ITX:rvr: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/1698470/+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 1696357] Re: linux: 4.4.0-80.101 -proposed tracker

2017-06-19 Thread John Johansen
Loooks good

** Changed in: kernel-sru-workflow/security-signoff
   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/1696357

Title:
  linux: 4.4.0-80.101 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  New

Bug description:
  This bug is for tracking the  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

  backports: 1696358
  derivatives: 1696359,1696360,1696362,1696363,1696364
  -- swm properties --
  boot-testing-requested: 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-sru-workflow/+bug/1696357/+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 1698470] Re: [Zesty][Yakkety] rtl8192e bug fixes

2017-06-19 Thread cheltspy
Test okay on Zesty.


** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698470/+attachment/4898725/+files/dmesg.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/1698470

Title:
  [Zesty][Yakkety] rtl8192e bug fixes

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

Bug description:
  The following commits needed to be added to 4.10 and 4.8 kernels for
  stable operation of r8192e_pci driver. They are already in 4.11 and in
  4.4.

  commit baabd567f87be05330faa5140f72a91960e7405a upstream
  staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.

  commit 867510bde14e7b7fc6dd0f50b48f6753cfbd227a upstream.
  staging: rtl8192e: fix 2 byte alignment of register BSSIDR.

  commit 90be652c9f157d44b9c2803f902a8839796c090d upstream.
  staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.

  commit 95d93e271d920dfda369d4740b1cc1061d41fe7f upstream.
  staging: rtl8192e: GetTs Fix invalid TID 7 warning.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  canaries-64   2006 F pulseaudio
   /dev/snd/controlC0:  canaries-64   2006 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Fri Jun 16 23:11:13 2017
  HibernationDevice: RESUME=UUID=f23ec6f5-7e6a-4559-a7f1-af640124e970
  InstallationDate: Installed on 2015-10-31 (594 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151027)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=48898cca-fae3-4cdc-9785-fc0b97f4cbd9 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rtllib r8192e_pci
  UpgradeStatus: Upgraded to zesty on 2016-10-23 (236 days ago)
  dmi.bios.date: 04/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.70
  dmi.board.name: N3700-ITX
  dmi.board.vendor: ASRock
  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.:bvrP1.70:bd04/18/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN3700-ITX:rvr: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/1698470/+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 1696352] Re: linux: 3.13.0-120.167 -proposed tracker

2017-06-19 Thread John Johansen
Looks good

** Changed in: kernel-sru-workflow/security-signoff
   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/1696352

Title:
  linux: 3.13.0-120.167 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the  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

  backports: 1696354
  derivatives:
  -- swm properties --
  boot-testing-requested: 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-sru-workflow/+bug/1696352/+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 1697556] Re: Computer freezes after login - 4.10.0-22-generic

2017-06-19 Thread Hagen Kuehn
In answer to your question
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1697556/comments/6

I have tested with Kernel 4.12.0, and DID NOT ENCOUNTER this problem.

linux-headers-4.12.0-041200rc5_4.12.0-041200rc5.201706112031_all.deb
linux-headers-4.12.0-041200rc5-generic_4.12.0-041200rc5.201706112031_amd64.deb
linux-image-4.12.0-041200rc5-generic_4.12.0-041200rc5.201706112031_amd64.deb

Note, while installing Kernel 4.12.0, I got below stdout.

$ sudo dpkg -i linux-*
Selecting previously unselected package linux-headers-4.12.0-041200rc5.
(Reading database ... 182643 files and directories currently installed.)
Preparing to unpack 
linux-headers-4.12.0-041200rc5_4.12.0-041200rc5.201706112031_all.deb ...
Unpacking linux-headers-4.12.0-041200rc5 (4.12.0-041200rc5.201706112031) ...
Selecting previously unselected package linux-headers-4.12.0-041200rc5-generic.
Preparing to unpack 
linux-headers-4.12.0-041200rc5-generic_4.12.0-041200rc5.201706112031_amd64.deb 
...
Unpacking linux-headers-4.12.0-041200rc5-generic 
(4.12.0-041200rc5.201706112031) ...
Selecting previously unselected package linux-image-4.12.0-041200rc5-generic.
Preparing to unpack 
linux-image-4.12.0-041200rc5-generic_4.12.0-041200rc5.201706112031_amd64.deb ...
Examining /etc/kernel/preinst.d/
run-parts: executing /etc/kernel/preinst.d/intel-microcode 
4.12.0-041200rc5-generic /boot/vmlinuz-4.12.0-041200rc5-generic
Done.
Unpacking linux-image-4.12.0-041200rc5-generic (4.12.0-041200rc5.201706112031) 
...
Setting up linux-headers-4.12.0-041200rc5 (4.12.0-041200rc5.201706112031) ...
Setting up linux-headers-4.12.0-041200rc5-generic 
(4.12.0-041200rc5.201706112031) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 
4.12.0-041200rc5-generic /boot/vmlinuz-4.12.0-041200rc5-generic
Setting up linux-image-4.12.0-041200rc5-generic (4.12.0-041200rc5.201706112031) 
...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
4.12.0-041200rc5-generic /boot/vmlinuz-4.12.0-041200rc5-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.12.0-041200rc5-generic 
/boot/vmlinuz-4.12.0-041200rc5-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
4.12.0-041200rc5-generic /boot/vmlinuz-4.12.0-041200rc5-generic
update-initramfs: Generating /boot/initrd.img-4.12.0-041200rc5-generic
W: Possible missing firmware /lib/firmware/i915/kbl_huc_ver02_00_1810.bin for 
module i915
W: Possible missing firmware /lib/firmware/i915/bxt_huc_ver01_07_1398.bin for 
module i915
W: Possible missing firmware /lib/firmware/i915/skl_huc_ver01_07_1398.bin for 
module i915
W: Possible missing firmware /lib/firmware/nvidia/gm20b/pmu/sig.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/gm20b/pmu/image.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gm20b/pmu/desc.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/sec2/sig.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/sec2/image.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/sec2/desc.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/nvdec/scrubber.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/sw_method_init.bin 
for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/sw_bundle_init.bin 
for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/sw_nonctx.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/sw_ctx.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/gpccs_sig.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/gpccs_data.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/gpccs_inst.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/gpccs_bl.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/fecs_sig.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/fecs_data.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/fecs_inst.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/gr/fecs_bl.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/acr/ucode_unload.bin 
for module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/acr/ucode_load.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/acr/unload_bl.bin for 
module nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp107/acr/bl.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/gp106/sec2/sig.bin for module 
nouveau
W: Possible missing firmware 

[Kernel-packages] [Bug 1698470] Re: [Zesty][Yakkety] rtl8192e bug fixes

2017-06-19 Thread Joseph Salisbury
I built Yakkety and Zesty test kernels with the four requested patches.
The test kernels can be downloaded from:

http://kernel.ubuntu.com/~jsalisbury/lp1698470/

Can you test these kernels and see if they resolve this bug?


Thanks in advance!

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

Title:
  [Zesty][Yakkety] rtl8192e bug fixes

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

Bug description:
  The following commits needed to be added to 4.10 and 4.8 kernels for
  stable operation of r8192e_pci driver. They are already in 4.11 and in
  4.4.

  commit baabd567f87be05330faa5140f72a91960e7405a upstream
  staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.

  commit 867510bde14e7b7fc6dd0f50b48f6753cfbd227a upstream.
  staging: rtl8192e: fix 2 byte alignment of register BSSIDR.

  commit 90be652c9f157d44b9c2803f902a8839796c090d upstream.
  staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.

  commit 95d93e271d920dfda369d4740b1cc1061d41fe7f upstream.
  staging: rtl8192e: GetTs Fix invalid TID 7 warning.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  canaries-64   2006 F pulseaudio
   /dev/snd/controlC0:  canaries-64   2006 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Fri Jun 16 23:11:13 2017
  HibernationDevice: RESUME=UUID=f23ec6f5-7e6a-4559-a7f1-af640124e970
  InstallationDate: Installed on 2015-10-31 (594 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151027)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=48898cca-fae3-4cdc-9785-fc0b97f4cbd9 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rtllib r8192e_pci
  UpgradeStatus: Upgraded to zesty on 2016-10-23 (236 days ago)
  dmi.bios.date: 04/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.70
  dmi.board.name: N3700-ITX
  dmi.board.vendor: ASRock
  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.:bvrP1.70:bd04/18/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN3700-ITX:rvr: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/1698470/+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 1698918] Re: no internet connection when strongswan vpn is activated

2017-06-19 Thread Joseph Salisbury
** 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/1698918

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698918] Missing required logs.

2017-06-19 Thread Joseph Salisbury
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1698918

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

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1698919] Re: CVE-2017-1000364

2017-06-19 Thread John Johansen
CVE-2017-1000364

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

** Also affects: linux-ti-omap4 (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: linux-raspi2 (Ubuntu Artful)
   Importance: Undecided
   Status: New

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

** Also affects: linux-ti-omap4 (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: linux-raspi2 (Ubuntu Zesty)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

** Also affects: linux-ti-omap4 (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: linux-raspi2 (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

** Also affects: linux-ti-omap4 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: linux-raspi2 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Also affects: linux-ti-omap4 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: linux-raspi2 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: linux-lts-wily (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-lts-wily (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-lts-wily (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: linux-lts-wily (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-joule (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-joule (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-joule (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-joule (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-gke (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-gke (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-gke (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-gke (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-ti-omap4 (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-ti-omap4 (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-ti-omap4 (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-ti-omap4 (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: linux-ti-omap4 (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-lts-xenial (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-lts-xenial (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-lts-xenial (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: linux-lts-xenial (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-hwe-edge (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-hwe-edge (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-hwe-edge (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-hwe-edge (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-manta (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-manta (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-manta (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: linux-manta (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-azure (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-azure (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-azure (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-azure (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-lts-vivid (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-lts-vivid (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-lts-vivid (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: linux-lts-vivid (Ubuntu Zesty)
   Status: New => Invalid

** Changed in: linux-aws (Ubuntu Artful)
   Status: New => Invalid

** Changed in: linux-aws (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: linux-aws (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: linux-aws (Ubuntu Zesty)
   Status: New => Invalid

** Changed 

[Kernel-packages] [Bug 1698919] [NEW] CVE-2017-1000364

2017-06-19 Thread John Johansen
*** This bug is a security vulnerability ***

Public security bug reported:

An issue was discovered in the size of the stack guard page on Linux,
specifically a 4k stack guard page is not sufficiently large and can be
jumped over

Break-Fix: 320b2b8de12698082609ebbc1a17165727f4c893 -

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

** Affects: linux-aws (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-azure (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-flo (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-gke (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-goldfish (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-hwe (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-hwe-edge (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-joule (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-lts-utopic (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-lts-vivid (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-lts-wily (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-lts-xenial (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-mako (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-manta (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux-raspi2 (Ubuntu)
 Importance: High
 Status: New

** Affects: linux-snapdragon (Ubuntu)
 Importance: High
 Status: New

** Affects: linux-ti-omap4 (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: linux (Ubuntu Trusty)
 Importance: High
 Status: New

** Affects: linux-aws (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-azure (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-flo (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-gke (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-goldfish (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-hwe (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-hwe-edge (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-joule (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-lts-utopic (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-lts-vivid (Ubuntu Trusty)
 Importance: High
 Status: New

** Affects: linux-lts-wily (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-lts-xenial (Ubuntu Trusty)
 Importance: High
 Status: New

** Affects: linux-mako (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-manta (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-raspi2 (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-snapdragon (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux-ti-omap4 (Ubuntu Trusty)
 Importance: High
 Status: Invalid

** Affects: linux (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-aws (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-azure (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-flo (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-gke (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-goldfish (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-hwe (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-hwe-edge (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-joule (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-lts-utopic (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-lts-vivid (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-lts-wily (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-lts-xenial (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-mako (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-manta (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux-raspi2 (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-snapdragon (Ubuntu Xenial)
 Importance: High
 Status: New

** Affects: linux-ti-omap4 (Ubuntu Xenial)
 Importance: High
 Status: Invalid

** Affects: linux (Ubuntu Yakkety)
 Importance: High
 Status: New

** Affects: 

[Kernel-packages] [Bug 1698918] [NEW] no internet connection when strongswan vpn is activated

2017-06-19 Thread volker kempter
Public bug reported:

After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
The same problem with the mainline kernel 4.6.11.

Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

ubuntu-bug linux: rejected because this is not an official package...

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

Title:
  no internet connection when strongswan vpn is activated

Status in linux package in Ubuntu:
  New

Bug description:
  After the update from 4.10.0-22 to 4.11.0-6 there is no connection to the 
internet anymore after starting strongswan vpn, v5.5.1. Strongswan vpn starts 
as expected, but no http - connections can be established.
  The same problem with the mainline kernel 4.6.11.

  Downgrading from 4.11.0-6 to 4.10.0-22 solves the problem. 
  Surprisingly, also upgrading from 4.11.0-6 to 4.12.0-2 solves the problem!

  ubuntu-bug linux: rejected because this is not an official package...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698918/+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 1653456] Re: ASUS G752VS: Touchpad and Fn keys not working (Ubuntu 16.04.1/16.10/17.04)

2017-06-19 Thread aljosa
Just installed new kernel 4.12-rc6, my ELAN touchpad is still completely
dead

[5.265229] i2c_hid i2c-ELAN1203:00: i2c-ELAN1203:00 supply vdd not found, using 
dummy regulator
[5.305130] hid-multitouch 0018:04F3:3043.0007: Ignoring the extra 
HID_DG_INPUTMODE
[5.305175] input: ELAN1203:00 04F3:3043 Touchpad as 
/devices/pci:00/:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1203:00/0018:04F3:3043.0007/input/input16
[5.305245] hid-multitouch 0018:04F3:3043.0007: input,hidraw6: I2C HID v1.00 
Mouse [ELAN1203:00 04F3:3043] on i2c-ELAN1203:00

Please find attached the dmesg output.

By the way, with the kernel 4.12 series I'm getting the following
"Firmware Bug" message, can anyone please explain me what is it?

[4.432629] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the 
entire command/response buffer. [mem 0xfed4-0xfed4087f flags 0x200] vs 
fed40080 f80
[4.432669] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the 
entire command/response buffer. [mem 0xfed4-0xfed4087f flags 0x200] vs 
fed40080 f80

** Attachment added: "dmesg_110.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1653456/+attachment/4898692/+files/dmesg_110.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/1653456

Title:
  ASUS G752VS: Touchpad and Fn keys not working (Ubuntu
  16.04.1/16.10/17.04)

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Non-Optimus laptop ASUS G752VS-GC063D-CST256.
  17.3" FHD LED 1920x1080, Intel Core i7-6700HQ (3.50Ghz), 16GB DDR4, 256GB M.2 
NVMe SSD + 1TB HDD 7200rpm, DVDRW-DL, Nvidia GTX1070 8GB GDDR5, Wifi 
802.11ac+Bluetooth 4.1 (Dual band) 2*2, Gb LAN, HDMI, mDP, Intel WiDi, USB3.0 
x4, USB3.1-Type C(Gen2) with Thunderbolt, HD webcam, Illuminated KB, no OS.

  Hello, after experimenting few days ago with Ubuntu 16.04.1, 16.10 and
  17.04, among other problems I found that touchpad and Fn keys (all
  except volume control) doesn't work on my brand new ASUS G752VS.

  It is very hard even to try Ubuntu 16.10 and 17.04 because of the
  missing mouse pointer. This problem must be related to a video driver
  because if after installing one is capable to install Nvidia drivers -
  problem is solved. This problem doesn't exist both while trying and
  installing Ubuntu 16.04.1!

  I'm currently on Windows 10, and this bug report is made from Ubuntu
  16.04.1 LiveCD.

  
  dmesg | grep -i elan
  [  101.082929] input: ELAN1203:00 04F3:3043 Touchpad as 
/devices/pci:00/:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1203:00/0018:04F3:3043.0007/input/input11
  [  101.082998] hid-multitouch 0018:04F3:3043.0007: input,hidraw6: I2C HID 
v1.00 Mouse [ELAN1203:00 04F3:3043] on i2c-ELAN1203:00

  
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ G-SPY USB Gaming Mouse  id=10   [slave  pointer 
 (2)]
  ⎜   ↳ ASASTeK COMPUTER INC. ROG MacroKey  id=13   [slave  pointer 
 (2)]
  ⎜   ↳ ASASTeK COMPUTER INC. ROG MacroKey  id=14   [slave  pointer 
 (2)]
  ⎜   ↳ ELAN1203:00 04F3:3043 Touchpad  id=15   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Sleep Buttonid=8[slave  
keyboard (3)]
  ↳ G-SPY USB Gaming Mouse  id=9[slave  
keyboard (3)]
  ↳ USB2.0 HD UVC WebCamid=11   [slave  
keyboard (3)]
  ↳ ASASTeK COMPUTER INC. ROG MacroKey  id=12   [slave  
keyboard (3)]
  ↳ Asus WMI hotkeysid=16   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=17   [slave  
keyboard (3)]

  cat /proc/bus/input/devices
  I: Bus=0019 Vendor= Product=0005 Version=
  N: Name="Lid Switch"
  P: Phys=PNP0C0D/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  U: Uniq=
  H: Handlers=event0 
  B: PROP=0
  B: EV=21
  B: SW=1

  I: Bus=0019 Vendor= Product=0003 Version=
  N: Name="Sleep Button"
  P: Phys=PNP0C0E/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
  U: Uniq=
  H: Handlers=kbd event1 
  B: PROP=0
  B: EV=3
  B: KEY=4000 0 0

  I: Bus=0019 Vendor= Product=0001 Version=
  N: Name="Power Button"
  P: Phys=LNXPWRBN/button/input0
  S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  U: Uniq=
  H: Handlers=kbd event2 
  B: PROP=0
  B: EV=3
  B: 

[Kernel-packages] [Bug 1685792] Re: Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu 17.04)

2017-06-19 Thread bugproxy
--- Comment From bren...@br.ibm.com 2017-06-19 14:12 EDT---
Making the comment public:

--

Hi Kleber,

As mentioned in Comment #11, I have verified that the fixes integrated
into the Kernel provided in Comment #10 fixes the problem.

Is there anything else that you would like me to verify ?

** Tags removed: verification-needed-zesty
** Tags added: verification-done-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/1685792

Title:
  Offlined CPUs of a core fail to come up online on POWER9 DD1 (Ubuntu
  17.04)

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  == Comment: #0 - Ranjal G. Shenoy  - 2017-04-20 08:29:13 
==
  Power9 DD1 has a hardware issue due to which  in core whose all threads are 
offlined , when any of the CPUs are onlined, they come online with an incorrect 
PACA thereby resulting in a crash.

  The following fixes sent upstream need to applied to the 17.04 kernel
  to get CPU-Hotplug working correctly on a Power9 DD1 system.

  1) powerpc/linux.git next, commit a7cd88da9704 ("powernv: Move CPU-
  Offline idle state invocation from smp.c to idle.c").

  2) powerpc/linux.git next, the commit 900612315788
  ("powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-
  Hotplug").

  3) powerpc/linux.git, commit f3b3f28493d932 ("powerpc/powernv/idle:
  Don't override default/deepest directly in kernel").

  4) powerpc/linux.git next, commit 17ed4c8f81da ("powerpc/powernv:
  Recover correct PACA on wakeup from a stop on P9 DD1").

  These patches have been backported onto the 17.04 Kernel tagged
  Ubuntu-4.10.0-19.21.

  == Comment: #1 - Ranjal G. Shenoy  - 2017-04-20
  08:29:54 ==

  
  == Comment: #2 - Ranjal G. Shenoy  - 2017-04-20 08:30:37 
==

  
  == Comment: #3 - Ranjal G. Shenoy  - 2017-04-20 08:31:15 
==

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1685792/+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 1691477] Re: Hardware transaction memory corruption

2017-06-19 Thread Breno Leitão
I tested this fix and now it is fixed on the proposed kernel. I used the
htm torture tool:

https://github.com/leitao/htm_torture/tree/master/narrow

** Tags removed: verification-needed-zesty
** Tags added: verification-done-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/1691477

Title:
  Hardware transaction memory corruption

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed

Bug description:
  There is a bug on hardware transactional memory on Ubuntu 17.04 that
  is hard to reproduce but I was able to create a testcase that
  reproduces it easily:

  https://github.com/leitao/htm_torture/tree/master/narrow

  The fix for this problem was already accepted in the kernel

  
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id=f48e91e87e67b56bef63393d1a02c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1691477/+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 1698448] could you please help test kernel for bug #1698448

2017-06-19 Thread Manoj Iyer
Jeff,

I have a kernel in PPA: 
https://launchpad.net/~centriq-team/+archive/ubuntu/lp1698448/ that has 
the patch for bug: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698448. PPA 
description has instructions for installing this kernel.

Tyler suggests that we will need to inject and error prior to kernel 
boot to reproduce this issue ( I guess pulling a pcie card after fw 
initialization and before kernel boot might do it? ). I would need to 
have physical access to the system to do that kind of testing. The 
QDF2400 systems we have are in a data center which limits my ability to 
test this patch. Could someone from your team please test the patch 
using the test kernel in the PPA and post comments in the Ubuntu bug 
referenced above? FYI June 23rd is the deadline for submitting patches 
for the current SRU cycle.

Thanks a ton!
Manoj Iyer

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

Title:
  [SRU][Zesty] acpi: apei: check for pending errors when probing GHES
  entries

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]
  In addition to the RAS patches for which SRU were submitted under bug 
https://launchpad.net/bugs/1696570. We also require the following patch:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries

  Without this patch pending RAS error at boot may not be handled
  correctly on the QDF2400 platforms, and could cause platform to
  reboot, or prevent future RAS issues from being reported.

  [Test]
  Run mce-tests suite. Inject an error before the kernel boots to reproduce the 
issue.

  [Fix]
  Fix is available in the linux ARM64 git repo maintained by Will Deacon:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries. 
This patch needs to be applied on top of the RAS patches that were already 
submitted for SRU

  [Regression Potential]
  Small fix to handle pending errors right away. Low risk of regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698448/+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 1698448] Re: [SRU][Zesty] acpi: apei: check for pending errors when probing GHES entries

2017-06-19 Thread Manoj Iyer
** Description changed:

  [Impact]
  In addition to the RAS patches for which SRU were submitted under bug 
https://launchpad.net/bugs/1696570. We also require the following patch:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries
  
  Without this patch pending RAS error at boot may not be handled
  correctly on the QDF2400 platforms, and could cause platform to reboot,
  or prevent future RAS issues from being reported.
  
  [Test]
- Run mce-tests suite.
+ Run mce-tests suite. Inject an error before the kernel boots to reproduce the 
issue.
  
  [Fix]
  Fix is available in the linux ARM64 git repo maintained by Will Deacon:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries. 
This patch needs to be applied on top of the RAS patches that were already 
submitted for SRU
  
  [Regression Potential]
  Small fix to handle pending errors right away. Low risk of regression.

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

Title:
  [SRU][Zesty] acpi: apei: check for pending errors when probing GHES
  entries

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]
  In addition to the RAS patches for which SRU were submitted under bug 
https://launchpad.net/bugs/1696570. We also require the following patch:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries

  Without this patch pending RAS error at boot may not be handled
  correctly on the QDF2400 platforms, and could cause platform to
  reboot, or prevent future RAS issues from being reported.

  [Test]
  Run mce-tests suite. Inject an error before the kernel boots to reproduce the 
issue.

  [Fix]
  Fix is available in the linux ARM64 git repo maintained by Will Deacon:
  f561618d9b80 acpi: apei: check for pending errors when probing GHES entries. 
This patch needs to be applied on top of the RAS patches that were already 
submitted for SRU

  [Regression Potential]
  Small fix to handle pending errors right away. Low risk of regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698448/+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 1693962] Re: linux: 4.11.0-5.10 -proposed tracker

2017-06-19 Thread Seth Forshee
*** This bug is a duplicate of bug 1698881 ***
https://bugs.launchpad.net/bugs/1698881

** This bug is no longer a duplicate of bug 1697022
   linux: 4.11.0-6.11 -proposed tracker
** This bug has been marked a duplicate of bug 1698881
   linux: 4.11.0-7.12 -proposed tracker

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

Title:
  linux: 4.11.0-5.10 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel Development Workflow regression-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  This bug is for tracking the 4.11.0-5.10 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
  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/1693962/+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 1693229] Re: linux: 4.11.0-4.9 -proposed tracker

2017-06-19 Thread Seth Forshee
*** This bug is a duplicate of bug 1698881 ***
https://bugs.launchpad.net/bugs/1698881

** This bug is no longer a duplicate of bug 1697022
   linux: 4.11.0-6.11 -proposed tracker
** This bug has been marked a duplicate of bug 1698881
   linux: 4.11.0-7.12 -proposed tracker

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

Title:
  linux: 4.11.0-4.9 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  New
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:
  Confirmed
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  This bug is for tracking the 4.11.0-4.9 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
  phase: Uploaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1693229/+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 1690999] Re: linux: 4.11.0-3.8 -proposed tracker

2017-06-19 Thread Seth Forshee
*** This bug is a duplicate of bug 1698881 ***
https://bugs.launchpad.net/bugs/1698881

** This bug is no longer a duplicate of bug 1697022
   linux: 4.11.0-6.11 -proposed tracker
** This bug has been marked a duplicate of bug 1698881
   linux: 4.11.0-7.12 -proposed tracker

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

Title:
  linux: 4.11.0-3.8 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  New
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:
  Incomplete
Status in Kernel Development Workflow promote-to-release series:
  New
Status in Kernel Development Workflow regression-testing series:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  This bug is for tracking the 4.11.0-3.8 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

  kernel-phase-changed:Thursday, 18. May 2017 21:50 UTC
  kernel-phase:Uploaded

  -- swm properties --
  boot-testing-requested: true
  phase: Uploaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1690999/+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 1697022] Re: linux: 4.11.0-6.11 -proposed tracker

2017-06-19 Thread Seth Forshee
*** This bug is a duplicate of bug 1698881 ***
https://bugs.launchpad.net/bugs/1698881

** This bug has been marked a duplicate of bug 1698881
   linux: 4.11.0-7.12 -proposed tracker

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

Title:
  linux: 4.11.0-6.11 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow automated-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel Development Workflow regression-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  This bug is for tracking the 4.11.0-6.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
  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/1697022/+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 1698881] [NEW] linux: 4.11.0-7.12 -proposed tracker

2017-06-19 Thread Seth Forshee
Public bug reported:

This bug is for tracking the 4.11.0-7.12 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

** Affects: kernel-development-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-development-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/promote-to-release
 Importance: Medium
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

** Affects: kernel-development-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Affects: linux (Ubuntu Artful)
 Importance: Medium
 Status: Confirmed


** Tags: artful block-proposed kernel-release-tracking-bug

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed

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

** Tags added: artful

** Changed in: linux (Ubuntu Artful)
   Status: New => Confirmed

** Also affects: kernel-development-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/promote-to-release
   Importance: Undecided
   Status: New

** Also affects: kernel-development-workflow/regression-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-development-workflow
   Status: New => In Progress

** Changed in: kernel-development-workflow
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/prepare-package-signed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/promote-to-proposed
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/promote-to-proposed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/promote-to-release
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/promote-to-release
 Assignee: (unassigned) => Ubuntu Package Archive Administrators 
(ubuntu-archive)

** Changed in: kernel-development-workflow/regression-testing
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/regression-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  linux: 4.11.0-7.12 -proposed tracker

Status in Kernel Development Workflow:
  In Progress
Status in Kernel Development Workflow 

[Kernel-packages] [Bug 1696558] Re: Enable CONFIG_SECURITY_DMESG_RESTRICT

2017-06-19 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  Enable CONFIG_SECURITY_DMESG_RESTRICT

Status in linux package in Ubuntu:
  Triaged

Bug description:
  There is a request to enable the following for linux-aws.

  config SECURITY_DMESG_RESTRICT
  bool "Restrict unprivileged access to the kernel syslog"
  default n
  help
This enforces restrictions on unprivileged users reading the kernel
syslog via dmesg(8).

If this option is not selected, no restrictions will be enforced
unless the dmesg_restrict sysctl is explicitly set to (1).

If you are unsure how to answer this question, answer N.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1696558/+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 1696354] gonzo (i386) - tests ran: 2, failed: 0

2017-06-19 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-120.167~precise1-generic/gonzo__3.13.0-120.167~precise1__2017-06-19_15-27-00/results-index.html

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

Title:
  linux-lts-trusty: 3.13.0-120.167~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Confirmed
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the  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
  kernel-stable-master-bug: 1696352
  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-sru-workflow/+bug/1696354/+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 1643558] Re: bnx2x driver crash

2017-06-19 Thread Ondrej Vasko
I also had this issue with following combination while deployin
Openstack with VXLAN:

Ubuntu 16.04 4.4.0-79-generic
HP BL460c G7
HP VirtualConnect
HP NC 532m mezzanine (BCM57711)

After update to 4.10.17 (I didn't try 4.9) it was working right.

Will the fix be backported to Ubuntu 16.04 LTS 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/1643558

Title:
  bnx2x driver crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On server with two NICs on Broadcom, bnx2x driver is crashes on boot.
  Full crash dump is in attach.

  # lspci | grep BCM57711
  15:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 
10-Gigabit PCIe
  15:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57711 
10-Gigabit PCIe

  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
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 ноя 21 13:50 seq
   crw-rw 1 root audio 116, 33 ноя 21 13:50 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Mon Nov 21 16:21:07 2016
  InstallationDate: Installed on 2001-01-01 (5803 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  MachineType: IBM BladeCenter HS22 -[7870H4G]-
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic.efi.signed 
root=UUID=8fae9581-bd38-4063-8871-cda77ac6c4ec ro
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-47-generic N/A
   linux-backports-modules-4.4.0-47-generic  N/A
   linux-firmware1.157.5
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/03/2012
  dmi.bios.vendor: IBM
  dmi.bios.version: -[P9E156CUS-1.17]-
  dmi.board.asset.tag: (none)
  dmi.board.name: 68Y8071
  dmi.board.vendor: IBM
  dmi.board.version: (none)
  dmi.chassis.asset.tag: none
  dmi.chassis.type: 17
  dmi.chassis.vendor: IBM
  dmi.chassis.version: none
  dmi.modalias: 
dmi:bvnIBM:bvr-[P9E156CUS-1.17]-:bd02/03/2012:svnIBM:pnBladeCenterHS22-[7870H4G]-:pvr07:rvnIBM:rn68Y8071:rvr(none):cvnIBM:ct17:cvrnone:
  dmi.product.name: BladeCenter HS22 -[7870H4G]-
  dmi.product.version: 07
  dmi.sys.vendor: IBM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1643558/+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 1696369] gonzo (i386) - tests ran: 8, failed: 1

2017-06-19 Thread Brad Figg
tests ran:   8, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-23.25-generic/gonzo__4.10.0-23.25__2017-06-19_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/1696369

Title:
  linux: 4.10.0-23.25 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Incomplete
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Zesty:
  New

Bug description:
  This bug is for tracking the  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

  backports: 1696370,1696371
  derivatives: 1696372
  -- swm properties --
  boot-testing-requested: 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-sru-workflow/+bug/1696369/+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 1697556] Re: Computer freezes after login - 4.10.0-22-generic

2017-06-19 Thread Joseph Salisbury
Can you also see if this bug happens with the latest mainline kernel?
It can be downloaded from:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.12-rc5


** Tags added: needs-bisect

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

Title:
  Computer freezes after login - 4.10.0-22-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have got a new Ubuntu 17.04 install on a Dell XPS 15 (Intel(R)
  Core(TM) i7-7700HQ CPU @ 2.80GHz) that was installed a couple of days
  ago. Login worked fine too.

  A couple of days later I installed the suggested kernel update
  "4.10.0-22-generic". With kernel 4.10.0-22-generic, the computer
  freezes right after login (i.e. after pressing enter, the background
  image with the mouse is shown, no responses to any key strokes).

  Syslog excerpt:

  Jun 12 22:12:48 computername kernel: [   47.603358] NMI watchdog: BUG: soft 
lockup - CPU#1 stuck for 23s! [Xorg.wrap:1672]
  Jun 12 22:12:48 computername kernel: [   47.603360] Modules linked in: ccm 
msr arc4 cmac rfcomm uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 
videobuf2_core videodev media btusb btrtl bnep hid_multitouch nls_iso8859_1 
i2c_designware_platform i2c_designware_core snd_hda_codec_hdmi dell_wmi 
dell_led dell_smbios snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel 
dcdbas ath10k_pci snd_hda_codec ath10k_core intel_rapl snd_hda_core ath 
x86_pkg_temp_thermal snd_hwdep intel_powerclamp mac80211 snd_pcm coretemp 
snd_seq_midi snd_seq_midi_event cfg80211 snd_rawmidi rtsx_pci_ms kvm_intel 
memstick kvm irqbypass crct10dif_pclmul joydev crc32_pclmul snd_seq 
ghash_clmulni_intel snd_seq_device input_leds snd_timer serio_raw snd soundcore 
idma64 virt_dma mei_me mei shpchp processor_thermal_device intel_soc_dts_iosf 
intel_lpss_pci intel_pch_thermal
  Jun 12 22:12:48 computername kernel: [   47.603422]  hci_uart btbcm btqca 
btintel bluetooth dell_smo8800 intel_hid intel_lpss_acpi sparse_keymap 
intel_lpss tpm_crb int3403_thermal int3400_thermal acpi_als 
int340x_thermal_zone acpi_thermal_rel acpi_pad kfifo_buf industrialio mac_hid 
pcbc aesni_intel crypto_simd glue_helper cryptd aes_x86_64 dm_crypt parport_pc 
ppdev lp parport ip_tables x_tables autofs4 nouveau rtsx_pci_sdmmc i915 ttm 
i2c_algo_bit drm_kms_helper syscopyarea mxm_wmi sysfillrect psmouse sysimgblt 
fb_sys_fops nvme drm nvme_core rtsx_pci ahci libahci i2c_hid hid 
pinctrl_sunrisepoint video wmi pinctrl_intel fjes
  Jun 12 22:12:48 computername kernel: [   47.603453] CPU: 1 PID: 1672 Comm: 
Xorg.wrap Not tainted 4.10.0-22-generic #24-Ubuntu
  Jun 12 22:12:48 computername kernel: [   47.603453] Hardware name: Dell Inc. 
XPS 15 9560/05FFDN, BIOS 1.3.3 05/08/2017

  
  Note, this problem is observed with kernel 4.10.0-22-generic whereas it's not 
observed with 4.10.0-21-generic. As I was not able to login to my computer I am 
writing this bug report while it runs on kernel 4.10.0-21-generic. Therefore 
the information attached through the "ubuntu-bug linux" command here, are 
referring to the kernel that is actually working. I decided to nonetheless 
include that information as it might contain other kernel unrelated information 
that would help you troubleshooting.

  Please see attached file "syslog-4.10.0-22-generic-freeze-after-
  login.log" for the full syslog.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-21-generic 4.10.0-21.23
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hkuehn 1796 F pulseaudio
  CurrentDesktop: GNOME
  Date: Mon Jun 12 23:17:08 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-05-30 (13 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 138a:0091 Validity Sensors, Inc. 
   Bus 001 Device 002: ID 0cf3:e300 Atheros Communications, Inc. 
   Bus 001 Device 004: ID 0c45:6713 Microdia 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 15 9560
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-21-generic.efi.signed 
root=UUID=e0800d30-3eff-46ac-a6af-38e3bcf99b58 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-21-generic N/A
   linux-backports-modules-4.10.0-21-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2017
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.3
  dmi.board.name: 05FFDN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  

[Kernel-packages] [Bug 1698844] Re: Fix /proc/cpuinfo revision for POWER9 DD2

2017-06-19 Thread Breno Leitão
Sent to the kernel-team mailing list:

https://lists.ubuntu.com/archives/kernel-team/2017-June/084927.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/1698844

Title:
  Fix /proc/cpuinfo revision for POWER9 DD2

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - Breno Leitao  - 2017-06-19 09:44:36 ==
  The P9 PVR bits 12-15 don't indicate a revision but instead different
  chip configurations.  From BookIV we have:
 Bits  Configuration
  0 :Scale out 12 cores
  1 :Scale out 24 cores
  2 :Scale up  12 cores
  3 :Scale up  24 cores

  DD1 doesn't use this but DD2 does. Linux will mostly use the "Scale
  out 24 core" configuration (ie. SMT4 not SMT8) which results in a PVR
  of 0x004e1200. The reported revision in /proc/cpuinfo is hence
  reported incorrectly as "18.0".

  This patch fixes this to mask off only the relevant bits for the major
  revision (ie. bits 8-11) for POWER9.

  Please cherry pick: https://patchwork.ozlabs.org/patch/776052/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1698844/+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 1698454] Re: TCP/IP Throughput Limitation

2017-06-19 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.12 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.12-rc5

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

Title:
  TCP/IP Throughput Limitation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm having a severe TCP receive problem with a new Ubuntu 16 server
  and an Intel 82599ES 10-Gigabit SFP+ (X520 series card) when a windows
  10 machine is used to send the data. The receive performance is 1Gb to
  2Gb steady using iperf single stream, while send is 9.42Gb.

  Here is what I have found:

  -Running 8 parallel streams in iperf gets me the full 9.42 in
  aggregate

  -Tried a few windows 10 machines with repeatable same results

  -Same results through switch or direct

  -Linux to linux no problems

  -Tested with clean installs of 16.04.02 and 4.4.0-66 kernel, latest
  the upgrade will give me, also tried 17.04 with up to
  4.10.0-20-generic same problem, tried 4.11.0-041100rc8-generic and
  problem seemed to go away for a bit but came back so I think that
  might be a red herring (see interesting note below).

  -14.04 and 15.10 with up to 4.2.8-040208-generic is 9.42/9.42 (works
  fine, couldn't get 4.3 to install on 15.10)

  -14.04 with the latest 5.0.4 ixgbe driver still works fine, does not
  seem to be a driver version issue.

  -Tried swapping out cards with another same model/chipset with same
  exact result

  -Large receive offload increases the performance from a steady 1Gb to
  a steady 2.14Gb

  -Disabling sack under got me 75% of the way back to full speed, but it
  was very unstable (didn't hold at a solid speed)

  -Using a different brand of card in this same server (but not the same
  slot) (mellanox infiniband running in ethernet mode) is 9.42/8.5
  (seems to work fine, 9.42 to 8.5 is windows machine limit I think)

  -Interesting: When swapping between intel and mellanox 10Gbe cards
  (with a reboot of the server inbetween, but not a reboot of the
  windows machine, and keeping the same IP on the server) the
  performance does not change immediately. When going from intel to
  mellanox the first test holds around 1 or 2Gbit, then after that it
  jumps up to 8.5 steady. Similarly when switching from mellanox to
  Intel the first 1 or 2 seconds of performance hits 8.x then drop in
  half or more and within 3 or 4 seconds it is back to 1Gbit and stays
  there for each subsequent iperf test.

  -Interesting: When capturing packets on wireshark on windows,
  performance comes up to 8.5! (No, ditching windows isn't an option
  here unfortunately. :) So obviously something in the way the two tcp
  stacks are interacting without a buffer inbetween when the intel
  driver is online is causing issues.

  -Port bonding makes no difference (nor should it for single stream)

  -Tried rolling the intel driver back to the 3.2.1 version that is on
  14.04 but it was too old to compile

  -I suspect this is a kernel TCP/IP implementation change somewhere
  between 4.2 and 4.4 that has caused it to not play nice with window's
  stack.  Based on the delayed performance change I'm thinking something
  is messing with flow control, the tcp congestion algorithm, or the tcp
  window. I tried turning some various tcp options off, tweaking some
  values, changing congestion algorithms, hardware flow control, and
  comparing sysctl stuff from the u14 machine to this machine to no
  avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698454/+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 1698454] Missing required logs.

2017-06-19 Thread Joseph Salisbury
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1698454

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

** Tags added: 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/1698454

Title:
  TCP/IP Throughput Limitation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm having a severe TCP receive problem with a new Ubuntu 16 server
  and an Intel 82599ES 10-Gigabit SFP+ (X520 series card) when a windows
  10 machine is used to send the data. The receive performance is 1Gb to
  2Gb steady using iperf single stream, while send is 9.42Gb.

  Here is what I have found:

  -Running 8 parallel streams in iperf gets me the full 9.42 in
  aggregate

  -Tried a few windows 10 machines with repeatable same results

  -Same results through switch or direct

  -Linux to linux no problems

  -Tested with clean installs of 16.04.02 and 4.4.0-66 kernel, latest
  the upgrade will give me, also tried 17.04 with up to
  4.10.0-20-generic same problem, tried 4.11.0-041100rc8-generic and
  problem seemed to go away for a bit but came back so I think that
  might be a red herring (see interesting note below).

  -14.04 and 15.10 with up to 4.2.8-040208-generic is 9.42/9.42 (works
  fine, couldn't get 4.3 to install on 15.10)

  -14.04 with the latest 5.0.4 ixgbe driver still works fine, does not
  seem to be a driver version issue.

  -Tried swapping out cards with another same model/chipset with same
  exact result

  -Large receive offload increases the performance from a steady 1Gb to
  a steady 2.14Gb

  -Disabling sack under got me 75% of the way back to full speed, but it
  was very unstable (didn't hold at a solid speed)

  -Using a different brand of card in this same server (but not the same
  slot) (mellanox infiniband running in ethernet mode) is 9.42/8.5
  (seems to work fine, 9.42 to 8.5 is windows machine limit I think)

  -Interesting: When swapping between intel and mellanox 10Gbe cards
  (with a reboot of the server inbetween, but not a reboot of the
  windows machine, and keeping the same IP on the server) the
  performance does not change immediately. When going from intel to
  mellanox the first test holds around 1 or 2Gbit, then after that it
  jumps up to 8.5 steady. Similarly when switching from mellanox to
  Intel the first 1 or 2 seconds of performance hits 8.x then drop in
  half or more and within 3 or 4 seconds it is back to 1Gbit and stays
  there for each subsequent iperf test.

  -Interesting: When capturing packets on wireshark on windows,
  performance comes up to 8.5! (No, ditching windows isn't an option
  here unfortunately. :) So obviously something in the way the two tcp
  stacks are interacting without a buffer inbetween when the intel
  driver is online is causing issues.

  -Port bonding makes no difference (nor should it for single stream)

  -Tried rolling the intel driver back to the 3.2.1 version that is on
  14.04 but it was too old to compile

  -I suspect this is a kernel TCP/IP implementation change somewhere
  between 4.2 and 4.4 that has caused it to not play nice with window's
  stack.  Based on the delayed performance change I'm thinking something
  is messing with flow control, the tcp congestion algorithm, or the tcp
  window. I tried turning some various tcp options off, tweaking some
  values, changing congestion algorithms, hardware flow control, and
  comparing sysctl stuff from the u14 machine to this machine to no
  avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698454/+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 1698844] Re: Fix /proc/cpuinfo revision for POWER9 DD2

2017-06-19 Thread Frank Heimes
** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  Fix /proc/cpuinfo revision for POWER9 DD2

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - Breno Leitao  - 2017-06-19 09:44:36 ==
  The P9 PVR bits 12-15 don't indicate a revision but instead different
  chip configurations.  From BookIV we have:
 Bits  Configuration
  0 :Scale out 12 cores
  1 :Scale out 24 cores
  2 :Scale up  12 cores
  3 :Scale up  24 cores

  DD1 doesn't use this but DD2 does. Linux will mostly use the "Scale
  out 24 core" configuration (ie. SMT4 not SMT8) which results in a PVR
  of 0x004e1200. The reported revision in /proc/cpuinfo is hence
  reported incorrectly as "18.0".

  This patch fixes this to mask off only the relevant bits for the major
  revision (ie. bits 8-11) for POWER9.

  Please cherry pick: https://patchwork.ozlabs.org/patch/776052/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1698844/+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 1698454] Re: TCP/IP Throughput Limitation

2017-06-19 Thread Brian Murray
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  TCP/IP Throughput Limitation

Status in linux package in Ubuntu:
  New

Bug description:
  I'm having a severe TCP receive problem with a new Ubuntu 16 server
  and an Intel 82599ES 10-Gigabit SFP+ (X520 series card) when a windows
  10 machine is used to send the data. The receive performance is 1Gb to
  2Gb steady using iperf single stream, while send is 9.42Gb.

  Here is what I have found:

  -Running 8 parallel streams in iperf gets me the full 9.42 in
  aggregate

  -Tried a few windows 10 machines with repeatable same results

  -Same results through switch or direct

  -Linux to linux no problems

  -Tested with clean installs of 16.04.02 and 4.4.0-66 kernel, latest
  the upgrade will give me, also tried 17.04 with up to
  4.10.0-20-generic same problem, tried 4.11.0-041100rc8-generic and
  problem seemed to go away for a bit but came back so I think that
  might be a red herring (see interesting note below).

  -14.04 and 15.10 with up to 4.2.8-040208-generic is 9.42/9.42 (works
  fine, couldn't get 4.3 to install on 15.10)

  -14.04 with the latest 5.0.4 ixgbe driver still works fine, does not
  seem to be a driver version issue.

  -Tried swapping out cards with another same model/chipset with same
  exact result

  -Large receive offload increases the performance from a steady 1Gb to
  a steady 2.14Gb

  -Disabling sack under got me 75% of the way back to full speed, but it
  was very unstable (didn't hold at a solid speed)

  -Using a different brand of card in this same server (but not the same
  slot) (mellanox infiniband running in ethernet mode) is 9.42/8.5
  (seems to work fine, 9.42 to 8.5 is windows machine limit I think)

  -Interesting: When swapping between intel and mellanox 10Gbe cards
  (with a reboot of the server inbetween, but not a reboot of the
  windows machine, and keeping the same IP on the server) the
  performance does not change immediately. When going from intel to
  mellanox the first test holds around 1 or 2Gbit, then after that it
  jumps up to 8.5 steady. Similarly when switching from mellanox to
  Intel the first 1 or 2 seconds of performance hits 8.x then drop in
  half or more and within 3 or 4 seconds it is back to 1Gbit and stays
  there for each subsequent iperf test.

  -Interesting: When capturing packets on wireshark on windows,
  performance comes up to 8.5! (No, ditching windows isn't an option
  here unfortunately. :) So obviously something in the way the two tcp
  stacks are interacting without a buffer inbetween when the intel
  driver is online is causing issues.

  -Port bonding makes no difference (nor should it for single stream)

  -Tried rolling the intel driver back to the 3.2.1 version that is on
  14.04 but it was too old to compile

  -I suspect this is a kernel TCP/IP implementation change somewhere
  between 4.2 and 4.4 that has caused it to not play nice with window's
  stack.  Based on the delayed performance change I'm thinking something
  is messing with flow control, the tcp congestion algorithm, or the tcp
  window. I tried turning some various tcp options off, tweaking some
  values, changing congestion algorithms, hardware flow control, and
  comparing sysctl stuff from the u14 machine to this machine to no
  avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698454/+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 1698844] [NEW] Fix /proc/cpuinfo revision for POWER9 DD2

2017-06-19 Thread bugproxy
Public bug reported:

== Comment: #0 - Breno Leitao  - 2017-06-19 09:44:36 ==
The P9 PVR bits 12-15 don't indicate a revision but instead different
chip configurations.  From BookIV we have:
   Bits  Configuration
0 :Scale out 12 cores
1 :Scale out 24 cores
2 :Scale up  12 cores
3 :Scale up  24 cores

DD1 doesn't use this but DD2 does. Linux will mostly use the "Scale
out 24 core" configuration (ie. SMT4 not SMT8) which results in a PVR
of 0x004e1200. The reported revision in /proc/cpuinfo is hence
reported incorrectly as "18.0".

This patch fixes this to mask off only the relevant bits for the major
revision (ie. bits 8-11) for POWER9.

Please cherry pick: https://patchwork.ozlabs.org/patch/776052/

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage)
 Status: New


** Tags: architecture-ppc64le bugnameltc-155824 severity-medium 
targetmilestone-inin16043

** Tags added: architecture-ppc64le bugnameltc-155824 severity-medium
targetmilestone-inin16043

** Changed in: ubuntu
 Assignee: (unassigned) => Ubuntu on IBM Power Systems Bug Triage 
(ubuntu-power-triage)

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

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

Title:
  Fix /proc/cpuinfo revision for POWER9 DD2

Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - Breno Leitao  - 2017-06-19 09:44:36 ==
  The P9 PVR bits 12-15 don't indicate a revision but instead different
  chip configurations.  From BookIV we have:
 Bits  Configuration
  0 :Scale out 12 cores
  1 :Scale out 24 cores
  2 :Scale up  12 cores
  3 :Scale up  24 cores

  DD1 doesn't use this but DD2 does. Linux will mostly use the "Scale
  out 24 core" configuration (ie. SMT4 not SMT8) which results in a PVR
  of 0x004e1200. The reported revision in /proc/cpuinfo is hence
  reported incorrectly as "18.0".

  This patch fixes this to mask off only the relevant bits for the major
  revision (ie. bits 8-11) for POWER9.

  Please cherry pick: https://patchwork.ozlabs.org/patch/776052/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698844/+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 1698844] [NEW] Fix /proc/cpuinfo revision for POWER9 DD2

2017-06-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

== Comment: #0 - Breno Leitao  - 2017-06-19 09:44:36 ==
The P9 PVR bits 12-15 don't indicate a revision but instead different
chip configurations.  From BookIV we have:
   Bits  Configuration
0 :Scale out 12 cores
1 :Scale out 24 cores
2 :Scale up  12 cores
3 :Scale up  24 cores

DD1 doesn't use this but DD2 does. Linux will mostly use the "Scale
out 24 core" configuration (ie. SMT4 not SMT8) which results in a PVR
of 0x004e1200. The reported revision in /proc/cpuinfo is hence
reported incorrectly as "18.0".

This patch fixes this to mask off only the relevant bits for the major
revision (ie. bits 8-11) for POWER9.

Please cherry pick: https://patchwork.ozlabs.org/patch/776052/

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage)
 Status: New


** Tags: architecture-ppc64le bugnameltc-155824 severity-medium 
targetmilestone-inin16043
-- 
Fix /proc/cpuinfo revision for POWER9 DD2
https://bugs.launchpad.net/bugs/1698844
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux 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 1698470] Re: [Zesty][Yakkety] rtl8192e bug fixes

2017-06-19 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

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

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

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

** Changed in: linux (Ubuntu Yakkety)
   Importance: Undecided => Medium

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

Title:
  [Zesty][Yakkety] rtl8192e bug fixes

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

Bug description:
  The following commits needed to be added to 4.10 and 4.8 kernels for
  stable operation of r8192e_pci driver. They are already in 4.11 and in
  4.4.

  commit baabd567f87be05330faa5140f72a91960e7405a upstream
  staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.

  commit 867510bde14e7b7fc6dd0f50b48f6753cfbd227a upstream.
  staging: rtl8192e: fix 2 byte alignment of register BSSIDR.

  commit 90be652c9f157d44b9c2803f902a8839796c090d upstream.
  staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.

  commit 95d93e271d920dfda369d4740b1cc1061d41fe7f upstream.
  staging: rtl8192e: GetTs Fix invalid TID 7 warning.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  canaries-64   2006 F pulseaudio
   /dev/snd/controlC0:  canaries-64   2006 F pulseaudio
  CurrentDesktop: Unity:Unity7
  Date: Fri Jun 16 23:11:13 2017
  HibernationDevice: RESUME=UUID=f23ec6f5-7e6a-4559-a7f1-af640124e970
  InstallationDate: Installed on 2015-10-31 (594 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151027)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=48898cca-fae3-4cdc-9785-fc0b97f4cbd9 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-22-generic N/A
   linux-backports-modules-4.10.0-22-generic  N/A
   linux-firmware 1.164.1
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: rtllib r8192e_pci
  UpgradeStatus: Upgraded to zesty on 2016-10-23 (236 days ago)
  dmi.bios.date: 04/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.70
  dmi.board.name: N3700-ITX
  dmi.board.vendor: ASRock
  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.:bvrP1.70:bd04/18/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnN3700-ITX:rvr: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/1698470/+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 1698616] Re: 4.10.0-22 No longer suspends on Dell XPS 9560

2017-06-19 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.12 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.12-rc5


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: needs-bisect

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

Title:
  4.10.0-22 No longer suspends on Dell XPS 9560

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have to roll back to -21 to be able to suspend.

  Linux XPS 4.10.0-21-lowlatency #23~16.04.1-Ubuntu SMP PREEMPT Tue May
  2 14:25:44 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

  With -22, it doesn't suspend, and has lots of trouble with it.

  I expect to be able to suspend when I close the laptop lid, or when I
  go to suspend from the power menu. Instead the OS acts like it
  suspends, but the laptop doesn't power down anything. The display
  remains on, the fans continue to spin. It acts like it has, because it
  takes a bit for the keyboard to respond, and the mouse to move again,
  and the wifi was disconnected. It's just that the hardware doesn't
  power down at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698616/+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 1698454] [NEW] TCP/IP Throughput Limitation

2017-06-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm having a severe TCP receive problem with a new Ubuntu 16 server and
an Intel 82599ES 10-Gigabit SFP+ (X520 series card) when a windows 10
machine is used to send the data. The receive performance is 1Gb to 2Gb
steady using iperf single stream, while send is 9.42Gb.

Here is what I have found:

-Running 8 parallel streams in iperf gets me the full 9.42 in aggregate

-Tried a few windows 10 machines with repeatable same results

-Same results through switch or direct

-Linux to linux no problems

-Tested with clean installs of 16.04.02 and 4.4.0-66 kernel, latest the
upgrade will give me, also tried 17.04 with up to 4.10.0-20-generic same
problem, tried 4.11.0-041100rc8-generic and problem seemed to go away
for a bit but came back so I think that might be a red herring (see
interesting note below).

-14.04 and 15.10 with up to 4.2.8-040208-generic is 9.42/9.42 (works
fine, couldn't get 4.3 to install on 15.10)

-14.04 with the latest 5.0.4 ixgbe driver still works fine, does not
seem to be a driver version issue.

-Tried swapping out cards with another same model/chipset with same
exact result

-Large receive offload increases the performance from a steady 1Gb to a
steady 2.14Gb

-Disabling sack under got me 75% of the way back to full speed, but it
was very unstable (didn't hold at a solid speed)

-Using a different brand of card in this same server (but not the same
slot) (mellanox infiniband running in ethernet mode) is 9.42/8.5 (seems
to work fine, 9.42 to 8.5 is windows machine limit I think)

-Interesting: When swapping between intel and mellanox 10Gbe cards (with
a reboot of the server inbetween, but not a reboot of the windows
machine, and keeping the same IP on the server) the performance does not
change immediately. When going from intel to mellanox the first test
holds around 1 or 2Gbit, then after that it jumps up to 8.5 steady.
Similarly when switching from mellanox to Intel the first 1 or 2 seconds
of performance hits 8.x then drop in half or more and within 3 or 4
seconds it is back to 1Gbit and stays there for each subsequent iperf
test.

-Interesting: When capturing packets on wireshark on windows,
performance comes up to 8.5! (No, ditching windows isn't an option here
unfortunately. :) So obviously something in the way the two tcp stacks
are interacting without a buffer inbetween when the intel driver is
online is causing issues.

-Port bonding makes no difference (nor should it for single stream)

-Tried rolling the intel driver back to the 3.2.1 version that is on
14.04 but it was too old to compile

-I suspect this is a kernel TCP/IP implementation change somewhere
between 4.2 and 4.4 that has caused it to not play nice with window's
stack.  Based on the delayed performance change I'm thinking something
is messing with flow control, the tcp congestion algorithm, or the tcp
window. I tried turning some various tcp options off, tweaking some
values, changing congestion algorithms, hardware flow control, and
comparing sysctl stuff from the u14 machine to this machine to no avail.

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


** Tags: bot-comment
-- 
TCP/IP Throughput Limitation
https://bugs.launchpad.net/bugs/1698454
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux 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 1698561] Re: package linux-image-4.10.0-22-generic 4.10.0-22.24 failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

Title:
  package linux-image-4.10.0-22-generic 4.10.0-22.24 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  keeps popping up :-/

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mohammad   1845 F pulseaudio
   /dev/snd/controlC1:  mohammad   1845 F pulseaudio
  Date: Sat Jun 17 14:05:10 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-16 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: ASUSTeK COMPUTER INC. G501JW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=a2414b49-0f72-486e-8dc7-7739e99a6937 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: linux
  Title: package linux-image-4.10.0-22-generic 4.10.0-22.24 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/24/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G501JW.209
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G501JW
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrG501JW.209:bd07/24/2015:svnASUSTeKCOMPUTERINC.:pnG501JW:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnG501JW:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: G501JW
  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/1698561/+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 1698599] Re: package linux-image-4.10.0-22-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

Title:
  package linux-image-4.10.0-22-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  ubuntu 17.04 under vmware player on windows7 trying to set screen
  resolution when applying setting the error occurred

  uname -a
  Linux ubuntu 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  keeper4keys   1742 F pulseaudio
  Date: Sat Jun 17 16:14:53 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-17 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IwConfig:
   lono wireless extensions.
   
   ens33 no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: VMware, Inc. VMware Virtual Platform
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=908533a2-3f36-4f92-9e3b-c6fa2e4b2e82 ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.10.0-22-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/2015
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/02/2015:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698599/+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 1698544] Re: package linux-image-4.10.0-22-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

Title:
  package linux-image-4.10.0-22-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I was using the terminal to update the system and received the error
  message

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  peeps  1525 F pulseaudio
   /dev/snd/controlC0:  peeps  1525 F pulseaudio
  Date: Sat Jun 17 14:01:02 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-17 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic.efi.signed 
root=UUID=1e517b73-cab9-445a-826b-48ab71ca1a96 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-image-4.10.0-22-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 216F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 31.22
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd11/20/2013:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr097611405E0620180:rvnHewlett-Packard:rn216F:rvr31.22:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion 15 Notebook PC
  dmi.product.version: 097611405E0620180
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698544/+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 1698472] Re: package linux-image-4.10.0-22-generic 4.10.0-22.24 failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


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

Title:
  package linux-image-4.10.0-22-generic 4.10.0-22.24 failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Running under Virtual Box under Windows 10

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic 4.10.0-22.24
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jim2083 F pulseaudio
  Date: Mon Jun 12 21:51:53 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-04-13 (64 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IwConfig:
   lono wireless extensions.
   
   enp0s3no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 vboxdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-22-generic 
root=UUID=cbb0d41e-8a7c-4cef-a662-25e5bbb78052 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-4.10.0-22-generic 4.10.0-22.24 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698472/+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 1698508] Re: package linux-image-4.10.0-22-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-19 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

Title:
  package linux-image-4.10.0-22-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  i am also getting issue with "suspend"
  when i click on suspend 
  it doest start back when i turn it on , it desnt even show a console mode 
besides a blank black screen
  i was also getting this issue in 16.04 and now in 17.04 too
  my specs
  lenovo ideapad  z50
  intel i5 4th gen 2 cores
  8gb ram
  2gb nvidia geforce 820m 
  1 tb hdd
  1080p display

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-22-generic (not installed)
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mubix  1783 F pulseaudio
   /dev/snd/controlC1:  mubix  1783 F pulseaudio
  Date: Sat Jun 17 10:19:46 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  InstallationDate: Installed on 2017-06-14 (2 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: LENOVO 20354
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=ed70addc-4319-4c31-9bdf-3c12bddf4af8 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2
  SourcePackage: linux
  Title: package linux-image-4.10.0-22-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9BCN29WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A5
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Z50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9BCN29WW:bd10/20/2014:svnLENOVO:pn20354:pvrLenovoZ50-70:rvnLENOVO:rnLancer5A5:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoZ50-70:
  dmi.product.name: 20354
  dmi.product.version: Lenovo Z50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698508/+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 1698548] Re: Unable to initialize Cypress absolute mode

2017-06-19 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.12 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.12-rc5


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

Title:
  Unable to initialize Cypress absolute mode

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I installed Lubuntu 17.04 but cannot use the trackpad. I got error below in 
dmesg. Any fix?
  psmouse serio2: cypress_ps2: Reconnect: Unable to initialize Cypress absolute 
mode.
  4.12.0-041200rc3-generic
  I: Bus=0011 Vendor=0002 Product=0011 Version=0001
  N: Name="CyPS/2 Cypress Trackpad"
  P: Phys=isa0060/serio2/input0
  S: Sysfs=/devices/platform/i8042/serio2/input/input27
  U: Uniq=
  H: Handlers=mouse1 event8 
  B: PROP=1
  B: EV=b
  B: KEY=e520 7 0 0 0 0
  B: ABS=66080001103

 45.167522] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.168149] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.176920] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.178152] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.186704] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.187712] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.196497] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.197429] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.206422] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.207205] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.216289] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.216991] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.225806] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.226918] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.235752] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.236659] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.245407] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.246592] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.255266] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.256190] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.265260] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.266072] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.275146] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.275965] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.284961] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.286072] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.294843] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.295867] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.305085] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.305828] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.315047] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.315842] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.324854] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.326480] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.327772] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.328793] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.389630] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 
byte 1
  [   45.390692] psmouse serio2: Trackpad at isa0060/serio2/input0 - driver 
resynced.
  [   45.399456] psmouse serio2: Trackpad at isa0060/serio2/input0 lost sync at 

[Kernel-packages] [Bug 1698468] Re: fwupd taking 100% CPU

2017-06-19 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.12 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.12-rc5

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

Title:
  fwupd taking 100% CPU

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After I boot into Ubuntu, top shows me a fwupd process taking 100%
  CPU. The log file /var/log/syslog has several highlighted messages
  like

  Jun 13 18:11:23 opal gnome-session[1487]: (gnome-software:1660): Gs-
  WARNING **:  failed to call gs_plugin_add_updates_historical on fwupd:
  failed to start fwupd: Error calling StartServiceByName for
  org.freedesktop.fwupd:
  GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate
  service 'org.freedesktop.fwupd': timed out

  Jun 13 18:11:26 opal gnome-session[1487]: (gnome-software:1660): Gs-
  WARNING **:  failed to call gs_plugin_refine on appstream: Error
  opening file: Permission denied

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-78-generic 4.4.0-78.99
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  greg   1620 F pulseaudio
   /dev/snd/controlC1:  greg   1620 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jun 16 19:00:37 2017
  HibernationDevice: RESUME=UUID=c05e0556-350a-4c17-8558-c475f250ccbf
  InstallationDate: Installed on 2016-04-28 (414 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: TOSHIBA Satellite S50-B
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-78-generic.efi.signed 
root=UUID=9200f944-2d22-4f9b-8c44-e1498370470d ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-78-generic N/A
   linux-backports-modules-4.4.0-78-generic  N/A
   linux-firmware1.157.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2014
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Type2 - Board Vendor Name1
  dmi.board.version: Type2 - Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis ManuFacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.40:bd05/05/2014:svnTOSHIBA:pnSatelliteS50-B:pvrPSPQ6C-020001:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: Satellite S50-B
  dmi.product.version: PSPQ6C-020001
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698468/+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 1698700] Re: hibmc driver does not include "pci:" prefix in bus ID

2017-06-19 Thread Joseph Salisbury
** 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/1698700

Title:
  hibmc driver does not include "pci:" prefix in bus ID

Status in linux package in Ubuntu:
  In Progress

Bug description:
  On the HiSilicon D05 (arm64) board, X crashes when started. [0]

  The crash is attributable to the bus ID that the hibmc driver reports for the 
hibmc graphics card on the board. In particular, the bus id is missing the 
"pci:" prefix that most other cards provide: [1]
  - The busid reported on the arm64 system is "0007:a1:00.0"
  - The busid reported on a amd64 system is "pci::00:02.0"

  X tests for this prefix. A missing prefix for PCI cards leads to an
  Xorg crash.

  A patch is attached, which prevents the crash. [2][3]

  I submitted the patch upstream. However, upstream is refactoring the
  drm core, and set_busid is going away, so I'm working on testing if
  this will be necessary once that lands. [4]

  This bug exists to help keep track of the status of this fix across
  upstream and then into our kernels.

  [0]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991 
  [1]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/16
  [2]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/17
  [3]: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/29
  [4]: https://www.spinics.net/lists/dri-devel/msg143831.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698700/+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 1698618] Re: package linux-image-extra-4.4.0-79-generic 4.4.0-79.100 failed to install/upgrade: package linux-image-extra-4.4.0-79-generic is not ready for configuration cannot

2017-06-19 Thread Joseph Salisbury
You may need to run the following from a terminal:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package or updates.

If that does not resolve your issue, please mark the bug as "Confirmed"


** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

Title:
  package linux-image-extra-4.4.0-79-generic 4.4.0-79.100 failed to
  install/upgrade: package linux-image-extra-4.4.0-79-generic is not
  ready for configuration  cannot configure (current status 'half-
  installed')

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  sudo apt-get upgrade
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  The following package was automatically installed and is no longer required:
libmircommon5
  Use 'sudo apt autoremove' to remove it.
  0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  5 not fully installed or removed.
  Need to get 0 B/35.9 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] y
  dpkg: error processing package linux-image-extra-4.4.0-79-generic 
(--configure):
   package linux-image-extra-4.4.0-79-generic is not ready for configuration
   cannot configure (current status 'half-installed')
  dpkg: dependency problems prevent configuration of linux-image-generic:
   linux-image-generic depends on linux-image-extra-4.4.0-79-generic; however:
Package linux-image-extra-4.4.0-79-generic is not installed.

  dpkg: error processing package linux-image-generic (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of linux-generic:
   linux-generic depends on linux-image-generic (= 4.4.0.79.85); however:
Package linux-image-generic is not configured yet.

  dpkg: error processing package linux-generic (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of linux-signed-image-generic:
   linux-signed-image-generic depends on linux-image-extra-4.4.0-79-generic; 
however:
Package linux-iNo apport report written because the error message indicates 
it's a follow-up error from a previous failure.
   No apport report written because the error message indicates it's a 
follow-up error from a previous failure.

   No apport report written because MaxReports 
has already been reached
   No apport report 
written because MaxReports has already been reached
   mage-extra-4.4.0-79-generic is not installed.

  dpkg: error processing package linux-signed-image-generic (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of linux-signed-generic:
   linux-signed-generic depends on linux-signed-image-generic (= 4.4.0.79.85); 
however:
Package linux-signed-image-generic is not configured yet.

  dpkg: error processing package linux-signed-generic (--configure):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   linux-image-extra-4.4.0-79-generic
   linux-image-generic
   linux-generic
   linux-signed-image-generic
   linux-signed-generic
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  uname -a
  Linux hp 4.4.0-79-generic #100-Ubuntu SMP Wed May 17 19:58:14 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux

  
  df -hT 
  Filesystem Type  Size  Used Avail Use% Mounted on
  udev   devtmpfs  5.8G 0  5.8G   0% /dev
  tmpfs  tmpfs 1.2G  9.8M  1.2G   1% /run
  /dev/sda6  ext4  264G  118G  133G  48% /
  tmpfs  tmpfs 5.9G   13M  5.9G   1% /dev/shm
  tmpfs  tmpfs 5.0M  4.0K  5.0M   1% /run/lock
  tmpfs  tmpfs 5.9G 0  5.9G   0% /sys/fs/cgroup
  /dev/sda1  vfat  356M   76M  281M  22% /boot/efi
  tmpfs  tmpfs 1.2G   80K  1.2G   1% /run/user/1000


  
  sudo dpkg -l | grep linux-image*
  rc  linux-image-4.4.0-21-generic  4.4.0-21.37 
  amd64Linux kernel image for version 4.4.0 on 64 bit 
x86 SMP
  rc  linux-image-4.4.0-28-generic  4.4.0-28.47 
  amd64Linux kernel image for version 4.4.0 on 64 bit 
x86 SMP
  ii  linux-image-4.4.0-31-generic  4.4.0-31.50 
  amd64Linux kernel image for version 4.4.0 on 64 bit 
x86 SMP
  rc  linux-image-4.4.0-34-generic  4.4.0-34.53 
 

[Kernel-packages] [Bug 1698706] Re: Quirk for non-compliant PCI bridge on HiSilicon D05 board

2017-06-19 Thread Joseph Salisbury
** 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/1698706

Title:
  Quirk for non-compliant PCI bridge on HiSilicon D05 board

Status in linux package in Ubuntu:
  In Progress

Bug description:
  The HiSilicon D05 board has some PCI bridges (PCI ID 19e5:1610) that
  are not spec-compliant: they do not set the VGA Enable bit when a VGA
  card is behind the bridge. This breaks Xorg auto-detection. [0]

  Despite this, the hibmc VGA card (PCI ID 19e5:1711) is known to work
  when behind these bridges.

  Provide a quirk so that this combination of bridge and card works.

  I will upstream this and then begin the process of back-porting.

  [0] https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991 - this
  bug tracked debugging of a segfault and then this issue. Comments 25
  (https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1691991/comments/25)
  and 31 onwards detail this issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1698706/+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   >