[Kernel-packages] [Bug 1631298] Re: lts-yakkety 4.8 cannot mount lvm raid1

2016-10-07 Thread Julian Taylor
attached lvdisplay -m /dev/lvm/linux-data and steam are the raid1
volumes

** Attachment added: "lvmsetup"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631298/+attachment/4756581/+files/lvmsetup

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

Title:
  lts-yakkety 4.8 cannot mount lvm raid1

Status in linux package in Ubuntu:
  New

Bug description:
  linux-lts-yakkety 4.8.0-20 from the dev ppa cannot mount my lvm raid1
  volumes, the linear volumes where / and /boot are mounted do work
  fine.

  device-mapper: raid: Loading target version 1.9.0
  [   21.128262] device-mapper: table: 252:7: raid: Unable to assemble array: 
Unknown flag(s) in compatible feature flags

  attached the dmesg and lvdisplay -m

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631298/+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 1631298] [NEW] lts-yakkety 4.8 cannot mount lvm raid1

2016-10-07 Thread Julian Taylor
Public bug reported:

linux-lts-yakkety 4.8.0-20 from the dev ppa cannot mount my lvm raid1
volumes, the linear volumes where / and /boot are mounted do work fine.

device-mapper: raid: Loading target version 1.9.0
[   21.128262] device-mapper: table: 252:7: raid: Unable to assemble array: 
Unknown flag(s) in compatible feature flags

attached the dmesg and lvdisplay -m

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

** Attachment added: "dmesg log"
   https://bugs.launchpad.net/bugs/1631298/+attachment/4756579/+files/raid.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/1631298

Title:
  lts-yakkety 4.8 cannot mount lvm raid1

Status in linux package in Ubuntu:
  New

Bug description:
  linux-lts-yakkety 4.8.0-20 from the dev ppa cannot mount my lvm raid1
  volumes, the linear volumes where / and /boot are mounted do work
  fine.

  device-mapper: raid: Loading target version 1.9.0
  [   21.128262] device-mapper: table: 252:7: raid: Unable to assemble array: 
Unknown flag(s) in compatible feature flags

  attached the dmesg and lvdisplay -m

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631298/+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 1603137] Re: libbfd changed name without transition

2016-07-18 Thread Julian Taylor
the update 2.26.1-1ubuntu1~16.04.1 correctly created the symlinks and the perf 
tool now works again and is still demangling c++ symbols correctly.
eztrace also starts but I did not test its functionality.

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

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

Title:
  libbfd changed name without transition

Status in binutils package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in binutils source package in Xenial:
  Fix Committed
Status in linux source package in Xenial:
  Invalid

Bug description:
  [SRU Justification]
  the latest binutils update in xenial to 2.26.1-1ubuntu1~16.04 changed the 
name of the libbfd library from: libbfd-2.26-system.so to 
libbfd-2.26.1-system.so
  This apparently happened without transitioning all dependencies.
  For example it broke the perf tool from the linux-tools-common package as it 
is still linked against the old libbfd name.

  To reproduce run "perf" with linux >= 4.4.0-24.43 and binutils
  2.26.1-1ubuntu1~16.04 and you get an cannot open libbfd-2.26-system.so
  error.

  [Test case]
  1. Install eztrace on 16.04.
  2. Install binutils from xenial-updates.
  3. Run 'eztrace'.  Confirm that this fails with a library error.
  4. Install binutils from xenial-proposed.
  5. Run 'eztrace'.  Confirm that this gives usage output instead of failing 
with a library error.

  [Regression potential]
  Packages which depend on libbfd-2.26-system.so are currently broken with the 
binutils in xenial-updates.  No packages appear to have been built yet against 
the libbfd-2.26.1-system.so soname.  Therefore the regression potential is 
minimal.  The solution is intended to be compatible with both upstream sonames, 
so that any future packages which do rebuild against the 2.26.1 soname will 
have a versioned dependency on binutils (>= 2.26.1), binutils (<= 2.27).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1603137/+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 1248289] Re: Missing libunwind support in perf

2016-05-20 Thread Julian Taylor
if you check the buildlog you see its not fixed, its still missing
libbfd-dev, have you applied the posted patch?

** Changed in: linux (Ubuntu Xenial)
   Status: Fix Committed => Triaged

** Changed in: linux (Ubuntu Yakkety)
   Status: Fix Committed => Triaged

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

Title:
  Missing libunwind support in perf

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

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  "-g dwarf" flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1396654] Re: C++ demangling support missing from perf

2015-11-26 Thread Julian Taylor
*** This bug is a duplicate of bug 1248289 ***
https://bugs.launchpad.net/bugs/1248289

** This bug has been marked a duplicate of bug 1248289
   Missing libunwind support in perf

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

Title:
  C++ demangling support missing from perf

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hi,
  It appears that C++ demangling support is missing from linux-tools-3.16.0-24, 
on Utopic on arm64.

  Could the following please be added to the build dependencies for that 
package:
  libiberty-dev
  binutils-dev

  Installing the above and rebuilding the package fixed the problem for
  me.

  Cheers,
  --
  Steve
  --- 
  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: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  DistroRelease: Ubuntu 14.10
  IwConfig: Error: [Errno 2] No such file or directory
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: console=ttyS0,115200n8 ro
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  utopic utopic
  Uname: Linux 3.16.0-24-generic aarch64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: Upgraded to utopic on 2014-11-17 (9 days ago)
  UserGroups: sudo
  WifiSyslog:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396654/+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 1248289] Re: Missing libunwind support in perf

2015-11-26 Thread Julian Taylor
with current linux git master you also need this so libunwind is
detected on trusty (probably due to the --as-needed linker setting):

--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -29,7 +29,7 @@ ifeq ($(ARCH),x86)
   ifeq (${IS_64_BIT}, 1)
 CFLAGS += -DHAVE_ARCH_X86_64_SUPPORT
 ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S 
../../arch/x86/lib/memset_64.S
-LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
+LIBUNWIND_LIBS = -lunwind -lunwind-x86_64 -llzma
 $(call detected,CONFIG_X86_64)
   else
 LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind

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

Title:
  Missing libunwind support in perf

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  "-g dwarf" flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1248289] Re: Missing libunwind support in perf

2015-10-20 Thread Julian Taylor
just tested the 4.2 kernel, the issue has not been fixed
it can also be seen in the buildlogs

 52311 config/Makefile:527: No bfd.h/libbfd found, please install 
binutils-dev[el]/zlib-static/libiberty-dev to gain sym   bol demangling
 52312 config/Makefile:556: No liblzma found, disables xz kernel module 
decompression, please install xz-devel/liblzma-d   ev


** Changed in: linux (Ubuntu)
   Status: Fix Released => 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/1248289

Title:
  Missing libunwind support in perf

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  "-g dwarf" flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1248289] Re: Missing libunwind support in perf

2015-09-02 Thread Julian Taylor
can the fix be applied at least to 14.04 lts kernels as well?
It should just be adding a build depends as I can build a correct perf just 
fine on a stock 14.04 with the right dependencies (libbfd-dev I think is the 
missing one)

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

Title:
  Missing libunwind support in perf

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  "-g dwarf" flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1445252] Re: [vivid] btrfs deadlock at mount/boot

2015-05-16 Thread Julian Taylor
it is available via -proposed in version 3.16.0-38.52~14.04.1
https://wiki.ubuntu.com/Testing/EnableProposed

it will move to -updates when its tested

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

Title:
  [vivid] btrfs deadlock at mount/boot

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed
Status in linux package in Debian:
  Fix Released

Bug description:
  My btrfs filesystem will not mount almost every boot for a few weeks
  now.  The only way I can currently fix this is to network boot into
  rescue mode to clear the log, would be great to import this into
  vivid.

  It appears to be this issue:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9c4f61f01d269815bb7c37be3ede59c5587747c6
  https://btrfs.wiki.kernel.org/index.php/Gotchas

   Stable kernel version 3.19.1+ can cause a deadlock at mount time
   workaround: boot with older kernel, or run btrfs-zero-log to clear the log 
(beware of the consequences)
   fix: scheduled for 3.19.5, or apply 9c4f61f01d269815bb7c37.
   also affected: 3.14.35+, 3.18.9+

  break-fix: 381cf6587f8a8a8e981bc0c18859b51dc756
  9c4f61f01d269815bb7c37be3ede59c5587747c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445252/+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 1445252] Re: [vivid] btrfs deadlock at mount/boot

2015-04-23 Thread Julian Taylor
** Bug watch added: Debian Bug tracker #782362
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782362

** Also affects: linux (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782362
   Importance: Unknown
   Status: Unknown

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

Title:
  [vivid] btrfs deadlock at mount/boot

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

Bug description:
  My btrfs filesystem will not mount almost every boot for a few weeks
  now.  The only way I can currently fix this is to network boot into
  rescue mode to clear the log, would be great to import this into
  vivid.

  It appears to be this issue:
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9c4f61f01d269815bb7c37be3ede59c5587747c6
  https://btrfs.wiki.kernel.org/index.php/Gotchas

   Stable kernel version 3.19.1+ can cause a deadlock at mount time
   workaround: boot with older kernel, or run btrfs-zero-log to clear the log 
(beware of the consequences)
   fix: scheduled for 3.19.5, or apply 9c4f61f01d269815bb7c37.
   also affected: 3.14.35+, 3.18.9+

  break-fix: 381cf6587f8a8a8e981bc0c18859b51dc756
  9c4f61f01d269815bb7c37be3ede59c5587747c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445252/+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 1396654] Re: C++ demangling support missing from perf

2014-12-10 Thread Julian Taylor
probably caused by the use of HAVE_CPLUS_DEMANGLE in the make call, the 
variable has been renamed
see also debian bug 763002

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

Title:
  C++ demangling support missing from perf

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Hi,
  It appears that C++ demangling support is missing from linux-tools-3.16.0-24, 
on Utopic on arm64.

  Could the following please be added to the build dependencies for that 
package:
  libiberty-dev
  binutils-dev

  Installing the above and rebuilding the package fixed the problem for
  me.

  Cheers,
  --
  Steve
  --- 
  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: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  DistroRelease: Ubuntu 14.10
  IwConfig: Error: [Errno 2] No such file or directory
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: console=ttyS0,115200n8 ro
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  utopic utopic
  Uname: Linux 3.16.0-24-generic aarch64
  UnreportableReason: The report belongs to a package that is not installed.
  UpgradeStatus: Upgraded to utopic on 2014-11-17 (9 days ago)
  UserGroups: sudo
  WifiSyslog:
   
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396654/+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 1381815] Re: left touchpad button stopped working in 3.16.0-22.19

2014-11-05 Thread Julian Taylor
the regular trusty kernel has the fix applied so you should not need to
do any patching, just install the kernel from the repository.

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Released

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1381815] Re: left touchpad button stopped working in 3.16.0-22.19

2014-11-05 Thread Julian Taylor
no 3.17.1 is not the utopic kernel, you need to install the regular
ubuntu kernel which should be linux-image-3.16.0-24-generic

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Released

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1381815] Re: left touchpad button stopped working in 3.16.0-22.19

2014-10-20 Thread Julian Taylor
ups, didn't install the extras package. With it installed everything
seems to work alright.

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Trusty:
  Confirmed

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1381815] Re: left touchpad button stopped working in 3.16.0-22.19

2014-10-20 Thread Julian Taylor
the kernel fixes the touchpad button issue, but also don't have any network 
with it.
network works fine in the current utopic kernel -22.29

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Trusty:
  Confirmed

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1377564] Re: Trusty update to v3.13.11.8 stable release

2014-10-18 Thread Julian Taylor
** Tags added: verification-failed

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

Title:
  Trusty update to v3.13.11.8 stable release

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Trusty:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from Linus' tree or in a minimally
     backported form of that patch. The v3.13.11.8 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches are in the v3.13.11.8 stable release:

  Input: synaptics - add support for ForcePads
  ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE
  drm/radeon: add bapm module parameter
  drm/radeon: Add missing lines to ci_set_thermal_temperature_range
  drm/radeon: Add ability to get and change dpm state when radeon PX card is 
turned off
  ALSA: hda/realtek - Avoid setting wrong COEF on ALC269  co
  of/irq: Fix lookup to use 'interrupts-extended' property first
  Possible null ptr deref in SMB2_tcon
  CIFS: Fix SMB2 readdir error handling
  CIFS: Fix wrong directory attributes after rename
  md/raid6: avoid data corruption during recovery of double-degraded RAID6
  ARM: dts: i.MX53: fix apparent bug in VPU clks
  pata_scc: propagate return value of scc_wait_after_reset
  libata: widen Crucial M550 blacklist matching
  ALSA: hda - restore the gpio led after resume
  md/raid10: fix memory leak when reshaping a RAID10.
  md/raid10: Fix memory leak when raid10 reshape completes.
  Revert KVM: x86: Increase the number of fixed MTRR regs to 10
  MIPS: OCTEON: make get_system_type() thread-safe
  can: c_can: checking IS_ERR() instead of NULL
  HID: logitech: perform bounds checking on device_id early enough
  firmware: Do not use WARN_ON(!spin_is_locked())
  drm/radeon: add new KV pci id
  drm/radeon: add new bonaire pci ids
  drm/radeon: add additional SI pci ids
  ibmveth: Fix endian issues with rx_no_buffer statistic
  spi/omap-mcspi: Fix the spi task hangs waiting dma_rx
  xtensa: replace IOCTL code definitions with constants
  xtensa: fix address checks in dma_{alloc,free}_coherent
  xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DS
  xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
  xtensa: fix a6 and a7 handling in fast_syscall_xtensa
  staging: lustre: Remove circular dependency on header
  USB: option: reduce interrupt-urb logging verbosity
  USB: option: add VIA Telecom CDS7 chipset device id
  Revert USB: option,zte_ev: move most ZTE CDMA devices to zte_ev
  USB: zte_ev: remove duplicate Gobi PID
  USB: zte_ev: remove duplicate Qualcom PID
  USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PID
  USB: serial: pl2303: add device id for ztek device
  USB: ftdi_sio: Added PID for new ekey device
  xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVAL
  usb: xhci: amd chipset also needs short TX quirk
  xhci: rework cycle bit checking for new dequeue pointers
  spi/pxa2xx: Add ACPI ID for Intel Braswell
  ALSA: core: fix buffer overflow in snd_info_get_line()
  HID: logitech-dj: prevent false errors to be shown
  usb: ehci: using wIndex + 1 for hub port
  staging/rtl8188eu: add 0df6:0076 Sitecom Europe B.V.
  staging: r8188eu: Add new USB ID
  mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
  trace: Fix epoll hang when we race with new entries
  cfq-iosched: Fix wrong children_weight calculation
  USB: sisusb: add device id for Magic Control USB video
  NFSv4: Fix problems with close in the presence of a delegation
  usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
  ARM: 8128/1: abort: don't clear the exclusive monitors
  ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strex
  USB: serial: fix potential stack buffer overflow
  USB: serial: fix potential heap buffer overflow
  ext4: update i_disksize coherently with block allocation on error path
  jbd2: fix infinite loop when recovering corrupt journal blocks
  jbd2: fix descriptor block size handling errors with journal_csum
  memblock, memhotplug: fix wrong type in memblock_find_in_range_node().
  xattr: fix check for simultaneous glibc header inclusion
  KVM: s390: Fix user triggerable bug in dead code
  KVM: s390/mm: try a cow on read only pages for key ops
  regmap: Fix regcache debugfs initialization
  regmap: Fix handling of volatile registers for format_write() chips
  ASoC: rt5640: Do not allow regmap to use bulk read-write operations
  drm/i915: Remove bogus __init annotation from DMI callbacks
  hwmon: (ds1621) 

[Kernel-packages] [Bug 1381815] Re: left touchpad button stopped working in 3.16.0-22.19

2014-10-17 Thread Julian Taylor
I'm suspecting commit 5715fc764f7753d464dbe094b5ef9cffa6e479a4 is behind the 
issue, the kernel now thinks I have a forcepad which I don't
the commit has been backported to trusty and I can confirm it affects 3.13.8 
but not 3.13.7

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1381815] Re: left touchpad button stopped working in 3.16.0-22.19

2014-10-17 Thread Julian Taylor
touchpad info in dmesg:
[2.136673] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 
0x1e2b1, caps: 0xd00123/0x840300/0x2a800, board id: 2848, fw id: 1581875

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1377564] Re: Trusty update to v3.13.11.8 stable release

2014-10-17 Thread Julian Taylor
the patch for: Input: synaptics - add support for ForcePads
breaks the left button of lenovo g50-70 laptops in utopic, see bug 1381815

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

Title:
  Trusty update to v3.13.11.8 stable release

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Trusty:
  Fix Committed

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from Linus' tree or in a minimally
     backported form of that patch. The v3.13.11.8 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches are in the v3.13.11.8 stable release:

  Input: synaptics - add support for ForcePads
  ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE
  drm/radeon: add bapm module parameter
  drm/radeon: Add missing lines to ci_set_thermal_temperature_range
  drm/radeon: Add ability to get and change dpm state when radeon PX card is 
turned off
  ALSA: hda/realtek - Avoid setting wrong COEF on ALC269  co
  of/irq: Fix lookup to use 'interrupts-extended' property first
  Possible null ptr deref in SMB2_tcon
  CIFS: Fix SMB2 readdir error handling
  CIFS: Fix wrong directory attributes after rename
  md/raid6: avoid data corruption during recovery of double-degraded RAID6
  ARM: dts: i.MX53: fix apparent bug in VPU clks
  pata_scc: propagate return value of scc_wait_after_reset
  libata: widen Crucial M550 blacklist matching
  ALSA: hda - restore the gpio led after resume
  md/raid10: fix memory leak when reshaping a RAID10.
  md/raid10: Fix memory leak when raid10 reshape completes.
  Revert KVM: x86: Increase the number of fixed MTRR regs to 10
  MIPS: OCTEON: make get_system_type() thread-safe
  can: c_can: checking IS_ERR() instead of NULL
  HID: logitech: perform bounds checking on device_id early enough
  firmware: Do not use WARN_ON(!spin_is_locked())
  drm/radeon: add new KV pci id
  drm/radeon: add new bonaire pci ids
  drm/radeon: add additional SI pci ids
  ibmveth: Fix endian issues with rx_no_buffer statistic
  spi/omap-mcspi: Fix the spi task hangs waiting dma_rx
  xtensa: replace IOCTL code definitions with constants
  xtensa: fix address checks in dma_{alloc,free}_coherent
  xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DS
  xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
  xtensa: fix a6 and a7 handling in fast_syscall_xtensa
  staging: lustre: Remove circular dependency on header
  USB: option: reduce interrupt-urb logging verbosity
  USB: option: add VIA Telecom CDS7 chipset device id
  Revert USB: option,zte_ev: move most ZTE CDMA devices to zte_ev
  USB: zte_ev: remove duplicate Gobi PID
  USB: zte_ev: remove duplicate Qualcom PID
  USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PID
  USB: serial: pl2303: add device id for ztek device
  USB: ftdi_sio: Added PID for new ekey device
  xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVAL
  usb: xhci: amd chipset also needs short TX quirk
  xhci: rework cycle bit checking for new dequeue pointers
  spi/pxa2xx: Add ACPI ID for Intel Braswell
  ALSA: core: fix buffer overflow in snd_info_get_line()
  HID: logitech-dj: prevent false errors to be shown
  usb: ehci: using wIndex + 1 for hub port
  staging/rtl8188eu: add 0df6:0076 Sitecom Europe B.V.
  staging: r8188eu: Add new USB ID
  mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
  trace: Fix epoll hang when we race with new entries
  cfq-iosched: Fix wrong children_weight calculation
  USB: sisusb: add device id for Magic Control USB video
  NFSv4: Fix problems with close in the presence of a delegation
  usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
  ARM: 8128/1: abort: don't clear the exclusive monitors
  ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strex
  USB: serial: fix potential stack buffer overflow
  USB: serial: fix potential heap buffer overflow
  ext4: update i_disksize coherently with block allocation on error path
  jbd2: fix infinite loop when recovering corrupt journal blocks
  jbd2: fix descriptor block size handling errors with journal_csum
  memblock, memhotplug: fix wrong type in memblock_find_in_range_node().
  xattr: fix check for simultaneous glibc header inclusion
  KVM: s390: Fix user triggerable bug in dead code
  KVM: s390/mm: try a cow on read only pages for key ops
  regmap: Fix regcache debugfs initialization
  regmap: Fix handling of volatile registers for format_write() chips
  ASoC: rt5640: Do not allow regmap to use bulk 

[Kernel-packages] [Bug 1381815] [NEW] left touchpad button stopped working in 3.16.0-22.19

2014-10-15 Thread Julian Taylor
Public bug reported:

the left touchpad button of my lenovo g50 laptop stopped working in the kernel 
upgrade 3.16.0-22 #29
The rest of the touchpad and the right button are still working.
the previous kernel version #27 worked fine

I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
mainline kernel 3.16.3 works.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-22-generic 3.16.0-22.29
ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
Uname: Linux 3.16.0-22-generic x86_64
ApportVersion: 2.14.7-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jtaylor3144 F pulseaudio
 /dev/snd/controlC1:  jtaylor3144 F pulseaudio
CurrentDesktop: Unity
Date: Thu Oct 16 01:39:27 2014
HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
InstallationDate: Installed on 2014-08-23 (53 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
MachineType: LENOVO 20351
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-22-generic N/A
 linux-backports-modules-3.16.0-22-generic  N/A
 linux-firmware 1.135
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/02/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 9ACN25WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lancer 5A2
dmi.board.vendor: LENOVO
dmi.board.version: NANANANANO DPK
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G50-70
dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
dmi.product.name: 20351
dmi.product.version: Lenovo G50-70
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug utopic

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

Title:
  left touchpad button stopped working in 3.16.0-22.19

Status in “linux” package in Ubuntu:
  New

Bug description:
  the left touchpad button of my lenovo g50 laptop stopped working in the 
kernel upgrade 3.16.0-22 #29
  The rest of the touchpad and the right button are still working.
  the previous kernel version #27 worked fine

  I have tried the mainline kernels and it is also affected from version 3.16.4 
up to including the latest available ne 3.17.1.
  mainline kernel 3.16.3 works.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jtaylor3144 F pulseaudio
   /dev/snd/controlC1:  jtaylor3144 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Oct 16 01:39:27 2014
  HibernationDevice: RESUME=UUID=86457fb1-d8f8-46e4-9ad2-c85d69ec96f7
  InstallationDate: Installed on 2014-08-23 (53 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140822)
  MachineType: LENOVO 20351
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.135
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/02/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9ACN25WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5A2
  dmi.board.vendor: LENOVO
  dmi.board.version: NANANANANO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-70
  dmi.modalias: 
dmi:bvnLENOVO:bvr9ACN25WW:bd04/02/2014:svnLENOVO:pn20351:pvrLenovoG50-70:rvnLENOVO:rnLancer5A2:rvrNANANANANODPK:cvnLENOVO:ct10:cvrLenovoG50-70:
  dmi.product.name: 20351
  dmi.product.version: Lenovo G50-70
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1381815/+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 1248289] Re: Missing libunwind support in perf

2014-06-03 Thread Julian Taylor
in trusty the command line is: perf record --call-graph dwarf
compared to saucy dwarf support seems to work fine in trusty so this
issue can be closed.

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

Title:
  Missing libunwind support in perf

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  -g dwarf flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 743688] Re: Transparent HugePages not enabled in 11.04 kernel

2013-11-20 Thread Julian Taylor
@Todd
are you sure they are not swappable?
according to lwn they are:
http://lwn.net/Articles/423584/

This scheme will increase the use of huge pages transparently, but it does not 
yet solve the whole problem. Huge pages must be swappable, lest the system run 
out of memory in a hurry. Rather than complicate the swapping code with an 
understanding of huge pages, Andrea simply splits a huge page back into its 
component small pages if that page needs to be reclaimed. Many other operations 
(mprotect(), mlock(), ...) will also result in the splitting of a page.


also the performance regression might be fixed in 3.11;
http://kernel.opensuse.org/cgit/kernel/commit/?id=348944504362417205107e63cfe4821aa87ec1bb
mm: fix aio performance regression for database caused by THP

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

Title:
  Transparent HugePages not enabled in 11.04 kernel

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Transparent hugepages, which is a major performance enhancement in the
  2.6.38 kernel is not enabled in the 11.04 kernel.:

  $ cat /etc/issue 
  Ubuntu natty (development branch) \n \l

  $ grep TRANSPARENT /boot/config-2.6.38-7-server
  # CONFIG_TRANSPARENT_HUGEPAGE is not set
  $ grep TRANSPARENT /boot/config-2.6.38-7-generic
  # CONFIG_TRANSPARENT_HUGEPAGE is not set
  $ 

  If this is the way 11.04 kernels will be built, it's a bummer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/743688/+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 1248289] Re: Missing libunwind support in perf

2013-11-07 Thread Julian Taylor
yes in raring perf -g dwarf worked. It stopped working for me in saucy.

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

Title:
  Missing libunwind support in perf

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  -g dwarf flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1248289] Re: Missing libunwind support in perf

2013-11-05 Thread Julian Taylor
kernel 3.11 is a saucy kernel not raring
are you on saucy or using a backported kernel?

on saucy perf its '-g fp' instead of '-g dwarf'

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

Title:
  Missing libunwind support in perf

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  -g dwarf flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1248289] Re: Missing libunwind support in perf

2013-11-05 Thread Julian Taylor
oh '-g fp' is without unwind support
right having dwarf back would be nice.

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

Title:
  Missing libunwind support in perf

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Hi,

  I'm trying to use perf's libunwind support in 13.04 with kernel
  3.11.0-12-generic on amd64.  Typically you can do this by using the
  -g dwarf flag, but it appears the perf command included in linux-
  tools-3.11.0-12-generic was not compiled with libunwind.  This may be
  as simple as the build machine didn't have libunwind installed.
  Having dwarf support in perf with default Ubuntu kernels would be very
  useful as it provides a way to get profiling information when
  -fomitframepointer is used.

  Relevant upstream code:

  https://github.com/torvalds/linux/blob/v3.11/tools/perf/Makefile#L459
  https://github.com/torvalds/linux/blob/v3.11/tools/perf/builtin-record.c#L758

  Let me know if I can provide any other information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1248289/+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 1234662] Re: Ubuntu-lts-3.8.0 kernels corrupt ext[234] filesystems with 1k block size in Xen guests

2013-10-03 Thread Julian Taylor
** Project changed: bughelper = 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/1234662

Title:
  Ubuntu-lts-3.8.0 kernels corrupt ext[234] filesystems with 1k block
  size in Xen guests

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  We observed a problem with a Postfix database file created by postmap
  becoming corrupted in a Xen guest when the file was on an ext4
  filesystem with a 1kb block size.  This was reported to the linux-ext4
  list in http://marc.info/?t=13801802833r=1w=2.  The subsequent
  investigation identified the git commit
  7b2b160da7661bb2ade3f924b1bd3e3084e53341 as solving the problem.  We
  have applied this on top of tag Ubuntu-lts-3.8.0-13.22 and confirmed
  that it resolves the problem we are seeing.

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