[Kernel-packages] [Bug 1421994] Re: Kernel OOPS when SMC pcmcia wifi is removed

2015-02-18 Thread Jakub Vaněk
Yes, bug is fixed in upstream. Thanks! I am removing the card multiple
times now and nothing crashes.

** Tags added: i386 kernel-fixed-upstream wifi

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

Title:
  Kernel OOPS when SMC pcmcia wifi is removed

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When I remove my wifi pcmcia card from notebook, kernel crashes with OOPS.
  Wifi card: SMC 2531W-B (Prism chip, hostap/hostap_cs driver)
  NTB: HP XE3 GC
  Kernel version: 3.13.0-45
  OS: Lubuntu 14.04
  Arch: i386
  I'll upload rest of information by apport-collect.
  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kuba   1981 F lxpanel
  CurrentDesktop: LXDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=ff74ec73-f7fc-4523-9e96-146771cf193a
  InstallationDate: Installed on 2015-01-30 (15 days ago)
  InstallationMedia: Lubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  Lsusb:
   Protocol spec without prior Class and Subclass spec at line 17397
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Hewlett-Packard HP OmniBook PC
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=e8b988cc-0311-4673-8187-d7ab4f2b5aba ro recovery nomodeset
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-45-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip disk floppy lpadmin plugdev root sambashare 
sudo tty video
  _MarkForUpload: True
  dmi.bios.date: 01/01/1992
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: GC.M1.63
  dmi.board.name: N/A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: OmniBook N32N-733
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrGC.M1.63:bd01/01/1992:svnHewlett-Packard:pnHPOmniBookPC:pvrHPOmniBookXE3GC:rvnHewlett-Packard:rnN/A:rvrOmniBookN32N-733:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP OmniBook PC
  dmi.product.version: HP OmniBook XE3 GC
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Stefan Bader
Turning off scatter gather disables the use of fragments in send
buffers. So for the xen-netfront driver there is no chance that those
fragments end up requiring more than the 19 pages that it can handle in
one transaction.

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  Running Ubuntu 14.04 LTS on EC2, we see a lot of the following in the
  kernel log:

  xen_netfront: xennet: skb rides the rocket: 19 slots

  Each of these messages corresponds to a dropped TX packet, and
  eventually causes our application's connections to break and timeout.

  The problem appears when network load increases. We have Node.js
  processes doing pubsub with a Redis server, and these are most visibly
  affected, showing frequent connection loss. The processes talk to each
  other using the private addresses EC2 allocates to the machines.

  Notably, the default MTU on the network interface seems to have gone
  up from 1500 on 13.10, to 9000 in 14.04 LTS. Reducing the MTU back to
  1500 seems to drastically reduce dropped packets. (Can't say for
  certain if it completely eliminates the problem.)

  The machines we run are started from ami-896c96fe.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:01 seq
   crw-rw 1 root audio 116, 33 May  9 09:01 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri May  9 09:11:18 2014
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:

  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  PciMultimedia:

  ProcFB:

  ProcKernelCmdLine: root=LABEL=cloudimg-rootfs ro console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:54 seq
   crw-rw 1 root audio 116, 33 May  9 09:54 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: [   24.724129] init: plymouth-upstart-bridge main process 
ended, respawning
  DistroRelease: Ubuntu 14.04
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  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: root=LABEL=cloudimg-rootfs ro console=hvc0
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty ec2-images
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip floppy netdev plugdev sudo video
  _MarkForUpload: True

  break-fix: - 97a6d1bb2b658ac85ed88205ccd1ab809899884d
  break-fix: - 11d3d2a16cc1f05c6ece69a4392e99efb85666a6

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

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

[Kernel-packages] [Bug 1388072] Re: [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer working after resuming from long standby

2015-02-18 Thread Adam Lyall
My dmidecode bio info:
GCETA0WW (2.60 )
09/12/2014

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

Title:
  [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer
  working after resuming from long standby

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When my Lenovo Thinkpad x230t is attached to an Ultrabase Series 3
  dock and suspended for many hours, upon resume the USB ports on the
  dock, but not the laptop, stop working with peripherals (mouse,
  keyboard, usb drive).

  Shorter periods of standby seem unaffected unless the issues has
  already occurred. E.g. After a fresh boot if I suspend my laptop and
  resume after less than about 8 hours (I am not at all certain if the
  period of time is related. Just general observation), everything will
  continue to work fine. If however the issue has occurred at some point
  and I have disconnected and reconnected to work around the issue, and
  then I suspend for a short period of time (20 seconds) and resume, the
  dock's USB ports will no longer work unless I again disconnect the
  laptop from the dock and reconnect. So it seems once the issue has
  happened it will continue to happen until I reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magicmyth   4476 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Oct 31 12:45:03 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=9204d11f-56e2-4eff-9bae-80cd829eef89
  InstallationDate: Installed on 2012-08-15 (807 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 3435CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=8c85-b9c7-41ec-8e1c-24eb1d5e089b ro quiet splash zswap.enabled=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (5 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCET99WW (2.59 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3435CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCET99WW(2.59):bd05/28/2014:svnLENOVO:pn3435CTO:pvrThinkPadX230Tablet:rvnLENOVO:rn3435CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3435CTO
  dmi.product.version: ThinkPad X230 Tablet
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1422675] Re: No installable kernel was found in the defined APT sources

2015-02-18 Thread sudodus
I try to make it clear what works and what does not work with Pentium M and 
Celeron M processors that have PAE capability but lack the PAE flag.
_

These iso files work:

Ubuntu Trusty mini.iso (dated jan 30)
http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-i386/current/images/netboot/mini.iso
http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-i386/current/images/utopic-netboot/mini.iso

Lubuntu trusty-desktop-i386.iso (14.04.2 LTS release candidate dated feb 18 
01:08)
__

These iso files do not work:

Ubuntu Vivid mini.iso (dated feb 9)
http://archive.ubuntu.com/ubuntu/dists/vivid/main/installer-i386/20101020ubuntu363/images/netboot/mini.iso

Lubuntu trusty-alternate-i386.iso (14.04.2 LTS release candidate dated
feb 18 00:41)

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

Title:
  No installable kernel was found in the defined APT sources

Status in linux package in Ubuntu:
  Invalid

Bug description:
  I tried to install from the Ubuntu Vivid 32-bit mini.iso into a
  computer with Pentium M

  http://www.cnet.com/laptops/lenovo-
  thinkpad-t42-2373/4507-3121_7-31155666.html

  and booted the installer with the forcepae boot option. This made the
  installer start and work until it should get the kernel. Then it
  stopped with the following message

  No installable kernel was found in the defined APT sources ...
  Continue the installation without installing a kernel?

  I checked if this is a PAE issue ... and yes, it is.

  Forcepae makes the installer work, but later on, during installation,
  it refuses to manage the [PAE] kernel. I tested, and it works in a
  computer with CPU with a built-in PAE flag. And the trusty mini.iso
  can install in the same computer with Pentium M, so this is a
  regression.

  At 'ctrl+alt+F4' it complains that the kernels found are not usable on
  486. But forcepae should allow it. And the same kernels work when
  installed with the corresponding daily Lubuntu Vivid desktop iso file.

  -o-

  This bug is reported from another computer, because I don't know how
  to report it from the mini.iso system. So you should disregard the
  collected data, that I might not be able to remove.

  ProblemType: Bug

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

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


[Kernel-packages] [Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Stefan Bader
I think that is at least enough data to claim this issue verified. @Jon,
you could check whether you have the same issue by looking at dmesg and
ifconfig output on the sender side. If you see the rides the rocket
messages together with an incrementing tx drop count, that is this bug.
And it should be going away even without disabling sg when using the
proposed kernel for the sender.

And though it probably should not cause that bad effects, but on the
other hand higher layer applications can expect the tcp layer to correct
dropped packets. Which maybe is done but possibly ending up (by trying
to avoid copying data in memory) with the same (or similar) fragmented
send buffer. And in the end all re-tries are dropped.

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

** Tags added: verification-done-utopic

** Changed in: linux (Ubuntu)
 Assignee: Stefan Bader (smb) = (unassigned)

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  Running Ubuntu 14.04 LTS on EC2, we see a lot of the following in the
  kernel log:

  xen_netfront: xennet: skb rides the rocket: 19 slots

  Each of these messages corresponds to a dropped TX packet, and
  eventually causes our application's connections to break and timeout.

  The problem appears when network load increases. We have Node.js
  processes doing pubsub with a Redis server, and these are most visibly
  affected, showing frequent connection loss. The processes talk to each
  other using the private addresses EC2 allocates to the machines.

  Notably, the default MTU on the network interface seems to have gone
  up from 1500 on 13.10, to 9000 in 14.04 LTS. Reducing the MTU back to
  1500 seems to drastically reduce dropped packets. (Can't say for
  certain if it completely eliminates the problem.)

  The machines we run are started from ami-896c96fe.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:01 seq
   crw-rw 1 root audio 116, 33 May  9 09:01 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri May  9 09:11:18 2014
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:

  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  PciMultimedia:

  ProcFB:

  ProcKernelCmdLine: root=LABEL=cloudimg-rootfs ro console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:54 seq
   crw-rw 1 root audio 116, 33 May  9 09:54 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: [   24.724129] init: plymouth-upstart-bridge main process 
ended, respawning
  DistroRelease: Ubuntu 14.04
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  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: root=LABEL=cloudimg-rootfs ro console=hvc0
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 

Re: [Kernel-packages] [Bug 1419223] Re: offset kernel, can't boot

2015-02-18 Thread Shannon Graham
I am not sure. I have to press f2 and log in using what appears to be
safe mode with the 3.16 kernel. i cannot select the 3.19 kernel and log
in. It is available, but not effective.


On Mon, 2015-02-09 at 20:04 +, Joseph Salisbury wrote:
 Are you only getting a panic with the 3.19 version of the upstream
 kernel?  How about with the stock kernel that comes with Utopic?
 
 ** Changed in: linux (Ubuntu)
Importance: Critical = High
 
 ** Changed in: linux (Ubuntu)
Status: Confirmed = Incomplete


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

Title:
  offset kernel, can't boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  i upgraded online from 14.04 to 14.10. all worked well. then i tried
  to clean my system using the symptic package manager and delete old
  kernels. then i tried to update to 3.19 kernel. then i could not
  reboot due to offset kernel panic.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ubuntu-release-upgrader-core 1:14.10.10
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Fri Feb  6 20:36:37 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-08-08 (182 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2015-02-06 04:04:43.769801
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
  mtime.conffile..etc.update.manager.release.upgrades: 
2015-02-06T10:11:05.579551

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

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


[Kernel-packages] [Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Joni-Pekka Kurronen
I can confirm that ethtool -K eth0 sg off  did correct bacula backup problem:

-bacula-sd - bacula-fd communication error that stops backup process
saying  Error: bsock.c:427 Write error sending reset by peer

-so far no IPV6 trafic jam's whit aiccu, but single missing packet's
should not stop aiccu?

At Ubuntu 14.04 3.13.0-39-generic LTS, twin server configuration (
suricata, logstash, NFQUEUE, shoreline, keepalived, haproxy, mariadb-
galera-cluster, aiccu IPCV6,...), one of twin servers has 4G (Hawei
E398) tongle, wifi (hostapd) tongle and dose firewall, routing,... 4
cores so it's not busy ever,...

So could these missing packet's realy stop lenghty prosess like backup
where 0.1T to 0.7T transfered and other mechanisms can not correct, hide
the problem ?

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  Running Ubuntu 14.04 LTS on EC2, we see a lot of the following in the
  kernel log:

  xen_netfront: xennet: skb rides the rocket: 19 slots

  Each of these messages corresponds to a dropped TX packet, and
  eventually causes our application's connections to break and timeout.

  The problem appears when network load increases. We have Node.js
  processes doing pubsub with a Redis server, and these are most visibly
  affected, showing frequent connection loss. The processes talk to each
  other using the private addresses EC2 allocates to the machines.

  Notably, the default MTU on the network interface seems to have gone
  up from 1500 on 13.10, to 9000 in 14.04 LTS. Reducing the MTU back to
  1500 seems to drastically reduce dropped packets. (Can't say for
  certain if it completely eliminates the problem.)

  The machines we run are started from ami-896c96fe.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:01 seq
   crw-rw 1 root audio 116, 33 May  9 09:01 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri May  9 09:11:18 2014
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:

  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  PciMultimedia:

  ProcFB:

  ProcKernelCmdLine: root=LABEL=cloudimg-rootfs ro console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:54 seq
   crw-rw 1 root audio 116, 33 May  9 09:54 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: [   24.724129] init: plymouth-upstart-bridge main process 
ended, respawning
  DistroRelease: Ubuntu 14.04
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  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: root=LABEL=cloudimg-rootfs ro console=hvc0
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty ec2-images
  Uname: Linux 3.13.0-24-generic x86_64
  

[Kernel-packages] [Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Joni-Pekka Kurronen
Crazy idea, could there be situations when sender increases mtu over receiver 
side?

Fundamental question, I tried to understan what ethtool -K eth0 sg off dose in 
protocoll level
can anyone explain, it look's medicine at moment.

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  Running Ubuntu 14.04 LTS on EC2, we see a lot of the following in the
  kernel log:

  xen_netfront: xennet: skb rides the rocket: 19 slots

  Each of these messages corresponds to a dropped TX packet, and
  eventually causes our application's connections to break and timeout.

  The problem appears when network load increases. We have Node.js
  processes doing pubsub with a Redis server, and these are most visibly
  affected, showing frequent connection loss. The processes talk to each
  other using the private addresses EC2 allocates to the machines.

  Notably, the default MTU on the network interface seems to have gone
  up from 1500 on 13.10, to 9000 in 14.04 LTS. Reducing the MTU back to
  1500 seems to drastically reduce dropped packets. (Can't say for
  certain if it completely eliminates the problem.)

  The machines we run are started from ami-896c96fe.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:01 seq
   crw-rw 1 root audio 116, 33 May  9 09:01 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri May  9 09:11:18 2014
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:

  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  PciMultimedia:

  ProcFB:

  ProcKernelCmdLine: root=LABEL=cloudimg-rootfs ro console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:54 seq
   crw-rw 1 root audio 116, 33 May  9 09:54 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: [   24.724129] init: plymouth-upstart-bridge main process 
ended, respawning
  DistroRelease: Ubuntu 14.04
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  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: root=LABEL=cloudimg-rootfs ro console=hvc0
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty ec2-images
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip floppy netdev plugdev sudo video
  _MarkForUpload: True

  break-fix: - 97a6d1bb2b658ac85ed88205ccd1ab809899884d
  break-fix: - 11d3d2a16cc1f05c6ece69a4392e99efb85666a6

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

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

[Kernel-packages] [Bug 1422513] Re: Lenovo S10e: no USB wireless lan hardware recognized if internal wireless is disabled via hardware switch

2015-02-18 Thread HugoHirsch
Same behaviour with:
3.19.0-031900.201502091451 i386/32bit.

Both adapters are enabled if the hardware switch is on, once it's off
the network manager menu says that Wireless networks are disabled by
hardware switch.  If I plug out the USB and plug it in it is still not
recognized.


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

** Tags added: kernel-bug-exists-upstream

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

Title:
  Lenovo S10e: no USB wireless lan hardware recognized if internal
  wireless is disabled via hardware switch

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After having reported problems with my S10e's WLAN I bought an USB
  WLAN dongle, that works fine.

  But it only works if the hardware switch for WLAN is enabled - thus at
  the moment the internal WLAN interface and the external need to be on
  to make it work. Unfortunately (as reported in bug 1385059) this means
  that the internal interface is sucking up my battery when it tries to
  connect without success.

  My expected behaviour would be to disable the internal WLAN via
  hardware switch and be able to plugin my USB WLAN dongle.

  I've attached lsmod-output with WLAN enabled (USB dongle working
  perfectly, while internal WLAN hardware is constantly scanning for
  networks) and after disabling the internal WLAN.

  $ lsb_release -rd
  Description:  Ubuntu 14.10
  Release:  14.10
  --- 
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hirsch 2675 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=cef59770-4af9-4efd-b1a8-f3b9e6fdf30f
  InstallationDate: Installed on 2013-01-14 (763 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MachineType: LENOVO 40684KG
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=57ea19ce-b54f-4b7c-975c-b11064321210 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (116 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/11/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 14CNA0WW
  dmi.board.name: Kuril
  dmi.board.vendor: Lenovo
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 
dmi:bvnLENOVO:bvr14CNA0WW:bd10/11/2010:svnLENOVO:pn40684KG:pvrLenovo:rvnLenovo:rnKuril:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
  dmi.product.name: 40684KG
  dmi.product.version: Lenovo
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1162781] Re: bluez package out of date, 5.23 is available in debian sid/jessie

2015-02-18 Thread elhoir
pulseaudio depends on bluez, in the sense that pulseaudio =4.0wworks with 
bluez 4 , and pulseaudio 5 works with bluez 5.
o, maybe after upgradingto bluez 5, you (whoever is related) can uprade 
pulseaudio too...

just my thoughts..

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

Title:
  bluez package out of date, 5.23 is available in debian sid/jessie

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Looks like there have been a lot of improvements to bluez since the
  4.x series. Would be nice to get the latest release pulled in.

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

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


[Kernel-packages] [Bug 1385059] Re: 14e4:4315 [lenovo IdeaPad S10e] No WiFi - Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

2015-02-18 Thread Christopher M. Penalver
** Tags removed: kernel-fixed-upstream

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

Title:
  14e4:4315 [lenovo IdeaPad S10e] No WiFi - Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

Status in bcmwl package in Ubuntu:
  Triaged

Bug description:
  With my Lenovo IdeaPad S10e, after updating to 14.10 from 14.04 the WLAN does 
not work anymore - the driver seems to be loaded since the hardware light 
flashes blue/purple, but the device is unable to connect to any WLAN. dmesg 
shows:
  [ 1253.135793] ERROR @wl_dev_intvar_get : error (-1)
  [ 1253.135805] ERROR @wl_cfg80211_get_tx_power : error (-1)

  04:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g 
LP-PHY [14e4:4315] (rev 01)
   Subsystem: Broadcom Corporation Device [14e4:04b5]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
   Latency: 0, Cache Line Size: 64 bytes
   Interrupt: pin A routed to IRQ 18
   Region 0: Memory at f020 (64-bit, non-prefetchable) [size=16K]
   Capabilities: access denied
   Kernel driver in use: wl

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hirsch 2758 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Oct 24 08:13:35 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=cef59770-4af9-4efd-b1a8-f3b9e6fdf30f
  InstallationDate: Installed on 2013-01-14 (647 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  MachineType: LENOVO 40684KG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=57ea19ce-b54f-4b7c-975c-b11064321210 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-10-23 (0 days ago)
  dmi.bios.date: 10/11/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 14CNA0WW
  dmi.board.name: Kuril
  dmi.board.vendor: Lenovo
  dmi.board.version: Rev 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Lenovo
  dmi.chassis.version: Rev 1.0
  dmi.modalias: 
dmi:bvnLENOVO:bvr14CNA0WW:bd10/11/2010:svnLENOVO:pn40684KG:pvrLenovo:rvnLenovo:rnKuril:rvrRev1.0:cvnLenovo:ct10:cvrRev1.0:
  dmi.product.name: 40684KG
  dmi.product.version: Lenovo
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1388072] Re: [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer working after resuming from long standby

2015-02-18 Thread Christopher M. Penalver
Adam Lyall, could you please provide the missing information following
https://wiki.ubuntu.com/DebuggingKernelSuspend ?

** Tags added: latest-bios-2.60

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

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

Title:
  [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer
  working after resuming from long standby

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When my Lenovo Thinkpad x230t is attached to an Ultrabase Series 3
  dock and suspended for many hours, upon resume the USB ports on the
  dock, but not the laptop, stop working with peripherals (mouse,
  keyboard, usb drive).

  Shorter periods of standby seem unaffected unless the issues has
  already occurred. E.g. After a fresh boot if I suspend my laptop and
  resume after less than about 8 hours (I am not at all certain if the
  period of time is related. Just general observation), everything will
  continue to work fine. If however the issue has occurred at some point
  and I have disconnected and reconnected to work around the issue, and
  then I suspend for a short period of time (20 seconds) and resume, the
  dock's USB ports will no longer work unless I again disconnect the
  laptop from the dock and reconnect. So it seems once the issue has
  happened it will continue to happen until I reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magicmyth   4476 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Oct 31 12:45:03 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=9204d11f-56e2-4eff-9bae-80cd829eef89
  InstallationDate: Installed on 2012-08-15 (807 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 3435CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=8c85-b9c7-41ec-8e1c-24eb1d5e089b ro quiet splash zswap.enabled=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (5 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCET99WW (2.59 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3435CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCET99WW(2.59):bd05/28/2014:svnLENOVO:pn3435CTO:pvrThinkPadX230Tablet:rvnLENOVO:rn3435CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3435CTO
  dmi.product.version: ThinkPad X230 Tablet
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1423095] [NEW] Networking does not re-enable after restart

2015-02-18 Thread Dean Kavanagh
Public bug reported:

After opening the lid on my laptop, on some occasions the network
restarts disabled. When you put a tick next to Enable Networking, this
doesn't actually enable networking - it puts a tick next to the menu
item, but it doesn't find any WiFi networks or display any of the
options you would expect following Enable Network.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-30-generic 3.16.0-30.40
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dean   3121 F pulseaudio
CurrentDesktop: Unity
Date: Wed Feb 18 09:36:09 2015
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=f6094c0c-20e9-4eb9-8eb4-257f3edf0529
MachineType: Dell Inc. Inspiron 5521
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=d3af1bfa-3f7c-4718-8141-ed7e2ac19762 ro splash quiet vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-30-generic N/A
 linux-backports-modules-3.16.0-30-generic  N/A
 linux-firmware 1.138.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/25/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0C46Y8
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A12
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron5521:pvrA12:rvnDellInc.:rn0C46Y8:rvrA00:cvnDellInc.:ct8:cvrA12:
dmi.product.name: Inspiron 5521
dmi.product.version: A12
dmi.sys.vendor: Dell Inc.

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

Title:
  Networking does not re-enable after restart

Status in linux package in Ubuntu:
  New

Bug description:
  After opening the lid on my laptop, on some occasions the network
  restarts disabled. When you put a tick next to Enable Networking, this
  doesn't actually enable networking - it puts a tick next to the menu
  item, but it doesn't find any WiFi networks or display any of the
  options you would expect following Enable Network.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dean   3121 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Feb 18 09:36:09 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=f6094c0c-20e9-4eb9-8eb4-257f3edf0529
  MachineType: Dell Inc. Inspiron 5521
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=d3af1bfa-3f7c-4718-8141-ed7e2ac19762 ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.138.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0C46Y8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron5521:pvrA12:rvnDellInc.:rn0C46Y8:rvrA00:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron 5521
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1317811] Re: Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x slots

2015-02-18 Thread Heikki Hannikainen
On the other hand, turning off scatter gather caused a rather constant
0.1% packet loss (transmit drops) in my setup (trusty on Xen). VPN
gateways, with NAT and firewalling, relatively high throughput at times.
Enabling scatter gather removes the constant small packet loss but then
I do get the rides the rocket events.

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

Title:
  Dropped packets on EC2, xen_netfront: xennet: skb rides the rocket: x
  slots

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  Running Ubuntu 14.04 LTS on EC2, we see a lot of the following in the
  kernel log:

  xen_netfront: xennet: skb rides the rocket: 19 slots

  Each of these messages corresponds to a dropped TX packet, and
  eventually causes our application's connections to break and timeout.

  The problem appears when network load increases. We have Node.js
  processes doing pubsub with a Redis server, and these are most visibly
  affected, showing frequent connection loss. The processes talk to each
  other using the private addresses EC2 allocates to the machines.

  Notably, the default MTU on the network interface seems to have gone
  up from 1500 on 13.10, to 9000 in 14.04 LTS. Reducing the MTU back to
  1500 seems to drastically reduce dropped packets. (Can't say for
  certain if it completely eliminates the problem.)

  The machines we run are started from ami-896c96fe.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:01 seq
   crw-rw 1 root audio 116, 33 May  9 09:01 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri May  9 09:11:18 2014
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci:

  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  PciMultimedia:

  ProcFB:

  ProcKernelCmdLine: root=LABEL=cloudimg-rootfs ro console=hvc0
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 May  9 09:54 seq
   crw-rw 1 root audio 116, 33 May  9 09:54 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  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:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg: [   24.724129] init: plymouth-upstart-bridge main process 
ended, respawning
  DistroRelease: Ubuntu 14.04
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1c
  Ec2InstanceType: c3.large
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  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: root=LABEL=cloudimg-rootfs ro console=hvc0
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty ec2-images
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip floppy netdev plugdev sudo video
  _MarkForUpload: True

  break-fix: - 97a6d1bb2b658ac85ed88205ccd1ab809899884d
  break-fix: - 11d3d2a16cc1f05c6ece69a4392e99efb85666a6

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

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

[Kernel-packages] [Bug 1419874] Re: krillin bluetooth discoverability enabled on boot

2015-02-18 Thread Sebastien Bacher
** Also affects: ubuntu-system-settings (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = In Progress

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

Title:
  krillin bluetooth discoverability enabled on boot

Status in the base for Ubuntu mobile products:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  Using krillin rtm 228, the device is discoverable/can be paired -o
  over bluetooth directly after boot (don't even need to unlock the
  greeter). That seems like somewhat a security (and use extra power as
  well)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419874/+subscriptions

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


[Kernel-packages] [Bug 1422680] Re: v4l2 regression: T420s built in camera stopped working

2015-02-18 Thread dronus
I've installed 3.19.0-031900-generic.

The regression is fixed, partly.

VLC, Chrome and Firefox are able to use it again by their default
settings.

guvcview is not, the preview image is still lacking, however the
warnings have changed, no more 'device busy', but several warnings
instead:

control id: 0x009a0901 failed to get value (error -1)
control id: 0x009a0902 failed to get value (error -1)
control id: 0x009a0903 failed to get value (error -1)
control id: 0x009a0908 failed to get value (error -1)
control id: 0x009a0909 failed to get value (error -1)
control id: 0x009a090d failed to get value (error -1)

guvcview was working well with 3.2 too. However, this may be an
compatibility problem that is caused by guvcview's implementation
details.

If this is clarified, we nay tag 'kernel-fixed-upstream'.

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

Title:
  v4l2 regression: T420s built in camera stopped working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The  Chicony Electronics Camera (as built into for example Lenovo
  T420s) stopped working somewhere between kernel 3.2 and 3.13.

  I use both kernels in Ubuntu 12.04, and the camera works with the
  older one, so I filed the bug here as I don't know when it stopped
  working.

  The camera is still recognized by v4l2, properties can be accessed by
  v4l2-ctl for example, and seemed correctly reported back (pixelformats
  for exmaple match my expectation).  But the frame capturing intself
  will always fail with 'device busy'.

  Usb IDs:
  04f2:b221 Chicony Electronics Co., Ltd integrated camera

  
  What further information would be useful?

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

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


[Kernel-packages] [Bug 1358966] Re: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1: bcmwl kernel module failed to build [error: macro alloc_netdev requires 4 arguments, but only 3 given]

2015-02-18 Thread HugoHirsch
I ran into this problem when running with an upstream kernel -
installing above bcmwl-kernel-source disables my WLAN (bug 1385059).
Thus I prefer the WLAN and life with the 'System problem detected'-popup
upon each startup.

Lenovo S10e running 14.10 and
3.19.0-031900.201502091451 upstream kernel.

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

Title:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1: bcmwl kernel module
  failed to build [error: macro alloc_netdev requires 4 arguments, but
  only 3 given]

Status in bcmwl package in Ubuntu:
  Fix Released

Bug description:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1 will not build with
  linux-3.17-rc1 from Ubuntu kernel ppa (Mainline). Tried custom kernel
  as well from kernel archives 3.17-rc1. APPORT ERROR

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1
  Uname: Linux 3.16.1-custom x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.6-0ubuntu1
  Architecture: amd64
  DKMSKernelVersion: 3.17.0-031700rc1-generic
  Date: Tue Aug 19 19:42:02 2014
  DuplicateSignature: 
dkms:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu1:/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_linux.c:1316:64:
 error: macro alloc_netdev requires 4 arguments, but only 3 given
  InstallationDate: Installed on 2014-07-05 (45 days ago)
  InstallationMedia: Ubuntu  Utopic - Build amd64 LIVE Binary 20140703-15:52
  PackageVersion: 6.30.223.248+bdcom-0ubuntu1
  SourcePackage: bcmwl
  Title: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1: bcmwl kernel module 
failed to build
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2015-02-18 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/1423095

Title:
  Networking does not re-enable after restart

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After opening the lid on my laptop, on some occasions the network
  restarts disabled. When you put a tick next to Enable Networking, this
  doesn't actually enable networking - it puts a tick next to the menu
  item, but it doesn't find any WiFi networks or display any of the
  options you would expect following Enable Network.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dean   3121 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Feb 18 09:36:09 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=f6094c0c-20e9-4eb9-8eb4-257f3edf0529
  MachineType: Dell Inc. Inspiron 5521
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=d3af1bfa-3f7c-4718-8141-ed7e2ac19762 ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.138.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0C46Y8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron5521:pvrA12:rvnDellInc.:rn0C46Y8:rvrA00:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron 5521
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1420544] Re: Ubuntu instances on GCE should use NOOP scheduler

2015-02-18 Thread Martin Pitt
I uploaded a trusty update for this to the SRU review queue. Please test
the -proposed package once it is available to verify this. Thanks!

** Changed in: systemd (Ubuntu Trusty)
   Status: Triaged = In Progress

** Changed in: systemd (Ubuntu Trusty)
 Assignee: Martin Pitt (pitti) = (unassigned)

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

Title:
  Ubuntu instances on GCE should use NOOP scheduler

Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Incomplete
Status in systemd source package in Trusty:
  In Progress

Bug description:
  Per Google's request, Ubuntu instances should use NOOP as the default
  scheduler.

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

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


[Kernel-packages] [Bug 1419874] Re: krillin bluetooth discoverability enabled on boot

2015-02-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/ubuntu-system-settings/bluetooth-device-
visibility-tweak

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

Title:
  krillin bluetooth discoverability enabled on boot

Status in the base for Ubuntu mobile products:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  Using krillin rtm 228, the device is discoverable/can be paired -o
  over bluetooth directly after boot (don't even need to unlock the
  greeter). That seems like somewhat a security (and use extra power as
  well)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419874/+subscriptions

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


[Kernel-packages] [Bug 1385059] Re: 14e4:4315 [lenovo IdeaPad S10e] No WiFi - Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

2015-02-18 Thread HugoHirsch
Sorry for the long delay - when working on upstream kernel testing with
3.19.0-031900.201502091451 i386/32bit
to confirm bug 1422513 I realized that the internal Broadcom chip works fine 
after uninstalling
bcmwl-kernel-source and running with above kernel.

b43 seems to do fine in that case as lsmod indicates:

Module  Size  Used by
nfnetlink_queue17963  0 
nfnetlink_log  17665  0 
nfnetlink  14324  2 nfnetlink_log,nfnetlink_queue
ctr13025  1 
ccm17562  1 
dm_crypt   22836  1 
snd_hda_codec_realtek68841  1 
snd_hda_codec_generic63667  1 snd_hda_codec_realtek
snd_hda_intel  29576  3 
snd_hda_controller 30930  1 snd_hda_intel
snd_hda_codec 121018  4 
snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
carl9170   86955  0 
snd_hwdep  13276  1 snd_hda_codec
uvcvideo   78147  0 
ath24509  1 carl9170
snd_pcm89214  3 snd_hda_codec,snd_hda_intel,snd_hda_controller
videobuf2_vmalloc  13485  1 uvcvideo
videobuf2_memops   13170  1 videobuf2_vmalloc
videobuf2_core 45571  1 uvcvideo
arc4   12509  2 
snd_seq_midi   13324  0 
snd_seq_midi_event 14475  1 snd_seq_midi
v4l2_common14442  1 videobuf2_core
snd_rawmidi25786  1 snd_seq_midi
videodev  140634  3 uvcvideo,v4l2_common,videobuf2_core
b43   404250  0 
snd_seq56978  2 snd_seq_midi_event,snd_seq_midi
bcma   47124  1 b43
coretemp   13358  0 
snd_seq_device 14451  3 snd_seq,snd_rawmidi,snd_seq_midi
mac80211  643092  2 b43,carl9170
snd_timer  29036  2 snd_pcm,snd_seq
media  21127  2 uvcvideo,videodev
joydev 17311  0 
serio_raw  13251  0 
snd67102  16 
snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
lpc_ich17000  0 
cfg80211  462008  4 b43,ath,mac80211,carl9170
rfcomm 59314  8 
btusb  31907  0 
bnep   19107  2 
bluetooth 444619  22 bnep,btusb,rfcomm
soundcore  14635  2 snd,snd_hda_codec
shpchp 32280  0 
ideapad_laptop 18132  0 
sparse_keymap  13658  1 ideapad_laptop
mac_hid13099  0 
parport_pc 32154  0 
ppdev  17423  0 
lp 13359  0 
parport40945  3 lp,ppdev,parport_pc
ums_realtek18008  0 
uas22257  0 
usb_storage57197  2 uas,ums_realtek
i915  956578  3 
i2c_algo_bit   13316  1 i915
drm_kms_helper106489  1 i915
tg3   159805  0 
psmouse   106642  0 
drm   276577  5 i915,drm_kms_helper
ptp18938  1 tg3
pps_core   18768  1 ptp
pata_acpi  12901  0 
ssb56722  1 b43
video  20019  1 i915
wmi18843  0 




** Tags added: kernel-fixed-upstream

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

Title:
  14e4:4315 [lenovo IdeaPad S10e] No WiFi - Broadcom Corporation BCM4312
  802.11b/g LP-PHY (rev 01)

Status in bcmwl package in Ubuntu:
  Triaged

Bug description:
  With my Lenovo IdeaPad S10e, after updating to 14.10 from 14.04 the WLAN does 
not work anymore - the driver seems to be loaded since the hardware light 
flashes blue/purple, but the device is unable to connect to any WLAN. dmesg 
shows:
  [ 1253.135793] ERROR @wl_dev_intvar_get : error (-1)
  [ 1253.135805] ERROR @wl_cfg80211_get_tx_power : error (-1)

  04:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g 
LP-PHY [14e4:4315] (rev 01)
   Subsystem: Broadcom Corporation Device [14e4:04b5]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
   Latency: 0, Cache Line Size: 64 bytes
   Interrupt: pin A routed to IRQ 18
   Region 0: Memory at f020 (64-bit, non-prefetchable) [size=16K]
   Capabilities: access denied
   Kernel driver in use: wl

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hirsch 2758 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Oct 24 08:13:35 

[Kernel-packages] [Bug 1419151] Re: OpenPower needs backport of PowerNV OPAL i2c driver

2015-02-18 Thread Brad Figg
** Changed in: linux (Ubuntu Utopic)
   Status: Confirmed = 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/1419151

Title:
  OpenPower needs backport of PowerNV OPAL i2c driver

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [Impact]
  This exposes the i2c busses of the machine which are controlled via the OPAL 
firmware. This is among
  other things, necessary for manufacturing configuration of VPDs etc..., but 
will also enable Linux access
  to some i2c devices such as the TPM.

  We wish to have this in utopic and if possible trusty.

  [Fix]
  The Open Power machines need the driver that was merged in 3.19 backported. 
The commit upstream
  is 470834508f87877f680738a10a305280582c7aed i2c: Driver to expose PowerNV 
platform i2c busses
  $ git describe --contains 470834508f87877f680738a10a305280582c7aed
  v3.19-rc1~22^2~7

  [Test Case]
  modprobe i2c-opal

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

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


[Kernel-packages] [Bug 1400215] Re: Atheros BT devices(ath3k) fail to work on USB3.0 buses

2015-02-18 Thread Brad Figg
** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Also affects: linux (Ubuntu Vivid)
   Importance: High
 Assignee: Adam Lee (adam8157)
   Status: In Progress

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

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

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

Title:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses

Status in HWE Next Project:
  In Progress
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses, but work well
  on USB 2.0

    1. BT devices will disappear from USB3.0 buses.
    2. BT devices can be found on USB3.0 buses, but can not be found by 
hciconfig.
    3. There are FW loading error messages in dmesg with USB3.0.

  $ dmesg | grep Blu
  [ 13.996701] Bluetooth: Core ver 2.19
  [ 13.996716] Bluetooth: HCI device and connection manager initialized
  [ 13.996722] Bluetooth: HCI socket layer initialized
  [ 13.996723] Bluetooth: L2CAP socket layer initialized
  [ 13.996729] Bluetooth: SCO socket layer initialized
  [ 15.763696] Bluetooth: RFCOMM TTY layer initialized
  [ 15.763705] Bluetooth: RFCOMM socket layer initialized
  [ 15.763709] Bluetooth: RFCOMM ver 1.11
  [ 15.772693] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [ 15.772696] Bluetooth: BNEP filters: protocol multicast
  [ 15.772703] Bluetooth: BNEP socket layer initialized
  [ 17.378235] Bluetooth: Error in firmware loading err = -110,len = 448, size 
= 1496
  [ 17.378242] Bluetooth: Loading sysconfig file failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1400215/+subscriptions

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


[Kernel-packages] [Bug 1359689] Re: cryptsetup password prompt not shown

2015-02-18 Thread Joseph Salisbury
In addition to upstream commit abd69c55d, at least two other commits are
required: 144ecb97c and 623369e53.  I'm working on backporting them and
should have a test kernel shortly.

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

Title:
  cryptsetup password prompt not shown

Status in linux package in Ubuntu:
  Confirmed
Status in plymouth package in Ubuntu:
  Triaged

Bug description:
  Currently in utopic the following happens when booting an encrypted
  setup:

  Press enter in grub, after a while screen freezes (or turns completely
  black) and stays like that. When I press the down key, I can see the
  password prompt. When I press the up key again, I get to the graphical
  password prompt.

  This is demonstrated in the following screencast:
  https://drive.google.com/file/d/0B7EMvd1LJKgZREJocHBueEhpa2s/edit?usp=sharing

  Maybe this is related to the version of plymouth utopic currently uses, a 
similar debian bug report seems to be resolved with a newer version 0.9.0-6, 
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752752.
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  MachineType: Dell Inc. Precision M4600
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 03/10/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/10/2013:svnDellInc.:pnPrecisionM4600:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4600
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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


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

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] UdevDb.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] [NEW] Only one CPU core gets microcode updated

2015-02-18 Thread Nick
Public bug reported:

dmesg | grep -i microcode
[0.00] CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
[0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
[0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
[0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
[0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
[0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
[0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
[0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
[0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
[0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

This is weird. All CPU cores showing same sig, but only one core's
microcode updated?

The machines have two physical CPUs, both are L5420, thus totally 8 CPU
cores.

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  New

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8
  CPU cores.

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

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


[Kernel-packages] [Bug 1423296] PulseList.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] Re: Only one CPU core gets microcode updated

2015-02-18 Thread Nick
apport information

** Tags added: apport-collected trusty

** Description changed:

  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba
  
  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?
  
- The machines have two physical CPUs, both are L5420, thus totally 8 CPU
- cores.
+ The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.7
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  nickyip1967 F pulseaudio
+  /dev/snd/controlC1:  nickyip1967 F pulseaudio
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
+ InstallationDate: Installed on 2013-05-18 (640 days ago)
+ InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth1  no wireless extensions.
+  
+  eth2  no wireless extensions.
+ MachineType: System manufacturer System Product Name
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
+ ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-30-generic N/A
+  linux-backports-modules-3.16.0-30-generic  N/A
+  linux-firmware 1.134~gd~t
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  trusty
+ Uname: Linux 3.16.0-30-generic i686
+ UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ _MarkForUpload: True
+ dmi.bios.date: 11/24/2009
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 0501
+ dmi.board.asset.tag: To Be Filled By O.E.M.
+ dmi.board.name: DSAN-DX
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: Rev 1.xxG
+ dmi.chassis.asset.tag: Asset-1234567890
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
+ dmi.product.name: System Product Name
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  

[Kernel-packages] [Bug 1423296] ProcModules.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] UdevLog.txt

2015-02-18 Thread Nick
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1423296/+attachment/4322049/+files/UdevLog.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/1423296

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] CRDA.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] BootDmesg.txt

2015-02-18 Thread Nick
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1423296/+attachment/4322038/+files/BootDmesg.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/1423296

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] ProcCpuinfo.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] Lsusb.txt

2015-02-18 Thread Nick
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1423296/+attachment/4322042/+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/1423296

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] CurrentDmesg.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1422675] Re: No installable kernel was found in the defined APT sources

2015-02-18 Thread Chris Bainbridge
Joseph Salisbury (jsalisbury) wrote 
 12.04 is the last release that will support non-PAE.

This bug report is not about running non-PAE, it is about running PAE on
the Pentium M. Ubuntu 14.04 supports PAE on the Pentium M - the Ubuntu
Kernel Team merged the patch on 2014-03-06, shortly before 14.04 was
released - https://bugs.launchpad.net/baltix/+bug/930447/comments/284

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

Title:
  No installable kernel was found in the defined APT sources

Status in linux package in Ubuntu:
  Invalid

Bug description:
  I tried to install from the Ubuntu Vivid 32-bit mini.iso into a
  computer with Pentium M

  http://www.cnet.com/laptops/lenovo-
  thinkpad-t42-2373/4507-3121_7-31155666.html

  and booted the installer with the forcepae boot option. This made the
  installer start and work until it should get the kernel. Then it
  stopped with the following message

  No installable kernel was found in the defined APT sources ...
  Continue the installation without installing a kernel?

  I checked if this is a PAE issue ... and yes, it is.

  Forcepae makes the installer work, but later on, during installation,
  it refuses to manage the [PAE] kernel. I tested, and it works in a
  computer with CPU with a built-in PAE flag. And the trusty mini.iso
  can install in the same computer with Pentium M, so this is a
  regression.

  At 'ctrl+alt+F4' it complains that the kernels found are not usable on
  486. But forcepae should allow it. And the same kernels work when
  installed with the corresponding daily Lubuntu Vivid desktop iso file.

  -o-

  This bug is reported from another computer, because I don't know how
  to report it from the mini.iso system. So you should disregard the
  collected data, that I might not be able to remove.

  ProblemType: Bug

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

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


[Kernel-packages] [Bug 1162781] Re: bluez package out of date, 5.23 is available in debian sid/jessie

2015-02-18 Thread Benjamin Xiao
Pulseaudio just got upgraded to version 6 today for Vivid. Does this
mean we'll see Bluez 5 soon now that HSP support has been fixed?

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

Title:
  bluez package out of date, 5.23 is available in debian sid/jessie

Status in bluez package in Ubuntu:
  Triaged

Bug description:
  Looks like there have been a lot of improvements to bluez since the
  4.x series. Would be nice to get the latest release pulled in.

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

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


[Kernel-packages] [Bug 1423095] Re: Networking does not re-enable after restart

2015-02-18 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = High

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

Title:
  Networking does not re-enable after restart

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After opening the lid on my laptop, on some occasions the network
  restarts disabled. When you put a tick next to Enable Networking, this
  doesn't actually enable networking - it puts a tick next to the menu
  item, but it doesn't find any WiFi networks or display any of the
  options you would expect following Enable Network.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dean   3121 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Feb 18 09:36:09 2015
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=f6094c0c-20e9-4eb9-8eb4-257f3edf0529
  MachineType: Dell Inc. Inspiron 5521
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=d3af1bfa-3f7c-4718-8141-ed7e2ac19762 ro splash quiet vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.138.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0C46Y8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd10/25/2013:svnDellInc.:pnInspiron5521:pvrA12:rvnDellInc.:rn0C46Y8:rvrA00:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron 5521
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1423292] [NEW] [Anders 2]GPU driver throws a call trace in dmesg

2015-02-18 Thread Joseph Salisbury
Public bug reported:

Following call trace is seen in the dmesg. Looks like it is related to
the GPU driver.

[9.107564] [ cut here ]
[9.107589] WARNING: CPU: 2 PID: 390 at 
/build/buildd/linux-3.18.0/drivers/gpu/drm/i915/i915_drv.c:451 
intel_detect_pch+0x366/0x3d0 [i915]()
[9.107607] Modules linked in: i915(+) x86_pkg_temp_thermal coretemp 
kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel 
drm_kms_helper aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd drm 
i2c_algo_bit ipmi_si(+) lpc_ich ipmi_msghandler shpchp video mac_hid mlx4_en 
vxlan ip6_udp_tunnel udp_tunnel ptp pps_core mlx4_core ahci libahci
[9.107610] CPU: 2 PID: 390 Comm: systemd-udevd Not tainted 
3.18.0-11-generic #12-Ubuntu
[9.107611] Hardware name: HP ProLiant m710 Server Cartridge/, BIOS H06 
01/21/2015
[9.107614]  0009 880810d93878 817ad3ac 
0d900d90
[9.107616]   880810d938b8 81074c21 

[9.107618]  880812945000 880810c0 88081011e800 
880810c0
[9.107618] Call Trace:
[9.107624]  [817ad3ac] dump_stack+0x46/0x58
[9.107627]  [81074c21] warn_slowpath_common+0x81/0xa0
[9.107630]  [81074cfa] warn_slowpath_null+0x1a/0x20
[9.107648]  [c05db756] intel_detect_pch+0x366/0x3d0 [i915]
[9.107687]  [c06751d8] i915_driver_load+0x1b8/0x1030 [i915]
[9.107690]  [813b6c18] ? kobject_uevent_env+0x178/0x690
[9.107693]  [814e7707] ? get_device+0x17/0x30
[9.107695]  [814ed385] ? klist_class_dev_get+0x15/0x20
[9.107697]  [8179f858] ? klist_node_init+0x38/0x60
[9.107700]  [8179f916] ? klist_add_tail+0x46/0x50
[9.107702]  [814e902b] ? device_add+0x1db/0x6d0
[9.107715]  [c037f6c5] drm_dev_register+0xb5/0x110 [drm]
[9.107726]  [c038273d] drm_get_pci_dev+0x8d/0x200 [drm]
[9.107744]  [c05db23b] i915_pci_probe+0x3b/0x60 [i915]
[9.107748]  [813fc0d5] local_pci_probe+0x45/0xa0
[9.107750]  [813fd475] ? pci_match_device+0xe5/0x110
[9.107752]  [813fd5b9] pci_device_probe+0xd9/0x130
[9.107756]  [814ec413] driver_probe_device+0xa3/0x410
[9.107758]  [814ec85b] __driver_attach+0x9b/0xa0
[9.107761]  [814ec7c0] ? __device_attach+0x40/0x40
[9.107763]  [814ea1eb] bus_for_each_dev+0x6b/0xb0
[9.107766]  [814ebe7e] driver_attach+0x1e/0x20
[9.107768]  [814eba60] bus_add_driver+0x180/0x250
[9.107770]  [814ed054] driver_register+0x64/0xf0
[9.107773]  [813fb90c] __pci_register_driver+0x4c/0x50
[9.107783]  [c03829aa] drm_pci_init+0xfa/0x130 [drm]
[9.107785]  [c051e000] ? 0xc051e000
[9.107802]  [c051e08a] i915_init+0x8a/0x92 [i915]
[9.107806]  [81002148] do_one_initcall+0xd8/0x210
[9.107810]  [811b8cf2] ? __vunmap+0xa2/0x100
[9.107814]  [810fb32b] load_module+0x151b/0x1c10
[9.107816]  [810f6a40] ? store_uevent+0x40/0x40
[9.107819]  [810fbb96] SyS_finit_module+0x86/0xb0
[9.107822]  [817b506d] system_call_fastpath+0x16/0x1b
[9.107824] ---[ end trace 58c91eee44705aff ]---

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

** Affects: linux (Ubuntu Trusty)
 Importance: Medium
 Assignee: Joseph Salisbury (jsalisbury)
 Status: In Progress

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

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


** Tags: kernel-da-key trusty utopic vivid

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

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

** Also affects: linux (Ubuntu Vivid)
   Importance: Medium
 Assignee: Joseph Salisbury (jsalisbury)
   Status: In Progress

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

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Joseph Salisbury (jsalisbury)

** Changed in: linux (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu Trusty)
   Importance: Undecided = Medium

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

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

** Changed in: linux (Ubuntu Vivid)
   Status: In Progress = Confirmed

** Changed in: linux (Ubuntu Vivid)
 Assignee: Joseph Salisbury (jsalisbury) = (unassigned)

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

Title:
  [Anders 2]GPU driver throws a call trace in dmesg

Status in 

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

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

apport-collect 1423296

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8
  CPU cores.

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

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


[Kernel-packages] [Bug 1423296] Lspci.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] ProcInterrupts.txt

2015-02-18 Thread Nick
apport information

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423296] WifiSyslog.txt

2015-02-18 Thread Nick
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1423296/+attachment/4322050/+files/WifiSyslog.txt

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

** Attachment removed: PulseList.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322047/+files/PulseList.txt

** Attachment removed: AlsaInfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322037/+files/AlsaInfo.txt

** Attachment removed: CRDA.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322039/+files/CRDA.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322042/+files/Lsusb.txt

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322044/+files/ProcEnviron.txt

** Attachment removed: WifiSyslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322050/+files/WifiSyslog.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/1423296

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-18 Thread Sander Jonkers
After 24 hours of use, still no slub.c error message in dmesg.

$ dmesg | grep -i slub
[0.00] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

[0.00] Linux version 3.18.0-13-generic (root@gloin) (gcc version
4.9.2 (Ubuntu 4.9.2-10ubuntu5) ) #14 SMP Tue Feb 17 11:13:29 UTC 2015
(Ubuntu 3.18.0-13.14~lp1418286v1-generic 3.18.5)

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

Title:
  kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This is a fresh install. On the first boot, I did an `apt-get update
   apt-get dist-upgrade, then this error has been showing up on every
  boot since.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-12-generic 3.18.0-12.13
  ProcVersionSignature: Ubuntu 3.18.0-12.13-generic 3.18.4
  Uname: Linux 3.18.0-12-generic x86_64
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vader  2429 F pulseaudio
   /dev/snd/controlC1:  vader  2429 F pulseaudio
  Date: Wed Feb  4 18:34:37 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=11449e64-6ee6-4d54-b336-bce8608c56c9
  InstallationDate: Installed on 2015-02-04 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha amd64 (20141218)
  MachineType: ASUSTeK COMPUTER INC. Q501LA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.18.0-12-generic 
root=UUID=3f2d8fd8-7c79-4d11-ae2d-b0cd1b27db9c ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: Q501LA.207
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: Q501LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrQ501LA.207:bd06/19/2013:svnASUSTeKCOMPUTERINC.:pnQ501LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnQ501LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: Q501LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Kernel-packages] [Bug 1334964] Re: [LENOVO IdeaPad U410] hibernate/resume failure

2015-02-18 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Critical = Medium

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

Title:
  [LENOVO IdeaPad U410] hibernate/resume failure

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Issue occurs on occasion when laptop goes into hibernation, it will
  sometimes not allow the OS to boot up properly and will require a hard
  reset.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.15.0-6-generic 3.15.0-6.11
  ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0
  Uname: Linux 3.15.0-6-generic x86_64
  Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
  ApportVersion: 2.14.3-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phantom3313 F pulseaudio
  Date: Wed Jun 25 00:47:38 2014
  DuplicateSignature: hibernate/resume:LENOVO IdeaPad U410:65CN89WW
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=6ef445f3-4ec3-401b-bbb5-8433beb033c3
  InstallationDate: Installed on 2014-06-10 (16 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO IdeaPad U410
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic.efi.signed 
root=UUID=b81f86dc-0438-428d-9bdc-548699b3beed ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.15.0-6-generic N/A
   linux-backports-modules-3.15.0-6-generic  N/A
   linux-firmware1.131
  SourcePackage: linux
  StagingDrivers: keucr
  Title: [LENOVO IdeaPad U410] hibernate/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/04/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 65CN89WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo U410
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr65CN89WW:bd09/04/2012:svnLENOVO:pnIdeaPadU410:pvrLenovoU410:rvnLENOVO:rnLenovo:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoU410:
  dmi.product.name: IdeaPad U410
  dmi.product.version: Lenovo U410
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1423343] Re: [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

2015-02-18 Thread Mark W Wenning
These are requested patches from the Microsoft Hyper-v team, I don't
think apport will do much.

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

Title:
  [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Following patches are missing from ubuntu vivid 15.04 compared to
  latest upstream (linux-next) , please include them in ubuntu vivid ,
  all the patches listed here are already upstream .

  /arch/x86/include/uapi/asm/hyperv.h

  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1

  /drivers/hv/hyperv_vmbus.h
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2

  drivers/hv/vmbus_drv.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a45de93eb10ae6aec2c73d722562ab46092a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d8a60e000c951f845d9a5fb3e67853e0e63a5659
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=90f3453585479d5beb75058da46eb573ced0e6ac
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
  6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b0209501dc7586cbfbf6d023f2dd3ce4621aff2c

  /drivers/hv/hv_snapshot.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=649142074d86afebe0505431a93957505d244dd6

  /drivers/hv/hv_kvp.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4

  /drivers/hv/hv_fcopy.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d9b1652947c695d247b5e4603a16213ec55661ed

  /drivers/hv/channel.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d61031ee8df6214d58371a1cc36a0591e242fba0
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9f52a1630922bcdab75fc72e59ed58db8e164314

  /drivers/hv/channel_mgmt.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d7f2fbafb4f84306436277664cf28042beaf252a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9c3a6f7e476fc4961297fc66b1177f9f8c8dd238
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=87712bf81dd092821c406ea3fb47a07222484a64
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c3582a2c4d0baf1fa3955c8b3d3d61308df474c7

  /drivers/hv/hv_balloon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=22f88475b62ac826acae2f77c3e1bd9543e87b2a
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=79208c57da5311860f165b613c89b3f647e357cd
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f6712238471a8afdbfcea482483fc121281292d8

  /tools/hv/hv_vss_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e5db05aae4657c7ade34ccc4b93f27ab647498e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7a401744d517864f8f2f2afba589e58a71d03aa6
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=170f4bea2008054e5098f99359e29823a7b4b1b9
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4f689190bb55d171d2f6614f8a6cbd4b868e48bd

  /tools/hv/hv_fcopy_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c1136da62170465920eea1ae9ba9ce2234091f77
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=aba474b8185d60ca8cdbf3049fe6d655aa761e23

  /drivers/net/hyperv/netvsc.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=da19fcd0d85f36420f578fe6dfe7a2a581b4fa6e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d953ca4ddf71aa91a4596b2ff7ff1598f6ad4708
  3. 

[Kernel-packages] [Bug 1423343] Re: [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

2015-02-18 Thread Joseph Salisbury
** Tags added: kernel-da-key kernel-hyper-v

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

Title:
  [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Following patches are missing from ubuntu vivid 15.04 compared to
  latest upstream (linux-next) , please include them in ubuntu vivid ,
  all the patches listed here are already upstream .

  /arch/x86/include/uapi/asm/hyperv.h

  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1

  /drivers/hv/hyperv_vmbus.h
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2

  drivers/hv/vmbus_drv.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a45de93eb10ae6aec2c73d722562ab46092a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d8a60e000c951f845d9a5fb3e67853e0e63a5659
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=90f3453585479d5beb75058da46eb573ced0e6ac
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
  6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b0209501dc7586cbfbf6d023f2dd3ce4621aff2c

  /drivers/hv/hv_snapshot.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=649142074d86afebe0505431a93957505d244dd6

  /drivers/hv/hv_kvp.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4

  /drivers/hv/hv_fcopy.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d9b1652947c695d247b5e4603a16213ec55661ed

  /drivers/hv/channel.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d61031ee8df6214d58371a1cc36a0591e242fba0
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9f52a1630922bcdab75fc72e59ed58db8e164314

  /drivers/hv/channel_mgmt.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d7f2fbafb4f84306436277664cf28042beaf252a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9c3a6f7e476fc4961297fc66b1177f9f8c8dd238
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=87712bf81dd092821c406ea3fb47a07222484a64
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c3582a2c4d0baf1fa3955c8b3d3d61308df474c7

  /drivers/hv/hv_balloon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=22f88475b62ac826acae2f77c3e1bd9543e87b2a
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=79208c57da5311860f165b613c89b3f647e357cd
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f6712238471a8afdbfcea482483fc121281292d8

  /tools/hv/hv_vss_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e5db05aae4657c7ade34ccc4b93f27ab647498e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7a401744d517864f8f2f2afba589e58a71d03aa6
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=170f4bea2008054e5098f99359e29823a7b4b1b9
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4f689190bb55d171d2f6614f8a6cbd4b868e48bd

  /tools/hv/hv_fcopy_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c1136da62170465920eea1ae9ba9ce2234091f77
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=aba474b8185d60ca8cdbf3049fe6d655aa761e23

  /drivers/net/hyperv/netvsc.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=da19fcd0d85f36420f578fe6dfe7a2a581b4fa6e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d953ca4ddf71aa91a4596b2ff7ff1598f6ad4708
  3. 

[Kernel-packages] [Bug 1423343] Re: [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

2015-02-18 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Following patches are missing from ubuntu vivid 15.04 compared to
  latest upstream (linux-next) , please include them in ubuntu vivid ,
  all the patches listed here are already upstream .

  /arch/x86/include/uapi/asm/hyperv.h

  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1

  /drivers/hv/hyperv_vmbus.h
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2

  drivers/hv/vmbus_drv.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a45de93eb10ae6aec2c73d722562ab46092a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d8a60e000c951f845d9a5fb3e67853e0e63a5659
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=90f3453585479d5beb75058da46eb573ced0e6ac
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
  6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b0209501dc7586cbfbf6d023f2dd3ce4621aff2c

  /drivers/hv/hv_snapshot.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=649142074d86afebe0505431a93957505d244dd6

  /drivers/hv/hv_kvp.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4

  /drivers/hv/hv_fcopy.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d9b1652947c695d247b5e4603a16213ec55661ed

  /drivers/hv/channel.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d61031ee8df6214d58371a1cc36a0591e242fba0
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9f52a1630922bcdab75fc72e59ed58db8e164314

  /drivers/hv/channel_mgmt.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d7f2fbafb4f84306436277664cf28042beaf252a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9c3a6f7e476fc4961297fc66b1177f9f8c8dd238
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=87712bf81dd092821c406ea3fb47a07222484a64
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c3582a2c4d0baf1fa3955c8b3d3d61308df474c7

  /drivers/hv/hv_balloon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=22f88475b62ac826acae2f77c3e1bd9543e87b2a
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=79208c57da5311860f165b613c89b3f647e357cd
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f6712238471a8afdbfcea482483fc121281292d8

  /tools/hv/hv_vss_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e5db05aae4657c7ade34ccc4b93f27ab647498e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7a401744d517864f8f2f2afba589e58a71d03aa6
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=170f4bea2008054e5098f99359e29823a7b4b1b9
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4f689190bb55d171d2f6614f8a6cbd4b868e48bd

  /tools/hv/hv_fcopy_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c1136da62170465920eea1ae9ba9ce2234091f77
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=aba474b8185d60ca8cdbf3049fe6d655aa761e23

  /drivers/net/hyperv/netvsc.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=da19fcd0d85f36420f578fe6dfe7a2a581b4fa6e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d953ca4ddf71aa91a4596b2ff7ff1598f6ad4708
  3. 

[Kernel-packages] [Bug 1423324] Re: Update firmware for Intel 3160 / 7260 / 7265 / 7265D devices

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

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

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

Title:
  Update firmware for Intel 3160 / 7260 / 7265 / 7265D devices

Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  Intel released a re-spin of iwlwifi--10.ucode that includes
  a bug fix that has a major impact on users.

  Both firmware are available right now in our linux-firmware clone [1].

  Reference:
  http://permalink.gmane.org/gmane.linux.kernel.wireless.general/134116

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

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


[Kernel-packages] [Bug 1423343] Re: [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

2015-02-18 Thread Mark W Wenning
** Changed in: linux (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: linux (Ubuntu)
   Status: Opinion = Confirmed

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

Title:
  [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Following patches are missing from ubuntu vivid 15.04 compared to
  latest upstream (linux-next) , please include them in ubuntu vivid ,
  all the patches listed here are already upstream .

  /arch/x86/include/uapi/asm/hyperv.h

  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1

  /drivers/hv/hyperv_vmbus.h
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2

  drivers/hv/vmbus_drv.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a45de93eb10ae6aec2c73d722562ab46092a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d8a60e000c951f845d9a5fb3e67853e0e63a5659
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=90f3453585479d5beb75058da46eb573ced0e6ac
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
  6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b0209501dc7586cbfbf6d023f2dd3ce4621aff2c

  /drivers/hv/hv_snapshot.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=649142074d86afebe0505431a93957505d244dd6

  /drivers/hv/hv_kvp.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4

  /drivers/hv/hv_fcopy.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d9b1652947c695d247b5e4603a16213ec55661ed

  /drivers/hv/channel.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d61031ee8df6214d58371a1cc36a0591e242fba0
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9f52a1630922bcdab75fc72e59ed58db8e164314

  /drivers/hv/channel_mgmt.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d7f2fbafb4f84306436277664cf28042beaf252a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9c3a6f7e476fc4961297fc66b1177f9f8c8dd238
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=87712bf81dd092821c406ea3fb47a07222484a64
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c3582a2c4d0baf1fa3955c8b3d3d61308df474c7

  /drivers/hv/hv_balloon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=22f88475b62ac826acae2f77c3e1bd9543e87b2a
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=79208c57da5311860f165b613c89b3f647e357cd
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f6712238471a8afdbfcea482483fc121281292d8

  /tools/hv/hv_vss_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e5db05aae4657c7ade34ccc4b93f27ab647498e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7a401744d517864f8f2f2afba589e58a71d03aa6
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=170f4bea2008054e5098f99359e29823a7b4b1b9
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4f689190bb55d171d2f6614f8a6cbd4b868e48bd

  /tools/hv/hv_fcopy_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c1136da62170465920eea1ae9ba9ce2234091f77
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=aba474b8185d60ca8cdbf3049fe6d655aa761e23

  /drivers/net/hyperv/netvsc.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=da19fcd0d85f36420f578fe6dfe7a2a581b4fa6e
  2. 

[Kernel-packages] [Bug 1423324] Re: Update firmware for Intel 3160 / 7260 / 7265 / 7265D devices

2015-02-18 Thread Jorge Niedbalski
** Branch linked: lp:~niedbalski/ubuntu/vivid/linux-firmware/fix-1423324

** Description changed:

  Intel released a re-spin of iwlwifi--10.ucode that includes
  a bug fix that has a major impact on users.
  
  Both firmware are available right now in our linux-firmware clone [1].
- Note that I haven't yet updated the wiki [2] since I am still having
- issues with permissions, but that will hopefully be fixed soon.
  
  Reference:
  http://permalink.gmane.org/gmane.linux.kernel.wireless.general/134116

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

Title:
  Update firmware for Intel 3160 / 7260 / 7265 / 7265D devices

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Intel released a re-spin of iwlwifi--10.ucode that includes
  a bug fix that has a major impact on users.

  Both firmware are available right now in our linux-firmware clone [1].

  Reference:
  http://permalink.gmane.org/gmane.linux.kernel.wireless.general/134116

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

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


[Kernel-packages] [Bug 1421372] Re: CVE-2014-5332

2015-02-18 Thread John Johansen
** Changed in: linux-lts-trusty (Ubuntu Precise)
   Status: New = Invalid

** Changed in: linux-armadaxp (Ubuntu Precise)
   Status: New = Invalid

** Changed in: linux-lts-utopic (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: linux-ec2 (Ubuntu Lucid)
   Status: New = Invalid

** Changed in: linux-lts-quantal (Ubuntu Precise)
   Status: New = Invalid

** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New = Invalid

** Changed in: linux (Ubuntu Precise)
   Status: New = Invalid

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

** Changed in: linux (Ubuntu Lucid)
   Status: New = Invalid

** Changed in: linux (Ubuntu Vivid)
   Status: New = Invalid

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

Title:
  CVE-2014-5332

Status in linux package in Ubuntu:
  Invalid
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  New
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  New
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in linux-lts-backport-natty package in Ubuntu:
  New
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in linux-lts-saucy package in Ubuntu:
  Invalid
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  New
Status in linux-manta package in Ubuntu:
  New
Status in linux-mvl-dove package in Ubuntu:
  Invalid
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Lucid:
  Invalid
Status in linux-armadaxp source package in Lucid:
  Invalid
Status in linux-ec2 source package in Lucid:
  Invalid
Status in linux-flo source package in Lucid:
  Invalid
Status in linux-fsl-imx51 source package in Lucid:
  Invalid
Status in linux-goldfish source package in Lucid:
  Invalid
Status in linux-lts-backport-maverick source package in Lucid:
  New
Status in linux-lts-backport-natty source package in Lucid:
  New
Status in linux-lts-quantal source package in Lucid:
  Invalid
Status in linux-lts-raring source package in Lucid:
  Invalid
Status in linux-lts-saucy source package in Lucid:
  Invalid
Status in linux-lts-trusty source package in Lucid:
  Invalid
Status in linux-lts-utopic source package in Lucid:
  Invalid
Status in linux-mako source package in Lucid:
  Invalid
Status in linux-manta source package in Lucid:
  Invalid
Status in linux-mvl-dove source package in Lucid:
  Invalid
Status in linux-ti-omap4 source package in Lucid:
  Invalid
Status in linux source package in Precise:
  Invalid
Status in linux-armadaxp source package in Precise:
  Invalid
Status in linux-ec2 source package in Precise:
  Invalid
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  Invalid
Status in linux-lts-raring source package in Precise:
  New
Status in linux-lts-saucy source package in Precise:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Invalid
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-mako source package in Precise:
  Invalid
Status in linux-manta source package in Precise:
  Invalid
Status in linux-mvl-dove source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New
Status in linux source package in Trusty:
  Invalid
Status in linux-armadaxp source package in Trusty:
  Invalid
Status in linux-ec2 source package in Trusty:
  Invalid
Status in linux-flo source package in Trusty:
  Invalid
Status in linux-fsl-imx51 source package in Trusty:
  Invalid
Status in linux-goldfish source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Trusty:
  New
Status in linux-lts-backport-natty source package in Trusty:
  New
Status in linux-lts-quantal source package in Trusty:
  Invalid
Status in linux-lts-raring source package in Trusty:
  Invalid
Status in linux-lts-saucy source package in Trusty:
  Invalid
Status in linux-lts-trusty source package in Trusty:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  Invalid
Status in linux-mako source package in Trusty:
  Invalid
Status in linux-manta source package in Trusty:
  Invalid
Status in linux-mvl-dove source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Invalid
Status in 

[Kernel-packages] [Bug 1423324] [NEW] Update firmware for Intel 3160 / 7260 / 7265 / 7265D devices

2015-02-18 Thread Jorge Niedbalski
Public bug reported:

Intel released a re-spin of iwlwifi--10.ucode that includes
a bug fix that has a major impact on users.

Both firmware are available right now in our linux-firmware clone [1].
Note that I haven't yet updated the wiki [2] since I am still having
issues with permissions, but that will hopefully be fixed soon.

Reference:
http://permalink.gmane.org/gmane.linux.kernel.wireless.general/134116

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

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

Title:
  Update firmware for Intel 3160 / 7260 / 7265 / 7265D devices

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Intel released a re-spin of iwlwifi--10.ucode that includes
  a bug fix that has a major impact on users.

  Both firmware are available right now in our linux-firmware clone [1].
  Note that I haven't yet updated the wiki [2] since I am still having
  issues with permissions, but that will hopefully be fixed soon.

  Reference:
  http://permalink.gmane.org/gmane.linux.kernel.wireless.general/134116

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

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


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

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

apport-collect 1423343

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

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

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

** Tags added: vivid

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

Title:
  [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following patches are missing from ubuntu vivid 15.04 compared to
  latest upstream (linux-next) , please include them in ubuntu vivid ,
  all the patches listed here are already upstream .

  /arch/x86/include/uapi/asm/hyperv.h

  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1

  /drivers/hv/hyperv_vmbus.h
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2

  drivers/hv/vmbus_drv.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a45de93eb10ae6aec2c73d722562ab46092a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d8a60e000c951f845d9a5fb3e67853e0e63a5659
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=90f3453585479d5beb75058da46eb573ced0e6ac
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
  6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b0209501dc7586cbfbf6d023f2dd3ce4621aff2c

  /drivers/hv/hv_snapshot.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=649142074d86afebe0505431a93957505d244dd6

  /drivers/hv/hv_kvp.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4

  /drivers/hv/hv_fcopy.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d9b1652947c695d247b5e4603a16213ec55661ed

  /drivers/hv/channel.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d61031ee8df6214d58371a1cc36a0591e242fba0
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9f52a1630922bcdab75fc72e59ed58db8e164314

  /drivers/hv/channel_mgmt.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d7f2fbafb4f84306436277664cf28042beaf252a
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9c3a6f7e476fc4961297fc66b1177f9f8c8dd238
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=87712bf81dd092821c406ea3fb47a07222484a64
  5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c3582a2c4d0baf1fa3955c8b3d3d61308df474c7

  /drivers/hv/hv_balloon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=22f88475b62ac826acae2f77c3e1bd9543e87b2a
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=79208c57da5311860f165b613c89b3f647e357cd
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f6712238471a8afdbfcea482483fc121281292d8

  /tools/hv/hv_vss_daemon.c
  1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e5db05aae4657c7ade34ccc4b93f27ab647498e
  2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7a401744d517864f8f2f2afba589e58a71d03aa6
  3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=170f4bea2008054e5098f99359e29823a7b4b1b9
  4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4f689190bb55d171d2f6614f8a6cbd4b868e48bd

  /tools/hv/hv_fcopy_daemon.c
  1. 

[Kernel-packages] [Bug 1362358] Re: uvcvideo doesn't work with USB webcam with linux 3.16

2015-02-18 Thread Joseph Salisbury
** Also affects: linux (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Utopic)
   Importance: Undecided = Medium

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

Title:
  uvcvideo doesn't work with USB webcam with linux 3.16

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Utopic:
  Triaged

Bug description:
  uvcvideo doesn't work with linux 3.16 on at least two USB webcams.

  guvcvideo shows a black screen and reports Could not grab image or
  ignoring empty buffer.

  The camera works fine with Motion or Skype in linux 3.16. guvcvideo
  works fine with linux 3.15.

  There is more info at
  https://bugzilla.kernel.org/show_bug.cgi?id=81611.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-10-generic 3.16.0-10.15
  ProcVersionSignature: Ubuntu 3.16.0-10.15-generic 3.16.1
  Uname: Linux 3.16.0-10-generic x86_64
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rocko  1894 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Aug 27 17:26:27 2014
  HibernationDevice: RESUME=UUID=e586cc1f-5429-445e-b3fa-d15a1f5b54a0
  InstallationDate: Installed on 2014-08-22 (5 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0408:2fb1 Quanta Computer, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-10-generic 
root=UUID=fa1da5bc-d7d9-40bf-9d26-ad7bcf1ab6bc ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-10-generic N/A
   linux-backports-modules-3.16.0-10-generic  N/A
   linux-firmware 1.132
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Kernel-packages] [Bug 1421372] Re: CVE-2014-5332

2015-02-18 Thread John Johansen
** Changed in: linux (Ubuntu Utopic)
   Status: New = Invalid

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

** Changed in: linux-lts-raring (Ubuntu Precise)
   Status: New = Invalid

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

Title:
  CVE-2014-5332

Status in linux package in Ubuntu:
  Invalid
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  New
Status in linux-fsl-imx51 package in Ubuntu:
  Invalid
Status in linux-goldfish package in Ubuntu:
  New
Status in linux-lts-backport-maverick package in Ubuntu:
  New
Status in linux-lts-backport-natty package in Ubuntu:
  New
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in linux-lts-saucy package in Ubuntu:
  Invalid
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  New
Status in linux-manta package in Ubuntu:
  New
Status in linux-mvl-dove package in Ubuntu:
  Invalid
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Lucid:
  Invalid
Status in linux-armadaxp source package in Lucid:
  Invalid
Status in linux-ec2 source package in Lucid:
  Invalid
Status in linux-flo source package in Lucid:
  Invalid
Status in linux-fsl-imx51 source package in Lucid:
  Invalid
Status in linux-goldfish source package in Lucid:
  Invalid
Status in linux-lts-backport-maverick source package in Lucid:
  New
Status in linux-lts-backport-natty source package in Lucid:
  New
Status in linux-lts-quantal source package in Lucid:
  Invalid
Status in linux-lts-raring source package in Lucid:
  Invalid
Status in linux-lts-saucy source package in Lucid:
  Invalid
Status in linux-lts-trusty source package in Lucid:
  Invalid
Status in linux-lts-utopic source package in Lucid:
  Invalid
Status in linux-mako source package in Lucid:
  Invalid
Status in linux-manta source package in Lucid:
  Invalid
Status in linux-mvl-dove source package in Lucid:
  Invalid
Status in linux-ti-omap4 source package in Lucid:
  Invalid
Status in linux source package in Precise:
  Invalid
Status in linux-armadaxp source package in Precise:
  Invalid
Status in linux-ec2 source package in Precise:
  Invalid
Status in linux-flo source package in Precise:
  Invalid
Status in linux-fsl-imx51 source package in Precise:
  Invalid
Status in linux-goldfish source package in Precise:
  Invalid
Status in linux-lts-backport-maverick source package in Precise:
  New
Status in linux-lts-backport-natty source package in Precise:
  New
Status in linux-lts-quantal source package in Precise:
  Invalid
Status in linux-lts-raring source package in Precise:
  Invalid
Status in linux-lts-saucy source package in Precise:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Invalid
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-mako source package in Precise:
  Invalid
Status in linux-manta source package in Precise:
  Invalid
Status in linux-mvl-dove source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  Invalid
Status in linux source package in Trusty:
  Invalid
Status in linux-armadaxp source package in Trusty:
  Invalid
Status in linux-ec2 source package in Trusty:
  Invalid
Status in linux-flo source package in Trusty:
  Invalid
Status in linux-fsl-imx51 source package in Trusty:
  Invalid
Status in linux-goldfish source package in Trusty:
  Invalid
Status in linux-lts-backport-maverick source package in Trusty:
  New
Status in linux-lts-backport-natty source package in Trusty:
  New
Status in linux-lts-quantal source package in Trusty:
  Invalid
Status in linux-lts-raring source package in Trusty:
  Invalid
Status in linux-lts-saucy source package in Trusty:
  Invalid
Status in linux-lts-trusty source package in Trusty:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  Invalid
Status in linux-mako source package in Trusty:
  Invalid
Status in linux-manta source package in Trusty:
  Invalid
Status in linux-mvl-dove source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Invalid
Status in linux-armadaxp source package in Utopic:
  Invalid
Status in linux-ec2 source package in Utopic:
  Invalid
Status in linux-flo source package in Utopic:
  New
Status in linux-fsl-imx51 source package in Utopic:
  Invalid
Status in linux-goldfish source package in Utopic:
  New
Status in linux-lts-backport-maverick source package in Utopic:
  New
Status in linux-lts-backport-natty source package in Utopic:
  New
Status in linux-lts-quantal source package in Utopic:
  Invalid
Status in 

[Kernel-packages] [Bug 1423343] [NEW] [Hyper-V][ubuntu 15.04] various upstream patches for hyper-v

2015-02-18 Thread Mark W Wenning
Public bug reported:

Following patches are missing from ubuntu vivid 15.04 compared to latest
upstream (linux-next) , please include them in ubuntu vivid , all the
patches listed here are already upstream .

/arch/x86/include/uapi/asm/hyperv.h

1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1

/drivers/hv/hyperv_vmbus.h
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2

drivers/hv/vmbus_drv.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=a45de93eb10ae6aec2c73d722562ab46092a
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d8a60e000c951f845d9a5fb3e67853e0e63a5659
3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4061ed9e2aaac31daef44f06e9b83143c78b24b2
4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=90f3453585479d5beb75058da46eb573ced0e6ac
5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=302a3c0f2757ae1a3e7df3f9fa1f20e2214ab945
6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=b0209501dc7586cbfbf6d023f2dd3ce4621aff2c

/drivers/hv/hv_snapshot.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=649142074d86afebe0505431a93957505d244dd6

/drivers/hv/hv_kvp.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=8d9560ebcc6448472b3afe8f36f37d6b0de8f5a4

/drivers/hv/hv_fcopy.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d9b1652947c695d247b5e4603a16213ec55661ed

/drivers/hv/channel.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d61031ee8df6214d58371a1cc36a0591e242fba0
3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9f52a1630922bcdab75fc72e59ed58db8e164314

/drivers/hv/channel_mgmt.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d7f2fbafb4f84306436277664cf28042beaf252a
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=67fae053bfc6e84144150e4c6c62670abb215c33
3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9c3a6f7e476fc4961297fc66b1177f9f8c8dd238
4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=87712bf81dd092821c406ea3fb47a07222484a64
5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c3582a2c4d0baf1fa3955c8b3d3d61308df474c7

/drivers/hv/hv_balloon.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=ab3de22bb4a3d4bda2d0ec8bebcb76a40f1cbf9b
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=22f88475b62ac826acae2f77c3e1bd9543e87b2a
3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=79208c57da5311860f165b613c89b3f647e357cd
4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=f6712238471a8afdbfcea482483fc121281292d8

/tools/hv/hv_vss_daemon.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9e5db05aae4657c7ade34ccc4b93f27ab647498e
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7a401744d517864f8f2f2afba589e58a71d03aa6
3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=170f4bea2008054e5098f99359e29823a7b4b1b9
4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4f689190bb55d171d2f6614f8a6cbd4b868e48bd

/tools/hv/hv_fcopy_daemon.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c1136da62170465920eea1ae9ba9ce2234091f77
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=aba474b8185d60ca8cdbf3049fe6d655aa761e23

/drivers/net/hyperv/netvsc.c
1. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=da19fcd0d85f36420f578fe6dfe7a2a581b4fa6e
2. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=d953ca4ddf71aa91a4596b2ff7ff1598f6ad4708
3. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=7390fe9c9a7ffdb0947add66efe7dedbe6b1cb6f
4. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=c51ed18257e731e15541324cd58bd3761d9d3b1c
5. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=aa99c47933d2c9a7622440d1b08ebb46ad8bd741
6. 
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=4d3c9d37f77566b04216dfc9a6513082002d7a1f


[Kernel-packages] [Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2015-02-18 Thread Chris Halse Rogers
Yup. Reproduced on 3.19 final.

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

Title:
  USB stops working after a while (xhci_hcd :00:14.0: Timeout while
  waiting for setup device command)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On my laptop the kernel will sometimes drop the USB hub. After this,
  the laptop doesn't recognise any device plugged in to the USB ports -
  plugging and unplugging any device I've tried into any of the USB
  ports produces no response, not even dmesg entries.

  Strangely this also applies to bluetooth - it no longer works once USB
  has dropped (possibly the module is hung of the bus internally).

  Once this has happened only a reboot fixes it; I've not managed to
  find any combination of module unload/reload or suspend cycles to
  reinitialise things correctly.

  Relevant snippet of dmesg:
  [48830.625057] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
  [48838.079718] xhci_hcd :00:14.0: Stopped the command ring failed, maybe 
the host is dead
  [48838.079742] xhci_hcd :00:14.0: Abort command ring failed
  [48838.079746] xhci_hcd :00:14.0: HC died; cleaning up
  [48838.079770] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
  [48838.079806] sched: RT throttling activated
  [48838.079981] usb 1-1: USB disconnect, device number 16
  [48838.079985] usb 1-1.2: USB disconnect, device number 18
  [48838.079987] usb 1-1.2.3: USB disconnect, device number 19
  [48838.080285] usb 1-1.2.4: USB disconnect, device number 20
  [48838.111892] usb 1-1.4: USB disconnect, device number 17
  [48838.191292] usb 1-4: USB disconnect, device number 6
  [48838.267550] usb 1-10: USB disconnect, device number 8
  [48838.282968] usb 2-1: device not accepting address 8, error -62
  [48838.282983] usb 2-1: USB disconnect, device number 8
  [48838.282986] usb 2-1.2: USB disconnect, device number 9

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-9-generic 3.18.0-9.10
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chris  4255 F pulseaudio
   /dev/snd/controlC0:  chris  4255 F pulseaudio
  CRDA:
   country AU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (3, 23), (N/A)
(5250 - 5330 @ 40), (3, 23), (0 ms), DFS
(5735 - 5835 @ 40), (3, 30), (N/A)
  CurrentDesktop: Unity
  Date: Thu Jan 22 12:59:27 2015
  InstallationDate: Installed on 2013-08-06 (533 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: System76, Inc. Galago UltraPro
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.18.0-9-generic.efi.signed 
root=UUID=92c2fa03-f29c-4bcc-87ab-f0fe28c134f2 ro quiet splash vt.handoff=7 
init=/lib/systemd/systemd break=mount
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-9-generic N/A
   linux-backports-modules-3.18.0-9-generic  N/A
   linux-firmware1.141
  RfKill:
   1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2013-08-06 (533 days ago)
  dmi.bios.date: 07/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Galago UltraPro
  dmi.board.vendor: System76, Inc.
  dmi.board.version: galu1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc,
  dmi.chassis.version: galu1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/09/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnSystem76,Inc.:rnGalagoUltraPro:rvrgalu1:cvnSystem76,Inc,:ct9:cvrgalu1:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

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

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


[Kernel-packages] [Bug 1393085] Re: Performance degraded and video glitches with i915 after upgrade to utopic

2015-02-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Performance degraded and video glitches with i915 after upgrade to
  utopic

Status in linux package in Ubuntu:
  Expired

Bug description:
  After upgrading from trusty to utopic, I noticed a performance degradation in 
the video performance. In particular the flash plugin video (like youtube) 
starts OK but it degrades after a couple of seconds when in full screen, 
looking as if it was doing something like 10~15 fps with videos that worked 
fine before. When switching to windowed more again, the video goes more 
smoothly but the seek bar blinks and other parts of the video present some 
glitches. Also when switching from X to a console, via Ctrl-Alt-F1 for example, 
it takes like 2 seconds to get the console, and I see the below message in the 
console. When switching back to X is fast as usual, but when switching back to 
the console, again 2 seconds delay and the message:
  [  184.436477] [drm:intel_enable_lvds] *ERROR* timed out waiting for panel to 
power on

  Other weird looking messages are found in dmesg:
  [4.673834] [drm] GMBUS [i915 gmbus panel] timed out, falling back to bit 
banging on pin 3
  [...]
  [4.732400] [drm] Wrong MCH_SSKPD value: 0x16040307
  [4.732404] [drm] This can cause pipe underruns and display issues.
  [4.732406] [drm] Please upgrade your BIOS to fix this.

  WORKAROUND: Change intel_pscale cpufreq driver setting to performance
  from powersave.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  CompositorRunning: None
  CurrentDesktop: Unity
  Date: Sat Nov 15 22:52:27 2014
  DistUpgraded: 2014-11-08 12:14:07,528 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.18, 3.16.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Toshiba America Info Systems Device [1179:0009]
  InstallationDate: Installed on 2012-04-26 (933 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: TOSHIBA SATELLITE Z830
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic 
root=UUID=36929bf3-a158-44d9-a80d-3adac2840fa8 ro quiet splash 
acpi_backlight=vendor pcie_aspm=force i915.enable_rc6=7 i915.enable_fbc=1 
i915.lvds_downclock=1 vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to utopic on 2014-11-08 (7 days ago)
  dmi.bios.date: 04/18/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.80
  dmi.board.asset.tag: 00
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.80:bd04/18/2013:svnTOSHIBA:pnSATELLITEZ830:pvrPT22LE-00300GGR:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: SATELLITE Z830
  dmi.product.version: PT22LE-00300GGR
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  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.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sat Nov 15 22:40:14 2014
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.16.0-1ubuntu1

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

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

[Kernel-packages] [Bug 1420560] cavac (i386) - tests ran: 147, failed: 1

2015-02-18 Thread Brad Figg
tests ran: 147, failed: 1;
  
http://kernel.ubuntu.com/testing/cavac__3.2.0-77.112__2015-02-19_03-34-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 1410817] Re: Kdump triggered manually after cpu offline operation fails to collect dump

2015-02-18 Thread bugproxy
--- Comment From pavsu...@in.ibm.com 2015-02-19 05:12 EDT---
I have changed the /etc/apt/sources.list file with utopic-proposed as mentioned.

root@ubuntu:~# cat /etc/apt/sources.list | tail

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu vivid main
# deb-src http://extras.ubuntu.com/ubuntu vivid main

#deb http://ports.ubuntu.com/ubuntu-ports vivid-proposed restricted main 
multiverse universe
deb http://ports.ubuntu.com/ubuntu-ports  utopic-proposed restricted main 
multiverse universe

root@ubuntu:~# apt-get install linux-generic/utopic-proposed
Reading package lists... Done
Building dependency tree
Reading state information... Done
Selected version '3.16.0.31.32' (Ubuntu:14.10/utopic-proposed [ppc64el]) for 
'linux-generic'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
linux-generic : Depends: linux-image-generic (= 3.16.0.31.32) but 3.18.0.13.13 
is to be installed
Depends: linux-headers-generic (= 3.16.0.31.32) but 3.18.0.13.13 is to be 
installed
E: Unable to correct problems, you have held broken packages.

The above issue is occurring since I am trying to install the utopic-
proposed kernel images on the Ubuntu 15.04 daily build ie the vivid
kernel image.

Do you want me to test the utopic-proposed kernel installed on Ubuntu
14.10 GAed ISO.

** Tags removed: verification-needed-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/1410817

Title:
  Kdump triggered manually after cpu offline operation fails to collect
  dump

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

Bug description:
  SRU Justification:

  [Impact]
  Kdump triggered manually after cpu offline operation fails to collect dump

  [Test Case]
  See Steps to Reproduce below.

  [Fix]
  $ git describe --contains c1caae3de46a072d0855729aed6e793e536a4a55
  v3.19-rc3~1^2~1

  --

  
  ---Problem Description---
  Kdump triggered manually after cpu offline operation fails to collect dump

  ---uname output---
  Linux ubuntu 3.18.0-9-generic #10-Ubuntu SMP Mon Jan 12 21:35:28 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P8

  ---System Hang---
  We have to reboot the LPAR and gain access to the machine again.

  ---Steps to Reproduce---
  Install a Power VM LPAR with Ubuntu 15.04 ISO using Virtual DVD.
  Then offline one of the cpu's of the machine.

  root@ubuntu:~# lscpu
  Architecture:  ppc64le
  Byte Order:Little Endian
  CPU(s):16
  On-line CPU(s) list:   0-15
  Thread(s) per core:8
  Core(s) per socket:1
  Socket(s): 2
  NUMA node(s):  2
  Model: IBM,8284-22A
  Hypervisor vendor: pHyp
  Virtualization type:   para
  L1d cache: 64K
  L1i cache: 32K
  NUMA node0 CPU(s): 0-15
  NUMA node2 CPU(s):

  root@ubuntu:~# chcpu -d 15
  CPU 15 disabled

  root@ubuntu:~# lscpu
  Architecture:  ppc64le
  Byte Order:Little Endian
  CPU(s):16
  On-line CPU(s) list:   0-14
  Off-line CPU(s) list:  15
  Thread(s) per core:7
  Core(s) per socket:1
  Socket(s): 2
  NUMA node(s):  2
  Model: IBM,8284-22A
  Hypervisor vendor: pHyp
  Virtualization type:   para
  L1d cache: 64K
  L1i cache: 32K
  NUMA node0 CPU(s): 0-14
  NUMA node2 CPU(s):

  Configure and enable kdump on the LPAR.

  root@ubuntu:~# /etc/init.d/kdump-tools status
  current state   : ready to kdump
  root@ubuntu:~# kdump-config load
  Modified cmdline:BOOT_IMAGE=/boot/vmlinux-3.18.0-9-generic 
root=UUID=70957e56-8669-466f-b0e7-140f2ec39a04 ro splash quiet irqpoll 
maxcpus=1 nousb elfcorehdr=155072K
  segment[0].mem:0x800 memsz:24510464
  segment[1].mem:0x976 memsz:65536
  segment[2].mem:0x977 memsz:65536
  segment[3].mem:0x978 memsz:65536
  segment[4].mem:0x979 memsz:22020096
  segment[5].mem:0xec7 memsz:196608
   * loaded kdump kernel
  root@ubuntu:~#

  root@ubuntu:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line=BOOT_IMAGE=/boot/vmlinux-3.18.0-9-generic 
root=UUID=70957e56-8669-466f-b0e7-140f2ec39a04 ro splash quiet irqpoll 
maxcpus=1 nousb 

[Kernel-packages] [Bug 1400215] Re: Atheros BT devices(ath3k) fail to work on USB3.0 buses

2015-02-18 Thread Adam Lee
** Changed in: linux (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: linux (Ubuntu Utopic)
 Assignee: (unassigned) = Adam Lee (adam8157)

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Adam Lee (adam8157)

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

** Changed in: hwe-next
   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/1400215

Title:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses

Status in HWE Next Project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses, but work well
  on USB 2.0

    1. BT devices will disappear from USB3.0 buses.
    2. BT devices can be found on USB3.0 buses, but can not be found by 
hciconfig.
    3. There are FW loading error messages in dmesg with USB3.0.

  $ dmesg | grep Blu
  [ 13.996701] Bluetooth: Core ver 2.19
  [ 13.996716] Bluetooth: HCI device and connection manager initialized
  [ 13.996722] Bluetooth: HCI socket layer initialized
  [ 13.996723] Bluetooth: L2CAP socket layer initialized
  [ 13.996729] Bluetooth: SCO socket layer initialized
  [ 15.763696] Bluetooth: RFCOMM TTY layer initialized
  [ 15.763705] Bluetooth: RFCOMM socket layer initialized
  [ 15.763709] Bluetooth: RFCOMM ver 1.11
  [ 15.772693] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [ 15.772696] Bluetooth: BNEP filters: protocol multicast
  [ 15.772703] Bluetooth: BNEP socket layer initialized
  [ 17.378235] Bluetooth: Error in firmware loading err = -110,len = 448, size 
= 1496
  [ 17.378242] Bluetooth: Loading sysconfig file failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1400215/+subscriptions

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


[Kernel-packages] [Bug 1420560] rizzo (i386) - tests ran: 149, failed: 3

2015-02-18 Thread Brad Figg
tests ran: 149, failed: 3;
  
http://kernel.ubuntu.com/testing/rizzo__3.2.0-77.112__2015-02-19_03-36-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 1423465] [NEW] BCM43142. Monitor mode not working.

2015-02-18 Thread DLMX
Public bug reported:

A patch is needed to properly enable this function:

To enable monitor mode:
# echo 1  /proc/brcm_monitor0

bash: echo: write error: Input/Output error

lsb_release -rd
Description: Ubuntu 14.04.1 LTS
Release: 14.04

apt-cache policy bcmwl-kernel-source
bcmwl-kernel-source:
  Instalados: 6.30.223.141+bdcom-0ubuntu2
  Candidato: 6.30.223.141+bdcom-0ubuntu2
  Tabla de versión:
 *** 6.30.223.141+bdcom-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/restricted amd64 Packages
100 /var/lib/dpkg/status

Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

uname -a
Dinux dinux-SVF14215CLW 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Can you fix it?

Can anyone confirm that the Arch's patch continues to work in 14.04
(with all updates), and what is the correct way to apply the patch? What
we can do to make the patch is included in the Ubuntu's file? Thank you.

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

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

Title:
  BCM43142. Monitor mode not working.

Status in bcmwl package in Ubuntu:
  New

Bug description:
  A patch is needed to properly enable this function:

  To enable monitor mode:
  # echo 1  /proc/brcm_monitor0

  bash: echo: write error: Input/Output error

  lsb_release -rd
  Description: Ubuntu 14.04.1 LTS
  Release: 14.04

  apt-cache policy bcmwl-kernel-source
  bcmwl-kernel-source:
Instalados: 6.30.223.141+bdcom-0ubuntu2
Candidato: 6.30.223.141+bdcom-0ubuntu2
Tabla de versión:
   *** 6.30.223.141+bdcom-0ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/restricted amd64 Packages
  100 /var/lib/dpkg/status

  Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

  uname -a
  Dinux dinux-SVF14215CLW 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

  Can you fix it?

  Can anyone confirm that the Arch's patch continues to work in 14.04
  (with all updates), and what is the correct way to apply the patch?
  What we can do to make the patch is included in the Ubuntu's file?
  Thank you.

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

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


[Kernel-packages] [Bug 1420560] tarf (i386) - tests ran: 149, failed: 3

2015-02-18 Thread Brad Figg
tests ran: 149, failed: 3;
  
http://kernel.ubuntu.com/testing/tarf__3.2.0-77.112__2015-02-19_03-12-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 1420560] larsen (i386) - tests ran: 147, failed: 0

2015-02-18 Thread Brad Figg
tests ran: 147, failed: 0;
  
http://kernel.ubuntu.com/testing/larsen__3.2.0-77.112__2015-02-19_03-51-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 588993] Re: mcelog does not work due to lack of kernel support

2015-02-18 Thread Tuomas Heino
For the record, first ever CE reported by mcelog below on the hardware I
have access to. No UCEs nor even repeating CEs seen. Have not tested
mce-inject and/or apei/einj.ko kernel module.

mcelog: failed to prefill DIMM database from DMI data
Hardware event. This is not a software error.
MCE 0
CPU 0 BANK 0 
TIME 1422983269 Tue Feb  3 19:07:49 2015
MCG status:
MCi status:
Corrected error
Error enabled
MCA: Internal parity error
STATUS 904f0005 MCGSTATUS 0
MCGCAP c09 APICID 0 SOCKETID 0 
CPUID Vendor Intel Family 6 Model 60

Syslog entries for mcelog startup on up-to-date trusty do still mention that 
page-offlining is unsupported:
Feb 19 08:26:04 gx1 mcelog: failed to prefill DIMM database from DMI data
Feb 19 08:26:04 gx1 mcelog: Kernel does not support page offline interface


** Tags added: 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/588993

Title:
  mcelog does not work due to lack of kernel support

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  mcelog does not seem to be happy with the current Ubuntu kernel. This
  is all I get in /var/log/syslog:

  # grep mce /var/log/syslog
  Jun  2 18:14:15 x mcelog: failed to prefill DIMM database from DMI data
  Jun  2 18:14:15 x mcelog: Kernel does not support page offline interface

  I can disable memory database prefill option in
  /etc/mcelog/mcelog.conf which silences the first error message.
  However, dmidecode seems to work just fine and produces reasonably
  looking output so I am not sure why prefill option of mcelog fails.
  Also, mcelog never outputs anything so I suspect it is not functional.
  I have a cluster of identical hardware and I can simulate a constant
  stream of MCE errors by misconfiguring memory settings in BIOS. The
  errors are successfully fetched and reported by mcelog on the nodes
  with CentOS 5 installed (kernel 2.6.18-164.15.1.el5). Nothing is
  reported under Ubuntu Server 10.04 LTS on this same hardware.

  # lsb_release -rd
  Description:Ubuntu 10.04 LTS
  Release:10.04

  # uname -a
  Linux x 2.6.32-22-server #33-Ubuntu SMP Wed Apr 28 14:34:48 UTC 2010 
x86_64 GNU/Linux

  # apt-cache policy mcelog
  mcelog:
Installed: 1.0~pre3-1
Candidate: 1.0~pre3-1
Version table:
   *** 1.0~pre3-1 0
  500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
  100 /var/lib/dpkg/status

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

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


[Kernel-packages] [Bug 1420560] rainier (i386) - tests ran: 147, failed: 1

2015-02-18 Thread Brad Figg
tests ran: 147, failed: 1;
  
http://kernel.ubuntu.com/testing/rainier__3.2.0-77.112__2015-02-19_03-31-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 1410817] Re: Kdump triggered manually after cpu offline operation fails to collect dump

2015-02-18 Thread Chris J Arges
Yes, please install the utopic kernel on utopic. Installing the utopic
kernel in a vivid install isn't a supported configuration. Thanks

** Tags added: verification-needed-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/1410817

Title:
  Kdump triggered manually after cpu offline operation fails to collect
  dump

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

Bug description:
  SRU Justification:

  [Impact]
  Kdump triggered manually after cpu offline operation fails to collect dump

  [Test Case]
  See Steps to Reproduce below.

  [Fix]
  $ git describe --contains c1caae3de46a072d0855729aed6e793e536a4a55
  v3.19-rc3~1^2~1

  --

  
  ---Problem Description---
  Kdump triggered manually after cpu offline operation fails to collect dump

  ---uname output---
  Linux ubuntu 3.18.0-9-generic #10-Ubuntu SMP Mon Jan 12 21:35:28 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P8

  ---System Hang---
  We have to reboot the LPAR and gain access to the machine again.

  ---Steps to Reproduce---
  Install a Power VM LPAR with Ubuntu 15.04 ISO using Virtual DVD.
  Then offline one of the cpu's of the machine.

  root@ubuntu:~# lscpu
  Architecture:  ppc64le
  Byte Order:Little Endian
  CPU(s):16
  On-line CPU(s) list:   0-15
  Thread(s) per core:8
  Core(s) per socket:1
  Socket(s): 2
  NUMA node(s):  2
  Model: IBM,8284-22A
  Hypervisor vendor: pHyp
  Virtualization type:   para
  L1d cache: 64K
  L1i cache: 32K
  NUMA node0 CPU(s): 0-15
  NUMA node2 CPU(s):

  root@ubuntu:~# chcpu -d 15
  CPU 15 disabled

  root@ubuntu:~# lscpu
  Architecture:  ppc64le
  Byte Order:Little Endian
  CPU(s):16
  On-line CPU(s) list:   0-14
  Off-line CPU(s) list:  15
  Thread(s) per core:7
  Core(s) per socket:1
  Socket(s): 2
  NUMA node(s):  2
  Model: IBM,8284-22A
  Hypervisor vendor: pHyp
  Virtualization type:   para
  L1d cache: 64K
  L1i cache: 32K
  NUMA node0 CPU(s): 0-14
  NUMA node2 CPU(s):

  Configure and enable kdump on the LPAR.

  root@ubuntu:~# /etc/init.d/kdump-tools status
  current state   : ready to kdump
  root@ubuntu:~# kdump-config load
  Modified cmdline:BOOT_IMAGE=/boot/vmlinux-3.18.0-9-generic 
root=UUID=70957e56-8669-466f-b0e7-140f2ec39a04 ro splash quiet irqpoll 
maxcpus=1 nousb elfcorehdr=155072K
  segment[0].mem:0x800 memsz:24510464
  segment[1].mem:0x976 memsz:65536
  segment[2].mem:0x977 memsz:65536
  segment[3].mem:0x978 memsz:65536
  segment[4].mem:0x979 memsz:22020096
  segment[5].mem:0xec7 memsz:196608
   * loaded kdump kernel
  root@ubuntu:~#

  root@ubuntu:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line=BOOT_IMAGE=/boot/vmlinux-3.18.0-9-generic 
root=UUID=70957e56-8669-466f-b0e7-140f2ec39a04 ro splash quiet irqpoll 
maxcpus=1 nousb --initrd=/boot/initrd.img-3.18.0-9-generic 
/boot/vmlinux-3.18.0-9-generic
  root@ubuntu:~# kdump-config status
  current state   : ready to kdump

  root@ubuntu:~# sysctl -w kernel.sysrq=1
  kernel.sysrq = 1
  root@ubuntu:~# cat /proc/sys/kernel/sysrq
  1

  Trigger the crash manually using sysrq-trigger.

  root@ubuntu:~# echo c  /proc/sysrq-trigger

  root@ubuntu:~# [  311.088315] SysRq : Trigger a crash
  [  311.088331] Unable to handle kernel paging request for data at address 
0x
  [  311.088336] Faulting instruction address: 0xc05f9094
  [  311.088341] Oops: Kernel access of bad area, sig: 11 [#1]
  [  311.088344] SMP NR_CPUS=2048 NUMA pSeries
  [  311.088349] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables 
pseries_rng rtc_generic binfmt_misc
  [  311.088372] CPU: 14 PID: 1705 Comm: bash Not tainted 3.18.0-9-generic 
#10-Ubuntu
  [  311.088377] task: c0027773e470 ti: c002782d task.ti: 
c002782d
  [  311.088381] NIP: c05f9094 LR: c05fa12c CTR: 
c05f9060
  [  311.088385] REGS: c002782d39d0 TRAP: 0300   Not tainted  
(3.18.0-9-generic)
  [  311.088389] MSR: 80009033 SF,EE,ME,IR,DR,RI,LE  CR: 28242822  
XER: 0001
  [  311.088401] CFAR: c00084d8 DAR:  DSISR: 4200 
SOFTE: 1
  GPR00: c05fa12c c002782d3c50 c1426890 0063
  GPR04: c1b85c28 c1b965e0 00ff c15e71f0
  GPR08: c0e76890 0001 

[Kernel-packages] [Bug 1423296] Re: Only one CPU core gets microcode updated

2015-02-18 Thread Nick
** Description changed:

  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba
  
  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?
  
- The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
- --- 
+ The machine has two physical CPUs, both are L5420, thus totally 8 CPU cores.
+ ---
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  nickyip1967 F pulseaudio
-  /dev/snd/controlC1:  nickyip1967 F pulseaudio
- CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
- HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
-  lono wireless extensions.
-  
-  eth1  no wireless extensions.
-  
-  eth2  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth1  no wireless extensions.
+ 
+  eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
- Package: linux (not installed)
  ProcFB:
-  
+ 
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
-  linux-restricted-modules-3.16.0-30-generic N/A
-  linux-backports-modules-3.16.0-30-generic  N/A
-  linux-firmware 1.134~gd~t
- RfKill: Error: [Errno 2] No such file or directory
+  linux-restricted-modules-3.16.0-30-generic N/A
+  linux-backports-modules-3.16.0-30-generic  N/A
+  linux-firmware 1.134~gd~t
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machine has two physical CPUs, both are L5420, thus totally 8 CPU cores.
  ---
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono 

[Kernel-packages] [Bug 1423296] Re: Only one CPU core gets microcode updated

2015-02-18 Thread Nick
** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322049/+files/UdevLog.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423296/+attachment/4322040/+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/1423296

Title:
  Only one CPU core gets microcode updated

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  dmesg | grep -i microcode
  [0.00] CPU0 microcode updated early to revision 0xa0b, date = 
2010-09-28
  [0.718229] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0xa0b
  [0.718248] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718266] microcode: CPU2 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718280] microcode: CPU3 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718286] microcode: CPU4 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718296] microcode: CPU5 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718308] microcode: CPU6 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718339] microcode: CPU7 sig=0x1067a, pf=0x40, revision=0xa07
  [0.718441] microcode: Microcode Update Driver: v2.00 
tig...@aivazian.fsnet.co.uk, Peter Oruba

  This is weird. All CPU cores showing same sig, but only one core's
  microcode updated?

  The machines have two physical CPUs, both are L5420, thus totally 8 CPU cores.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nickyip1967 F pulseaudio
   /dev/snd/controlC1:  nickyip1967 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e346838c-10dc-4756-8118-7733f91625ad
  InstallationDate: Installed on 2013-05-18 (640 days ago)
  InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth2  no wireless extensions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=56330447-beb4-4d99-9f44-9daa91c8ca80 ro quiet splash nmi_watchdog=0 
nohz=off cgroup_disable=memory
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-30-generic N/A
   linux-backports-modules-3.16.0-30-generic  N/A
   linux-firmware 1.134~gd~t
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-30-generic i686
  UpgradeStatus: Upgraded to trusty on 2014-07-24 (209 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
  _MarkForUpload: True
  dmi.bios.date: 11/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0501
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: DSAN-DX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xxG
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0501:bd11/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnDSAN-DX:rvrRev1.xxG:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1423245] [NEW] rtl8192ce needs reboot to re-associate

2015-02-18 Thread Scott Moser
Public bug reported:

With my x131e thinkpad I often times have to reboot to be able to associate 
with a wireless access point.
this happens in one of two scenarios:
a.) leaving one wifi and going to another (switching networks completely)
b.) having to re-associate with a access point after a suspend or other reason 
that I got kicked.

the problem is fixed with a reboot, but i'd rather not have to resort to
that.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-44-generic 3.13.0-44.73
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  smoser 2257 F pulseaudio
CurrentDesktop: Unity
Date: Wed Feb 18 11:06:08 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-05-23 (271 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: LENOVO 33672B7
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic.efi.signed 
root=UUID=19ac97d5-6973-4193-9a09-2e6bbfa38262 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-44-generic N/A
 linux-backports-modules-3.13.0-44-generic  N/A
 linux-firmware 1.127.11
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/18/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G8ET96WW (2.56 )
dmi.board.asset.tag: Not Available
dmi.board.name: 33672B7
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG8ET96WW(2.56):bd12/18/2013:svnLENOVO:pn33672B7:pvrThinkPadX131e:rvnLENOVO:rn33672B7:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 33672B7
dmi.product.version: ThinkPad X131e
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug 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/1423245

Title:
  rtl8192ce needs reboot to re-associate

Status in linux package in Ubuntu:
  New

Bug description:
  With my x131e thinkpad I often times have to reboot to be able to associate 
with a wireless access point.
  this happens in one of two scenarios:
  a.) leaving one wifi and going to another (switching networks completely)
  b.) having to re-associate with a access point after a suspend or other 
reason that I got kicked.

  the problem is fixed with a reboot, but i'd rather not have to resort
  to that.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic 3.13.0-44.73
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 2257 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Feb 18 11:06:08 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-23 (271 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 33672B7
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic.efi.signed 
root=UUID=19ac97d5-6973-4193-9a09-2e6bbfa38262 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G8ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33672B7
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG8ET96WW(2.56):bd12/18/2013:svnLENOVO:pn33672B7:pvrThinkPadX131e:rvnLENOVO:rn33672B7:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33672B7
  dmi.product.version: ThinkPad X131e
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1410852] Re: restarting container with a vlan interface results in kernel stack trace

2015-02-18 Thread Chris J Arges
** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

** Changed in: linux (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Chris J Arges (arges)

** Changed in: lxc
   Status: New = Invalid

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

Title:
  restarting container with a vlan interface results in kernel stack
  trace

Status in lxc containers:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  In Progress

Bug description:
  [Impact]
  Users of VLANs with LXC containers will see kernel BUGs when starting and 
stopping containers.

  [Test Case]
  - In trusty, install lxc and vlan.
  - Edit /etc/lxc/default.conf as follows:
  lxc.network.type=vlan 
  lxc.network.vlan.id=10
  lxc.network.flags=up
  lxc.network.link=eth0
  lxc.aa_profile = unconfined
  - Setup LXC container
  sudo lxc-create -t download -n u1 -- --dist ubuntu --release trusty 
--arch amd64
  - Run the following until you see the failure:
  lxc-start --name u1 -d
  lxc-stop --name u1

  [Fix]
  commit 5bb025fae53889cc99a21058c5dd369bf8cce820
  support patches:
  commit 0a59f3a9fd7e2801a445682465ea0522ea497183
  commit 3ee32707560955e92d30f7f6e5138cb92a3b1a7e

  --

  Stopping a container and starting it again results in kernel stack
  trace with a vlan interface.

  ---8---
  lxc.network.type = vlan
  lxc.network.flags = up
  lxc.network.link = p3p1
  lxc.network.vlan.id = 2
  ---8---

  dpkg -l | grep lxc
  ii  liblxc1 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (library)
  ii  lxc 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools
  ii  lxc-templates   1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (templates)
  ii  python3-lxc 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (Python 3.x bindings)

  cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=6d1fc9aa-735c-4e61-ae1c-0a9d2587e77b ro acpi_osi=Linux acpi=force 
acpi_enforce_resources=lax i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 
i915.lvds_downclock=1 i915.semaphores=1

  Snipplet from stack trace:
  ---8---
  [35188.374621] WARNING: CPU: 4 PID: 3933 at 
/build/buildd/linux-3.13.0/fs/sysfs/dir.c:486 sysfs_warn_dup+0x86/0xa0()
  [35188.374623] sysfs: cannot create duplicate filename 
'/devices/pci:00/:00:1c.3/:02:00.0/net/p3p1/upper_vlan2'
  ---8---

  Is deconfiguration on stop of an lxc instance not working anymore?

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

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


[Kernel-packages] [Bug 1410852] Re: restarting container with a vlan interface results in kernel stack trace

2015-02-18 Thread Chris J Arges
** Description changed:

+ [Impact]
+ Users of VLANs with LXC containers will see kernel BUGs when starting and 
stopping containers.
+ 
+ [Test Case]
+ - In trusty, install lxc and vlan.
+ - Edit /etc/lxc/default.conf as follows:
+ lxc.network.type=vlan 
+ lxc.network.vlan.id=10
+ lxc.network.flags=up
+ lxc.network.link=eth0
+ lxc.aa_profile = unconfined
+ - Setup LXC container
+ sudo lxc-create -t download -n u1 -- --dist ubuntu --release trusty 
--arch amd64
+ - Run the following until you see the failure:
+ lxc-start --name u1 -d
+ lxc-stop --name u1
+ 
+ [Fix]
+ commit 5bb025fae53889cc99a21058c5dd369bf8cce820
+ support patches:
+ commit 0a59f3a9fd7e2801a445682465ea0522ea497183
+ commit 3ee32707560955e92d30f7f6e5138cb92a3b1a7e
+ 
+ --
+ 
  Stopping a container and starting it again results in kernel stack trace
  with a vlan interface.
  
  ---8---
  lxc.network.type = vlan
  lxc.network.flags = up
  lxc.network.link = p3p1
  lxc.network.vlan.id = 2
  ---8---
  
  dpkg -l | grep lxc
  ii  liblxc1 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (library)
  ii  lxc 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools
  ii  lxc-templates   1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (templates)
  ii  python3-lxc 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (Python 3.x bindings)
  
- cat /proc/cmdline 
+ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=6d1fc9aa-735c-4e61-ae1c-0a9d2587e77b ro acpi_osi=Linux acpi=force 
acpi_enforce_resources=lax i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 
i915.lvds_downclock=1 i915.semaphores=1
- 
  
  Snipplet from stack trace:
  ---8---
  [35188.374621] WARNING: CPU: 4 PID: 3933 at 
/build/buildd/linux-3.13.0/fs/sysfs/dir.c:486 sysfs_warn_dup+0x86/0xa0()
  [35188.374623] sysfs: cannot create duplicate filename 
'/devices/pci:00/:00:1c.3/:02:00.0/net/p3p1/upper_vlan2'
  ---8---
  
  Is deconfiguration on stop of an lxc instance not working anymore?

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

Title:
  restarting container with a vlan interface results in kernel stack
  trace

Status in lxc containers:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  In Progress

Bug description:
  [Impact]
  Users of VLANs with LXC containers will see kernel BUGs when starting and 
stopping containers.

  [Test Case]
  - In trusty, install lxc and vlan.
  - Edit /etc/lxc/default.conf as follows:
  lxc.network.type=vlan 
  lxc.network.vlan.id=10
  lxc.network.flags=up
  lxc.network.link=eth0
  lxc.aa_profile = unconfined
  - Setup LXC container
  sudo lxc-create -t download -n u1 -- --dist ubuntu --release trusty 
--arch amd64
  - Run the following until you see the failure:
  lxc-start --name u1 -d
  lxc-stop --name u1

  [Fix]
  commit 5bb025fae53889cc99a21058c5dd369bf8cce820
  support patches:
  commit 0a59f3a9fd7e2801a445682465ea0522ea497183
  commit 3ee32707560955e92d30f7f6e5138cb92a3b1a7e

  --

  Stopping a container and starting it again results in kernel stack
  trace with a vlan interface.

  ---8---
  lxc.network.type = vlan
  lxc.network.flags = up
  lxc.network.link = p3p1
  lxc.network.vlan.id = 2
  ---8---

  dpkg -l | grep lxc
  ii  liblxc1 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (library)
  ii  lxc 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools
  ii  lxc-templates   1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (templates)
  ii  python3-lxc 1.0.6-0ubuntu0.1
amd64Linux Containers userspace tools (Python 3.x bindings)

  cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=6d1fc9aa-735c-4e61-ae1c-0a9d2587e77b ro acpi_osi=Linux acpi=force 
acpi_enforce_resources=lax i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 
i915.lvds_downclock=1 i915.semaphores=1

  Snipplet from stack trace:
  ---8---
  [35188.374621] WARNING: CPU: 4 PID: 3933 at 
/build/buildd/linux-3.13.0/fs/sysfs/dir.c:486 sysfs_warn_dup+0x86/0xa0()
  [35188.374623] sysfs: cannot create duplicate filename 
'/devices/pci:00/:00:1c.3/:02:00.0/net/p3p1/upper_vlan2'
  ---8---

  Is deconfiguration on stop of an lxc instance not working anymore?

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

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

[Kernel-packages] [Bug 1407760] Re: Kernel crash when setting vxlan tunnel over the mlx4_en when acting as PF

2015-02-18 Thread Eyal Perry
** Tags removed: verification-needed-trusty
** Tags added: verification-done-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/1407760

Title:
  Kernel crash when setting vxlan tunnel over the mlx4_en when acting as
  PF

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Released

Bug description:
  Eyal Perry (~eyalpe) writes:

  [Impact]
  When enabling SR-IOV on Mellanox devices and setting vxlan tunnel over the PF 
device (adding vxlan port to an OVS bridge),
  the kernel is crashing as result of the unimplemented ndos: 
.ndo_{add,del}_vxlan_port

  [Fix]
  This issue was fixed in upstream kernel:
  9737c6a net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too

  ~/linux$ git describe --contains 9737c6ab7afbc950e997ef80cba2c40dbbd16ea4
  v3.18-rc6~9^2~12

  I've backported it to 3.16 (by removing the yet to be introduced
  ndo_gso_check) and attached the backported version here.

  The patch was built and tested on top of ubuntu-trusty: abb1293
  (UBUNTU: Ubuntu-lts-3.16.0-29.39~14.04.1)

  [Test Case]
  Use the affected Mellanox device w/ an Ubuntu 3.16 kernel. Setup vxlan tunnel 
over PF device. This should succeed.

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

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


[Kernel-packages] [Bug 1402393] Re: Touchpad elantech on Fujitsu E554 doesn't work at all

2015-02-18 Thread Mau
Hi,
I've a Fujitjsu E544 with ETPS/2 Elantech Touchpad.
I've tried Ubuntu 14.04 LTS and ubuntu 14.10,  and touchpad doesn't work fine, 
no keyboard in both ubuntu releases.

xinput -list 
  ETPS/2 Elantech Touchpad

The problem has been solved in kernel v3.19-vivid
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/

For the latest generic kernel image of the release (14.04 and 14.10) also works 
for me this patch:
http://superuser.com/questions/619582/right-elantech-touchpad-button-not-working-in-linux

Mau

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

Title:
  Touchpad elantech on Fujitsu E554 doesn't work at all

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The touchpad on my brand new Fujitsu E554 doesn't work. Nothing work.

  xinput list report (partial output only).

  Virtual core pointer  id=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ USB Optical Mouse   id=12   [slave  pointer 
 (2)]
  ⎜   ↳ ETPS/2 Elantech Touchpadid=14   [slave  pointer 
 (2)]

  The pointer is the trackpoint (which doesn't work either)
  Usb optical mouse is the mouse i added as a replacement
  ETPS/2 Elantech Touchpad is the non working touchpad.

  In dmesg i get

  [  347.473934] psmouse serio2: Touchpad at isa0060/serio2/input0 lost sync at 
byte 6
  [  347.473942] psmouse serio2: issuing reconnect request

  This is ubuntu 3.16.0-28 generic (utopic) on AMD 64.

  I have tried with 3.17, same result.

  I have tried to install 3.18rc2 but my laptop won't boot. I will try
  from source.

  The touchpad is working correctly under Windows 7. I have flashed the
  bios.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-28-generic 3.16.0-28.37
  ProcVersionSignature: Ubuntu 3.16.0-28.37-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vincent2244 F pulseaudio
   /dev/snd/controlC0:  vincent2244 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Dec 14 15:00:22 2014
  HibernationDevice: RESUME=UUID=fdb3c54c-48f0-4668-a826-b4ae39dd359a
  InstallationDate: Installed on 2014-12-14 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: FUJITSU LIFEBOOK E554
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=f9bbd277-cae6-45f3-971f-fb96ea58fd71 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/17/2014
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.05
  dmi.board.name: FJNB281
  dmi.board.vendor: FUJITSU
  dmi.board.version: E2
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: LIFEBOOK E554
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.05:bd11/17/2014:svnFUJITSU:pnLIFEBOOKE554:pvr10601583232:rvnFUJITSU:rnFJNB281:rvrE2:cvnFUJITSU:ct10:cvrLIFEBOOKE554:
  dmi.product.name: LIFEBOOK E554
  dmi.product.version: 10601583232
  dmi.sys.vendor: FUJITSU

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

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


[Kernel-packages] [Bug 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2015-02-18 Thread m33x
This affects a user several times a day. If I come back from lunch, I
have to reboot my notebook. This is really annoying. Please consider to
fix this.

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

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  HOW TO REPRODUCE

  1. Suspend the device
  2. Wake it up

  EXPECTED BEHAVIOUR

  - The device to resume normally

  REAL BEHAVIOUR

  - The screen goes blank

  RELEVANT DETAILS

  - In the /etc/default/grub file; changing quiet splash option to
  nomodeset allows the wakeup, but the computer gets so slow it is
  unusable.

  WORKAROUND: Install fglrx.

  Unverified WORKAROUND: Revert commit
  6c7bccea390853bdec5b76fe31fc50f3b36f75d5 as per
  https://bugzilla.kernel.org/show_bug.cgi?id=76761#c3 .

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  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: Mon Feb 24 12:58:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.6, 3.13.0-11-generic, x86_64: installed
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7500G] [1002:990a] 
(prog-if 00 [VGA controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c660]
   Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7550M/7570M/7650M] 
[1002:6841] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2014-02-22 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140218)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 535U4C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-11-generic 
root=UUID=9f8c7e92-a6ea-41fd-9489-a256c8b9f5d5 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/03/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P06RAF.N93.130403.LEO
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP535U4X-S01TH
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SEC_SW_REVISION_1234567890ABCD
  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.:bvrP06RAF.N93.130403.LEO:bd04/03/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn535U4C:pvrP06RAF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP535U4X-S01TH:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 535U4C
  dmi.product.version: P06RAF
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11+14.04.20140218-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0~rc1-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0~rc1-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Feb 24 12:54:54 2014
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.0-1ubuntu6
  xserver.video_driver: radeon

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

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


[Kernel-packages] [Bug 1388072] Re: [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer working after resuming from long standby

2015-02-18 Thread Adam Lyall
Here are the debug bits that guide asks for.

** Attachment added: wakeup
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1388072/+attachment/4321770/+files/wakeup

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

Title:
  [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer
  working after resuming from long standby

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When my Lenovo Thinkpad x230t is attached to an Ultrabase Series 3
  dock and suspended for many hours, upon resume the USB ports on the
  dock, but not the laptop, stop working with peripherals (mouse,
  keyboard, usb drive).

  Shorter periods of standby seem unaffected unless the issues has
  already occurred. E.g. After a fresh boot if I suspend my laptop and
  resume after less than about 8 hours (I am not at all certain if the
  period of time is related. Just general observation), everything will
  continue to work fine. If however the issue has occurred at some point
  and I have disconnected and reconnected to work around the issue, and
  then I suspend for a short period of time (20 seconds) and resume, the
  dock's USB ports will no longer work unless I again disconnect the
  laptop from the dock and reconnect. So it seems once the issue has
  happened it will continue to happen until I reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magicmyth   4476 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Oct 31 12:45:03 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=9204d11f-56e2-4eff-9bae-80cd829eef89
  InstallationDate: Installed on 2012-08-15 (807 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 3435CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=8c85-b9c7-41ec-8e1c-24eb1d5e089b ro quiet splash zswap.enabled=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (5 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCET99WW (2.59 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3435CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCET99WW(2.59):bd05/28/2014:svnLENOVO:pn3435CTO:pvrThinkPadX230Tablet:rvnLENOVO:rn3435CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3435CTO
  dmi.product.version: ThinkPad X230 Tablet
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 750428] Re: toshiba_bluetooth re-enables every 5 secs even though BlueTooth is set to off in the Ubuntu BT menu Icon

2015-02-18 Thread H. Jonker
Same problem here. The repeating message in DMESG output is:
[ 1683.459073] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
[ 1683.541228] usb 1-1.2: USB disconnect, device number 88
[ 1684.053096] usb 1-1.2: new full-speed USB device number 89 using ehci-pci
[ 1684.246487] usb 1-1.2: New USB device found, idVendor=8087, idProduct=07da
[ 1684.246499] usb 1-1.2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0

Interestingly enough, all this re-enabling is increasing the interface
number:

$ rfkill list
...
340: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
...

(wait a bit)
$ rfkill list
...
357: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
...

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

Title:
  toshiba_bluetooth re-enables every 5 secs even though BlueTooth is set
  to off in the Ubuntu BT menu Icon

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 10.10's BlueTooth menu icon I set it to off on my Toshiba Tecra M3
  but nevertheless the following message occurs in /var/log/syslog every 5 
seconds:

  Apr  4 17:51:04 sn-toshiba kernel: [13228.040604] toshiba_bluetooth: 
Re-enabling Toshiba Bluetooth
  Apr  4 17:51:09 sn-toshiba kernel: [13233.029133] toshiba_bluetooth: 
Re-enabling Toshiba Bluetooth
  Apr  4 17:51:14 sn-toshiba kernel: [13238.040217] toshiba_bluetooth: 
Re-enabling Toshiba Bluetooth

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-28-generic 2.6.35-28.49
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sn 1541 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 17'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 28
 Simple ctrls  : 20
  Date: Mon Apr  4 17:49:17 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  MachineType: TOSHIBA TECRA M3
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic 
root=UUID=b180fb66-71f4-436d-88dd-cf89682ae015 ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38.5
  SourcePackage: linux
  dmi.bios.date: 11/15/2005
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.40
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.40:bd11/15/2005:svnTOSHIBA:pnTECRAM3:pvrPTM30E-0CQ01TGR:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: TECRA M3
  dmi.product.version: PTM30E-0CQ01TGR
  dmi.sys.vendor: TOSHIBA

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

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


[Kernel-packages] [Bug 1414930] Re: [Lenovo ThinkPad X1 Carbon 20BT] Buttons of Synaptics trackpad doesn't work

2015-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 219-1ubuntu1

---
systemd (219-1ubuntu1) vivid; urgency=medium

  * Merge with Debian experimental. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
  /etc/writable/ instead.
- Keep our much simpler udev maintainer scripts (all platforms must
  support udev, no debconf).
- initramfs init-top: Drop $ROOTDELAY, we do that in a more sensible way
  with wait-for-root. Will get applicable to Debian once Debian gets
  wait-for-root in initramfs-tools.
- initramfs init-bottom: If LVM is installed, settle udev,
  otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/udev.lvm2.init: Dummy SysV init script to satisfy insserv
  dependencies to lvm2 which is handled with udev rules in Ubuntu.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup@.service: Additionally run for auto class. We don't
  really support allow-hotplug in Ubuntu at the moment, so we need to
  deal with auto devices appearing after /etc/init.d/networking start
  already ran. (LP: #1374521) Also, check if devices are actually defined
  in /etc/network/interfaces as we don't use Debian's net.agent.
- ifup@.service: Drop dependency on networking.service (i. e.
  /etc/init.d/networking), and merely ensure that /run/network exists.
  This avoids unnecessary dependencies/waiting during boot and dependency
  cycles if hooks wait for other interfaces to come up (like ifenslave
  with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
  Ubuntu we currently keep the setting whether the RTC is in local or UTC
  time in /etc/default/rcS UTC=yes|no, instead of /etc/adjtime.
  (LP: #1377258)
- Put session scopes into all cgroup controllers. This makes unprivileged
  user LXC containers work under systemd. (LP: #1346734)
- Add systemd-fsckd multiplexer and feed its output to plymouth. This
  provides an aggregate progress report of running file system checks and
  also allows cancelling them with ^C.
  (LP: #1316796; Closes: #775093, #758902)
- Lower Breaks: to plymouth version which has the udev inotify fix in
  Ubuntu.
- Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
- Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
  This currently fails when being triggered by Jenkins, but is totally
  unreproducible when running this manually on the exact same machine.

Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.

systemd (219-2) UNRELEASED; urgency=medium

  * Fix UTF-16 to UTF-8 conversion on big-endian machines. (Closes: #778654)
  * Disable new new test-sigbus, it fails on some buildds due to too old
kernels. (part of #778654)
  * debian/README.Debian: Drop setfacl call for /var/log/journal, this is now
done automatically by tmpfiles.d/systemd.conf.
  * debian/tests/boot-and-services: Move to using /var/lib/machines/,
/var/lib/containers is deprecated.

systemd (219-1) experimental; urgency=medium

  [ Martin Pitt ]
  * New upstream release:
- Fix spelling mistake in systemd.unit(5). (Closes: #773302)
- Fix timeouts with D-Bus, leading to SIGFPE. (Closes: #774012)
- Fix load/save of multiple rfkill states. (Closes: #759489)
- Non-persistant journal (/run/log/journal) is now readable by group adm.
  (Closes: #771980)
- Read netdev user mount option to correctly order network mounts after
  network.target. (Closes: #769186)
- Fix 60-keyboard.hwdb documentation and whitespace handling.
  (Closes: #757367)
- Fix ThinkPad X1 Carbon 20BT trackpad buttons (LP: #1414930)
- Drop all backported patches and port the others to new upstream release.
  * Bump libblkid-dev build dependency as per upstream configure.ac.
  * debian/systemd.install: Add new language-fallback-map file.
  * debian/udev.install: Add new systemd-hwdb tool.
  * debian/libsystemd0.symbols: Add new symbols from this release.
  * tmpfiles.d/systemd.conf: Drop wheel ACL (that group does not exist in
Debian) to make the ACL for adm actually work.
  * debian/rules: Explicitly disable importd for now; it should still mature a
bit. Explicitly enable hwdb support.
  * /lib/lsb/init-functions.d/40-systemd: Call systemctl is-system-running
with --quiet. (LP: #1421058)
  * debian/systemd.postrm: Clean getty@tty1.service and remote-fs.target
enablement symlinks on purge. (Closes: #778499)
  * Move all Debian specific units in the systemd package into
debian/extra/units/ and simplify debian/systemd.install.
  * Enable timesyncd by default. Add a config drop-in to not start if ntp,
openntpd, 

[Kernel-packages] [Bug 1346269] Re: Ubuntu 14.04 won't shut down (reboots)

2015-02-18 Thread Christopher Barrington-Leigh
I cannot rely on shutdown on my laptop. The rebooting instead of shutting 
down  happens to me some but not all of the time on a Lenovo X230T.
I have the latest updates to 14.04, and it just happened again today.

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

Title:
  Ubuntu 14.04 won't shut down (reboots)

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  I just installed a new 14.04 server install on the following hardware:

  ASRock E3C224-4L Server/Workstation Board (Intel C224 chipset)
  Intel Xeon E3-1245V3 Quad Core LGA1150 CPU
  32GB of DDR3 ECC RAM
  LSI 9201-16i SAS/SATA HBA

  I am unable to power down the system without physically doing it with
  the button, or powering it off using the inbuild IPMI management.

  All of the following result in a reboot:

  sudo shutdown -h now
  sudo shutdown -p now
  sudo shutdown -P now
  sudo halt now
  sudo halt -fihp now
  sudo init 0

  I have tried acpi=force, acpi=off, acpi=noirq, noapic

  I tried the script from
  http://askubuntu.com/questions/13288...-of-a-shutdown as follows:

  #!/bin/bash

  case $1 in
  stop) for i in /sys/bus/*/devices/*/power/control ; do echo on  $i ; done
  ;;
  esac

  exit 0

  
  That didn't help.

  I also set WOL off on the NIC that was plugged in (only one of the 4
  onboard NICs is connected at present, for testing) with sudo ethtool
  -s eth0 wol d and it didn't help, I've looked in the BIOS, and can't
  find a WOL section in there. To try to eliminate WOL, I also tried
  with neither the NIC in use for testing, nor the dedicated IPMI NIC
  connected, and it didn't help.

  I've updated my BIOS to the latest version.

  I've probably tried more that I've forgotten to list here - I've
  exhausted my options!

  I'm at a loose end now - no idea what to do next to further
  troubleshoot it, has anyone else had any similar problems on C224, or
  does anyone know what logs I should be inspecting, or how I can
  generate further debug logs?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-32-generic 3.13.0-32.57
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jul 19 20:34 seq
   crw-rw 1 root audio 116, 33 Jul 19 20:34 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.14.1-0ubuntu3.2
  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:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Mon Jul 21 13:55:56 2014
  InstallationDate: Installed on 2014-07-13 (7 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  PciMultimedia:
   
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=screen
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/root/boot/vmlinuz-3.13.0-32-generic 
root=UUID=cebd6063-3e82-41e4-a8ac-22fa6a7d11a7 ro rootflags=subvol=root 
nomdmonddf nomdmonisw rootflags=degraded nomdmonddf nomdmonisw
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-32-generic N/A
   linux-backports-modules-3.13.0-32-generic  N/A
   linux-firmware 1.127.4
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 05/07/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.10
  dmi.board.name: E3C224-4L
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.10:bd05/07/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnE3C224-4L:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1416702] Re: EMU 0404 USB automatic sample rate

2015-02-18 Thread Andrei Demin
Fixed patch for 3.13 (Trusty kernel)

** Attachment added: patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416702/+attachment/4321766/+files/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/1416702

Title:
  EMU 0404 USB automatic sample rate

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,
  I have a problem with my EMU 0404 USB. ALSA doesn't change sample rate 
frequency when I play songs with different sample rate and I hear distortion 
sound. While I was googling for this bug I found bugreport with patch — 
http://mailman.alsa-project.org/pipermail/alsa-devel/2014-July/079103.html

  I tried to compile the kernel with this patch and it works perfectly.
  For some reasons, this patch is still not in the upstream. So, if
  possible, add this patch at the next update of the kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  andrei 1589 F kded4
   /dev/snd/controlC1:  andrei 1589 F kded4
  CurrentDesktop: KDE
  Date: Sat Jan 31 17:51:46 2015
  InstallationDate: Installed on 2014-11-26 (65 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: root=UUID=33a02342-70da-4f8d-9868-2f8e7330ec90 ro 
rootfstype=ext4 add_efi_memmap initrd=\EFI\ubuntu\initrd.img
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3901
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H67-M
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3901:bd09/12/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H67-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1403152] Re: unregister_netdevice: waiting for lo to become free. Usage count

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

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

Title:
  unregister_netdevice: waiting for lo to become free. Usage count

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Confirmed

Bug description:
  I currently running trusty latest patches and i get on these hardware
  and software:

  Ubuntu 3.13.0-43.72-generic 3.13.11.11

  processor : 7
  vendor_id : GenuineIntel
  cpu family: 6
  model : 77
  model name: Intel(R) Atom(TM) CPU  C2758  @ 2.40GHz
  stepping  : 8
  microcode : 0x11d
  cpu MHz   : 2400.000
  cache size: 1024 KB
  physical id   : 0
  siblings  : 8
  core id   : 7
  cpu cores : 8
  apicid: 14
  initial apicid: 14
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 11
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm 
sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch 
arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms
  bogomips  : 4799.48
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 36 bits physical, 48 bits virtual
  power management:

  somehow reproducable the subjected error, and lxc is working still but
  not more managable until a reboot.

  managable means every command hangs.

  I saw there are alot of bugs but they seams to relate to older version
  and are closed, so i decided to file a new one?

  I run alot of machine with trusty an lxc containers but only these kind of 
machines produces these errors, all
  other don't show these odd behavior.

  thx in advance

  meno

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

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


[Kernel-packages] [Bug 1403152] Re: unregister_netdevice: waiting for lo to become free. Usage count

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

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

Title:
  unregister_netdevice: waiting for lo to become free. Usage count

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Confirmed

Bug description:
  I currently running trusty latest patches and i get on these hardware
  and software:

  Ubuntu 3.13.0-43.72-generic 3.13.11.11

  processor : 7
  vendor_id : GenuineIntel
  cpu family: 6
  model : 77
  model name: Intel(R) Atom(TM) CPU  C2758  @ 2.40GHz
  stepping  : 8
  microcode : 0x11d
  cpu MHz   : 2400.000
  cache size: 1024 KB
  physical id   : 0
  siblings  : 8
  core id   : 7
  cpu cores : 8
  apicid: 14
  initial apicid: 14
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 11
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm 
sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch 
arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms
  bogomips  : 4799.48
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 36 bits physical, 48 bits virtual
  power management:

  somehow reproducable the subjected error, and lxc is working still but
  not more managable until a reboot.

  managable means every command hangs.

  I saw there are alot of bugs but they seams to relate to older version
  and are closed, so i decided to file a new one?

  I run alot of machine with trusty an lxc containers but only these kind of 
machines produces these errors, all
  other don't show these odd behavior.

  thx in advance

  meno

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

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


[Kernel-packages] [Bug 1416702] Re: EMU 0404 USB automatic sample rate

2015-02-18 Thread Andrei Demin
Patch for Trusty kernel (3.13)

** Patch removed: Patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416702/+attachment/4309417/+files/patch

** Attachment added: patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416702/+attachment/4321767/+files/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/1416702

Title:
  EMU 0404 USB automatic sample rate

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi all,
  I have a problem with my EMU 0404 USB. ALSA doesn't change sample rate 
frequency when I play songs with different sample rate and I hear distortion 
sound. While I was googling for this bug I found bugreport with patch — 
http://mailman.alsa-project.org/pipermail/alsa-devel/2014-July/079103.html

  I tried to compile the kernel with this patch and it works perfectly.
  For some reasons, this patch is still not in the upstream. So, if
  possible, add this patch at the next update of the kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-45-generic 3.13.0-45.74
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  andrei 1589 F kded4
   /dev/snd/controlC1:  andrei 1589 F kded4
  CurrentDesktop: KDE
  Date: Sat Jan 31 17:51:46 2015
  InstallationDate: Installed on 2014-11-26 (65 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: root=UUID=33a02342-70da-4f8d-9868-2f8e7330ec90 ro 
rootfstype=ext4 add_efi_memmap initrd=\EFI\ubuntu\initrd.img
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-45-generic N/A
   linux-backports-modules-3.13.0-45-generic  N/A
   linux-firmware 1.127.11
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3901
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H67-M
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3901:bd09/12/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H67-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Kernel-packages] [Bug 1388072] Re: [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer working after resuming from long standby

2015-02-18 Thread Adam Lyall
This is the dmesg log after resuming from:
sudo sh -c sync  echo 1  /sys/power/pm_trace  pm-suspend
Note that as the usb peripherals were non-responsive as expected, after resume 
I had to disconnect from the dock and reconnect the laptop to it.

** Attachment added: dmesg-after-trace-resume.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1388072/+attachment/4321772/+files/dmesg-after-trace-resume.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/1388072

Title:
  [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer
  working after resuming from long standby

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When my Lenovo Thinkpad x230t is attached to an Ultrabase Series 3
  dock and suspended for many hours, upon resume the USB ports on the
  dock, but not the laptop, stop working with peripherals (mouse,
  keyboard, usb drive).

  Shorter periods of standby seem unaffected unless the issues has
  already occurred. E.g. After a fresh boot if I suspend my laptop and
  resume after less than about 8 hours (I am not at all certain if the
  period of time is related. Just general observation), everything will
  continue to work fine. If however the issue has occurred at some point
  and I have disconnected and reconnected to work around the issue, and
  then I suspend for a short period of time (20 seconds) and resume, the
  dock's USB ports will no longer work unless I again disconnect the
  laptop from the dock and reconnect. So it seems once the issue has
  happened it will continue to happen until I reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magicmyth   4476 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Oct 31 12:45:03 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=9204d11f-56e2-4eff-9bae-80cd829eef89
  InstallationDate: Installed on 2012-08-15 (807 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 3435CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=8c85-b9c7-41ec-8e1c-24eb1d5e089b ro quiet splash zswap.enabled=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (5 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCET99WW (2.59 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3435CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCET99WW(2.59):bd05/28/2014:svnLENOVO:pn3435CTO:pvrThinkPadX230Tablet:rvnLENOVO:rn3435CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3435CTO
  dmi.product.version: ThinkPad X230 Tablet
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1413446] Re: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

2015-02-18 Thread Andon Todorov
@rackerhacker : Any success?

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

Title:
  Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

Status in Dell Sputnik:
  Confirmed
Status in HWE Next Project:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in linux package in Fedora:
  Unknown

Bug description:
  (This is a public bug report for LP1402828.)

  This system has a dual-mode audio with an HDA and an I2S interface.
  Which shows up depends on the reported _OSI from the last cold boot.
  Since the kernels in Ubuntu 14.10/15.04 (15.04 uses 3.18 currently)
  report an _OSI of Windows 2013, I2S mode is used for audio.

  A workaround is to pass acpi_os=!Windows 2013 as a kernel parameter,
  but this is non-optimal since the mode of the touchpad is affected. It
  also results in an alternate, less used and tested path in the
  firmware to be used.

  See the attached dmesg log for details on where the failure happens.
  Notably,

  $ dmesg -t | egrep (audio|snd|INT3438)
  dmar: ACPI device INT3438:00 under DMAR at fed91000 as 00:13.0
  snd_hda_intel :00:03.0: enabling device ( - 0002)
  snd_hda_intel :00:03.0: irq 50 for MSI/MSI-X
  haswell-pcm-audio haswell-pcm-audio: error: ADSP boot timeout
  broadwell-audio broadwell-audio: ASoC: CPU DAI System Pin not registered
  platform broadwell-audio: Driver broadwell-audio requests probe deferral

  There's also a failure to load the codec firmware after a
  suspend/resume.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-9-generic 3.18.0-9.10
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jared  2139 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Jan 21 20:47:40 2015
  HibernationDevice: RESUME=UUID=af18bf4f-1453-4c8c-8b8e-abdc5d4e0674
  InstallationDate: Installed on 2014-11-03 (80 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0c45:670c Microdia 
   Bus 001 Device 003: ID 04f3:2051 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.18.0-9-generic 
root=/dev/mapper/ubuntu--vg-root ro video.use_native_backlight=1 
video.use_native_backlight=1
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-9-generic N/A
   linux-backports-modules-3.18.0-9-generic  N/A
   linux-firmware1.141
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-01-08 (14 days ago)
  dmi.bios.date: 11/04/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: 0144PA
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X04
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd11/04/2014:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0144PA:rvrX04:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1413446/+subscriptions

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


[Kernel-packages] [Bug 1400411] Re: Feature: cpuidle: Enable fastsleep and winkle in ubuntu 14.04.02 kernel

2015-02-18 Thread Mauricio Faria de Oliveira
Adding tag 'verification-done-utopic' as requested in comment 13.
Verification done internally, but the bug mirroring didn't fully did the tags.

** Tags added: verification-done-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/1400411

Title:
  Feature: cpuidle: Enable fastsleep and winkle in ubuntu 14.04.02
  kernel

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

Bug description:
  SRU Justification:

  [Impact]
  Users would like to be able to use fastsleep and winkle cpuidle states in the 
3.16 Ubuntu kernel when using powernv.

  [Fix]
  commits
  d6a4f70909d279004a2b3d539e240e07b1ecc1cb
  56548fc0e86cb9156af7a7e1f15ba78f251dafaf
  8117ac6a6c2fa0f847ff6a21a1f32c8d2c8501d0
  8eb8ac89a364305d05ad16be983b7890eb462cc3 *backported*
  7cba160ad789a3ad7e68b92bf20eaad6ed171f80 *backported*
  77b54e9f213f76a23736940cf94bcd765fc00f40
  upstream

  [Test Case]
  Testing fastsleep
  -
  With these patches cpuidle framework picks up fastsleep as one of the idle 
states. You can observe the cpus entering fastsleep by checking
  /sys/devices/system/cpu/cpuXX/cpuidle/state2/name. This should show FastSleep.
  Then while system is idle check 
/sys/devices/system/cpu/cpuXX/cpuidle/state2/time increment over time
  This shows the amount of time a particular cpu was in fastsleep.

  Testing Winkle
  --
  With these patches, offline cpus enter winkle. So test this by offlining and 
onlining cpus.
  ppc64_cpu --cores-on=1
  ppc64_cpu --cores-on=X where X is the total number of cores available in the 
machine.

  --

  This is a feature request to enable power management features
  fastsleep and winkle cpuidle states in ubuntu -14.04.02 kernel. The
  cpuidle state management patches have been posted to Linux Kernel
  Community.

  Mailing list:
  [PATCH 0/4] powernv: cpuidle: Redesign idle states management
  https://lists.ozlabs.org/pipermail/linuxppc-dev/2014-November/122433.html

  Patchset:
  [1/4] powerpc: powernv: Switch off MMU before entering nap/sleep/rvwinkle mode
  https://patchwork.ozlabs.org/patch/406249/

  [2/4] powerpc/powernv: Enable Offline CPUs to enter deep idle states
  https://patchwork.ozlabs.org/patch/406250/

  [3/4] powernv: cpuidle: Redesign idle states management
  https://patchwork.ozlabs.org/patch/406256/

  [4/4] powernv: powerpc: Add winkle support for offline cpus
  https://patchwork.ozlabs.org/patch/406251/

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

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


[Kernel-packages] [Bug 1244176] Re: Server 13.10 Install Fails with USB Keyboard (Appears to Hang)

2015-02-18 Thread BarthV
Bump.

Please release this fix on Netboot imgs.

#45 : It hurts to ask again for an update in netboot img :'(

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

Title:
  Server 13.10 Install Fails with USB Keyboard (Appears to Hang)

Status in initramfs-tools package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Saucy:
  Invalid
Status in linux source package in Saucy:
  Fix Released
Status in initramfs-tools source package in Trusty:
  Confirmed
Status in linux source package in Trusty:
  Fix Released
Status in initramfs-tools source package in Utopic:
  Invalid
Status in linux source package in Utopic:
  Fix Released

Bug description:
  A fresh install of Server 13.10 on old hardware fails when a USB
  keyboard is present. The installation succeeds when a PS/2 keyboard is
  installed.

  The installation appears to hang at the third screen, which is Select
  Language. The screen does not respond to keyboard or mouse events.

  The issue was experienced independently on HP/Compag  dc5850 with
  Athlon X2 2.3 GHz dual core, 4GB RAM; and DELL Optiplex 755. See
  Server 13.10 Install Hangs,
  http://askubuntu.com/questions/364945/server-13-10-install-
  hangs/364949.

  The issue was not present on Server 12.04.3 LTS or 13.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1244176/+subscriptions

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


[Kernel-packages] [Bug 1413446] Re: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

2015-02-18 Thread Major Hayden
@Andon-2 -- I wish I had better news. :/

Long story short, I was able to build a 3.19-ish kernel with some
additional ASoC patches earlier this week and the card showed up on the
I2S bus with full input/output capabilities.  However, whenever I played
sounds, I never heard anything.  PulseAudio showed data going into the
card (signal levels were moving), but nothing was heard via speakers or
headphones.  I dug into amixer to figure out if something needed to be
unmuted or an amplifier switched on and found nothing.

I tried with a newer kernel last night but there are some serious hard
lockup bugs in the pre-3.20 patches.  I'm now kicking myself for not
saving the kernel branch that I had the other night. :/

The contact at Realtek feels that there's either a BIOS update required
or one small option on the card isn't enabled.  I'd like to test again
but the kernel is a bit of a mess as of when I tested it last night.
Hacking DSDT's won't fix the issue according to someone who has much
more knowledge about ACPI tables than I do.

TL;DR:
  - Waiting on 3.20-rc1
  - Card shows up, can't hear anything
  - Realtek gave me some stuff to test

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

Title:
  Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

Status in Dell Sputnik:
  Confirmed
Status in HWE Next Project:
  Confirmed
Status in linux package in Ubuntu:
  Triaged
Status in linux package in Fedora:
  Unknown

Bug description:
  (This is a public bug report for LP1402828.)

  This system has a dual-mode audio with an HDA and an I2S interface.
  Which shows up depends on the reported _OSI from the last cold boot.
  Since the kernels in Ubuntu 14.10/15.04 (15.04 uses 3.18 currently)
  report an _OSI of Windows 2013, I2S mode is used for audio.

  A workaround is to pass acpi_os=!Windows 2013 as a kernel parameter,
  but this is non-optimal since the mode of the touchpad is affected. It
  also results in an alternate, less used and tested path in the
  firmware to be used.

  See the attached dmesg log for details on where the failure happens.
  Notably,

  $ dmesg -t | egrep (audio|snd|INT3438)
  dmar: ACPI device INT3438:00 under DMAR at fed91000 as 00:13.0
  snd_hda_intel :00:03.0: enabling device ( - 0002)
  snd_hda_intel :00:03.0: irq 50 for MSI/MSI-X
  haswell-pcm-audio haswell-pcm-audio: error: ADSP boot timeout
  broadwell-audio broadwell-audio: ASoC: CPU DAI System Pin not registered
  platform broadwell-audio: Driver broadwell-audio requests probe deferral

  There's also a failure to load the codec firmware after a
  suspend/resume.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-9-generic 3.18.0-9.10
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jared  2139 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Jan 21 20:47:40 2015
  HibernationDevice: RESUME=UUID=af18bf4f-1453-4c8c-8b8e-abdc5d4e0674
  InstallationDate: Installed on 2014-11-03 (80 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0c45:670c Microdia 
   Bus 001 Device 003: ID 04f3:2051 Elan Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9343
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.18.0-9-generic 
root=/dev/mapper/ubuntu--vg-root ro video.use_native_backlight=1 
video.use_native_backlight=1
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-9-generic N/A
   linux-backports-modules-3.18.0-9-generic  N/A
   linux-firmware1.141
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-01-08 (14 days ago)
  dmi.bios.date: 11/04/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: 0144PA
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X04
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd11/04/2014:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0144PA:rvrX04:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9343
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1413446/+subscriptions

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


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

2015-02-18 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/1423245

Title:
  rtl8192ce needs reboot to re-associate

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With my x131e thinkpad I often times have to reboot to be able to associate 
with a wireless access point.
  this happens in one of two scenarios:
  a.) leaving one wifi and going to another (switching networks completely)
  b.) having to re-associate with a access point after a suspend or other 
reason that I got kicked.

  the problem is fixed with a reboot, but i'd rather not have to resort
  to that.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic 3.13.0-44.73
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  smoser 2257 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Feb 18 11:06:08 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-23 (271 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 33672B7
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic.efi.signed 
root=UUID=19ac97d5-6973-4193-9a09-2e6bbfa38262 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G8ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33672B7
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG8ET96WW(2.56):bd12/18/2013:svnLENOVO:pn33672B7:pvrThinkPadX131e:rvnLENOVO:rn33672B7:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33672B7
  dmi.product.version: ThinkPad X131e
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1410817] Re: Kdump triggered manually after cpu offline operation fails to collect dump

2015-02-18 Thread Chris J Arges
Hi can you verify for utopic-proposed instead of vivid-proposed?
Thanks,

** Tags added: verification-needed-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/1410817

Title:
  Kdump triggered manually after cpu offline operation fails to collect
  dump

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

Bug description:
  SRU Justification:

  [Impact]
  Kdump triggered manually after cpu offline operation fails to collect dump

  [Test Case]
  See Steps to Reproduce below.

  [Fix]
  $ git describe --contains c1caae3de46a072d0855729aed6e793e536a4a55
  v3.19-rc3~1^2~1

  --

  
  ---Problem Description---
  Kdump triggered manually after cpu offline operation fails to collect dump

  ---uname output---
  Linux ubuntu 3.18.0-9-generic #10-Ubuntu SMP Mon Jan 12 21:35:28 UTC 2015 
ppc64le ppc64le ppc64le GNU/Linux

  Machine Type = P8

  ---System Hang---
  We have to reboot the LPAR and gain access to the machine again.

  ---Steps to Reproduce---
  Install a Power VM LPAR with Ubuntu 15.04 ISO using Virtual DVD.
  Then offline one of the cpu's of the machine.

  root@ubuntu:~# lscpu
  Architecture:  ppc64le
  Byte Order:Little Endian
  CPU(s):16
  On-line CPU(s) list:   0-15
  Thread(s) per core:8
  Core(s) per socket:1
  Socket(s): 2
  NUMA node(s):  2
  Model: IBM,8284-22A
  Hypervisor vendor: pHyp
  Virtualization type:   para
  L1d cache: 64K
  L1i cache: 32K
  NUMA node0 CPU(s): 0-15
  NUMA node2 CPU(s):

  root@ubuntu:~# chcpu -d 15
  CPU 15 disabled

  root@ubuntu:~# lscpu
  Architecture:  ppc64le
  Byte Order:Little Endian
  CPU(s):16
  On-line CPU(s) list:   0-14
  Off-line CPU(s) list:  15
  Thread(s) per core:7
  Core(s) per socket:1
  Socket(s): 2
  NUMA node(s):  2
  Model: IBM,8284-22A
  Hypervisor vendor: pHyp
  Virtualization type:   para
  L1d cache: 64K
  L1i cache: 32K
  NUMA node0 CPU(s): 0-14
  NUMA node2 CPU(s):

  Configure and enable kdump on the LPAR.

  root@ubuntu:~# /etc/init.d/kdump-tools status
  current state   : ready to kdump
  root@ubuntu:~# kdump-config load
  Modified cmdline:BOOT_IMAGE=/boot/vmlinux-3.18.0-9-generic 
root=UUID=70957e56-8669-466f-b0e7-140f2ec39a04 ro splash quiet irqpoll 
maxcpus=1 nousb elfcorehdr=155072K
  segment[0].mem:0x800 memsz:24510464
  segment[1].mem:0x976 memsz:65536
  segment[2].mem:0x977 memsz:65536
  segment[3].mem:0x978 memsz:65536
  segment[4].mem:0x979 memsz:22020096
  segment[5].mem:0xec7 memsz:196608
   * loaded kdump kernel
  root@ubuntu:~#

  root@ubuntu:~# kdump-config show
  USE_KDUMP:1
  KDUMP_SYSCTL: kernel.panic_on_oops=1
  KDUMP_COREDIR:/var/crash
  crashkernel addr:
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --args-linux 
--command-line=BOOT_IMAGE=/boot/vmlinux-3.18.0-9-generic 
root=UUID=70957e56-8669-466f-b0e7-140f2ec39a04 ro splash quiet irqpoll 
maxcpus=1 nousb --initrd=/boot/initrd.img-3.18.0-9-generic 
/boot/vmlinux-3.18.0-9-generic
  root@ubuntu:~# kdump-config status
  current state   : ready to kdump

  root@ubuntu:~# sysctl -w kernel.sysrq=1
  kernel.sysrq = 1
  root@ubuntu:~# cat /proc/sys/kernel/sysrq
  1

  Trigger the crash manually using sysrq-trigger.

  root@ubuntu:~# echo c  /proc/sysrq-trigger

  root@ubuntu:~# [  311.088315] SysRq : Trigger a crash
  [  311.088331] Unable to handle kernel paging request for data at address 
0x
  [  311.088336] Faulting instruction address: 0xc05f9094
  [  311.088341] Oops: Kernel access of bad area, sig: 11 [#1]
  [  311.088344] SMP NR_CPUS=2048 NUMA pSeries
  [  311.088349] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables 
pseries_rng rtc_generic binfmt_misc
  [  311.088372] CPU: 14 PID: 1705 Comm: bash Not tainted 3.18.0-9-generic 
#10-Ubuntu
  [  311.088377] task: c0027773e470 ti: c002782d task.ti: 
c002782d
  [  311.088381] NIP: c05f9094 LR: c05fa12c CTR: 
c05f9060
  [  311.088385] REGS: c002782d39d0 TRAP: 0300   Not tainted  
(3.18.0-9-generic)
  [  311.088389] MSR: 80009033 SF,EE,ME,IR,DR,RI,LE  CR: 28242822  
XER: 0001
  [  311.088401] CFAR: c00084d8 DAR:  DSISR: 4200 
SOFTE: 1
  GPR00: c05fa12c c002782d3c50 c1426890 0063
  GPR04: c1b85c28 c1b965e0 00ff c15e71f0
  GPR08: c0e76890 0001  0001
  GPR12: c05f9060 

[Kernel-packages] [Bug 1388072] Re: [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer working after resuming from long standby

2015-02-18 Thread Christopher M. Penalver
Adam Lyall, the issue you are reporting is an upstream one. Could you
please report this problem to the appropriate mailing list (linux-acpi)
by following the instructions verbatim at
https://wiki.ubuntu.com/Bugs/Upstream/kernel ?

Please provide a direct URL to your e-mail to the mailing list once you
have made it so that it may be tracked via http://vger.kernel.org/vger-
lists.html . It can take a day for the new e-mail to show up in the
respective archive.

Thank you for your understanding.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer
  working after resuming from long standby

Status in linux package in Ubuntu:
  Triaged

Bug description:
  When my Lenovo Thinkpad x230t is attached to an Ultrabase Series 3
  dock and suspended for many hours, upon resume the USB ports on the
  dock, but not the laptop, stop working with peripherals (mouse,
  keyboard, usb drive).

  Shorter periods of standby seem unaffected unless the issues has
  already occurred. E.g. After a fresh boot if I suspend my laptop and
  resume after less than about 8 hours (I am not at all certain if the
  period of time is related. Just general observation), everything will
  continue to work fine. If however the issue has occurred at some point
  and I have disconnected and reconnected to work around the issue, and
  then I suspend for a short period of time (20 seconds) and resume, the
  dock's USB ports will no longer work unless I again disconnect the
  laptop from the dock and reconnect. So it seems once the issue has
  happened it will continue to happen until I reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  magicmyth   4476 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Oct 31 12:45:03 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=9204d11f-56e2-4eff-9bae-80cd829eef89
  InstallationDate: Installed on 2012-08-15 (807 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 3435CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=8c85-b9c7-41ec-8e1c-24eb1d5e089b ro quiet splash zswap.enabled=1 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (5 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GCET99WW (2.59 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3435CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGCET99WW(2.59):bd05/28/2014:svnLENOVO:pn3435CTO:pvrThinkPadX230Tablet:rvnLENOVO:rn3435CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3435CTO
  dmi.product.version: ThinkPad X230 Tablet
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1420560] Re: linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

2015-02-18 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-phase-changed:Friday, 13. February 2015 20:02 UTC
  kernel-stable-phase:ReadyToBePackaged
+ kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-phase-changed:Friday, 13. February 2015 20:02 UTC
  kernel-stable-phase:ReadyToBePackaged
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC

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

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


[Kernel-packages] [Bug 1420560] cavac (amd64) - tests ran: 147, failed: 1

2015-02-18 Thread Brad Figg
tests ran: 147, failed: 1;
  
http://kernel.ubuntu.com/testing/cavac__3.2.0-77.112__2015-02-19_01-31-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 1420560] rizzo (amd64) - tests ran: 149, failed: 3

2015-02-18 Thread Brad Figg
tests ran: 149, failed: 3;
  
http://kernel.ubuntu.com/testing/rizzo__3.2.0-77.112__2015-02-19_01-29-00/results-index.html

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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 upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 19. February 2015 01:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 19. February 2015 01:01 UTC

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

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


[Kernel-packages] [Bug 1420560] Re: linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

2015-02-18 Thread Adam Conrad
** Changed in: linux-ti-omap4 (Ubuntu)
   Status: New = Invalid

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

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

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

Title:
  linux-ti-omap4: 3.2.0-1460.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow 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:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New

Bug description:
  This bug is for tracking the version to be filled 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-Prepare-package-start:Wednesday, 11. February 2015 01:02 UTC
  kernel-stable-master-bug:1419968
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 15:01 UTC
  kernel-stable-Prepare-package-end:Friday, 13. February 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. February 2015 20:02 UTC
  kernel-stable-phase-changed:Friday, 13. February 2015 20:02 UTC
  kernel-stable-phase:ReadyToBePackaged
  kernel-stable-Promote-to-proposed-end:Wednesday, 18. February 2015 23:41 UTC

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

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


[Kernel-packages] [Bug 1420661] Re: linux-lts-trusty: 3.13.0-46.75~precise1 -proposed tracker

2015-02-18 Thread Adam Conrad
** Changed in: linux-lts-trusty (Ubuntu)
   Status: New = Invalid

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

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow package-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
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-46.75~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
  kernel-stable-Prepare-package-start:Wednesday, 11. February 2015 08:03 UTC
  kernel-stable-master-bug:1419963
  kernel-stable-Prepare-package-end:Thursday, 12. February 2015 02:02 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. February 2015 02:02 UTC
  kernel-stable-Certification-testing-end:Thursday, 12. February 2015 17:02 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. February 2015 19:39 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. February 2015 21:03 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. February 2015 21:03 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. February 2015 21:03 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. February 2015 21:03 UTC
  kernel-stable-Regression-testing-end:Monday, 16. February 2015 17:02 UTC

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

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


[Kernel-packages] [Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2015-02-18 Thread Christopher M. Penalver
Chris Halse Rogers, the issue you are reporting is an upstream one.
Could you please report this problem to the appropriate mailing list
(linux-usb) via https://wiki.ubuntu.com/Bugs/Upstream/kernel ?

Please provide a direct URL to your e-mail to the mailing list once you
have made it so that it may be tracked via http://vger.kernel.org/vger-
lists.html . It can take a day for the new e-mail to show up in the
respective archive.

Thank you for your understanding.

** Tags added: kernel-bug-exists-upstream-3.19

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  USB stops working after a while (xhci_hcd :00:14.0: Timeout while
  waiting for setup device command)

Status in linux package in Ubuntu:
  Triaged

Bug description:
  On my laptop the kernel will sometimes drop the USB hub. After this,
  the laptop doesn't recognise any device plugged in to the USB ports -
  plugging and unplugging any device I've tried into any of the USB
  ports produces no response, not even dmesg entries.

  Strangely this also applies to bluetooth - it no longer works once USB
  has dropped (possibly the module is hung of the bus internally).

  Once this has happened only a reboot fixes it; I've not managed to
  find any combination of module unload/reload or suspend cycles to
  reinitialise things correctly.

  Relevant snippet of dmesg:
  [48830.625057] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
  [48838.079718] xhci_hcd :00:14.0: Stopped the command ring failed, maybe 
the host is dead
  [48838.079742] xhci_hcd :00:14.0: Abort command ring failed
  [48838.079746] xhci_hcd :00:14.0: HC died; cleaning up
  [48838.079770] xhci_hcd :00:14.0: Timeout while waiting for setup device 
command
  [48838.079806] sched: RT throttling activated
  [48838.079981] usb 1-1: USB disconnect, device number 16
  [48838.079985] usb 1-1.2: USB disconnect, device number 18
  [48838.079987] usb 1-1.2.3: USB disconnect, device number 19
  [48838.080285] usb 1-1.2.4: USB disconnect, device number 20
  [48838.111892] usb 1-1.4: USB disconnect, device number 17
  [48838.191292] usb 1-4: USB disconnect, device number 6
  [48838.267550] usb 1-10: USB disconnect, device number 8
  [48838.282968] usb 2-1: device not accepting address 8, error -62
  [48838.282983] usb 2-1: USB disconnect, device number 8
  [48838.282986] usb 2-1.2: USB disconnect, device number 9

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.18.0-9-generic 3.18.0-9.10
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chris  4255 F pulseaudio
   /dev/snd/controlC0:  chris  4255 F pulseaudio
  CRDA:
   country AU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 40), (3, 23), (N/A)
(5250 - 5330 @ 40), (3, 23), (0 ms), DFS
(5735 - 5835 @ 40), (3, 30), (N/A)
  CurrentDesktop: Unity
  Date: Thu Jan 22 12:59:27 2015
  InstallationDate: Installed on 2013-08-06 (533 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: System76, Inc. Galago UltraPro
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.18.0-9-generic.efi.signed 
root=UUID=92c2fa03-f29c-4bcc-87ab-f0fe28c134f2 ro quiet splash vt.handoff=7 
init=/lib/systemd/systemd break=mount
  RelatedPackageVersions:
   linux-restricted-modules-3.18.0-9-generic N/A
   linux-backports-modules-3.18.0-9-generic  N/A
   linux-firmware1.141
  RfKill:
   1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2013-08-06 (533 days ago)
  dmi.bios.date: 07/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Galago UltraPro
  dmi.board.vendor: System76, Inc.
  dmi.board.version: galu1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc,
  dmi.chassis.version: galu1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd07/09/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnSystem76,Inc.:rnGalagoUltraPro:rvrgalu1:cvnSystem76,Inc,:ct9:cvrgalu1:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

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

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


  1   2   >