[Kernel-packages] [Bug 1437759] Re: [Lenovo Miix] Synaptic/ITE Tech touchpad (06cb:a001) cannot be configured by hid-rmi

2016-05-25 Thread Mark Roduner
Okay, so I managed to come up with a workaround(ish) thing for this
particular problem; you need to reload the hid-multitouch kernel module,
and then re-enable the device using xinput.

Example script


#!/bin/bash
# Touchpad / Touchscreen Fix Script
# 2016.05.24
# Mark C. Roduner, Jr.

# If Run as root; fix all users, otherwise fix the current user

SCRIPT=$0

#Space separated list of kernel modules to reload
MODS_RELOAD="hid-multitouch"

get_users() {
#echo ":1 mroduner"
w -sh | sed -r "s/([^ ]+)[^:]+(:[0-9.]+).*/\2 \1/" | sort | uniq
}

execute_fix() {
export DISPLAY="$1"
sudo -iu "$2" $SCRIPT
}

get_core_regex() {
xinput --list  --long | grep "Virtual core" | sed -r 
's/.*id\=([0-9]+).*/\\b\1\\b/' | sort | uniq | tr '\n' '|'
}

get_all_pointers() {
xinput --list  --long | grep XIButtonClass | sed -r "s/.*: 
([0-9]+).*/\1/" | sort | uniq | tr '\n' ' '
}

get_real_pointers() {
EXPR="`get_core_regex` +"
get_all_pointers | sed -r "s/$EXPR/ /g"
}


if [ `id -u` -ne 0 ]; then
echo "Enabling devices for ${USERNAME}${DISPLAY}... "
for PTR in `get_real_pointers`; do
xinput set-prop $PTR "Device Enabled" 1 
done
exit 0
fi

echo -n Reloading Modules: 
for MOD in $MODS_RELOAD; do
echo -n " $MOD"
rmmod "$MOD" && modprobe "$MOD"
done

echo -e "\nFixing Input Devices..."
CDISP="$DISPLAY"
get_users \
| while read USER; do
 execute_fix $USER;
done
export DISPLAY="$CDISP"
echo -e "\nDone."

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

Title:
  [Lenovo Miix] Synaptic/ITE Tech touchpad (06cb:a001) cannot be
  configured by hid-rmi

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Problem:
  The touchpad in the dock of the Lenovo Miix 2 11 tablet does not work. It is 
handled by hid-rmi, which fails to configure the device:

  kernel: [ 3007.388388] input: ITE Tech. Inc. ITE Device(8595) as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:06CB:A001.0008/input/input18
  kernel: [ 3007.442088] hid-generic 0003:06CB:A001.0008: 
input,hiddev0,hidraw2: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8595)] 
on usb-:00:14.0-3.3/input0
  kernel: [ 3007.521067] hid-rmi 0003:06CB:A001.0009: failed to write hid 
report (-38)
  kernel: [ 3007.521074] hid-rmi 0003:06CB:A001.0009: rmi_set_page: set page 
failed: -38.
  kernel: [ 3007.521077] hid-rmi 0003:06CB:A001.0009: failed to set page select 
to 0.
  kernel: [ 3007.523194] input: ITE Tech. Inc. ITE Device(8595) as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3.3/1-3.3:1.1/0003:06CB:A001.0009/input/input19
  kernel: [ 3007.523546] hid-rmi 0003:06CB:A001.0009: input,hiddev0,hidraw3: 
USB HID v1.10 Pointer [ITE Tech. Inc. ITE Device(8595)] on 
usb-:00:14.0-3.3/input1
  kernel: [ 3007.523552] hid-rmi 0003:06CB:A001.0009: Device failed to be 
properly configured

  
  Ubuntu 15.04 Beta (but same problem with 14.10)
  Kernel: Linux miix 3.19.0-10-generic #10-Ubuntu SMP Mon Mar 23 16:16:45 UTC 
2015 i686 i686 i686 GNU/Linux

  
  The Keyboard (which works) and the touchpad are connected as one USB device 
with two interfaces:

  Bus 001 Device 015: ID 06cb:a001 Synaptics, Inc. 
  Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB   2.00
bDeviceClass0 (Defined at Interface level)
bDeviceSubClass 0 
bDeviceProtocol 0 
bMaxPacketSize064
idVendor   0x06cb Synaptics, Inc.
idProduct  0xa001 
bcdDevice0.03
iManufacturer   1 ITE Tech. Inc.
iProduct2 ITE Device(8595)
iSerial 0 
bNumConfigurations  1
Configuration Descriptor:
  bLength 9
  bDescriptorType 2
  wTotalLength   59
  bNumInterfaces  2
  bConfigurationValue 1
  iConfiguration  0 
  bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
  MaxPower  100mA
  Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber0
bAlternateSetting   0
bNumEndpoints   1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass  1 Boot Interface Subclass
bInterfaceProtocol  1 Keyboard
iInterface  0 
  HID Device Descriptor:
bLength 9
bDescriptorType33
bcdHID   1.10
bCountryCode0 Not supported
bNumDescriptors 1
bDescriptorType34 Report
wDescriptorLength 163
   Report Descriptors: 
 ** UNAVAILABLE **
Endpoint Des

[Kernel-packages] [Bug 1582431] dagmar (amd64) - tests ran: 40, failed: 0

2016-05-25 Thread Brad Figg
tests ran:  40, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/dagmar__4.4.0-23.41__2016-05-25_06-09-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/1582431

Title:
  linux: 4.4.0-23.41 -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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the 4.4.0-23.41 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582431/+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 1572801] Re: Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-05-25 Thread Ilja Polivanovas
Again. I face same problems with Gnome. So I still believe the problem
is not connected to Unity.

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

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

Bug description:
  Ubuntu 16.04 64bit ISO number 20160420.1
  unity version 7.4.0+16.04.20160415-0ubuntu1
  Ubuntu 16.04 64bit ram usage has increase dramatically over Ubuntu 15.10
  Ubuntu 16.04 ram roughly 1 GB Ubuntu15.10 can be tuned to 420, 450 MB
  Ubuntu 16.04 with unity uses 1GB whereas Kubuntu 16.04 is using 420MB live usb

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160415-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 21 01:44:22 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
  GsettingsChanges:
   b'org.compiz.core' b'outputs' b"['1920x1080+0+0']"
   b'org.compiz.core' b'active-plugins' b"['core', 'composite', 'opengl', 
'place', 'regex', 'resize', 'session', 'snap', 'vpswitch', 'wall', 'animation', 
'commands', 'compiztoolbox', 'copytex', 'fade', 'grid', 'imgpng', 'mousepoll', 
'move', 'scale', 'unitymtgrabhandles', 'workarounds', 'expo', 'ezoom', 
'unityshell']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'scaling-factor' b'uint32 1'
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  MachineType: ASUS All Series
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/03/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd06/03/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PLUS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Apr 21 01:37:17 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1572801/+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 1574727] Re: [SRU] Enforce using signed kernels and modules on UEFI

2016-05-25 Thread Andy Whitcroft
For completeness the kernel side of this is being tracked under bug
#1566221.

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

Title:
  [SRU] Enforce using signed kernels and modules on UEFI

Status in dkms package in Ubuntu:
  Fix Released
Status in efivar package in Ubuntu:
  Fix Released
Status in grub2 package in Ubuntu:
  New
Status in grub2-signed package in Ubuntu:
  New
Status in mokutil package in Ubuntu:
  Fix Released
Status in shim package in Ubuntu:
  New
Status in shim-signed package in Ubuntu:
  Fix Released
Status in dkms source package in Precise:
  New
Status in efivar source package in Precise:
  New
Status in grub2 source package in Precise:
  New
Status in grub2-signed source package in Precise:
  New
Status in mokutil source package in Precise:
  New
Status in shim source package in Precise:
  New
Status in shim-signed source package in Precise:
  New
Status in dkms source package in Trusty:
  New
Status in efivar source package in Trusty:
  Fix Committed
Status in grub2 source package in Trusty:
  New
Status in grub2-signed source package in Trusty:
  New
Status in mokutil source package in Trusty:
  Fix Committed
Status in shim source package in Trusty:
  New
Status in shim-signed source package in Trusty:
  New
Status in dkms source package in Wily:
  New
Status in efivar source package in Wily:
  Fix Released
Status in grub2 source package in Wily:
  New
Status in grub2-signed source package in Wily:
  New
Status in mokutil source package in Wily:
  Fix Committed
Status in shim source package in Wily:
  New
Status in shim-signed source package in Wily:
  New
Status in dkms source package in Xenial:
  Fix Released
Status in efivar source package in Xenial:
  Fix Released
Status in grub2 source package in Xenial:
  New
Status in grub2-signed source package in Xenial:
  New
Status in mokutil source package in Xenial:
  Fix Released
Status in shim source package in Xenial:
  New
Status in shim-signed source package in Xenial:
  New

Bug description:
  [Rationale]
  Secure Boot is good. We want to be able to validate that as much as possible 
of the boot process happens with signed binaries; from our shim (the part that 
is loaded by the EFI firmware itself), down to grub2, the kernel, and even 
loaded modules.

  [Impact]
  All our users booting in UEFI; on all supported releases.

  [Test cases]
  

  Test cases here are separated by the components that need to be
  changed:

  = grub2 =

  Booting signed kernels:
  1) Try to boot a custom kernel
  2) Verify that the kernel will not be loaded by grub (you should see an error 
message about the signature)

  Prompting on upgrade:
  0) On a system that runs a dkms module (such as r8168-dkms, rtl8812au-dkms, 
ndiswrapper-dkms, bbswitch-dkms, etc.)
  1) Make sure that validation is enabled and reboot: 'sudo mokutil 
--enable-validation && sudo reboot'
  2) Upgrade to the new grub2 package (you may need to download the updated 
package beforehand)
  3) Validate that grub2 prompts you to disable shim validation.

  = dkms =

  Prompting for dkms on install:
  1) Install r8168-dkms
  2) Verify that you're asked to disable shim validation, and walked through 
the process via debconf prompts.

  Prompting for dkms on upgrade
  0) On a system that runs a dkms module (such as r8168-dkms, rtl8812au-dkms, 
ndiswrapper-dkms, bbswitch-dkms, etc.)
  1) Make sure that validation is enabled and reboot: 'sudo mokutil 
--enable-validation && reboot'
  2) Upgrade to the new dkms package (you may need to download the updated 
package beforehand)
  3) Validate that dkms prompts you to disable shim validation.

  = shim =

  Booting:
  -> Validate that it allows booting grubx64.efi signed with the old key.
  -> Validate that it allows booting grubx64.efi signed with the new key.

  Validation toggle:
  0) Boot the system; verify if /sys/firmware/efi/efivars/MokSBStateRT-* is 
present;
  If MokSBStateRT is preset:
  1) sudo mokutil --enable-validation && sudo reboot
  2) Validate that Mok asks you if you want to enable validation
  Otherwise:
  1) sudo mokutil --disable-validation && sudo reboot
  2) Validate that Mok asks you if you want to disable validation
  Finally:
  3) Complete the process to toggle validation state, reboot, and verify 
whether MokSBStateRT is present.
  4) Run mokutil again to toggle validation back to its former state.

  
  [Regression Potential]
  Issues to watch out for:
  - (dkms) not prompting on upgrade of a dkms package/dkms itself if validation 
is currently enabled (provided debconf does not have dkms/disable_secureboot 
seen and set to false)
  - (dkms, on new shim) prompting unnecessarily if validation is already 
disabled
  - (grub) not prompting on upgrade ...
  - (grub) not prompting on upgrade across releases if validation is disabled; 
without the applied SRU on original release.
  - (grub, on new shim)

[Kernel-packages] [Bug 1566221] Re: linux: Enforce signed module loading when UEFI secure boot

2016-05-25 Thread Andy Whitcroft
For completeness the userspace changes needed for this are being tracked
under Bug #1574727.

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

Title:
  linux: Enforce signed module loading when UEFI secure boot

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Vivid:
  In Progress
Status in linux source package in Wily:
  In Progress
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  This work is authorized by an approved UOS spec and blueprint at
  https://wiki.ubuntu.com/Spec/InstallingUnsignedSecureBoot

  Add code to implement secure boot checks. Unsigned or incorrectly
  signed modules will continue to install while tainting the kernel
  _until_ EFI_SECURE_BOOT_SIG_ENFORCE is enabled.

  When EFI_SECURE_BOOT_SIG_ENFORCE is enabled, then the only recourse
  for platforms booting in secure boot mode with a DKMS dependency is to
  disable secure boot using mokutil:

  sudo mokutil --disable-validation
  sudo reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566221/+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 1585523] [NEW] backlight issue with HP Envy 17 under Ubuntu 14.04

2016-05-25 Thread Fabien
Public bug reported:

Having tried all the kernel options suggested on the page
https://wiki.ubuntu.com/Kernel/Debugging/Backlight I never saw the
backlight files under /sys/class/backlight and the function keys are not
working.

See below some info on my environment and all the degug info as per
requested in the above mentioned wiki in the attached file.

Regards,
Fabien

$ uname -a
Linux HPMATE 3.16.0-33-generic #44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

Kernel option from Grub : none

$ ll /sys/class/backlight
total 0
drwxr-xr-x  2 root root 0 mai   25 09:38 ./
drwxr-xr-x 55 root root 0 mai   25 09:38 ../

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.16.0-33-generic 3.16.0-33.44~14.04.1
ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
Uname: Linux 3.16.0-33-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.20
Architecture: amd64
CurrentDesktop: MATE
Date: Wed May 25 09:50:46 2016
InstallationDate: Installed on 2016-05-21 (4 days ago)
InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
SourcePackage: linux-lts-utopic
UpgradeStatus: No upgrade log present (probably fresh install)

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

** Attachment added: "backlight_debug_info.tar.gz"
   
https://bugs.launchpad.net/bugs/1585523/+attachment/4669983/+files/backlight_debug_info.tar.gz

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

Title:
  backlight issue with HP Envy 17 under Ubuntu 14.04

Status in linux-lts-utopic package in Ubuntu:
  New

Bug description:
  Having tried all the kernel options suggested on the page
  https://wiki.ubuntu.com/Kernel/Debugging/Backlight I never saw the
  backlight files under /sys/class/backlight and the function keys are
  not working.

  See below some info on my environment and all the degug info as per
  requested in the above mentioned wiki in the attached file.

  Regards,
  Fabien

  $ uname -a
  Linux HPMATE 3.16.0-33-generic #44~14.04.1-Ubuntu SMP Fri Mar 13 10:33:29 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

  Kernel option from Grub : none

  $ ll /sys/class/backlight
  total 0
  drwxr-xr-x  2 root root 0 mai   25 09:38 ./
  drwxr-xr-x 55 root root 0 mai   25 09:38 ../

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-33-generic 3.16.0-33.44~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.20
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Wed May 25 09:50:46 2016
  InstallationDate: Installed on 2016-05-21 (4 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1585523/+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 1579596] Re: [amdgpu] System failed to resume from suspend with amdgpu loaded.

2016-05-25 Thread Alberto Milone
** Also 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/1579596

Title:
  [amdgpu] System failed to resume from suspend with amdgpu loaded.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  The system failed to resume from S3.

  But the issue can be quickly resolved after blacklisting amdgpu.

  The system can resume if "pm_test" is "devices", there are various
  error messages pop out nonetheless.

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

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

apport-collect 1579596

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

Title:
  [amdgpu] System failed to resume from suspend with amdgpu loaded.

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-amdgpu package in Ubuntu:
  New

Bug description:
  The system failed to resume from S3.

  But the issue can be quickly resolved after blacklisting amdgpu.

  The system can resume if "pm_test" is "devices", there are various
  error messages pop out nonetheless.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1579596/+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 1585315] Re: linux: 3.13.0-87.133 -proposed tracker

2016-05-25 Thread Adam Conrad
** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Adam Conrad 
(adconrad)

** Changed in: kernel-sru-workflow/promote-to-proposed
   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/1585315

Title:
  linux: 3.13.0-87.133 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Invalid
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  In Progress
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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-stable-phase-changed:Tuesday, 24. May 2016 19:02 UTC
  kernel-stable-phase:Uploaded

  -- swm properties --
  derivative-trackers-created: true
  phase: Uploaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1582503] Re: linux-lts-trusty: 3.13.0-87.132~precise1 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585440 ***
https://bugs.launchpad.net/bugs/1585440

** This bug has been marked a duplicate of bug 1585440
   linux-lts-trusty: 3.13.0-87.133~precise1 -proposed tracker

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

Title:
  linux-lts-trusty: 3.13.0-87.132~precise1 -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:
  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 verification-testing series:
  Confirmed
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 3.13.0-87.132~precise1 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 --
  derivative-trackers-created: true
  kernel-stable-master-bug: 1582398
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582503/+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 1580709] Re: linux: 3.13.0-87.131 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585315 ***
https://bugs.launchpad.net/bugs/1585315

** This bug is no longer a duplicate of bug 1582398
   linux: 3.13.0-87.132 -proposed tracker
** This bug has been marked a duplicate of bug 1585315
   linux: 3.13.0-87.133 -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/1580709

Title:
  linux: 3.13.0-87.131 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
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:
  Invalid
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.131 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-stable-phase-changed:Thursday, 12. May 2016 00:29 UTC
  kernel-stable-phase:Uploaded

  -- swm properties --
  derivative-trackers-created: true
  phase: Uploaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1580709/+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 1582398] Re: linux: 3.13.0-87.132 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585315 ***
https://bugs.launchpad.net/bugs/1585315

** This bug has been marked a duplicate of bug 1585315
   linux: 3.13.0-87.133 -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/1582398

Title:
  linux: 3.13.0-87.132 -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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.132 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582398/+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 1580842] Re: linux-lts-trusty: 3.13.0-87.131~precise1 -proposed tracker

2016-05-25 Thread Adam Conrad
*** This bug is a duplicate of bug 1585440 ***
https://bugs.launchpad.net/bugs/1585440

** This bug is no longer a duplicate of bug 1582503
   linux-lts-trusty: 3.13.0-87.132~precise1 -proposed tracker
** This bug has been marked a duplicate of bug 1585440
   linux-lts-trusty: 3.13.0-87.133~precise1 -proposed tracker

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

Title:
  linux-lts-trusty: 3.13.0-87.131~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Confirmed
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Confirmed
Status in Kernel SRU Workflow promote-to-proposed series:
  Invalid
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 3.13.0-87.131~precise1 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 --
  kernel-stable-master-bug: 1580709
  phase: Uploaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1580842/+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 1242321] Re: USB 3.0 Harddrive not recognised

2016-05-25 Thread Pavak Paul
I'm facing the same problem with both my laptop (Lenovo G500s) and
Desktop (AMD FX 9590, Asus M5A 99FX). USB 3 hard drive doesn't work with
USB 3 port, but any other combination works.

USB3 > USB3 = Doesn't work
USB3 > USB2 = Works
USB2 > USB3 = Works
USB2 > USB2 = Works

I never tried a USB 3.0 device before, right now I'm using Ubuntu 16.04
LTS.

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

Title:
  USB 3.0 Harddrive not recognised

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is not recognising any device plugged into any USB 3.0 ports.
  Sometimes Ubuntu will freeze for a few seconds when you plug something
  into a USB 3.0 port; when Ubuntu comes out of the freeze, the device
  is still NOT recognised.

  No problems with USB 2.0 ports and devices.

  The USB 3.0 on this computer only works in Windows 7 (I'm dual booting
  Ubuntu 13.10 and Windows 7, both are 64-bit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242321/+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 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-05-25 Thread Ameur Mohammed
I confirm, after a clean install again, everything is working, I think
this was an Nvidia driver bug not gnome gdm3, as follows my system
configuration:

ubuntu gnome 16.04
Kernel: 4.4.0-22-generic
nvidia driver: 367.18   installed from ppa:graphics-drivers/ppa
my gpu is: GeForce GT 740M
running on HP ENVY Laptop

Every thing is working fine, thank you all for your support

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

Status in gdm:
  Confirmed
Status in Ubuntu GNOME:
  Triaged
Status in gdm3 package in Ubuntu:
  Triaged
Status in linux package in Ubuntu:
  Invalid
Status in gdm3 source package in Xenial:
  Triaged
Status in linux source package in Xenial:
  Invalid

Bug description:
  Using latest Ubuntu Gnome x64 daily build with all updates installed. 
  Lenovo Z70-80 laptop with Nvidia 840M, BIOS updated to latest version, secure 
boot and other potentially problematic BIOS settings disabled.

  Can only see a black screen instead of a log-in screen after boot completes 
when proprietary Nvidia drivers are installed.
  Regular Ubuntu works absolutely fine on the same machine with the same driver 
version. Attempting to use older drivers on Ubuntu Gnome made no difference.

  Bug is affecting more than just me. We were talking about workarounds
  in ubuntuforums. User fthx claims that switching to lightdm fixes the
  issue
  http://ubuntuforums.org/showthread.php?t=2317628&p=13457703#post13457703

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-14-generic 4.4.0-14.30
  ProcVersionSignature: Ubuntu 4.4.0-14.30-generic 4.4.5
  Uname: Linux 4.4.0-14-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Sat Mar 19 23:19:21 2016
  HibernationDevice: RESUME=UUID=4f8fb76c-f99d-4c54-8a67-eed0653d8eb6
  InstallationDate: Installed on 2016-03-19 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160318)
  MachineType: LENOVO 80FG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-14-generic.efi.signed 
root=UUID=572a19f6-7324-4269-ad36-7ffc9919f7a2 ro noprompt persistent quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-14-generic N/A
   linux-backports-modules-4.4.0-14-generic  N/A
   linux-firmware1.156
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: ABCN96WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo Z70-80
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Z70-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrABCN96WW:bd09/22/2015:svnLENOVO:pn80FG:pvrLenovoZ70-80:rvnLENOVO:rnLenovoZ70-80:rvrNODPK:cvnLENOVO:ct10:cvrLenovoZ70-80:
  dmi.product.name: 80FG
  dmi.product.version: Lenovo Z70-80
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1559576/+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 1484159] Re: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] is not supported

2016-05-25 Thread Anthony Wong
** Changed in: hwe-next
 Assignee: (unassigned) => Anthony Wong (anthonywong)

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

Title:
  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042]
  is not supported

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  This card remains unsupported out-of-the-box by the ath10k_pci kernel
  module. At this point, it looks like kvalo's ath10k-firmware repo just
  needs to be pulled in.

  ---

  HOW TO GET THIS CARD TO WORK:

  I don't actually have this card, but AndyP was able to get this card
  to work by following my instructions, so I've written them here in a
  clearer format.

  1) Use a kernel that supports this card

  Support for this card is not present in kernel 4.2.  However, it was
  added at some point between then and kernel 4.4.  If you're running
  Ubuntu 16.04 LTS or above, your kernel is fine; skip to the next step.
  If you're running Ubuntu 15.10 or below, see
  https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a
  newer kernel. Alternatively, you can use backports. This is a lot more
  work, but if you really need to keep using an older kernel for some
  reason, there are some guides to installing backports in the comments
  below.

  2) Get the latest firmware from https://github.com/kvalo/ath10k-
  firmware/archive/master.zip

   wget https://github.com/kvalo/ath10k-firmware/archive/master.zip

  3) Unzip the downloaded file. Inside the ath10k-firmware-master folder
  is a folder named QCA9377. Copy the QCA9377 folder to
  /lib/firmware/ath10k:

  unzip master.zip
  sudo cp -r ath10k-firmware-master/QCA9377/ /lib/firmware/ath10k/

  4) Run the following commands to rename the necessary firmware file:

  cd /lib/firmware/ath10k/QCA9377/hw1.0/
  sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin

  5) Reboot your computer. Run "lshw -C network" to see if your card is
  recognized. You can delete the files you downloaded earlier:

  cd ~
  rm master.zip
  rm -r ath10k-firmware-master/

  Please tell me if these instructions are working for you.

  The original bug description follows.
  ---

  Hi,
  Qualcomm Atheros Device [168c:0042] (rev 30) is not supported by linux 
kernal. Please add support.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-61-generic 3.13.0-61.100
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-61-generic i686
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu14   1658 F pulseaudio
   /dev/snd/controlC1:  ubuntu14   1658 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Aug 12 20:31:24 2015
  HibernationDevice: RESUME=UUID=0483444a-0d9a-4215-b36b-4aee75fd9ec0
  InstallationDate: Installed on 2015-08-11 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  MachineType: Acer Aspire E5-573
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic 
root=UUID=72a8a100-d5ec-4e9d-8bc5-45695001a29c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.127.15
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/20/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.11:bd04/20/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1484159/+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 1582431] dagmar (i386) - tests ran: 13, failed: 1

2016-05-25 Thread Brad Figg
tests ran:  13, failed: 1;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/dagmar__4.4.0-23.41__2016-05-25_07-37-00/results-index.html

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

Title:
  linux: 4.4.0-23.41 -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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the 4.4.0-23.41 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582431/+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 1585579] [NEW] QCA6164 in Ubuntu 16.04, 5GHz issue

2016-05-25 Thread Mattias Emmoth
Public bug reported:

I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
noticed that the wireless don't work.

I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.

I found some more info about the bug on bugzilla for the distro fedora
"https://bugzilla.redhat.com/show_bug.cgi?id=1257500";

Don't really know how to implement that for me. I have tried the 4.6
kernel without any success too.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-22-generic 4.4.0-22.40
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  etecs  1582 F pulseaudio
 /dev/snd/controlC0:  etecs  1582 F pulseaudio
CurrentDesktop: Unity
Date: Wed May 25 12:40:25 2016
HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
InstallationDate: Installed on 2016-05-24 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: LENOVO 80K4
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=e460757b-3e46-44d0-9b46-dce423de ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-22-generic N/A
 linux-backports-modules-4.4.0-22-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/28/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: CACN27WW(V2.00)
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Lenovo ideapad 5
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 500-15ACZ
dmi.modalias: 
dmi:bvnLENOVO:bvrCACN27WW(V2.00):bd07/28/2015:svnLENOVO:pn80K4:pvrLenovoideapad500-15ACZ:rvnLENOVO:rnLenovoideapad5:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad500-15ACZ:
dmi.product.name: 80K4
dmi.product.version: Lenovo ideapad 500-15ACZ
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug xenial

** Attachment added: "version.log"
   
https://bugs.launchpad.net/bugs/1585579/+attachment/4670078/+files/version.log

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

Title:
   QCA6164 in Ubuntu 16.04, 5GHz issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
  noticed that the wireless don't work.

  I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
  I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.

  I found some more info about the bug on bugzilla for the distro fedora
  "https://bugzilla.redhat.com/show_bug.cgi?id=1257500";

  Don't really know how to implement that for me. I have tried the 4.6
  kernel without any success too.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  etecs  1582 F pulseaudio
   /dev/snd/controlC0:  etecs  1582 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 12:40:25 2016
  HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
  InstallationDate: Installed on 2016-05-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80K4
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=e460757b-3e46-44d0-9b46-dce423de ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh

[Kernel-packages] [Bug 1585579] Re: QCA6164 in Ubuntu 16.04, 5GHz issue

2016-05-25 Thread Mattias Emmoth
lspci-vnvn.log

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585579/+attachment/4670095/+files/lspci-vnvn.log

** Description changed:

  I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
  noticed that the wireless don't work.
  
  I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
  I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.
  
- I found some more info abotu the bug on bugzilla for the distro fedora
+ I found some more info about the bug on bugzilla for the distro fedora
  "https://bugzilla.redhat.com/show_bug.cgi?id=1257500";
  
  Don't really know how to implement that for me. I have tried the 4.6
  kernel without any success too.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  etecs  1582 F pulseaudio
-  /dev/snd/controlC0:  etecs  1582 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  etecs  1582 F pulseaudio
+  /dev/snd/controlC0:  etecs  1582 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 12:40:25 2016
  HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
  InstallationDate: Installed on 2016-05-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80K4
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=e460757b-3e46-44d0-9b46-dce423de ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-4.4.0-22-generic N/A
-  linux-backports-modules-4.4.0-22-generic  N/A
-  linux-firmware1.157
+  linux-restricted-modules-4.4.0-22-generic N/A
+  linux-backports-modules-4.4.0-22-generic  N/A
+  linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CACN27WW(V2.00)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo ideapad 5
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 500-15ACZ
  dmi.modalias: 
dmi:bvnLENOVO:bvrCACN27WW(V2.00):bd07/28/2015:svnLENOVO:pn80K4:pvrLenovoideapad500-15ACZ:rvnLENOVO:rnLenovoideapad5:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad500-15ACZ:
  dmi.product.name: 80K4
  dmi.product.version: Lenovo ideapad 500-15ACZ
  dmi.sys.vendor: LENOVO

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

Title:
   QCA6164 in Ubuntu 16.04, 5GHz issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
  noticed that the wireless don't work.

  I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
  I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.

  I found some more info about the bug on bugzilla for the distro fedora
  "https://bugzilla.redhat.com/show_bug.cgi?id=1257500";

  Don't really know how to implement that for me. I have tried the 4.6
  kernel without any success too.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  etecs  1582 F pulseaudio
   /dev/snd/controlC0:  etecs  1582 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 12:40:25 2016
  HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
  InstallationDate: Installed on 2016-05-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80K4
  ProcFB: 0 amdgpudrmfb

[Kernel-packages] [Bug 1585579] Re: QCA6164 in Ubuntu 16.04, 5GHz issue

2016-05-25 Thread Mattias Emmoth
wireless-info script from Jeremy31

** Attachment added: "wireless-info.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585579/+attachment/4670096/+files/wireless-info.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/1585579

Title:
   QCA6164 in Ubuntu 16.04, 5GHz issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
  noticed that the wireless don't work.

  I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
  I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.

  I found some more info about the bug on bugzilla for the distro fedora
  "https://bugzilla.redhat.com/show_bug.cgi?id=1257500";

  Don't really know how to implement that for me. I have tried the 4.6
  kernel without any success too.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  etecs  1582 F pulseaudio
   /dev/snd/controlC0:  etecs  1582 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 12:40:25 2016
  HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
  InstallationDate: Installed on 2016-05-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80K4
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=e460757b-3e46-44d0-9b46-dce423de ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CACN27WW(V2.00)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo ideapad 5
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 500-15ACZ
  dmi.modalias: 
dmi:bvnLENOVO:bvrCACN27WW(V2.00):bd07/28/2015:svnLENOVO:pn80K4:pvrLenovoideapad500-15ACZ:rvnLENOVO:rnLenovoideapad5:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad500-15ACZ:
  dmi.product.name: 80K4
  dmi.product.version: Lenovo ideapad 500-15ACZ
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585579/+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 1585579] Re: QCA6164 in Ubuntu 16.04, 5GHz issue

2016-05-25 Thread Mattias Emmoth
dmesg after reboot

[   15.924489] ath10k_pci :02:00.0: pci irq msi-x interrupts 8 irq_mode 0 
reset_mode 0
[   16.273325] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/cal-pci-:02:00.0.bin failed with error -2
[   16.518612] ath10k_pci :02:00.0: Direct firmware load for 
ath10k/QCA6174/hw2.1/board-2.bin failed with error -2
[   17.980150] ath10k_pci :02:00.0: qca6164 hw2.1 (0x0501, 0x003405ff 
sub 17aa:3545) fw atheros-12.0.0.102-fw fwapi 5 bdapi 1 htt-ver 3.25 wmi-op 4 
htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features 
[   17.980157] ath10k_pci :02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 
testmode 0
[   18.155439] ath10k_pci :02:00.0 wlp2s0: renamed from wlan0
[   57.552884] ath10k_pci :02:00.0: no channel configured; ignoring 
frame(s)!

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

Title:
   QCA6164 in Ubuntu 16.04, 5GHz issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
  noticed that the wireless don't work.

  I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
  I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.

  I found some more info about the bug on bugzilla for the distro fedora
  "https://bugzilla.redhat.com/show_bug.cgi?id=1257500";

  Don't really know how to implement that for me. I have tried the 4.6
  kernel without any success too.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  etecs  1582 F pulseaudio
   /dev/snd/controlC0:  etecs  1582 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 12:40:25 2016
  HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
  InstallationDate: Installed on 2016-05-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80K4
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=e460757b-3e46-44d0-9b46-dce423de ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CACN27WW(V2.00)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo ideapad 5
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 500-15ACZ
  dmi.modalias: 
dmi:bvnLENOVO:bvrCACN27WW(V2.00):bd07/28/2015:svnLENOVO:pn80K4:pvrLenovoideapad500-15ACZ:rvnLENOVO:rnLenovoideapad5:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad500-15ACZ:
  dmi.product.name: 80K4
  dmi.product.version: Lenovo ideapad 500-15ACZ
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
   QCA6164 in Ubuntu 16.04, 5GHz issue

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I bought a Lenovo Ideapad 500 and after I had install Ubuntu 16.04 I
  noticed that the wireless don't work.

  I followed the instructions on the thread 
"http://ubuntuforums.org/showthread.php?t=2322547"; and got the card to work 
somewhat, I can connect to the 2.4GHz band at home. But I can't connect to the 
2.4GHz band at work nor the 5GHz bands home or at work.
  I then created a new thread about my issue, 
"http://ubuntuforums.org/showthread.php?t=2325359"; where I have tried 
everything that has been suggested. I've even reinstalled the computer twice.

  I found some more info about the bug on bugzilla for the distro fedora
  "https://bugzilla.redhat.com/show_bug.cgi?id=1257500";

  Don't really know how to implement that for me. I have tried the 4.6
  kernel without any success too.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  etecs  1582 F pulseaudio
   /dev/snd/controlC0:  etecs  1582 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 12:40:25 2016
  HibernationDevice: RESUME=UUID=388dc27d-d717-4b1e-8017-1b9c99c855ff
  InstallationDate: Installed on 2016-05-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80K4
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=e460757b-3e46-44d0-9b46-dce423de ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/28/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CACN27WW(V2.00)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo ideapad 5
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 500-15ACZ
  dmi.modalias: 
dmi:bvnLENOVO:bvrCACN27WW(V2.00):bd07/28/2015:svnLENOVO:pn80K4:pvrLenovoideapad500-15ACZ:rvnLENOVO:rnLenovoideapad5:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad500-15ACZ:
  dmi.product.name: 80K4
  dmi.product.version: Lenovo ideapad 500-15ACZ
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585579/+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 1582431] dagmar (amd64) - tests ran: 23, failed: 0

2016-05-25 Thread Brad Figg
tests ran:  23, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/dagmar__4.4.0-23.41__2016-05-25_10-58-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/1582431

Title:
  linux: 4.4.0-23.41 -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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the 4.4.0-23.41 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582431/+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 1572801] Re: Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-05-25 Thread Christopher Barrington-Leigh
No one else has mentioned this symptom:

While left idle, memory usage steadily creeps up even without anything going on.
In a couple of hours or less, htop shows 16GB of RAM in use (and still slowly 
climbing), even though the applications, sorted by RAM usage, don't seem to 
account for that much.
 I have tried shutting down everything optional I can see (dropbox, chrome, 
...), with no change.

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

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

Bug description:
  Ubuntu 16.04 64bit ISO number 20160420.1
  unity version 7.4.0+16.04.20160415-0ubuntu1
  Ubuntu 16.04 64bit ram usage has increase dramatically over Ubuntu 15.10
  Ubuntu 16.04 ram roughly 1 GB Ubuntu15.10 can be tuned to 420, 450 MB
  Ubuntu 16.04 with unity uses 1GB whereas Kubuntu 16.04 is using 420MB live usb

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160415-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 21 01:44:22 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
  GsettingsChanges:
   b'org.compiz.core' b'outputs' b"['1920x1080+0+0']"
   b'org.compiz.core' b'active-plugins' b"['core', 'composite', 'opengl', 
'place', 'regex', 'resize', 'session', 'snap', 'vpswitch', 'wall', 'animation', 
'commands', 'compiztoolbox', 'copytex', 'fade', 'grid', 'imgpng', 'mousepoll', 
'move', 'scale', 'unitymtgrabhandles', 'workarounds', 'expo', 'ezoom', 
'unityshell']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'scaling-factor' b'uint32 1'
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  MachineType: ASUS All Series
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/03/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd06/03/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PLUS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Apr 21 01:37:17 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.3-1ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1572801/+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 1242321] Re: USB 3.0 Harddrive not recognised

2016-05-25 Thread cement_head
Again, this is NOT a LINUX problem.  This is a manufacturer of your USB
3.0 device problem.  They (the manufacturer) is NOT following the xHCI
USB 3.0 specs and therefore the device does not work properly.  In other
words, it's likely the external HDD, not the machine, nor the O/S
(Ubuntu).

The reason your USB 3.0 device works in Windows, is that (a) either
Microsoft wrote some hacky drivers for the bad device, or (b) the
manufacturer of the device submitted a "driver" to Microsoft so that
it's sub-standard firmware/hardware would work on Windows.

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

Title:
  USB 3.0 Harddrive not recognised

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is not recognising any device plugged into any USB 3.0 ports.
  Sometimes Ubuntu will freeze for a few seconds when you plug something
  into a USB 3.0 port; when Ubuntu comes out of the freeze, the device
  is still NOT recognised.

  No problems with USB 2.0 ports and devices.

  The USB 3.0 on this computer only works in Windows 7 (I'm dual booting
  Ubuntu 13.10 and Windows 7, both are 64-bit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242321/+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 1585598] [NEW] steady decrease in available memory (RAM) under 16.04

2016-05-25 Thread Christopher Barrington-Leigh
Public bug reported:

I've just upgraded to 16.04 from 15.10, and now the memory usage
steadily increases from when I first boot up. After just an hour or two,
all 20GB of RAM is used up, even if nothing is running, and I am forced
to reboot (rebooting frequently is incompatible with my normal tasks).

Here is output from free, spaced about half a second apart:

[0753][me@-t450s:~]$ free  -m
  totalusedfree  shared  buff/cache   available
Mem:  19958100158087147   13148   11648
Swap: 20358   0   20358
[0753][me@-t450s:~]$ free  -m
  totalusedfree  shared  buff/cache   available
Mem:  19958100158067148   13151   11647
Swap: 20358   0   20358
[0753][me@-t450s:~]$ free  -m
  totalusedfree  shared  buff/cache   available
Mem:  19958100158047149   13153   11646
Swap: 20358   0   20358
[0753][me@-t450s:~]$ free  -m
  totalusedfree  shared  buff/cache   available
Mem:  19958100158017151   13156   11644
Swap: 20358   0   20358


htop shows that 8GB is in use, although there are no applications using
much.  I understand from free that it is all buffered/cached?

Both htop and free suggest that the memory is really not available. 
I do not know where it is going.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-22-generic 4.4.0-22.40
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  cpbl   2571 F pulseaudio
 /dev/snd/controlC1:  cpbl   2571 F pulseaudio
 /dev/snd/controlC0:  cpbl   2571 F pulseaudio
CurrentDesktop: Unity
Date: Wed May 25 07:54:14 2016
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=e5d0a2bb-27cf-494a-849c-1985d165fbd7
InstallationDate: Installed on 2016-02-12 (102 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 20BXCTO1WW
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=ea2fb511-8d62-4b96-bdaa-4b3f7bf79cc6 ro noprompt quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-22-generic N/A
 linux-backports-modules-4.4.0-22-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-05-24 (0 days ago)
dmi.bios.date: 11/06/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET54WW (1.19 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BXCTO1WW
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:bvrJBET54WW(1.19):bd11/06/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BXCTO1WW
dmi.product.version: ThinkPad T450s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug xenial

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

Title:
  steady decrease in available memory (RAM) under 16.04

Status in linux package in Ubuntu:
  New

Bug description:
  I've just upgraded to 16.04 from 15.10, and now the memory usage
  steadily increases from when I first boot up. After just an hour or
  two, all 20GB of RAM is used up, even if nothing is running, and I am
  forced to reboot (rebooting frequently is incompatible with my normal
  tasks).

  Here is output from free, spaced about half a second apart:

  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158087147   13148   
11648
  Swap: 20358   0   20358
  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158067148   13151   
11647
  Swap: 20358   0   20358
  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158047149   13153   
11646
  Swap: 20358   0   20358
  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158017151   13156   
11644
  Swap:

[Kernel-packages] [Bug 1572801] Re: Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

2016-05-25 Thread Christopher Barrington-Leigh
In case that (#45, increasing RAM use) is related, I'm linking to this
new report of it:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585598

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

Title:
  Ubuntu 16.04 Unity desktop uses much more ram than Ubuntu 15.10

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

Bug description:
  Ubuntu 16.04 64bit ISO number 20160420.1
  unity version 7.4.0+16.04.20160415-0ubuntu1
  Ubuntu 16.04 64bit ram usage has increase dramatically over Ubuntu 15.10
  Ubuntu 16.04 ram roughly 1 GB Ubuntu15.10 can be tuned to 420, 450 MB
  Ubuntu 16.04 with unity uses 1GB whereas Kubuntu 16.04 is using 420MB live usb

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160415-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Apr 21 01:44:22 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1043:8534]
  GsettingsChanges:
   b'org.compiz.core' b'outputs' b"['1920x1080+0+0']"
   b'org.compiz.core' b'active-plugins' b"['core', 'composite', 'opengl', 
'place', 'regex', 'resize', 'session', 'snap', 'vpswitch', 'wall', 'animation', 
'commands', 'compiztoolbox', 'copytex', 'fade', 'grid', 'imgpng', 'mousepoll', 
'move', 'scale', 'unitymtgrabhandles', 'workarounds', 'expo', 'ezoom', 
'unityshell']"
   b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
   b'org.gnome.desktop.interface' b'scaling-factor' b'uint32 1'
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  MachineType: ASUS All Series
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/03/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-PLUS
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd06/03/2014:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-PLUS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Apr 21 01:37:17 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.3-1ubuntu2

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

2016-05-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  steady decrease in available memory (RAM) under 16.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I've just upgraded to 16.04 from 15.10, and now the memory usage
  steadily increases from when I first boot up. After just an hour or
  two, all 20GB of RAM is used up, even if nothing is running, and I am
  forced to reboot (rebooting frequently is incompatible with my normal
  tasks).

  Here is output from free, spaced about half a second apart:

  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158087147   13148   
11648
  Swap: 20358   0   20358
  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158067148   13151   
11647
  Swap: 20358   0   20358
  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158047149   13153   
11646
  Swap: 20358   0   20358
  [0753][me@-t450s:~]$ free  -m
totalusedfree  shared  buff/cache   
available
  Mem:  19958100158017151   13156   
11644
  Swap: 20358   0   20358


  htop shows that 8GB is in use, although there are no applications
  using much.  I understand from free that it is all buffered/cached?

  Both htop and free suggest that the memory is really not available. 
  I do not know where it is going.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  cpbl   2571 F pulseaudio
   /dev/snd/controlC1:  cpbl   2571 F pulseaudio
   /dev/snd/controlC0:  cpbl   2571 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed May 25 07:54:14 2016
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=e5d0a2bb-27cf-494a-849c-1985d165fbd7
  InstallationDate: Installed on 2016-02-12 (102 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20BXCTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic.efi.signed 
root=UUID=ea2fb511-8d62-4b96-bdaa-4b3f7bf79cc6 ro noprompt quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-05-24 (0 days ago)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET54WW (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BXCTO1WW
  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:bvrJBET54WW(1.19):bd11/06/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BXCTO1WW
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585598/+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 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-05-25 Thread faulpeltz
488347f3f is good after 48 hours

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

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

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

Bug description:
  Customers have reported running various versions of Ubuntu 14.04.2 LTS
  on Generation 2 Hyper-V Hosts.On a random Basis, the file system
  will be mounted Read-Only due to a "disk error" (which really isn't
  the case here).As a result, they must reboot the Ubuntu guest to
  get the file system to mount RW again.

  The Error seen are the following:
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968142] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968145] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968161] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed. The Linux SCSI layer does not automatically adjust these 
parameters.
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584164] hv_storvsc 
vmbus_0_4: cmd 0x2a scsi status 0x2 srb status 0x82
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584178] hv_storvsc 
vmbus_0_4: stor pkt 88006eb6c700 autosense data valid - len 18
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584180] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584183] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584198] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed.  The Linux SCSI layer does not automatically adjust these 
parameters.

  This relates to the VSS "Windows Server Backup" process that kicks off at 
midnight on the host and finishes an hour and half later.   
  Yes, we do have hv_vss_daemon and hv_kvp_daemon running for the correct 
kernel version we have.   We're currently running kernel version 
3.13.0-49-generic #83 on one system and 3.16.0-34-generic #37 on the other. -- 
We see the same errors on both.
  As a result, we've been hesitant to drop any more ubuntu guests on our 2012R2 
hyper-v system because of this.   We can stop the backup process and all is 
good, but we need nightly backups to image all of our VM's.   All the windows 
guests have no issues of course.   We also have some CentOS based guests 
running without issues from what we've seen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1470250/+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 1585616] [NEW] Display Port on HP t5740 is not working

2016-05-25 Thread Jernej Stopinšek
Public bug reported:

When I connect Display Port it does not connect.


xrandr says:

Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 
255mm
   1440x900  59.89*+  74.98  
   1280x1024 75.0260.02  
   1280x960  60.00  
   1152x864  75.00  
   1024x768  75.0870.0766.0160.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   640x480   75.0072.8166.6766.0360.00  
   720x400   70.08  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)


I've enabled drm.debug=0xe in grub, so I'm also attaching dmesg output.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-22-generic 4.4.0-22.40
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic i686
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tcuser 1045 F pulseaudio
CurrentDesktop: XFCE
Date: Wed May 25 14:29:36 2016
HibernationDevice: RESUME=UUID=345a1970-34c2-45c3-bcfd-0f92c1f4cd55
InstallationDate: Installed on 2016-05-18 (6 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
IwConfig:
 lono wireless extensions.
 
 enp4s0no wireless extensions.
MachineType: Hewlett-Packard hp t5740
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-22-generic 
root=UUID=dcb4e8e6-4384-4f59-8853-cd40e1896852 ro rootflags=subvol=@ quiet 
splash drm.debug=0xe vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-22-generic N/A
 linux-backports-modules-4.4.0-22-generic  N/A
 linux-firmware1.157
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/12/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 786R8 v1.01
dmi.board.asset.tag: Climbers
dmi.board.name: 3641h
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: Asset tracking
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr786R8v1.01:bd11/12/2009:svnHewlett-Packard:pnhpt5740:pvr:rvnHewlett-Packard:rn3641h:rvr:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: hp t5740
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 xenial

** Attachment added: "dmesg output"
   https://bugs.launchpad.net/bugs/1585616/+attachment/4670138/+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/1585616

Title:
  Display Port on HP t5740 is not working

Status in linux package in Ubuntu:
  New

Bug description:
  When I connect Display Port it does not connect.

  
  xrandr says:

  Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  DP1 disconnected (normal left inverted right x axis y axis)
  HDMI1 disconnected (normal left inverted right x axis y axis)
  VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm 
x 255mm
 1440x900  59.89*+  74.98  
 1280x1024 75.0260.02  
 1280x960  60.00  
 1152x864  75.00  
 1024x768  75.0870.0766.0160.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 640x480   75.0072.8166.6766.0360.00  
 720x400   70.08  
  VIRTUAL1 disconnected (normal left inverted right x axis y axis)

  
  I've enabled drm.debug=0xe in grub, so I'm also attaching dmesg output.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic i686
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tcuser 1045 F pulseaudio
  CurrentDesktop: XFCE
  Date: Wed May 25 14:29:36 2016
  HibernationDevice: RESUME=UUID=345a1970-34c2-45c3-bcfd-0f92c1f4cd55
  InstallationDate: Installed on 2016-05-18 (6 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  IwConfig:
   lono wireless extensions.
   
   enp4s0no wireless extensions.
  MachineType: Hewlett-Packard hp t5740
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-22-generic 
root=UUID=dcb4e8e6-4384-4f59-8853-cd40e1896852 ro rootflags=subvol=@ quiet 
splash drm.debug=0xe vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  RfKil

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

2016-05-25 Thread bugproxy
*** This bug is a duplicate of bug 1584066 ***
https://bugs.launchpad.net/bugs/1584066

--- Comment From philippe.berghe...@fr.ibm.com 2016-05-25 08:47 EDT---
FYI, the patches
86c9ffcc1ed17497a5df473232a7e654fa8cfa1f
and
aa14138a51ca42eada706d4b9635bd32d1e09ced
have been merged into mainline kernel by commit
c04a5880299eab3da8c10547db96ea9cdffd44a6

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

Title:
  dual CAPI does not work on OpenPower/Garrison

Status in linux package in Ubuntu:
  Triaged

Bug description:
  ---Problem Description---
  dual CAPI does not work on OpenPower/Garrison
   
  ---uname output---
  Linux garri 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:30:22 UTC ppc64le 
ppc64le ppc64le GNU/Linux
   
  ---Additional Hardware Info---
  two CAPI cards attached to the same CPU 
   
  Machine Type = Garrison 

  ---Steps to Reproduce---
   modprobe cxl
   
  The following two patches fix the cxl driver for the Garrison topology where 
two CAPI cards can be attached to the same CPU.
  .
  
https://git.kernel.org/cgit/linux/kernel/git/powerpc/linux.git/commit/?id=86c9ffcc1ed17497a5df473232a7e654fa8cfa1f
  ("powerpc: Define PVR value for POWER8NVL processor")
  .
  
https://git.kernel.org/cgit/linux/kernel/git/powerpc/linux.git/commit/?id=aa14138a51ca42eada706d4b9635bd32d1e09ced
  ("cxl: Configure the PSL for two CAPI ports on POWER8NVL")
  .

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

2016-05-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Display Port on HP t5740 is not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I connect Display Port it does not connect.

  
  xrandr says:

  Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
  DP1 disconnected (normal left inverted right x axis y axis)
  HDMI1 disconnected (normal left inverted right x axis y axis)
  VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm 
x 255mm
 1440x900  59.89*+  74.98  
 1280x1024 75.0260.02  
 1280x960  60.00  
 1152x864  75.00  
 1024x768  75.0870.0766.0160.00  
 832x624   74.55  
 800x600   72.1975.0060.3256.25  
 640x480   75.0072.8166.6766.0360.00  
 720x400   70.08  
  VIRTUAL1 disconnected (normal left inverted right x axis y axis)

  
  I've enabled drm.debug=0xe in grub, so I'm also attaching dmesg output.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic i686
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tcuser 1045 F pulseaudio
  CurrentDesktop: XFCE
  Date: Wed May 25 14:29:36 2016
  HibernationDevice: RESUME=UUID=345a1970-34c2-45c3-bcfd-0f92c1f4cd55
  InstallationDate: Installed on 2016-05-18 (6 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  IwConfig:
   lono wireless extensions.
   
   enp4s0no wireless extensions.
  MachineType: Hewlett-Packard hp t5740
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-22-generic 
root=UUID=dcb4e8e6-4384-4f59-8853-cd40e1896852 ro rootflags=subvol=@ quiet 
splash drm.debug=0xe vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 786R8 v1.01
  dmi.board.asset.tag: Climbers
  dmi.board.name: 3641h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: Asset tracking
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr786R8v1.01:bd11/12/2009:svnHewlett-Packard:pnhpt5740:pvr:rvnHewlett-Packard:rn3641h:rvr:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: hp t5740
  dmi.sys.vendor: Hewlett-Packard

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

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


Re: [Kernel-packages] [Bug 1546310] Re: In CAR bluetooth not working

2016-05-25 Thread John McAleely
Please open a new bug (actually two, since you appear to wish to report two
problems). Both appear to be different to the original reported here.

Bugs are not discussions for lots of problems. One concrete problem per
bug, and we duplicate those which have the same underlying fix required.

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

Title:
  In CAR bluetooth not working

Status in Canonical System Image:
  Fix Released
Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  I have paired my phone with my car as always (connection did work in
  the past). Connection runs as expected and everything like display,
  phone book, ... but this evening I wanted to place a call from my car
  and it did not work. I was then also not able to take a call (I could
  not hear the conterpart and the counterpart could not hear me).

  Since yesterday I am on:

  current build number: 259
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-02-16 12:09:18
  version version: 259
  version ubuntu: 20160216
  version device: 20160108-efc96d8
  version custom: 20160111-926-36--vivid

  With OTA9 I did not have the issue. I have attached my logs. I have
  enabled the following bug-settings for bluetooth:

  sudo sed -i 's/exec \/usr\/sbin\/bluetoothd/exec
  \/usr\/sbin\/bluetoothd -d/g' /etc/init/bluetooth.conf

  sudo sed -i 's/--start/--start --log-level=debug/g'
  /usr/share/upstart/sessions/pulseaudio.conf

  I have modified the line in ofono.override to:

  exec ofonod -P -d provision,udev*,dun*,smart*,hfp_bluez5,stktest,sap

  I hope my reporting helps to trace down this issue.

  Uranicus

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546310/+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 1582431] dagmar (amd64) - tests ran: 18, failed: 3

2016-05-25 Thread Brad Figg
tests ran:  18, failed: 3;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41/dagmar__4.4.0-23.41__2016-05-25_11-35-00/results-index.html

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

Title:
  linux: 4.4.0-23.41 -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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the 4.4.0-23.41 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582431/+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 1585315] Re: linux: 3.13.0-87.133 -proposed tracker

2016-05-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/certification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Released

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.13.0-87.133 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-stable-phase-changed:Tuesday, 24. May 2016 19:02 UTC
- kernel-stable-phase:Uploaded
- 
  -- swm properties --
  derivative-trackers-created: true
  phase: Uploaded
+ kernel-stable-phase-changed:Wednesday, 25. May 2016 13:00 UTC
+ kernel-stable-phase:Promoted to proposed

** Description changed:

  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
- phase: Uploaded
- kernel-stable-phase-changed:Wednesday, 25. May 2016 13:00 UTC
- kernel-stable-phase:Promoted to proposed
+ phase: Promoted to proposed
+ proposed-announcement-sent: true

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

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1546310] Re: In CAR bluetooth not working

2016-05-25 Thread Andris Petrams
I have a similar problem on Meizu Pro 5 Ubuntu edition (Factory installed).
OS - Ubuntu 15.04 (OTA-10.2)
I have a "Ford B-MAX" (built in 2013) with factory built-in "SYNC" hands-free.
Phone properly paired, properly synchronize phonebook. I can dial a phone 
number and I can answer on call using the car's control panel buttons. But it 
is impossible to talk using the built-in car hands-free system, because of the 
terrible hissing and speaker's voice can not be understood when the car is in 
motion or absolutely silent when the car is stopped.

Addition problem - Ubuntu phone does not support SMS writing-reading and
SMS text to speech playing in my car. This functionality is fully
supported when I use phone by Android version 4 and higher.

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

Title:
  In CAR bluetooth not working

Status in Canonical System Image:
  Fix Released
Status in bluez package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  I have paired my phone with my car as always (connection did work in
  the past). Connection runs as expected and everything like display,
  phone book, ... but this evening I wanted to place a call from my car
  and it did not work. I was then also not able to take a call (I could
  not hear the conterpart and the counterpart could not hear me).

  Since yesterday I am on:

  current build number: 259
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-02-16 12:09:18
  version version: 259
  version ubuntu: 20160216
  version device: 20160108-efc96d8
  version custom: 20160111-926-36--vivid

  With OTA9 I did not have the issue. I have attached my logs. I have
  enabled the following bug-settings for bluetooth:

  sudo sed -i 's/exec \/usr\/sbin\/bluetoothd/exec
  \/usr\/sbin\/bluetoothd -d/g' /etc/init/bluetooth.conf

  sudo sed -i 's/--start/--start --log-level=debug/g'
  /usr/share/upstart/sessions/pulseaudio.conf

  I have modified the line in ofono.override to:

  exec ofonod -P -d provision,udev*,dun*,smart*,hfp_bluez5,stktest,sap

  I hope my reporting helps to trace down this issue.

  Uranicus

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546310/+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 1585315] fozzie (amd64) - tests ran: 40, failed: 4

2016-05-25 Thread Brad Figg
tests ran:  40, failed: 4;
  
http://kernel.ubuntu.com/testing/3.13.0-87.133/fozzie__3.13.0-87.133__2016-05-25_13-15-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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1573062] Re: memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04

2016-05-25 Thread Mike Rushton
PASS,2016-05-23-13-21-37,4.5.0-040500-generic-201605230752
FAIL,2016-05-23-21-06-07,4.5.0-040500-generic-201605230752
PASS,2016-05-24-04-32-39,4.5.0-040500-generic-201605230752
FAIL,2016-05-24-13-31-01,4.5.0-040500-generic-201605230752
FAIL,2016-05-25-04-06-51,4.5.0-040500-generic-201605230752

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

Title:
  memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Wily:
  In Progress
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Yakkety:
  In Progress

Bug description:
  memory_stress_ng, as part of server certification is failing for IBM
  Power S812LC(TN71-BP012) in bare metal mode. Failing in this case is
  defined by the test locking up the server in an unrecoverable state
  which only a reboot will fix.

  I will be attaching screen and kern logs for the failures and a
  successful run on 14.04 on the same server.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1573062/+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 1581034] Re: STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH

2016-05-25 Thread Tim Gardner
** Changed in: linux (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

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

Title:
  STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH

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

Bug description:
  Dear Canonical,

  There is a bug on nvme device driver that causes EEH to be broken
  during an event. This causes an OOPS on the nvme, and make the entire
  machine  unavailable. This is the trace that we see during this
  problem:

  
  [  121.614394] Unable to handle kernel paging request for data at 
address 0x0020
  [  121.614524] Faulting instruction address: 0xddfb5530
  [  121.614602] Oops: Kernel access of bad area, sig: 11 [#1]
  [  121.614654] SMP NR_CPUS=2048 NUMA pSeries
  [  121.614713] Modules linked in: rpadlpar_io rpaphp nfsv3 nfs_acl 
rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd grace fscache dccp_diag dccp 
tcp_diag udp_diag inet_diag unix_diag af_packet_diag netlink_diag pseries_rng 
rtc_generic binfmt_misc sunrpc autofs4 mlx4_en vxlan ip6_udp_tunnel udp_tunnel 
dm_round_robin ses enclosure lpfc mlx4_core scsi_transport_fc nvme ipr 
scsi_dh_emc scsi_dh_rdac scsi_dh_alua dm_multipath
  [  121.615390] CPU: 18 PID: 19973 Comm: hxecpu Not tainted 
4.4.0-21-generic #37-Ubuntu
  [  121.615450] task: c01fbb589370 ti: c01fc7148000 task.ti: 
c01fc7148000
  [  121.615478] NIP: ddfb5530 LR: ddfb5650 CTR: 
ddfb5550
  [  121.615497] REGS: c01fc714b700 TRAP: 0300   Not tainted  
(4.4.0-21-generic)
  [  121.615512] MSR: 80009033   CR: 
39090553  XER: a000
  [  121.615686] CFAR: c0008468 DAR: 0020 DSISR: 
4000 SOFTE: 1
  GPR00: ddfb5650 c01fc714b980 ddfc9178 
c01fdcd0e000
  GPR04: c01fc1599200   
0001
  GPR08:   0020 
0005
  GPR12: ddfb5550 ce7eab00 c01ff348a938 
0100
  GPR16: c01ff348a738 c01ff348a538 001ff250 

  GPR20: c01fc714bc40 c0f89d00 c01fc714bb70 

  GPR24: 0001 c0548ae0 0020 
c01fdcd0e000
  GPR28: 01ff c01fc1599200  
c01fc1599200
  [  121.616623] NIP [ddfb5530] nvme_free_iod+0x100/0x120 [nvme]
  [  121.616701] LR [ddfb5650] nvme_complete_rq+0x100/0x240 
[nvme]
  [  121.616743] Call Trace:
  [  121.616782] [c01fc714b980] [0908] 0x908 
(unreliable)
  [  121.616851] [c01fc714b9d0] [ddfb5650] 
nvme_complete_rq+0x100/0x240 [nvme]
  [  121.616925] [c01fc714ba50] [c054860c] 
__blk_mq_complete_request+0xbc/0x1b0
  [  121.616990] [c01fc714ba90] [c054c540] 
bt_for_each+0x160/0x170
  [  121.617074] [c01fc714bb00] [c054d4e8] 
blk_mq_queue_tag_busy_iter+0x78/0x110
  [  121.617156] [c01fc714bb50] [c0547358] 
blk_mq_rq_timer+0x48/0x140
  [  121.617226] [c01fc714bb90] [c014a13c] 
call_timer_fn+0x5c/0x1c0
  [  121.617296] [c01fc714bc20] [c014a5fc] 
run_timer_softirq+0x31c/0x3f0
  [  121.617370] [c01fc714bcf0] [c00beb78] 
__do_softirq+0x188/0x3e0
  [  121.617442] [c01fc714bde0] [c00bf048] 
irq_exit+0xc8/0x100
  [  121.617507] [c01fc714be00] [c001f954] 
timer_interrupt+0xa4/0xe0
  [  121.617562] [c01fc714be30] [c0002714] 
decrementer_common+0x114/0x180 
  [  121.617619] Instruction dump:
  [  121.617663] e8010010 eb41ffd0 eb61ffd8 eb81ffe0 7c0803a6 eba1ffe8 
ebc1fff0 ebe1fff8   
  [  121.617829] 4e800020 6000 6000 6042 <7c88502a> 
e87b0110 7fc5f378 48008d95

  
  This bug was already fixed upstream (version 4.5) , and these are the commit 
IDs that contain the fix:

  
   * 646017a612e7 ("NVMe: Fix namespace removal deadlock")
   * 69d9a99c258e ("NVMe: Move error handling to failed reset handler")
   * a59e0f5795fe5 ("blk-mq: End unstarted requests on dying queue")

  Backports for each of these patches are attached.

  Please, apply to the 16.04 kernel.

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

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

[Kernel-packages] [Bug 1582864] Re: use after free of BOS in usb_reset_and_verify_device

2016-05-25 Thread Kamal Mostafa
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

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

Title:
  use after free of BOS in usb_reset_and_verify_device

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Committed

Bug description:
  Should be fixed with upstream commit
  e5bdfd50d6f76077bf8441d130c606229e100d40, which reverts upstream
  commit d8f00cd685f5c8e0def8593e520a7fef12c22407.

  With slub_debug enabled this manifests as a deref of 0x6b6b... in
  usb_disable_ltm

  [  218.235302] general protection fault:  [#1] SMP 
  [  218.235311] Modules linked in: usb_storage tcp_diag inet_diag iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_filter 
ip_tables x_tables autofs4 rpcsec_gss_krb5 rfcomm bnep bluetooth 
snd_hda_codec_hdmi binfmt_misc nvidia(POX) snd_hda_codec_realtek snd_hda_intel 
snd_usb_audio snd_hda_codec snd_usbmidi_lib uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_core snd_hwdep snd_seq_midi joydev snd_pcm videodev 
snd_page_alloc snd_seq_midi_event nfsd snd_rawmidi snd_seq auth_rpcgss 
parport_pc nfs_acl ppdev nfs lockd sunrpc fscache honeevent(OX) snd_seq_device 
snd_timer snd drm lp parport sb_edac mei_me hp_wmi sparse_keymap gpio_ich 
hpuefi(OX) intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel 
kvm soundcore edac_core mei serio_raw tpm_infineon lpc_ich mac_hid wmi shpchp 
dm_crypt hid_generic usbhid hid crct10dif_pclmul crc32_pclmul aesni_intel 
aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse isci e1000e ahci 
libsas lib
 ahci ptp pps_core scsi_transport_sas pata_acpi
  [  218.235410] CPU: 15 PID: 243 Comm: khubd Tainted: P   OX 
3.13.0-85-generic #129-Ubuntu
  [  218.235414] Hardware name: Hewlett-Packard HP Z620 Workstation/158A, BIOS 
J61 v03.87 02/09/2015
  [  218.235418] task: 8807eff98000 ti: 8807effa task.ti: 
8807effa
  [  218.235421] RIP: 0010:[]  [] 
usb_disable_ltm+0x56/0xb0
  [  218.235437] RSP: 0018:8807effa1cd0  EFLAGS: 00010202
  [  218.235440] RAX:  RBX: 8807ea532e68 RCX: 

  [  218.235443] RDX: 6b6b6b6b6b6b6b6b RSI: 00300021 RDI: 
8807ea532e68
  [  218.235446] RBP: 8807effa1d08 R08:  R09: 

  [  218.235449] R10: 8807ff804240 R11: 8136d2a1 R12: 

  [  218.235451] R13: 8807ebddd480 R14: 0001 R15: 
0012
  [  218.235455] FS:  () GS:88101fce() 
knlGS:
  [  218.235458] CS:  0010 DS:  ES:  CR0: 80050033
  [  218.235461] CR2: 013b1c08 CR3: 01c0e000 CR4: 
000407e0
  [  218.235463] Stack:
  [  218.235465]  81551236 8807ea532ef0  
8807ea532e68
  [  218.235476]  8807ea532ef0 8807ebddbf60  
8807effa1d48
  [  218.235483]  81545c4d 8807ea532f50 8807ebddb4d0 
02a0
  [  218.235490] Call Trace:
  [  218.235499]  [] ? usb_disable_device+0x126/0x290
  [  218.235506]  [] usb_disconnect+0xad/0x200
  [  218.235511]  [] hub_port_connect_change+0xd3/0xb20
  [  218.235518]  [] ? hub_port_status+0xdd/0x120
  [  218.235523]  [] hub_events+0x4d4/0xa20
  [  218.235528]  [] hub_thread+0x35/0x160
  [  218.235535]  [] ? prepare_to_wait_event+0x100/0x100
  [  218.235540]  [] ? hub_events+0xa20/0xa20
  [  218.235549]  [] kthread+0xd2/0xf0
  [  218.235554]  [] ? kthread_create_on_node+0x1c0/0x1c0
  [  218.235564]  [] ret_from_fork+0x58/0x90
  [  218.235570]  [] ? kthread_create_on_node+0x1c0/0x1c0
  [  218.235572] Code: e9 48 8b 52 10 48 85 d2 74 e0 f6 42 03 02 74 da 83 7f 1c 
05 75 d4 48 8b 97 40 03 00 00 48 85 d2 74 c8 48 8b 52 10 48 85 d2 74 bf  42 
03 02 74 b9 48 83 bf 50 03 00 00 00 74 af 55 45 31 c9 41 
  [  218.235618] RIP  [] usb_disable_ltm+0x56/0xb0
  [  218.235624]  RSP 
  [  218.235655] ---[ end trace 954cac763165b767 ]---

  Without slub_debug you end up getting a double free and messing up the
  allocator and apparmor tends to be the first one to notice:

  [  574.027518] hub 4-0:1.0: Cannot enable port 3.  Maybe the USB cable is bad?
  [  574.548076] usb 4-3: USB disconnect, device number 2
  [  576.040995] 

[Kernel-packages] [Bug 1585668] [NEW] Random file corruption when writing large files to hba mounted volume

2016-05-25 Thread Rainier Ramos
Public bug reported:

We have an Ubuntu 16.04 LTS server with a 3Par volume via QLogic HBA.
When mounted, writing large files to it repeatedly produces the
following errors:

[435753.554230] sd 5:0:0:1: [sde] tag#10 FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[435753.554232] sd 5:0:0:1: [sde] tag#10 Sense Key : Illegal Request [current] 
[435753.554233] sd 5:0:0:1: [sde] tag#10 Add. Sense: Invalid field in cdb
[435753.554235] sd 5:0:0:1: [sde] tag#10 CDB: Write same(16) 93 08 00 00 00 00 
04 7f ff f7 00 7f ff ff 00 00
[435753.554236] blk_update_request: critical target error, dev sde, sector 
75497463

We see similar errors with XFS and EXT4. ZFS seems to work fine though.
Here's how to recreate:

// create a large file
$ sudo dd if=/dev/urandom of=/random_file.bin bs=1048576 count=800

// 3Par volume is /dev/sde
$ sudo mkfs.xfs /dev/sde

// mount to /test
$ sudo mount /dev/sde /test

// watch syslog
$ tail -f /var/log/syslog &

$ sudo cp /random_file.bin /test

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-22-generic 4.4.0-22.40
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 May 24 12:30 seq
 crw-rw 1 root audio 116, 33 May 24 12:30 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2
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: Wed May 25 10:18:33 2016
HibernationDevice: RESUME=UUID=8e53840e-3198-4383-ac8b-0a811ed2d0b0
InstallationDate: Installed on 2016-05-19 (5 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. PowerEdge R310
PciMultimedia:
 
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=459ae48a-619a-4e7e-8001-bbdf1968a944 ro
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-22-generic N/A
 linux-backports-modules-4.4.0-22-generic  N/A
 linux-firmware1.157
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/17/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.8.2
dmi.board.name: 05XKKK
dmi.board.vendor: Dell Inc.
dmi.board.version: A05
dmi.chassis.type: 23
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.2:bd08/17/2011:svnDellInc.:pnPowerEdgeR310:pvr:rvnDellInc.:rn05XKKK:rvrA05:cvnDellInc.:ct23:cvr:
dmi.product.name: PowerEdge R310
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  Random file corruption when writing large files to hba mounted volume

Status in linux package in Ubuntu:
  New

Bug description:
  We have an Ubuntu 16.04 LTS server with a 3Par volume via QLogic HBA.
  When mounted, writing large files to it repeatedly produces the
  following errors:

  [435753.554230] sd 5:0:0:1: [sde] tag#10 FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
  [435753.554232] sd 5:0:0:1: [sde] tag#10 Sense Key : Illegal Request 
[current] 
  [435753.554233] sd 5:0:0:1: [sde] tag#10 Add. Sense: Invalid field in cdb
  [435753.554235] sd 5:0:0:1: [sde] tag#10 CDB: Write same(16) 93 08 00 00 00 
00 04 7f ff f7 00 7f ff ff 00 00
  [435753.554236] blk_update_request: critical target error, dev sde, sector 
75497463

  We see similar errors with XFS and EXT4. ZFS seems to work fine
  though.  Here's how to recreate:

  // create a large file
  $ sudo dd if=/dev/urandom of=/random_file.bin bs=1048576 count=800

  // 3Par volume is /dev/sde
  $ sudo mkfs.xfs /dev/sde

  // mount to /test
  $ sudo mount /dev/sde /test

  // watch syslog
  $ tail -f /var/log/syslog &

  $ sudo cp /random_file.bin /test

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  AlsaDevices:

[Kernel-packages] [Bug 1585311] Re: [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin

2016-05-25 Thread Tim Gardner
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Yakkety)
   Importance: Medium
   Status: Triaged

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

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

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

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

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

Title:
  [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin

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

Bug description:
  Similar to the Hyper-V daemons that are in cloud-tools, please place
  the python script "lsvmbus" from the Linux kernel source tree in
  tools/hv in /usr/sbin

  This script will show the devices on the Hyper-V vmbus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585311/+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 1585315] fozzie (i386) - tests ran: 13, failed: 4

2016-05-25 Thread Brad Figg
tests ran:  13, failed: 4;
  
http://kernel.ubuntu.com/testing/3.13.0-86.131/fozzie__3.13.0-86.131__2016-05-25_14-06-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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1583869] WifiSyslog.txt

2016-05-25 Thread Treviño
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1583869/+attachment/4670219/+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/1583869

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1583869/+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 1583869] Re: T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

2016-05-25 Thread Treviño
apport information

** Tags added: apport-collected xenial

** Description changed:

  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.
  
  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200
  
  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995
  
  Let's track the progress here.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
+  /dev/snd/controlC0:  marco  4644 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
+ InstallationDate: Installed on 2016-05-02 (22 days ago)
+ InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
+ MachineType: LENOVO 20F9CTO1WW
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-23-generic N/A
+  linux-backports-modules-4.4.0-23-generic  N/A
+  linux-firmware1.157
+ Tags:  xenial
+ Uname: Linux 4.4.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 04/14/2016
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: N1CET43W (1.11 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20F9CTO1WW
+ 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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
+ dmi.product.name: 20F9CTO1WW
+ dmi.product.version: ThinkPad T460s
+ dmi.sys.vendor: LENOVO

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1583869/+attachment/4670217/+files/RfKill.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/1583869

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1583869/+attachment/4670211/+files/Lsusb.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/1583869

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

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

2016-05-25 Thread Treviño
apport information

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

Title:
  T460s and ThinkPad's with HKEY version 0x200 have missing Fn keys

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In 2016 ThinkPad models such as T460s and P50, some Fn keys are not
  working as expected, for example Fn+4 to suspend or Fn+F[9-12] for
  actions.

  kernel: thinkpad_acpi: unknown version of the HKEY interface: 0x200

  Patch is available in the thinkpad-acpi ML, but it has not still been 
approved (although it works fine here):
  http://thread.gmane.org/gmane.linux.acpi.ibm-acpi.devel/3995

  Let's track the progress here.
  --- 
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   marco  4644 F...m pulseaudio
   /dev/snd/controlC0:  marco  4644 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=e95ce812-4be1-4186-9f30-e10d6d6430f5
  InstallationDate: Installed on 2016-05-02 (22 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160415)
  MachineType: LENOVO 20F9CTO1WW
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=328bf97f-143a-483c-8ca9-282e1bfbdf79 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.4.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 04/14/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET43W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  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:bvrN1CET43W(1.11):bd04/14/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1583869/+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 1242321] Re: USB 3.0 Harddrive not recognised

2016-05-25 Thread Bolick
Indeed hardware might be buggy and special tweaks could be required in
drivers to recover functionality of any given hardware. But given we
cannot influence (usually) hardware manufacturers to fix stuff (or even
to do better stuff next time) the only thing we may do is to "improve"
Linux drivers so they allow us to use the hardware in question.

And this is all doable. But what really helps here is ability to capture
more lower-level logs (like with enabled dynamic debugging of usb/xhci
driver), ability to build and run Linux kernel with proposed
changes/patches. If above is ok for you just report your issue to USB
mailing list and let developers of USB drivers to help you. Info about
mentioned mailing list is available here - http://www.linux-
usb.org/mailing.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/1242321

Title:
  USB 3.0 Harddrive not recognised

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is not recognising any device plugged into any USB 3.0 ports.
  Sometimes Ubuntu will freeze for a few seconds when you plug something
  into a USB 3.0 port; when Ubuntu comes out of the freeze, the device
  is still NOT recognised.

  No problems with USB 2.0 ports and devices.

  The USB 3.0 on this computer only works in Windows 7 (I'm dual booting
  Ubuntu 13.10 and Windows 7, both are 64-bit).

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

2016-05-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  usb 3-2: device descriptor read/64, error -71

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg:

  [   98.157161] usb 3-2: device descriptor read/64, error -71
  [   98.429199] usb 3-2: device descriptor read/64, error -71
  [   98.645163] usb 3-2: new low-speed USB device number 8 using xhci_hcd
  [   98.813245] usb 3-2: device descriptor read/64, error -71
  [   99.085274] usb 3-2: device descriptor read/64, error -71
  [   99.301244] usb 3-2: new low-speed USB device number 9 using xhci_hcd
  [   99.302701] usb 3-2: Device not responding to setup address.
  [   99.506725] usb 3-2: Device not responding to setup address.
  [   99.709269] usb 3-2: device not accepting address 9, error -71
  [   99.821261] usb 3-2: new low-speed USB device number 10 using xhci_hcd
  [   99.822718] usb 3-2: Device not responding to setup address.
  [  100.026715] usb 3-2: Device not responding to setup address.
  [  100.229308] usb 3-2: device not accepting address 10, error -71
  [  100.229444] usb usb3-port2: unable to enumerate USB device
  [  125.831555] usb 3-1: new full-speed USB device number 11 using xhci_hcd
  [  125.943618] usb 3-1: device descriptor read/64, error -71
  [  126.159606] usb 3-1: device descriptor read/64, error -71
  [  126.375599] usb 3-1: new full-speed USB device number 12 using xhci_hcd
  [  126.487663] usb 3-1: device descriptor read/64, error -71
  [  126.703656] usb 3-1: device descriptor read/64, error -71
  [  126.919658] usb 3-1: new full-speed USB device number 13 using xhci_hcd
  [  126.919969] usb 3-1: Device not responding to setup address.
  [  127.123998] usb 3-1: Device not responding to setup address.
  [  127.327681] usb 3-1: device not accepting address 13, error -71
  [  127.439718] usb 3-1: new full-speed USB device number 14 using xhci_hcd
  [  127.440049] usb 3-1: Device not responding to setup address.
  [  127.644028] usb 3-1: Device not responding to setup address.
  [  127.847719] usb 3-1: device not accepting address 14, error -71
  [  127.847819] usb usb3-port1: unable to enumerate USB device

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1792 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Apr  2 12:35:30 2016
  HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
  InstallationDate: Installed on 2015-07-26 (251 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-16-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-16-generic N/A
   linux-backports-modules-4.4.0-16-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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

apport-collect 1585462

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

Title:
  Dell Latitude E7440 crash on lid close (MATE 16.04)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Fresh install of 16.04 (installed twice, now -- same issue both times;
  apt-get update; apt-get dist-upgrade run in both cases, so latest
  packages).  On lid close, system hard freezes, requiring power cycle.
  On opening lid, is frozen on lockscreen.  No mouse movement, no
  keyboard movement,  does nothing.  Freezes ~80% of the
  time; occasionally (perhaps related to WiFi not being enabled), it
  suspends properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585462/+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 1585315] Re: linux: 3.13.0-87.133 -proposed tracker

2016-05-25 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1585315] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 18, failed: 13

2016-05-25 Thread Brad Figg
tests ran:  18, failed: 13;
  
http://kernel.ubuntu.com/testing/3.13.0-86.131/ms10-34-mcdivittB0-kernel__3.13.0-86.131__2016-05-25_15-15-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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1585315] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 4, failed: 1

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-86.131/ms10-34-mcdivittB0-kernel__3.13.0-86.131__2016-05-25_15-02-00/results-index.html

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

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1565292] Re: usb 3-2: device descriptor read/64, error -71

2016-05-25 Thread Sebastien Bacher
seems like the issue fixed with
https://git.kernel.org/cgit/linux/kernel/git/next/linux-
next.git/patch/include/linux/usb.h?id=feb26ac31a2a5cb88d86680d9a94916a6343e9e6
and which might be the cause of upower delays/locks and unity-settings-
daemon segfaults users are seeing on xenial

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

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

Title:
  usb 3-2: device descriptor read/64, error -71

Status in linux package in Ubuntu:
  New

Bug description:
  dmesg:

  [   98.157161] usb 3-2: device descriptor read/64, error -71
  [   98.429199] usb 3-2: device descriptor read/64, error -71
  [   98.645163] usb 3-2: new low-speed USB device number 8 using xhci_hcd
  [   98.813245] usb 3-2: device descriptor read/64, error -71
  [   99.085274] usb 3-2: device descriptor read/64, error -71
  [   99.301244] usb 3-2: new low-speed USB device number 9 using xhci_hcd
  [   99.302701] usb 3-2: Device not responding to setup address.
  [   99.506725] usb 3-2: Device not responding to setup address.
  [   99.709269] usb 3-2: device not accepting address 9, error -71
  [   99.821261] usb 3-2: new low-speed USB device number 10 using xhci_hcd
  [   99.822718] usb 3-2: Device not responding to setup address.
  [  100.026715] usb 3-2: Device not responding to setup address.
  [  100.229308] usb 3-2: device not accepting address 10, error -71
  [  100.229444] usb usb3-port2: unable to enumerate USB device
  [  125.831555] usb 3-1: new full-speed USB device number 11 using xhci_hcd
  [  125.943618] usb 3-1: device descriptor read/64, error -71
  [  126.159606] usb 3-1: device descriptor read/64, error -71
  [  126.375599] usb 3-1: new full-speed USB device number 12 using xhci_hcd
  [  126.487663] usb 3-1: device descriptor read/64, error -71
  [  126.703656] usb 3-1: device descriptor read/64, error -71
  [  126.919658] usb 3-1: new full-speed USB device number 13 using xhci_hcd
  [  126.919969] usb 3-1: Device not responding to setup address.
  [  127.123998] usb 3-1: Device not responding to setup address.
  [  127.327681] usb 3-1: device not accepting address 13, error -71
  [  127.439718] usb 3-1: new full-speed USB device number 14 using xhci_hcd
  [  127.440049] usb 3-1: Device not responding to setup address.
  [  127.644028] usb 3-1: Device not responding to setup address.
  [  127.847719] usb 3-1: device not accepting address 14, error -71
  [  127.847819] usb usb3-port1: unable to enumerate USB device

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1792 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Apr  2 12:35:30 2016
  HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
  InstallationDate: Installed on 2015-07-26 (251 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-16-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-16-generic N/A
   linux-backports-modules-4.4.0-16-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565292/+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 1526393] Re: ASUS ROG G752 TouchPad not detected

2016-05-25 Thread @pjf
Update!

My trackpad works, and I don't know why. ;(

In particular, we're now seeing a ETPS/2 Elantech Touchpad in xinput,
which wasn't there when I reported yesterday:

~$ xinput | head -4
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Sunrex/JME Ghost Key Elimiantion Keyboard id=13   [slave  pointer  (2)]
⎜   ↳ ETPS/2 Elantech Touchpad  id=15   [slave  pointer  (2)]

I'm running a 4.4.0 kernel:

~$ uname -a
Linux qapla 4.4.0-22-generic #40~14.04.1-Ubuntu SMP Fri May 13 17:27:45 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

My suspicion (based upon folks with Elantech touchpads messing with
i8042 resets) is that my machine came directly from cold-boot to Linux
today, whereas the touchpad yesterday had been after multiple reboots
where I wrenched a disk from using legacy BIOS booting to UFI booting.

I shall continue to report as I learn more. :)

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

Title:
   ASUS ROG G752 TouchPad not detected

Status in linux package in Ubuntu:
  Expired

Bug description:
  Laptop Model :  ASUS ROG G752VT-DH72
  First Appearance :  I got two ASUS ROG G752 laptops yesterday afternoon. 
Installed Ubuntu 14.04.03 with pre-installed Windows 10. Both two laptops can 
not detect launchpad.
  Manufacturer : ASUSwith

  *xinput list

  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Sunrex/JME Ghost Key Elimiantion Keyboard   id=10   [slave  pointer 
 (2)]
  ⎜   ↳ ASUS Tech Inc. ASUS HID Device  id=13   [slave  pointer 
 (2)]
  ⎜   ↳ ASUS Tech Inc. ASUS HID Device  id=14   [slave  pointer 
 (2)]
  ⎜   ↳ Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)  id=12   [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)]
  ↳ Sunrex/JME Ghost Key Elimiantion Keyboard   id=9[slave  
keyboard (3)]
  ↳ USB2.0 HD UVC WebCamid=11   [slave  
keyboard (3)]
  ↳ Asus WMI hotkeysid=15   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=16   [slave  
keyboard (3)]

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-25-generic 3.19.0-25.26~14.04.1 [modified: 
boot/vmlinuz-3.19.0-25-generic]
  ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 15 10:37:27 2015
  InstallationDate: Installed on 2015-12-14 (1 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  logan  1976 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d21349d4-a2e3-4591--a533881af2e8
  InstallationDate: Installed on 2015-12-14 (3 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: ASUSTeK COMPUTER INC. G752VT
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-39-generic.efi.signed 
root=UUID=feeb3b62-a26b-486a-bba9-8f4eedd0f6df ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-39.44~14.04.1-generic 3.19.8-ckt9
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-39-generic N/A
   linux-backports-modules-3.19.0-39-generic  N/A
   linux-firmware 1.127.19
  Tags:  trusty
  Uname: Linux 3.19.0-39-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/23/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: G752VT.205
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: G752VT
  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 I

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

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-87.133/fozzie__3.13.0-87.133__2016-05-25_14-55-00/results-index.html

** Changed in: kernel-sru-workflow/automated-testing
   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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1585315] Automated-Testing regression

2016-05-25 Thread Brad Figg
Here's the relevant information:

trusty linux 3.13.0-87.133 REGR summary

Please verify test results in http://people.canonical.com/~kernel/status
/adt-matrix/overall.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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1585462] [NEW] Dell Latitude E7440 crash on lid close (MATE 16.04)

2016-05-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Fresh install of 16.04 (installed twice, now -- same issue both times;
apt-get update; apt-get dist-upgrade run in both cases, so latest
packages).  On lid close, system hard freezes, requiring power cycle.
On opening lid, is frozen on lockscreen.  No mouse movement, no keyboard
movement,  does nothing.  Freezes ~80% of the time;
occasionally (perhaps related to WiFi not being enabled), it suspends
properly.

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


** Tags: bot-comment dell freeze lid suspend xenial
-- 
Dell Latitude E7440 crash on lid close (MATE 16.04)
https://bugs.launchpad.net/bugs/1585462
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 1585440] Re: linux-lts-trusty: 3.13.0-87.133~precise1 -proposed tracker

2016-05-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Kamal Mostafa 
(kamalmostafa)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Kamal Mostafa 
(kamalmostafa)

** Description changed:

  This bug is for tracking the 3.13.0-87.133~precise1 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 --
  kernel-stable-master-bug: 1585315
  phase: Packaging
+ kernel-stable-phase:Uploaded
+ kernel-stable-phase-changed:Wednesday, 25. May 2016 16:00 UTC

** Description changed:

  This bug is for tracking the 3.13.0-87.133~precise1 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 --
  kernel-stable-master-bug: 1585315
- phase: Packaging
- kernel-stable-phase:Uploaded
- kernel-stable-phase-changed:Wednesday, 25. May 2016 16:00 UTC
+ phase: Uploaded

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

Title:
  linux-lts-trusty: 3.13.0-87.133~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Invalid
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
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 3.13.0-87.133~precise1 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 --
  kernel-stable-master-bug: 1585315
  phase: Uploaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585440/+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 1448479] Re: keyboard not detected with thinkpad helix (2nd gen)

2016-05-25 Thread Данило Шеган
** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  keyboard not detected  with thinkpad helix (2nd gen)

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  The keyboard is a thinkpad helix ultrabook pro which also has a mouse
  (nipple and touchpad), and extra battery, usb port. The port, battery,
  and mouse are detected. A usb keyboard works, as does a bluetooth
  keyboard (which is what I'm currently using). The problem exists in
  Ubuntu 14.04, 14.10, and 15.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Apr 25 14:51:35 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:161e] (rev 09) 
(prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:222b]
  LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20CG001BUK
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash ---
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N17ET74W (1.74 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CG001BUK
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 11
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN17ET74W(1.74):bd03/19/2015:svnLENOVO:pn20CG001BUK:pvrThinkPadHelix2nd:rvnLENOVO:rn20CG001BUK:rvrSDK0E50510WIN:cvnLENOVO:ct11:cvrNone:
  dmi.product.name: 20CG001BUK
  dmi.product.version: ThinkPad Helix 2nd
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sat Apr 25 15:38:02 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1121
   vendor LGD
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1448479/+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 1585315] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 13, failed: 3

2016-05-25 Thread Brad Figg
tests ran:  13, failed: 3;
  
http://kernel.ubuntu.com/testing/3.13.0-86.131/ms10-34-mcdivittB0-kernel__3.13.0-86.131__2016-05-25_13-15-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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1585668] Status changed to Confirmed

2016-05-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Random file corruption when writing large files to hba mounted volume

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  We have an Ubuntu 16.04 LTS server with a 3Par volume via QLogic HBA.
  When mounted, writing large files to it repeatedly produces the
  following errors:

  [435753.554230] sd 5:0:0:1: [sde] tag#10 FAILED Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
  [435753.554232] sd 5:0:0:1: [sde] tag#10 Sense Key : Illegal Request 
[current] 
  [435753.554233] sd 5:0:0:1: [sde] tag#10 Add. Sense: Invalid field in cdb
  [435753.554235] sd 5:0:0:1: [sde] tag#10 CDB: Write same(16) 93 08 00 00 00 
00 04 7f ff f7 00 7f ff ff 00 00
  [435753.554236] blk_update_request: critical target error, dev sde, sector 
75497463

  We see similar errors with XFS and EXT4. ZFS seems to work fine
  though.  Here's how to recreate:

  // create a large file
  $ sudo dd if=/dev/urandom of=/random_file.bin bs=1048576 count=800

  // 3Par volume is /dev/sde
  $ sudo mkfs.xfs /dev/sde

  // mount to /test
  $ sudo mount /dev/sde /test

  // watch syslog
  $ tail -f /var/log/syslog &

  $ sudo cp /random_file.bin /test

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-22-generic 4.4.0-22.40
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May 24 12:30 seq
   crw-rw 1 root audio 116, 33 May 24 12:30 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2
  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: Wed May 25 10:18:33 2016
  HibernationDevice: RESUME=UUID=8e53840e-3198-4383-ac8b-0a811ed2d0b0
  InstallationDate: Installed on 2016-05-19 (5 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. PowerEdge R310
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=459ae48a-619a-4e7e-8001-bbdf1968a944 ro
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/17/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.8.2
  dmi.board.name: 05XKKK
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 23
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.8.2:bd08/17/2011:svnDellInc.:pnPowerEdgeR310:pvr:rvnDellInc.:rn05XKKK:rvrA05:cvnDellInc.:ct23:cvr:
  dmi.product.name: PowerEdge R310
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585668/+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 1585462] Re: Dell Latitude E7440 crash on lid close (MATE 16.04)

2016-05-25 Thread Brian Murray
** Tags added: xenial

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

Title:
  Dell Latitude E7440 crash on lid close (MATE 16.04)

Status in linux package in Ubuntu:
  New

Bug description:
  Fresh install of 16.04 (installed twice, now -- same issue both times;
  apt-get update; apt-get dist-upgrade run in both cases, so latest
  packages).  On lid close, system hard freezes, requiring power cycle.
  On opening lid, is frozen on lockscreen.  No mouse movement, no
  keyboard movement,  does nothing.  Freezes ~80% of the
  time; occasionally (perhaps related to WiFi not being enabled), it
  suspends properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585462/+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 1573597] Re: Problems with shut down and boot (Lenovo T450s)

2016-05-25 Thread Christopher Barrington-Leigh
I have upgraded to 16.04.  There are new problems with RAM/swap
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585598) but
shutdown, which didn't work once in recent months on 15.10, works as it
should now under 16.04

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

Title:
  Problems with shut down and boot (Lenovo T450s)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My Lenovo T450s under Ubuntu 15.10 does not poweroff normally.
  Instead, it hangs on "Reached target shutdown".  (See image)
  Along the way, I believe there is briefly a full page of 
"drm:gen8_irq_handler [i915] *ERROR* The master control interrupt lied (SDE)!" 
messages.

  If I leave it there for a long time (> 10 minutes?) it does/may
  actually turn off without me forcing it off, but this makes no
  difference to the subsequent behaviour.  Moreover, if I press Ctrl-
  Alt-Del fast, many times, I get the "Rebooting immediately" message,
  but it doesn't.

  When I try to boot, I experience the following. It requires at least
  two reboots to be able to log in:

  On the first boot, the Grub page is skipped, and it hangs on the Ubuntu logo 
with moving dots.
  Eventually, I reboot it. 
  The second time (this is all reproducible), it boots but very slowly. It 
stalls at "britty.service" and eventually gives me a message
  about dev-disk-by , where it waits for 90 seconds before booting.

  After that, things proceed to a normal login screen. Behaviour after that is 
sometimes normal.
  This is a 1 month-old  computer.

  Chris

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-35-generic 4.2.0-35.40
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  cpbl   3380 F pulseaudio
   /dev/snd/controlC0:  cpbl   3380 F pulseaudio
   /dev/snd/controlC1:  cpbl   3380 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Apr 22 08:42:59 2016
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=e5d0a2bb-27cf-494a-849c-1985d165fbd7
  InstallationDate: Installed on 2016-02-12 (69 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20BXCTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic.efi.signed 
root=UUID=ea2fb511-8d62-4b96-bdaa-4b3f7bf79cc6 ro noprompt quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-35-generic N/A
   linux-backports-modules-4.2.0-35-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/06/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JBET54WW (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BXCTO1WW
  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:bvrJBET54WW(1.19):bd11/06/2015:svnLENOVO:pn20BXCTO1WW:pvrThinkPadT450s:rvnLENOVO:rn20BXCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20BXCTO1WW
  dmi.product.version: ThinkPad T450s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1573597/+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 1242321] Re: USB 3.0 Harddrive not recognised

2016-05-25 Thread Lemon Squid
Interesting twist for me:

I recently had to upgrade the motherboard, power supply, and case on the
machine that was having the issue (USB 3.0 external disk having to be
powered off and powered on after a reboot before the OS would "see" it).
I was lazy and didn't bother reinstalling the OS (Ubuntu 14.04 LTS).

The main differences:

- The new MB has USB 3.0 support and the USB 3.0 external drives are
plugged in to that rather the the PCI-e card I had previously been
using.

- CPU went from Intel to AMD

- Bigger power supply (600W vs 400W)

The problem no longer occurs. My wild guess is that it was the PCI-e
card causing the problem OR the driver for USB 3.0 on PCI-e is wonky and
the issue got resolved because the motherboard did not use the same
drivers (not an expert on this kind of issue).

Just thought I'd post this to add another wild stab in the dark.

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

Title:
  USB 3.0 Harddrive not recognised

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is not recognising any device plugged into any USB 3.0 ports.
  Sometimes Ubuntu will freeze for a few seconds when you plug something
  into a USB 3.0 port; when Ubuntu comes out of the freeze, the device
  is still NOT recognised.

  No problems with USB 2.0 ports and devices.

  The USB 3.0 on this computer only works in Windows 7 (I'm dual booting
  Ubuntu 13.10 and Windows 7, both are 64-bit).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242321/+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 1585315] fozzie (i386) - tests ran: 4, failed: 0

2016-05-25 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-87.133/fozzie__3.13.0-87.133__2016-05-25_15-08-00/results-index.html

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

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-05-25 Thread Dino
Hi everybody. I came here through the link in the Microsoft Technet
Forum. We also have these problems under Hyper-V on a Windows Server
2012R2, but with a Debian Jessie 3.16.0-4. We also use Altaro Hyper-V
Backup, and once or twice a week after the backup we have to repair the
file system. An older Ubuntu VM just works fine.

I just wanted to post this here to let you know about that this isn't
only ubuntu related. Unfortunately I couldn't find any bug report
regarding debian. This thread here is the only one I could find.

So I just wanted to let you know.

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

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

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

Bug description:
  Customers have reported running various versions of Ubuntu 14.04.2 LTS
  on Generation 2 Hyper-V Hosts.On a random Basis, the file system
  will be mounted Read-Only due to a "disk error" (which really isn't
  the case here).As a result, they must reboot the Ubuntu guest to
  get the file system to mount RW again.

  The Error seen are the following:
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968142] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968145] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968161] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed. The Linux SCSI layer does not automatically adjust these 
parameters.
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584164] hv_storvsc 
vmbus_0_4: cmd 0x2a scsi status 0x2 srb status 0x82
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584178] hv_storvsc 
vmbus_0_4: stor pkt 88006eb6c700 autosense data valid - len 18
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584180] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584183] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584198] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed.  The Linux SCSI layer does not automatically adjust these 
parameters.

  This relates to the VSS "Windows Server Backup" process that kicks off at 
midnight on the host and finishes an hour and half later.   
  Yes, we do have hv_vss_daemon and hv_kvp_daemon running for the correct 
kernel version we have.   We're currently running kernel version 
3.13.0-49-generic #83 on one system and 3.16.0-34-generic #37 on the other. -- 
We see the same errors on both.
  As a result, we've been hesitant to drop any more ubuntu guests on our 2012R2 
hyper-v system because of this.   We can stop the backup process and all is 
good, but we need nightly backups to image all of our VM's.   All the windows 
guests have no issues of course.   We also have some CentOS based guests 
running without issues from what we've seen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1470250/+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 1585311] Re: [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin

2016-05-25 Thread Tim Gardner
** Changed in: linux (Ubuntu Yakkety)
   Status: In Progress => Fix Committed

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

Title:
  [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin

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

Bug description:
  Similar to the Hyper-V daemons that are in cloud-tools, please place
  the python script "lsvmbus" from the Linux kernel source tree in
  tools/hv in /usr/sbin

  This script will show the devices on the Hyper-V vmbus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1585311/+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 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-05-25 Thread Joshua R. Poulson
@dino.m Indeed, since the 3.16 kernel in Jessie shares a common heritage
with the 3.16 Ubuntu Utopic kernel it may indeed have the same problem.
However, until we find root cause it is difficult to carry the search
elsewhere. Since we're talking Jessie, are you having similar
difficulties with the backports 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/1470250

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

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

Bug description:
  Customers have reported running various versions of Ubuntu 14.04.2 LTS
  on Generation 2 Hyper-V Hosts.On a random Basis, the file system
  will be mounted Read-Only due to a "disk error" (which really isn't
  the case here).As a result, they must reboot the Ubuntu guest to
  get the file system to mount RW again.

  The Error seen are the following:
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968142] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968145] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 00:02:01 balticnetworkstraining kernel: [640153.968161] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed. The Linux SCSI layer does not automatically adjust these 
parameters.
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584164] hv_storvsc 
vmbus_0_4: cmd 0x2a scsi status 0x2 srb status 0x82
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584178] hv_storvsc 
vmbus_0_4: stor pkt 88006eb6c700 autosense data valid - len 18
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584180] storvsc: Sense 
Key : Unit Attention [current] 
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584183] storvsc: Add. 
Sense: Changed operating definition
  Apr 30 01:23:26 balticnetworkstraining kernel: [645039.584198] sd 0:0:0:0: 
Warning! Received an indication that the operating parameters on this target 
have changed.  The Linux SCSI layer does not automatically adjust these 
parameters.

  This relates to the VSS "Windows Server Backup" process that kicks off at 
midnight on the host and finishes an hour and half later.   
  Yes, we do have hv_vss_daemon and hv_kvp_daemon running for the correct 
kernel version we have.   We're currently running kernel version 
3.13.0-49-generic #83 on one system and 3.16.0-34-generic #37 on the other. -- 
We see the same errors on both.
  As a result, we've been hesitant to drop any more ubuntu guests on our 2012R2 
hyper-v system because of this.   We can stop the backup process and all is 
good, but we need nightly backups to image all of our VM's.   All the windows 
guests have no issues of course.   We also have some CentOS based guests 
running without issues from what we've seen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1470250/+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 1585315] fozzie (amd64) - tests ran: 18, failed: 4

2016-05-25 Thread Brad Figg
tests ran:  18, failed: 4;
  
http://kernel.ubuntu.com/testing/3.13.0-87.133/fozzie__3.13.0-87.133__2016-05-25_15-22-00/results-index.html

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

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1581034] Re: STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH

2016-05-25 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2016-May/077658.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/1581034

Title:
  STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH

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

Bug description:
  Dear Canonical,

  There is a bug on nvme device driver that causes EEH to be broken
  during an event. This causes an OOPS on the nvme, and make the entire
  machine  unavailable. This is the trace that we see during this
  problem:

  
  [  121.614394] Unable to handle kernel paging request for data at 
address 0x0020
  [  121.614524] Faulting instruction address: 0xddfb5530
  [  121.614602] Oops: Kernel access of bad area, sig: 11 [#1]
  [  121.614654] SMP NR_CPUS=2048 NUMA pSeries
  [  121.614713] Modules linked in: rpadlpar_io rpaphp nfsv3 nfs_acl 
rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd grace fscache dccp_diag dccp 
tcp_diag udp_diag inet_diag unix_diag af_packet_diag netlink_diag pseries_rng 
rtc_generic binfmt_misc sunrpc autofs4 mlx4_en vxlan ip6_udp_tunnel udp_tunnel 
dm_round_robin ses enclosure lpfc mlx4_core scsi_transport_fc nvme ipr 
scsi_dh_emc scsi_dh_rdac scsi_dh_alua dm_multipath
  [  121.615390] CPU: 18 PID: 19973 Comm: hxecpu Not tainted 
4.4.0-21-generic #37-Ubuntu
  [  121.615450] task: c01fbb589370 ti: c01fc7148000 task.ti: 
c01fc7148000
  [  121.615478] NIP: ddfb5530 LR: ddfb5650 CTR: 
ddfb5550
  [  121.615497] REGS: c01fc714b700 TRAP: 0300   Not tainted  
(4.4.0-21-generic)
  [  121.615512] MSR: 80009033   CR: 
39090553  XER: a000
  [  121.615686] CFAR: c0008468 DAR: 0020 DSISR: 
4000 SOFTE: 1
  GPR00: ddfb5650 c01fc714b980 ddfc9178 
c01fdcd0e000
  GPR04: c01fc1599200   
0001
  GPR08:   0020 
0005
  GPR12: ddfb5550 ce7eab00 c01ff348a938 
0100
  GPR16: c01ff348a738 c01ff348a538 001ff250 

  GPR20: c01fc714bc40 c0f89d00 c01fc714bb70 

  GPR24: 0001 c0548ae0 0020 
c01fdcd0e000
  GPR28: 01ff c01fc1599200  
c01fc1599200
  [  121.616623] NIP [ddfb5530] nvme_free_iod+0x100/0x120 [nvme]
  [  121.616701] LR [ddfb5650] nvme_complete_rq+0x100/0x240 
[nvme]
  [  121.616743] Call Trace:
  [  121.616782] [c01fc714b980] [0908] 0x908 
(unreliable)
  [  121.616851] [c01fc714b9d0] [ddfb5650] 
nvme_complete_rq+0x100/0x240 [nvme]
  [  121.616925] [c01fc714ba50] [c054860c] 
__blk_mq_complete_request+0xbc/0x1b0
  [  121.616990] [c01fc714ba90] [c054c540] 
bt_for_each+0x160/0x170
  [  121.617074] [c01fc714bb00] [c054d4e8] 
blk_mq_queue_tag_busy_iter+0x78/0x110
  [  121.617156] [c01fc714bb50] [c0547358] 
blk_mq_rq_timer+0x48/0x140
  [  121.617226] [c01fc714bb90] [c014a13c] 
call_timer_fn+0x5c/0x1c0
  [  121.617296] [c01fc714bc20] [c014a5fc] 
run_timer_softirq+0x31c/0x3f0
  [  121.617370] [c01fc714bcf0] [c00beb78] 
__do_softirq+0x188/0x3e0
  [  121.617442] [c01fc714bde0] [c00bf048] 
irq_exit+0xc8/0x100
  [  121.617507] [c01fc714be00] [c001f954] 
timer_interrupt+0xa4/0xe0
  [  121.617562] [c01fc714be30] [c0002714] 
decrementer_common+0x114/0x180 
  [  121.617619] Instruction dump:
  [  121.617663] e8010010 eb41ffd0 eb61ffd8 eb81ffe0 7c0803a6 eba1ffe8 
ebc1fff0 ebe1fff8   
  [  121.617829] 4e800020 6000 6000 6042 <7c88502a> 
e87b0110 7fc5f378 48008d95

  
  This bug was already fixed upstream (version 4.5) , and these are the commit 
IDs that contain the fix:

  
   * 646017a612e7 ("NVMe: Fix namespace removal deadlock")
   * 69d9a99c258e ("NVMe: Move error handling to failed reset handler")
   * a59e0f5795fe5 ("blk-mq: End unstarted requests on dying queue")

  Backports for each of these patches are attached.

  Please, apply to the 16.04 kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1581034/+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 1567602] Comment bridged from LTC Bugzilla

2016-05-25 Thread bugproxy
--- Comment From bbl...@de.ibm.com 2016-05-25 12:17 EDT---
Hello Canonical,
after talking with different folks here and trying to figure out why this
fails, we found the likely bug here, and its in the kernel after all.
When scanning the SCSI LUNs behind a found FCP remote port (during activation
of a FCP device) linux will also try to attach a device-handler to each found
LUN - with our storages it will try to attach the ALUA device handler
(scsi_dh_alua). In parallel to attaching the DH it will also activate the
scsi-disk driver for the found LUN. Those two will run in parallel. Schematic
this looks roughly like this (I hope this ASCII-Art survives in the Bugzilla):

Thread A|   Thread B
|
scsi_report_lun_scan()  |
:   |
| send REPORT LUNS  |
:   |
| for each LUN sequentially:|
:   :   |
+-->| scsi_probe_and_add_lun()  |
|   :   | Kick SD for this LUN:
|   | scsi_dh_add_device()  |   :
|   :   |   :
|   | alua_bus_attach() |   :
|   :   |   :
|   | alua_vpd_inquiry()|   | sd_spinup_disk()
|   :
|   .
|   :
|   | continue with next LUN
+---+
:
| exit
v

Now it happens that sd_spinup_disk() sends the first command (a TUR) that is
not an INQURY or REPORT LUNS in parallel to the INQURY that is send by
alua_vpd_inquiry().
This TUR will raise a Check Condition with Sense Unit Attention because of a
reset in the storage - this is normal if the LUN was just attached the first
time after the remote port open (SAM-4, 5.14).
And because the storage has a default value of QErr=01b set in the Control
Mode Page (SPC-4, 7.5.8) this raised Check Condition will cause an Abort of all
running command in the same task set (same I_T nexus; SAM-4, 5.6).
But for this Abort no status will be returned for the affected commands in
the same I_T nexus as the command that received the Check Condition (also
SPC-4, 7.5.8).
So in essence the storage just forgets all other commands, other than the
first TUR, and that gets the Unit Attention (all other commands send before the
TUR are either INQURY or REPORT LUNS, and those will never raise a Unit
Attention; SAM-4, 5.14).

This is why the INQURY send by alua_vpd_inquiry() will ultimately time out
after one minute. And this will abort the whole LUN scan in
scsi_report_lun_scan().

Ofc this depends on specific timings - when arrives the INQURY and when the
TUR. But like written in this report, we have seen this in multiple completely
independent setups.

I looked at changes made by the maintainer of scsi_dh_alua upstream since
release of 4.4 and there has been some very substantial changes (recent changes
were titled "ALUA device handler update, part II" on LKML). And those changes
mitigate this problem. They change the timing of commands sent in scsi_dh_alua
and remove the send of own INQURYs completely (it uses already gathered
information instead).
With the removed INQURY and the changed timing, there are no overlaps
anymore and the LUN-scan doesn't abort half-way through (which BTW. was also
changed in 4.5: failures in scsi_dh_add_device() won't abort the whole scan
anymore).
In my own small tests I couldn't reproduce this problem with 4.6 yet.
Although I might add, the main issue here - sending commands in parallel with
QErr set to 01b might lead to forgotten commands in case of a Check Condition
in the same I_T nexus - is not yet fixed in my opinion.

I have spend quite some time reading the mentioned parts in the SCSI standards
and have not reached any other conclusion as of now, but I am also not that
fluent with them yet.
I hope this helps you finding a good solution here.

- Benjamin

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

Title:
  FCP devices are not detected correctly nor deterministically

Status in Release Notes for Ubuntu:
  Fix Released
Status in Ubuntu on IBM z Systems:
  Triaged
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Release notes:
  Usage of SCSI LUNs on DS8870 Storage server with μCode Bundles 87.51.xx.0 
(LMC 7.7.51.xx) via NPIV enabled zfcp adaptors causes detection issues. LP 
#1567602 In that case do not use NPIV enabled zfcp adaptors.


  
  Scenario:
  Using Installer 432.
  No DASD devices, just two FCP CHPIDs with two LUNs each (configured for 
NPIV), provided via parmfile.
  I expect the installer to probe and detect the LUNs automatically once I 
enable the FCP CHPIDs.

  Repeated five times, I got different results each time. Detected LUNs
  vary between 2 and 4. One time 3 LUNs appear on SCSI1 a

[Kernel-packages] [Bug 1579610] Re: drm.ko < kernel version 4.5 has a dead lock bug

2016-05-25 Thread Kamal Mostafa
Hi Qiang Yu-

Yes, verification of this fix on just 4.2 (Wily) and 4.4 (Xenial) will
be sufficient.

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

Title:
  drm.ko < kernel version 4.5 has a dead lock bug

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  This bug go the code path
  drvers/gpu/drm/{drm_prime.c,drm_gem.c}

  drm_gem_prime_fd_to_handle()
  | mutex_lock(&file_priv->prime.lock);
  | drm_gem_handle_create_tail()
  | | dev->driver->gem_open_object() (for amdgpu.ko driver, this is 
amdgpu_gem_object_open)
  | | drm_gem_handle_delete()
  | | | drm_gem_remove_prime_handles()
  | | | | mutex_lock(&filp->prime.lock);

  This causes the dead lock if gem_open_object() return with error.

  Patch fixing this is already in Linux 4.5:
  
https://github.com/torvalds/linux/commit/6984128d01cf935820a0563f3a00c6623ba58109

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-generic 4.4.0.22.23
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuq1566 F pulseaudio
   /dev/snd/controlC1:  yuq1566 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon May  9 11:20:26 2016
  HibernationDevice: RESUME=UUID=2e71a82b-c613-4a96-88e3-0672a366c396
  InstallationDate: Installed on 2016-03-01 (69 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160228)
  IwConfig:
   enp7s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. X58A-UD3R
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=c137e0c1-ad99-47f4-acf5-e7f4792afa9e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-22-generic N/A
   linux-backports-modules-4.4.0-22-generic  N/A
   linux-firmware1.157
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FE
  dmi.board.name: X58A-UD3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFE:bd12/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnX58A-UD3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnX58A-UD3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: X58A-UD3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579610/+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 1581034] 0001-NVMe-Fix-namespace-removal-deadlock.patch

2016-05-25 Thread bugproxy
Default Comment by Bridge

** Attachment added: "0001-NVMe-Fix-namespace-removal-deadlock.patch"
   
https://bugs.launchpad.net/bugs/1581034/+attachment/4670259/+files/0001-NVMe-Fix-namespace-removal-deadlock.patch

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

Title:
  STC840.20:tuleta:tul516p01 panic after injecting Leaf EEH

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

Bug description:
  Dear Canonical,

  There is a bug on nvme device driver that causes EEH to be broken
  during an event. This causes an OOPS on the nvme, and make the entire
  machine  unavailable. This is the trace that we see during this
  problem:

  
  [  121.614394] Unable to handle kernel paging request for data at 
address 0x0020
  [  121.614524] Faulting instruction address: 0xddfb5530
  [  121.614602] Oops: Kernel access of bad area, sig: 11 [#1]
  [  121.614654] SMP NR_CPUS=2048 NUMA pSeries
  [  121.614713] Modules linked in: rpadlpar_io rpaphp nfsv3 nfs_acl 
rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd grace fscache dccp_diag dccp 
tcp_diag udp_diag inet_diag unix_diag af_packet_diag netlink_diag pseries_rng 
rtc_generic binfmt_misc sunrpc autofs4 mlx4_en vxlan ip6_udp_tunnel udp_tunnel 
dm_round_robin ses enclosure lpfc mlx4_core scsi_transport_fc nvme ipr 
scsi_dh_emc scsi_dh_rdac scsi_dh_alua dm_multipath
  [  121.615390] CPU: 18 PID: 19973 Comm: hxecpu Not tainted 
4.4.0-21-generic #37-Ubuntu
  [  121.615450] task: c01fbb589370 ti: c01fc7148000 task.ti: 
c01fc7148000
  [  121.615478] NIP: ddfb5530 LR: ddfb5650 CTR: 
ddfb5550
  [  121.615497] REGS: c01fc714b700 TRAP: 0300   Not tainted  
(4.4.0-21-generic)
  [  121.615512] MSR: 80009033   CR: 
39090553  XER: a000
  [  121.615686] CFAR: c0008468 DAR: 0020 DSISR: 
4000 SOFTE: 1
  GPR00: ddfb5650 c01fc714b980 ddfc9178 
c01fdcd0e000
  GPR04: c01fc1599200   
0001
  GPR08:   0020 
0005
  GPR12: ddfb5550 ce7eab00 c01ff348a938 
0100
  GPR16: c01ff348a738 c01ff348a538 001ff250 

  GPR20: c01fc714bc40 c0f89d00 c01fc714bb70 

  GPR24: 0001 c0548ae0 0020 
c01fdcd0e000
  GPR28: 01ff c01fc1599200  
c01fc1599200
  [  121.616623] NIP [ddfb5530] nvme_free_iod+0x100/0x120 [nvme]
  [  121.616701] LR [ddfb5650] nvme_complete_rq+0x100/0x240 
[nvme]
  [  121.616743] Call Trace:
  [  121.616782] [c01fc714b980] [0908] 0x908 
(unreliable)
  [  121.616851] [c01fc714b9d0] [ddfb5650] 
nvme_complete_rq+0x100/0x240 [nvme]
  [  121.616925] [c01fc714ba50] [c054860c] 
__blk_mq_complete_request+0xbc/0x1b0
  [  121.616990] [c01fc714ba90] [c054c540] 
bt_for_each+0x160/0x170
  [  121.617074] [c01fc714bb00] [c054d4e8] 
blk_mq_queue_tag_busy_iter+0x78/0x110
  [  121.617156] [c01fc714bb50] [c0547358] 
blk_mq_rq_timer+0x48/0x140
  [  121.617226] [c01fc714bb90] [c014a13c] 
call_timer_fn+0x5c/0x1c0
  [  121.617296] [c01fc714bc20] [c014a5fc] 
run_timer_softirq+0x31c/0x3f0
  [  121.617370] [c01fc714bcf0] [c00beb78] 
__do_softirq+0x188/0x3e0
  [  121.617442] [c01fc714bde0] [c00bf048] 
irq_exit+0xc8/0x100
  [  121.617507] [c01fc714be00] [c001f954] 
timer_interrupt+0xa4/0xe0
  [  121.617562] [c01fc714be30] [c0002714] 
decrementer_common+0x114/0x180 
  [  121.617619] Instruction dump:
  [  121.617663] e8010010 eb41ffd0 eb61ffd8 eb81ffe0 7c0803a6 eba1ffe8 
ebc1fff0 ebe1fff8   
  [  121.617829] 4e800020 6000 6000 6042 <7c88502a> 
e87b0110 7fc5f378 48008d95

  
  This bug was already fixed upstream (version 4.5) , and these are the commit 
IDs that contain the fix:

  
   * 646017a612e7 ("NVMe: Fix namespace removal deadlock")
   * 69d9a99c258e ("NVMe: Move error handling to failed reset handler")
   * a59e0f5795fe5 ("blk-mq: End unstarted requests on dying queue")

  Backports for each of these patches are attached.

  Please, apply to the 16.04 kernel.

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

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

[Kernel-packages] [Bug 1532498] Re: Atheros wifi qca6174 hw3.2 is not supported

2016-05-25 Thread David
Works with Ubuntu 16.04 and linux-firmware 1.158 from Yakkety.
I can connect to 2.4 GHz and 5 GHz Access points.

This meets my needs.  Thanks!

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

Title:
  Atheros wifi qca6174 hw3.2 is not supported

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Wifi hardware not supported under Ubuntu 15.10 kernel 4.2.0-23-generic

  $ dmesg | grep ath10k
  [1.729989] ath10k_pci :3b:00.0: enabling device ( -> 0002)
  [1.733061] ath10k_pci :3b:00.0: pci irq msi-x interrupts 8 irq_mode 0 
reset_mode 0
  [1.935127] ath10k_pci :3b:00.0: Direct firmware load for 
ath10k/cal-pci-:3b:00.0.bin failed with error -2
  [1.938035] ath10k_pci :3b:00.0: Direct firmware load for 
ath10k/QCA6174/hw3.0/board-pci-168c:003e:144d:412f.bin failed with error -2
  [1.938038] ath10k_pci :3b:00.0: failed to load spec board file, 
falling back to generic: -2
  [1.938624] ath10k_pci :3b:00.0: Direct firmware load for 
ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
  [1.938627] ath10k_pci :3b:00.0: could not fetch firmware file 
'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
  [4.064026] ath10k_pci :3b:00.0: qca6174 hw3.2 (0x0503, 
0x00340aff, 168c:003e:144d:412f fallback) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 api 
4 htt 3.26 wmi 4 cal otp max_sta 32
  [4.064029] ath10k_pci :3b:00.0: debug 0 debugfs 1 tracing 1 dfs 0 
testmode 0
  [5.061061] ath10k_pci :3b:00.0: suspend timed out - target pause 
event never came
  [8.136872] ath10k_pci :3b:00.0 wlp59s0: renamed from wlan0
  [   13.371834] ath10k_pci :3b:00.0: failed to enable dynamic BW: -11
  [   16.371511] ath10k_pci :3b:00.0: could not suspend target (-11)
  [   24.658229] ath10k_pci :3b:00.0: failed to enable dynamic BW: -11
  [   27.657788] ath10k_pci :3b:00.0: could not suspend target (-11)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-23-generic 4.2.0-23.28
  ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
  Uname: Linux 4.2.0-23-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dwebber1658 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Jan  9 18:20:08 2016
  HibernationDevice: RESUME=UUID=0df65023-ded0-4eac-aa6d-d8494ecd7206
  InstallationDate: Installed on 2015-12-22 (18 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 940Z5L
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-23-generic.efi.signed 
root=UUID=24c27814-5135-4a80-9ce1-b932e2513949 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-23-generic N/A
   linux-backports-modules-4.2.0-23-generic  N/A
   linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P04AFC.084.151020.SH
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP940Z5L-X01US
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SGL8554A1H-C01-G001-S0001+10.0.10240
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP04AFC.084.151020.SH:bd10/20/2015:svnSAMSUNGELECTRONICSCO.,LTD.:pn940Z5L:pvrP04AFC:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP940Z5L-X01US:rvrSGL8554A1H-C01-G001-S0001+10.0.10240:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 940Z5L
  dmi.product.version: P04AFC
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1532498/+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 1581127] Re: zfs: disable module checks for zfs when cross-compiling

2016-05-25 Thread Kamal Mostafa
** Tags removed: verification-needed-xenial
** Tags added: verification-done-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/1581127

Title:
  zfs: disable module checks for zfs when cross-compiling

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

Bug description:
  When cross-compiling we necessarily turn off zfs builds.  This leaves
  us with missing modules for ZFS when doing a full package build in a
  cross-compilation environment.  This failure prevents other modules
  from being checked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1581127/+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 1544978] Re: PCI Call Traces hw csum failure in dmesg with 4.4.0-2-generic

2016-05-25 Thread Kamal Mostafa
Verified per Comment #37.

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

Title:
  PCI Call Traces  hw csum failure in dmesg with  4.4.0-2-generic

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  == Comment: #0 - Helmut Grauer  - 2016-02-12 
03:00:03 ==
  Hi
   getting the following Call Traces when PCI interfaces will be configured
  [  246.051566] enp0s0: hw csum failure
  [  246.051571] CPU: 2 PID: 0 Comm: swapper/2 Tainted: GE   
4.4.0-2-generic #16-Ubuntu
  [  246.051573]f9793778 f9793808 0002 

f97938a8 f9793820 f9793820 
00114182
0166 0091e9ca 000a 
000a
f9793868 f9793808  
f9d38000
 00114182 f9793808 
f9793868
  [  246.051581] Call Trace:
  [  246.051589] ([<001140b8>] show_trace+0x140/0x148)
  [  246.051590]  [<00114136>] show_stack+0x76/0xe8
  [  246.051595]  [<005172d6>] dump_stack+0x6e/0x90
  [  246.051599]  [<00673500>] __skb_checksum_complete+0xd0/0xd8
  [  246.051605]  [<0076ae24>] icmpv6_rcv+0x124/0x500
  [  246.051608]  [<00746e60>] ip6_input_finish+0x170/0x4e0
  [  246.051610]  [<0074775c>] ip6_input+0x4c/0xd0
  [  246.051611]  [<007478ee>] ip6_mc_input+0x10e/0x280
  [  246.051612]  [<00747538>] ipv6_rcv+0x368/0x540
  [  246.051616]  [<0067e5d4>] __netif_receive_skb_core+0x6fc/0xaf8
  [  246.051618]  [<00681a56>] netif_receive_skb_internal+0x3e/0xd8
  [  246.051619]  [<00682314>] napi_gro_frags+0x17c/0x208
  [  246.051627]  [<03ff805f3a2c>] mlx4_en_process_rx_cq+0x8b4/0xbd0 
[mlx4_en]
  [  246.051630]  [<03ff805f3e62>] mlx4_en_poll_rx_cq+0xc2/0x1a0 [mlx4_en]
  [  246.051631]  [<006839e2>] net_rx_action+0x2a2/0x418
  [  246.051635]  [<00162726>] __do_softirq+0x156/0x300
  [  246.051637]  [<00162ace>] irq_exit+0xd6/0xf8
  [  246.051641]  [<0010cc5a>] do_IRQ+0x6a/0x88
  [  246.051644]  [<007a99c2>] io_int_handler+0x112/0x220
  [  246.051646]  [<00104856>] enabled_wait+0x56/0xa8
  [  246.051649] ([<00ccb888>] cpu_dead_idle+0x0/0x8)
  [  246.051651]  [<00104b5a>] arch_cpu_idle+0x32/0x48
  [  246.051669]  [<001a8198>] cpu_startup_entry+0x200/0x278
  [  246.051674]  [<001156ba>] smp_start_secondary+0xea/0xf8
  [  246.051679]  [<007a9f42>] restart_int_handler+0x62/0x78
  [  246.051680]  [<>]   (null)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1544978/+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 1585315] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 136, failed: 0

2016-05-25 Thread Brad Figg
tests ran: 136, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-87.133/ms10-34-mcdivittB0-kernel__3.13.0-87.133__2016-05-25_16-00-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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1574801] Re: zfs posix default permissions lost on reboot or unmount

2016-05-25 Thread Kamal Mostafa
** Tags removed: verification-needed-xenial
** Tags added: verification-done-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/1574801

Title:
  zfs posix default permissions lost on reboot or unmount

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

Bug description:
  [SRU Justification][XENIAL]
  Commit 4967a3e introduced a typo that caused the ZPL to store the
  intended default ACL as an access ACL. Due to caching this problem
  may not become visible until the filesystem is remounted or the inode
  is evicted from the cache. 

  [FIX]
  
https://github.com/zfsonlinux/zfs/commit/98f03691a4c08f38ca4538c468e9523f8e6b24be

  [TESTCASE]
  from https://github.com/zfsonlinux/zfs/issues/4520:

  [root@localhost ~]# cd /mnt/data/
  [root@localhost data]# mkdir test_dir
  [root@localhost data]# setfacl -R --mask -m u:uadm:rwX test_dir/
  [root@localhost data]# setfacl -R -d --mask -m u:uadm:rwX test_dir/
  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x
  default:user::rwx
  default:user:uadm:rwx
  default:group::r-x
  default:mask::rwx
  default:other::r-x

  [root@localhost data]# reboot

  After a reboot without the fix one gets the following ACLs:

  [root@localhost ~]# cd /mnt/data/
  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x

  With the fix:

  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x
  default:user::rwx
  default:user:uadm:rwx
  default:group::r-x
  default:mask::rwx
  default:other::r-x

  [REGRESSION POTENTAL]
  Minimal ZFS only and touches just acl setting. This corrects just the 
ACL_TYPE_DEFAULT case for the ACL setting for ZFS, and sets it to the *correct* 
name. It is a trivial one line fix.

  --

  Ubuntu 16.04 server

  Problem: Posix default permissions on zfs datasets are lost after
  rebooting the server or unmounting/remount.

  See here for details and fix:
  https://github.com/zfsonlinux/zfs/issues/4520

  ---
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 Apr 24 22:44 seq
   crw-rw+ 1 root audio 116, 33 Apr 24 22:44 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=/dev/mapper/ubuntu--vg-swap_1
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  Package: linux (not installed)
  PciMultimedia:

  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 nouveaufb
   1 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic 
root=/dev/mapper/hostname--vg-root ro
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware1.157
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 07/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6702
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8B-X series
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6702:bd07/23/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnP8B-Xseries:rvr:cvnToBeFilledByO.E.M.:ct17: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/1574801/+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 1565292] Re: usb 3-2: device descriptor read/64, error -71

2016-05-25 Thread Tim Gardner
** Also affects: linux (Ubuntu Yakkety)
   Importance: High
   Status: Confirmed

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

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

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

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

Title:
  usb 3-2: device descriptor read/64, error -71

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Yakkety:
  Confirmed

Bug description:
  dmesg:

  [   98.157161] usb 3-2: device descriptor read/64, error -71
  [   98.429199] usb 3-2: device descriptor read/64, error -71
  [   98.645163] usb 3-2: new low-speed USB device number 8 using xhci_hcd
  [   98.813245] usb 3-2: device descriptor read/64, error -71
  [   99.085274] usb 3-2: device descriptor read/64, error -71
  [   99.301244] usb 3-2: new low-speed USB device number 9 using xhci_hcd
  [   99.302701] usb 3-2: Device not responding to setup address.
  [   99.506725] usb 3-2: Device not responding to setup address.
  [   99.709269] usb 3-2: device not accepting address 9, error -71
  [   99.821261] usb 3-2: new low-speed USB device number 10 using xhci_hcd
  [   99.822718] usb 3-2: Device not responding to setup address.
  [  100.026715] usb 3-2: Device not responding to setup address.
  [  100.229308] usb 3-2: device not accepting address 10, error -71
  [  100.229444] usb usb3-port2: unable to enumerate USB device
  [  125.831555] usb 3-1: new full-speed USB device number 11 using xhci_hcd
  [  125.943618] usb 3-1: device descriptor read/64, error -71
  [  126.159606] usb 3-1: device descriptor read/64, error -71
  [  126.375599] usb 3-1: new full-speed USB device number 12 using xhci_hcd
  [  126.487663] usb 3-1: device descriptor read/64, error -71
  [  126.703656] usb 3-1: device descriptor read/64, error -71
  [  126.919658] usb 3-1: new full-speed USB device number 13 using xhci_hcd
  [  126.919969] usb 3-1: Device not responding to setup address.
  [  127.123998] usb 3-1: Device not responding to setup address.
  [  127.327681] usb 3-1: device not accepting address 13, error -71
  [  127.439718] usb 3-1: new full-speed USB device number 14 using xhci_hcd
  [  127.440049] usb 3-1: Device not responding to setup address.
  [  127.644028] usb 3-1: Device not responding to setup address.
  [  127.847719] usb 3-1: device not accepting address 14, error -71
  [  127.847819] usb usb3-port1: unable to enumerate USB device

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-16-generic 4.4.0-16.32
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   1792 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Apr  2 12:35:30 2016
  HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
  InstallationDate: Installed on 2015-07-26 (251 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-16-generic 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-16-generic N/A
   linux-backports-modules-4.4.0-16-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1565292/+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 1558120] Re: Kernel can be oopsed using remap_file_pages

2016-05-25 Thread Colin Ian King
Tested on Wily, 4.2.0-37-generic #43-Ubuntu, stress-ng --remap 8 can run
without tripping the issue.

** Tags removed: verification-needed-wily
** Tags added: verification-done-wily

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

Title:
  Kernel can be oopsed using remap_file_pages

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [SRU][WILY][XENIAL]

  [JUSTIFICATION]
  Running stress-ng --remap 4 will trip an oops on the remap.

  The bug is introduced by the mm/mmap.c changes in patch
  d15bd6cdbb1c2080fb1fca0035e5af1994f4d14f ("UBUNTU: SAUCE: AUFS").
  AUFS introduced a subtle bug into remap_file_pages; calls to
  do_mmap_pgoff can lead to a change of the vma->vm_file and so the
  vma_fput(vma) on the file is incorrect; we should instead fput on the
  original file.

  [FIX]
  fput the original file rather than the vma->vm_file.  Without the fix, 
stress-ng --remap 4 will produce an oops in a few seconds, with the fix it is 
rock solid.

  [REGRESSION POTENTIAL]
  This only changes the deprecated system call remap_file_pages which is not 
used much and it is also deprecated, so it should be avoided by user space 
applications anyhow.

  

  While faffing around with the deprecated system call remap_file_pages
  I was able to trigger an OOPs that can be reproduced every time.

  uname -a
  Linux lenovo 4.4.0-13-generic #29-Ubuntu SMP Fri Mar 11 19:31:18 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

  [   27.298469] mmap: stress-ng-remap (4061) uses deprecated 
remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.
  [   28.956497] BUG: unable to handle kernel NULL pointer dereference at 
0228
  [   28.956555] IP: [] shmem_fault+0x38/0x1e0
  [   28.956594] PGD aded1067 PUD add32067 PMD 0
  [   28.956625] Oops:  [#1] SMP
  [   28.956649] Modules linked in: nls_iso8859_1 drbg ansi_cprng xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 
nf_nat 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 ip_tables x_tables binfmt_misc zfs(PO) zunicode(PO) 
zcommon(PO) znvpair(PO) spl(O) zavl(PO) uvcvideo intel_rapl 
x86_pkg_temp_thermal intel_powerclamp videobuf2_vmalloc coretemp 
videobuf2_memops crct10dif_pclmul videobuf2_v4l2 crc32_pclmul videobuf2_core 
v4l2_common snd_hda_codec_hdmi videodev aesni_intel snd_hda_codec_realtek 
snd_hda_codec_generic media aes_x86_64 lrw snd_seq_midi gf128mul glue_helper 
ablk_helper snd_seq_midi_event cryptd snd_hda_intel snd_hda_codec snd_hda_core
  [   28.957162]  snd_hwdep snd_rawmidi joydev input_leds arc4 serio_raw 
rtl8192ce rtl_pci rtl8192c_common snd_pcm rtlwifi snd_seq mac80211 
thinkpad_acpi nvram cfg80211 snd_seq_device mei_me mei lpc_ich snd_timer shpchp 
snd soundcore mac_hid kvm_intel kvm irqbypass parport_pc ppdev lp parport 
autofs4 btrfs raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor 
async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mmc_block i915 
psmouse i2c_algo_bit drm_kms_helper e1000e ahci syscopyarea libahci sdhci_pci 
sysfillrect sysimgblt sdhci ptp fb_sys_fops pps_core drm wmi fjes video
  [   28.957570] CPU: 2 PID: 4061 Comm: stress-ng-remap Tainted: P   O  
  4.4.0-13-generic #29-Ubuntu
  [   28.957623] Hardware name: LENOVO 2320CTO/2320CTO, BIOS G2ET31WW (1.11 ) 
05/24/2012
  [   28.957666] task: 8800add2ee00 ti: 8800adf7c000 task.ti: 
8800adf7c000
  [   28.957707] RIP: 0010:[]  [] 
shmem_fault+0x38/0x1e0
  [   28.957754] RSP: :8800adf7fd38  EFLAGS: 00010246
  [   28.957780] RAX: 880194f06900 RBX:  RCX: 
0054
  [   28.957820] RDX:  RSI: 8800adf7fda8 RDI: 
8800a990f0c8
  [   28.957860] RBP: 8800adf7fd98 R08:  R09: 
8800adf7fe68
  [   28.957899] R10:  R11: 3000 R12: 
8800a990f0c8
  [   28.957939] R13: 8800adf7fe68 R14: 8800adf0de90 R15: 
7f83ba57b000
  [   28.957979] FS:  7f83bc46c740() GS:88019e28() 
knlGS:
  [   28.958024] CS:  0010 DS:  ES:  CR0: 80050033
  [   28.958056] CR2: 0228 CR3: ade92000 CR4: 
001406e0
  [   28.958096] Stack:
  [   28.958109]  8800aafb3840 0200adf7fd68 8800adfaf108 
8800adfaf190
  [   28.958158]  81a25e80 8800adfaf190  
b7865150
  [   28.958206]   8800a990f0c8 8800adf7fe68 
8800adf0de90
  [   28.958254] Call Trace:
  [   28.958273]  [] __do_fault+0x50/0xe0
  [   28.958305]  [] handle_m

[Kernel-packages] [Bug 1558120] Re: Kernel can be oopsed using remap_file_pages

2016-05-25 Thread Colin Ian King
Tested on Xenial, 4.4.0-23-generic #41-Ubuntu, stress-ng --remap 8 can
run without tripping the issue.

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

Title:
  Kernel can be oopsed using remap_file_pages

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Wily:
  Fix Committed
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [SRU][WILY][XENIAL]

  [JUSTIFICATION]
  Running stress-ng --remap 4 will trip an oops on the remap.

  The bug is introduced by the mm/mmap.c changes in patch
  d15bd6cdbb1c2080fb1fca0035e5af1994f4d14f ("UBUNTU: SAUCE: AUFS").
  AUFS introduced a subtle bug into remap_file_pages; calls to
  do_mmap_pgoff can lead to a change of the vma->vm_file and so the
  vma_fput(vma) on the file is incorrect; we should instead fput on the
  original file.

  [FIX]
  fput the original file rather than the vma->vm_file.  Without the fix, 
stress-ng --remap 4 will produce an oops in a few seconds, with the fix it is 
rock solid.

  [REGRESSION POTENTIAL]
  This only changes the deprecated system call remap_file_pages which is not 
used much and it is also deprecated, so it should be avoided by user space 
applications anyhow.

  

  While faffing around with the deprecated system call remap_file_pages
  I was able to trigger an OOPs that can be reproduced every time.

  uname -a
  Linux lenovo 4.4.0-13-generic #29-Ubuntu SMP Fri Mar 11 19:31:18 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

  [   27.298469] mmap: stress-ng-remap (4061) uses deprecated 
remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.
  [   28.956497] BUG: unable to handle kernel NULL pointer dereference at 
0228
  [   28.956555] IP: [] shmem_fault+0x38/0x1e0
  [   28.956594] PGD aded1067 PUD add32067 PMD 0
  [   28.956625] Oops:  [#1] SMP
  [   28.956649] Modules linked in: nls_iso8859_1 drbg ansi_cprng xt_CHECKSUM 
iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 
nf_nat 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 ip_tables x_tables binfmt_misc zfs(PO) zunicode(PO) 
zcommon(PO) znvpair(PO) spl(O) zavl(PO) uvcvideo intel_rapl 
x86_pkg_temp_thermal intel_powerclamp videobuf2_vmalloc coretemp 
videobuf2_memops crct10dif_pclmul videobuf2_v4l2 crc32_pclmul videobuf2_core 
v4l2_common snd_hda_codec_hdmi videodev aesni_intel snd_hda_codec_realtek 
snd_hda_codec_generic media aes_x86_64 lrw snd_seq_midi gf128mul glue_helper 
ablk_helper snd_seq_midi_event cryptd snd_hda_intel snd_hda_codec snd_hda_core
  [   28.957162]  snd_hwdep snd_rawmidi joydev input_leds arc4 serio_raw 
rtl8192ce rtl_pci rtl8192c_common snd_pcm rtlwifi snd_seq mac80211 
thinkpad_acpi nvram cfg80211 snd_seq_device mei_me mei lpc_ich snd_timer shpchp 
snd soundcore mac_hid kvm_intel kvm irqbypass parport_pc ppdev lp parport 
autofs4 btrfs raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor 
async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mmc_block i915 
psmouse i2c_algo_bit drm_kms_helper e1000e ahci syscopyarea libahci sdhci_pci 
sysfillrect sysimgblt sdhci ptp fb_sys_fops pps_core drm wmi fjes video
  [   28.957570] CPU: 2 PID: 4061 Comm: stress-ng-remap Tainted: P   O  
  4.4.0-13-generic #29-Ubuntu
  [   28.957623] Hardware name: LENOVO 2320CTO/2320CTO, BIOS G2ET31WW (1.11 ) 
05/24/2012
  [   28.957666] task: 8800add2ee00 ti: 8800adf7c000 task.ti: 
8800adf7c000
  [   28.957707] RIP: 0010:[]  [] 
shmem_fault+0x38/0x1e0
  [   28.957754] RSP: :8800adf7fd38  EFLAGS: 00010246
  [   28.957780] RAX: 880194f06900 RBX:  RCX: 
0054
  [   28.957820] RDX:  RSI: 8800adf7fda8 RDI: 
8800a990f0c8
  [   28.957860] RBP: 8800adf7fd98 R08:  R09: 
8800adf7fe68
  [   28.957899] R10:  R11: 3000 R12: 
8800a990f0c8
  [   28.957939] R13: 8800adf7fe68 R14: 8800adf0de90 R15: 
7f83ba57b000
  [   28.957979] FS:  7f83bc46c740() GS:88019e28() 
knlGS:
  [   28.958024] CS:  0010 DS:  ES:  CR0: 80050033
  [   28.958056] CR2: 0228 CR3: ade92000 CR4: 
001406e0
  [   28.958096] Stack:
  [   28.958109]  8800aafb3840 0200adf7fd68 8800adfaf108 
8800adfaf190
  [   28.958158]  81a25e80 8800adfaf190  
b7865150
  [   28.958206]   8800a990f0c8 8800adf7fe68 
8800adf0de90
  [   28.958254] Call Trace:
  [   28.958273]  [] __do_fault+0x50/0xe0
  [   28.958305]  [] ha

[Kernel-packages] [Bug 1400319] Re: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10, 15.04, and 15.10

2016-05-25 Thread Joshua R. Poulson
Josh to collect the upstream NMI submissions and put them in a comment
here.

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

Title:
  [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10, 15.04,
  and 15.10

Status in kexec-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in kexec-tools source package in Wily:
  Confirmed
Status in linux source package in Wily:
  Confirmed

Bug description:
  While testing the final build of 14.10 32bit we found that kernel
  panic cannot be activated for an installation on a Hyper-V VM.

  Repro rate: 100%
  Repro details:
  Hyper-V: Server 2012 R2
  VM: Ubuntu 14.10 32bit

  Kdump is enabled in the config file at /etc/default/kdump-tools

  Different crashkernel values used in grub.cfg – 128M-:64M | 256M-:128m
  | 384M-:256M

  VM settings: 2 cores, various RAM sizes attempted: 1, 2 or 4 GB – this
  in combination with the values for crashkernel.

  Trying to start the kdump service:
  root@ubuntu1410i386:~# /etc/init.d/kdump-tools start
  Starting kdump-tools: Could not find a free area of memory of 0x9f000 bytes...
  locate_hole failed
  * failed to load kdump kernel
  ---

  root@ubuntu1410i386:~# cat /sys/kernel/kexec_crash_loaded
  0

  
  If the conversion from hex to dec is right, the mentioned memory mapping of 
0x9f000 bytes is equal to 651264 (bytes), so under 1MB. This is not then 
related to the RAM allocation nor the crashkernel value used.
  --- 
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  ArecordDevices: Error: [Errno 2] No such file or directory
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=5a5d0aa4-b8ee-4bf7-b1b9-761b7d1550b6
  InstallationDate: Installed on 2014-10-31 (37 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release i386 
(20141022.2)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: Microsoft Corporation Virtual Machine
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 hyperv_fb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=83fb481a-8898-4adc-bf31-4e160f5f0ce8 ro crashkernel=128M-:64M
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-24-generic N/A
   linux-backports-modules-3.16.0-24-generic  N/A
   linux-firmware 1.138
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  utopic
  Uname: Linux 3.16.0-24-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  WifiSyslog:
   Dec  8 08:16:46 ubuntu1410i386 dhclient: DHCPREQUEST of 10.226.59.102 on 
eth0 to 10.184.232.100 port 67 (xid=0x4b67ffa3)
   Dec  8 08:16:46 ubuntu1410i386 dhclient: DHCPACK of 10.226.59.102 from 
10.184.232.100
   Dec  8 08:16:47 ubuntu1410i386 dhclient: bound to 10.226.59.102 -- renewal 
in 13914 seconds.
   Dec  8 10:10:47 ubuntu1410i386 kernel: [1840786.031060] init: tty1 main 
process ended, respawning
  _MarkForUpload: True
  dmi.bios.date: 05/23/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 090006
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 7.0
  dmi.chassis.asset.tag: 7176-0455-3377-8479-3268-6677-66
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 7.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr090006:bd05/23/2012:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7.0:cvnMicrosoftCorporation:ct3:cvr7.0:
  dmi.product.name: Virtual Machine
  dmi.product.version: 7.0
  dmi.sys.vendor: Microsoft Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1400319/+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 1582431] onza (amd64) - tests ran: 40, failed: 0

2016-05-25 Thread Brad Figg
tests ran:  40, failed: 0;
  
http://kernel.ubuntu.com/testing/4.4.0-22.40/onza__4.4.0-22.40__2016-05-25_15-36-00/results-index.html

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

Title:
  linux: 4.4.0-23.41 -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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the 4.4.0-23.41 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1582431/+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 1574801] Re: zfs posix default permissions lost on reboot or unmount

2016-05-25 Thread Colin Ian King
Strange, I just tested this with the -proposed kernel 4.4.0.23-generic
#41-Ubuntu (built May 16) and I cannot reproduce the issue, were as the
previous kernel I could reproduce the issue. So from my point of view,
it is fixed.

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

Title:
  zfs posix default permissions lost on reboot or unmount

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

Bug description:
  [SRU Justification][XENIAL]
  Commit 4967a3e introduced a typo that caused the ZPL to store the
  intended default ACL as an access ACL. Due to caching this problem
  may not become visible until the filesystem is remounted or the inode
  is evicted from the cache. 

  [FIX]
  
https://github.com/zfsonlinux/zfs/commit/98f03691a4c08f38ca4538c468e9523f8e6b24be

  [TESTCASE]
  from https://github.com/zfsonlinux/zfs/issues/4520:

  [root@localhost ~]# cd /mnt/data/
  [root@localhost data]# mkdir test_dir
  [root@localhost data]# setfacl -R --mask -m u:uadm:rwX test_dir/
  [root@localhost data]# setfacl -R -d --mask -m u:uadm:rwX test_dir/
  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x
  default:user::rwx
  default:user:uadm:rwx
  default:group::r-x
  default:mask::rwx
  default:other::r-x

  [root@localhost data]# reboot

  After a reboot without the fix one gets the following ACLs:

  [root@localhost ~]# cd /mnt/data/
  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x

  With the fix:

  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x
  default:user::rwx
  default:user:uadm:rwx
  default:group::r-x
  default:mask::rwx
  default:other::r-x

  [REGRESSION POTENTAL]
  Minimal ZFS only and touches just acl setting. This corrects just the 
ACL_TYPE_DEFAULT case for the ACL setting for ZFS, and sets it to the *correct* 
name. It is a trivial one line fix.

  --

  Ubuntu 16.04 server

  Problem: Posix default permissions on zfs datasets are lost after
  rebooting the server or unmounting/remount.

  See here for details and fix:
  https://github.com/zfsonlinux/zfs/issues/4520

  ---
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 Apr 24 22:44 seq
   crw-rw+ 1 root audio 116, 33 Apr 24 22:44 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=/dev/mapper/ubuntu--vg-swap_1
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  Package: linux (not installed)
  PciMultimedia:

  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 nouveaufb
   1 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic 
root=/dev/mapper/hostname--vg-root ro
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware1.157
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 07/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6702
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8B-X series
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6702:bd07/23/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnP8B-Xseries:rvr:cvnToBeFilledByO.E.M.:ct17: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/1574801/+subscriptions

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

[Kernel-packages] [Bug 1519917] Re: [Hyper-V] Rebase Hyper-V to 4.3 kernel

2016-05-25 Thread Brad Figg
** Changed in: linux (Ubuntu Trusty)
   Status: In Progress => Won't Fix

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

Title:
  [Hyper-V] Rebase Hyper-V to 4.3 kernel

Status in linux package in Ubuntu:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  In Progress
Status in linux-lts-wily package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Won't Fix
Status in linux source package in Wily:
  Fix Released

Bug description:
  Please rebase Hyper-V support to the final upstream 4.3 kernel.

  The following files and directories contain Hyper-V support:
  arch/x86/include/asm/mshyperv.h
  arch/x86/include/uapi/asm/hyperv.h
  arch/x86/kernel/cpu/mshyperv.c
  drivers/hid/hid-hyperv.c
  drivers/hv/
  drivers/input/serio/hyperv-keyboard.c
  drivers/net/hyperv/
  drivers/scsi/storvsc_drv.c
  drivers/video/hyperv_fb.c
  include/linux/hyperv.h
  tools/hv/

  There are, of course, a number of sauce items already present in
  Ubuntu to keep. Please add the following additional sauce item for
  networking performance [attached].

  This rebase request is intended for wily/15.10. We should investigate
  it's applicability to vivid/15.04 and HWE kernels as well. Because
  14.04's HWE kernel will change to wily in January, 15.10 may be
  sufficient in the long term. Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1519917/+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 1585315] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 2, failed: 2

2016-05-25 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-87.133/ms10-34-mcdivittB0-kernel__3.13.0-87.133__2016-05-25_17-12-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/1585315

Title:
  linux: 3.13.0-87.133 -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:
  Invalid
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 verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.13.0-87.133 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 --
  derivative-trackers-created: true
  phase: Promoted to proposed
  proposed-announcement-sent: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1585315/+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 1574801] Re: zfs posix default permissions lost on reboot or unmount

2016-05-25 Thread Colin Ian King
And verified fixed on my configuration too.

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

Title:
  zfs posix default permissions lost on reboot or unmount

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

Bug description:
  [SRU Justification][XENIAL]
  Commit 4967a3e introduced a typo that caused the ZPL to store the
  intended default ACL as an access ACL. Due to caching this problem
  may not become visible until the filesystem is remounted or the inode
  is evicted from the cache. 

  [FIX]
  
https://github.com/zfsonlinux/zfs/commit/98f03691a4c08f38ca4538c468e9523f8e6b24be

  [TESTCASE]
  from https://github.com/zfsonlinux/zfs/issues/4520:

  [root@localhost ~]# cd /mnt/data/
  [root@localhost data]# mkdir test_dir
  [root@localhost data]# setfacl -R --mask -m u:uadm:rwX test_dir/
  [root@localhost data]# setfacl -R -d --mask -m u:uadm:rwX test_dir/
  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x
  default:user::rwx
  default:user:uadm:rwx
  default:group::r-x
  default:mask::rwx
  default:other::r-x

  [root@localhost data]# reboot

  After a reboot without the fix one gets the following ACLs:

  [root@localhost ~]# cd /mnt/data/
  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x

  With the fix:

  [root@localhost data]# getfacl test_dir/
  # file: test_dir/
  # owner: root
  # group: root
  user::rwx
  user:uadm:rwx
  group::r-x
  mask::rwx
  other::r-x
  default:user::rwx
  default:user:uadm:rwx
  default:group::r-x
  default:mask::rwx
  default:other::r-x

  [REGRESSION POTENTAL]
  Minimal ZFS only and touches just acl setting. This corrects just the 
ACL_TYPE_DEFAULT case for the ACL setting for ZFS, and sets it to the *correct* 
name. It is a trivial one line fix.

  --

  Ubuntu 16.04 server

  Problem: Posix default permissions on zfs datasets are lost after
  rebooting the server or unmounting/remount.

  See here for details and fix:
  https://github.com/zfsonlinux/zfs/issues/4520

  ---
  AlsaDevices:
   total 0
   crw-rw+ 1 root audio 116,  1 Apr 24 22:44 seq
   crw-rw+ 1 root audio 116, 33 Apr 24 22:44 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=/dev/mapper/ubuntu--vg-swap_1
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  Package: linux (not installed)
  PciMultimedia:

  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   0 nouveaufb
   1 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic 
root=/dev/mapper/hostname--vg-root ro
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-21-generic N/A
   linux-backports-modules-4.4.0-21-generic  N/A
   linux-firmware1.157
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial
  Uname: Linux 4.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 07/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 6702
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8B-X series
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 17
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr6702:bd07/23/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnP8B-Xseries:rvr:cvnToBeFilledByO.E.M.:ct17: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/1574801/+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 1423672] Re: ext4_mb_generate_buddy:756: group N, block bitmap and bg descriptor inconsistent: X vs Y

2016-05-25 Thread LouieGosselin
I have a "PE 2950III Intel(R) Xeon(R) CPU X5460 @ 3.16GHz" server here
and I've been trying to test this out. I'm using an "rsync" copy of an
original server exhibiting the problem. So far though I've been unable
to reproduce the original error at all.

It would seem that using the exact same OS/kernel/binaries, the error
doesn't happen on a fresh filesystem, I guess there must have been
something about the filesystem image itself that triggered the fault. So
my dilemma is that I don't know how to reproduce this fault on a fresh
install. So while I can test this update, I'm not sure how valid the
test will be on an installation that isn't faulting.

Does anyone have a suggestion or have an idea about how to reproduce the
conditions?

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

Title:
  ext4_mb_generate_buddy:756: group N, block bitmap and bg descriptor
  inconsistent: X vs Y

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in linux-lts-utopic source package in Trusty:
  Fix Committed
Status in linux package in Debian:
  Confirmed

Bug description:
   SRU Justification:

  Impact: Users of VMs running 3.13/3.16 and ext4 can experience data 
corruption in the guest.
  Fix: 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?h=7dec5603b6b8dc4c3e1c65d318bd2a5a8c62a424
  Testcase: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818502#22

  --

  I noticed that one of my VM had this "dmesg -T" output:

  [Tue Feb 17 09:53:27 2015] systemd-udevd[5433]: starting version 204
  [Thu Feb 19 06:25:08 2015] EXT4-fs error (device vda1): 
ext4_mb_generate_buddy:756: group 5, block bitmap and bg descriptor 
inconsistent: 16446 vs 16445 free clusters
  [Thu Feb 19 06:25:09 2015] Aborting journal on device vda1-8.
  [Thu Feb 19 06:25:09 2015] EXT4-fs (vda1): Remounting filesystem read-only
  [Thu Feb 19 06:25:09 2015] [ cut here ]
  [Thu Feb 19 06:25:09 2015] WARNING: CPU: 0 PID: 9946 at 
/build/buildd/linux-3.13.0/fs/ext4/ext4_jbd2.c:259 
__ext4_handle_dirty_metadata+0x1a2/0x1c0()
  [Thu Feb 19 06:25:09 2015] Modules linked in: nf_conntrack_ipv6 
nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp nf_conntrack_ipv4 
nf_defrag_ipv4 xt_owner xt_conntrack nf_conntrack iptable_filter ip_tables 
x_tables serio_raw psmouse floppy
  [Thu Feb 19 06:25:09 2015] CPU: 0 PID: 9946 Comm: logrotate Not tainted 
3.13.0-45-generic #74-Ubuntu
  [Thu Feb 19 06:25:09 2015] Hardware name: QEMU Standard PC (i440FX + PIIX, 
1996), BIOS Bochs 01/01/2011
  [Thu Feb 19 06:25:09 2015]  0009 880003a11aa0 
81720eb6 
  [Thu Feb 19 06:25:09 2015]  880003a11ad8 810677cd 
88c41340 
  [Thu Feb 19 06:25:09 2015]  88000a58e000 81835280 
1302 880003a11ae8
  [Thu Feb 19 06:25:09 2015] Call Trace:
  [Thu Feb 19 06:25:09 2015]  [] dump_stack+0x45/0x56
  [Thu Feb 19 06:25:09 2015]  [] 
warn_slowpath_common+0x7d/0xa0
  [Thu Feb 19 06:25:09 2015]  [] warn_slowpath_null+0x1a/0x20
  [Thu Feb 19 06:25:09 2015]  [] 
__ext4_handle_dirty_metadata+0x1a2/0x1c0
  [Thu Feb 19 06:25:09 2015]  [] ? ext4_dirty_inode+0x2a/0x60
  [Thu Feb 19 06:25:09 2015]  [] ext4_free_blocks+0x646/0xbf0
  [Thu Feb 19 06:25:09 2015]  [] ? wake_up_bit+0x25/0x30
  [Thu Feb 19 06:25:09 2015]  [] ext4_ext_rm_leaf+0x505/0x8f0
  [Thu Feb 19 06:25:09 2015]  [] ? 
__ext4_ext_check+0x197/0x370
  [Thu Feb 19 06:25:09 2015]  [] ? 
ext4_ext_remove_space+0xc0/0x7e0
  [Thu Feb 19 06:25:09 2015]  [] 
ext4_ext_remove_space+0x31c/0x7e0
  [Thu Feb 19 06:25:09 2015]  [] ext4_ext_truncate+0xb0/0xe0
  [Thu Feb 19 06:25:09 2015]  [] ext4_truncate+0x379/0x3c0
  [Thu Feb 19 06:25:09 2015]  [] ext4_evict_inode+0x408/0x4d0
  [Thu Feb 19 06:25:09 2015]  [] evict+0xb0/0x1b0
  [Thu Feb 19 06:25:09 2015]  [] iput+0xf5/0x180
  [Thu Feb 19 06:25:09 2015]  [] __dentry_kill+0x1a8/0x200
  [Thu Feb 19 06:25:09 2015]  [] dput+0xa5/0x180
  [Thu Feb 19 06:25:09 2015]  [] __fput+0x176/0x260
  [Thu Feb 19 06:25:09 2015]  [] fput+0xe/0x10
  [Thu Feb 19 06:25:09 2015]  [] task_work_run+0xa7/0xe0
  [Thu Feb 19 06:25:09 2015]  [] do_notify_resume+0x97/0xb0
  [Thu Feb 19 06:25:09 2015]  [] int_signal+0x12/0x17
  [Thu Feb 19 06:25:09 2015] ---[ end trace ebff9843d81b5c41 ]---
  [Thu Feb 19 06:25:09 2015] BUG: unable to handle kernel NULL pointer 
dereference at 0028
  [Thu Feb 19 06:25:09 2015] IP: [] 
__ext4_error_inode+0x31/0x160
  [Thu Feb 19 06:25:09 2015] PGD 167067 PUD 161067 PMD 0
  [Thu Feb 19 06:25:09 2015] Oops:  [#1] SMP
  [Thu Feb 19 06:25:09 2015] Modules linked in: nf_conntrack_ipv6 
nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp nf_conntrack_ipv4 
nf_defrag_ipv4 xt_o

  1   2   >