[Kernel-packages] [Bug 1526901] [NEW] Newly installed apps are not shown in the dash (Ubuntu 15.10)

2015-12-16 Thread Sash
Public bug reported:

Some of the newly installed apps are not shown in the dash immediately
after the install (unlike 14.04). They are shown after the
logout/reboot.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: 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/1526901

Title:
  Newly installed apps are not shown in the dash (Ubuntu 15.10)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Some of the newly installed apps are not shown in the dash immediately
  after the install (unlike 14.04). They are shown after the
  logout/reboot.

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

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


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

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

apport-collect 1526901

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

Title:
  Newly installed apps are not shown in the dash (Ubuntu 15.10)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Some of the newly installed apps are not shown in the dash immediately
  after the install (unlike 14.04). They are shown after the
  logout/reboot.

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

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


[Kernel-packages] [Bug 1512153] Re: Secondary CPUs switch to "performance" cpufreq following suspend/resume cycle

2015-12-16 Thread EdiD
Temporary solution, script placed in /lib/systemd/system-sleep/

case $1/$2 in
post/suspend)
if [ `cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor 
| grep powersave | wc -l` -ne 4 ]; then
echo 'powersave' | tee 
/sys/devices/system/cpu/cpu[0-3]/cpufreq/scaling_governor
fi;;
esac

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

Title:
  Secondary CPUs switch to "performance" cpufreq following
  suspend/resume cycle

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a Dell XPS 13 2015 laptop (Broadwell i7) using the intel_pstate
  driver for CPU power management. After a cold boot, the CPUs are all
  using the "powersave" cpufreq governor:

  $ cat /sys/devices/system/cpu/cpu{0..3}/cpufreq/scaling_governor
  powersave
  powersave
  powersave
  powersave

  However, following a suspend/resume cycle (e.g. by closing and opening the 
lid), the secondary CPUs end up in
  "performance" state:

  $ cat /sys/devices/system/cpu/cpu{0..3}/cpufreq/scaling_governor
  powersave
  performance
  performance
  performance

  This has the undesirable effect of forcing 
/sys/devices/system/cpu/intel_pstate/min_perf_pct to 100, pegging all of the 
CPUs
  at ~3.2Ghz and hosing the battery life of the system. I would expect the 
governor setting to persist across the suspend on all cores. Manually setting 
the secondary cores back to the "powersave" governor resolves the issue.

  There does appear to be a known kernel issue in this area (although it
  doesn't sound exactly the same):

https://www.mail-archive.com/linux-
  ker...@vger.kernel.org/msg996192.html

  I backported the supposed fix and the issue remained (but note that
  the backport is a PITA and I ended up pulling in most of the
  intel_pstate changes queued in linux-next). I'm currently working
  around the issue by compiling out the "performance" governor entirely.

  I didn't have this problem with 15.04, but reverting to the vivid 3.19-based 
kernel breaks resume entirely with wily userspace, so
  it's hard to tell exactly what is responsible. pm-utils has some scripts to 
poke around at the cpufreq governor, but I commented
  all that out and didn't see any change in behaviour.

  Any ideas?

  --->8

  $ lsb_release -rd
  Description:  Ubuntu 15.10
  Release:  15.10

  $ apt-cache policy linux-image-4.2.0-16-generic 
  linux-image-4.2.0-16-generic:
Installed: 4.2.0-16.19
Candidate: 4.2.0-16.19
Version table:
   *** 4.2.0-16.19 0
  500 http://gb.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Kernel-packages] [Bug 1488719] Re: dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!"

2015-12-16 Thread Joakim Koed
Sorry for spam.

I can confirm 3.13 is okay regarding this issue. Not really a good
kernel for broadwell laptops, since some FN-keys don't work etc. but it
will do for exam tomorrow :)

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

Title:
  dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control
  interrupt lied (SDE)!"

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

Bug description:
  On a recent intel NUC using i915 graphics, I get the following errors
  in dmesg:

  [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt
  lied (SDE)!

  There are two monitors connected to this box, one with mini-
  HDMI->HDMI, one with mini-DP->HDMI cable.

  Maybe related:

  https://bugs.freedesktop.org/show_bug.cgi?id=80896

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic 3.19.0.26.25
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  Date: Wed Aug 26 10:07:31 2015
  InstallationDate: Installed on 2015-08-01 (24 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-26-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1526692] Re: Ubuntu 15.10 - btrfs - Kernel Panic on btrfs balance

2015-12-16 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.4 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc5-wily

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

** Tags added: kernel-da-key

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

Title:
  Ubuntu 15.10 - btrfs - Kernel Panic on btrfs balance

Status in linux package in Ubuntu:
  Incomplete

Bug description:

  
  [  360.220144] INFO: task btrfs:2938 blocked for more than 120 seconds.
  [  360.220152]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  360.220153] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  360.220155] btrfs   D 88087fc16640 0  2938   2937 
0x
  [  360.220161]  880833b87c78 0086 81c13500 
880835525940
  [  360.220163]  0246 880833b88000 88085b9c0c70 
88085b9c0cb0
  [  360.220165]  880855758980 8807f2c97300 880833b87c98 
817ec197
  [  360.220167] Call Trace:
  [  360.220179]  [] schedule+0x37/0x80
  [  360.220221]  [] btrfs_cancel_balance+0x127/0x180 [btrfs]
  [  360.220225]  [] ? wake_atomic_t_function+0x60/0x60
  [  360.220238]  [] btrfs_ioctl+0xd55/0x2760 [btrfs]
  [  360.220243]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  360.220247]  [] ? handle_mm_fault+0xc77/0x17e0
  [  360.220249]  [] ? __vma_link_rb+0xfd/0x110
  [  360.220251]  [] ? vma_link+0xb9/0xc0
  [  360.220254]  [] do_vfs_ioctl+0x295/0x480
  [  360.220256]  [] SyS_ioctl+0x79/0x90
  [  360.220259]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  360.220264] INFO: task btrfs:3002 blocked for more than 120 seconds.
  [  360.220266]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  360.220266] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  360.220267] btrfs   D 88087fd56640 0  3002   3001 
0x
  [  360.220270]  8807e340bc78 0086 88085bf1cc80 
880857fa9980
  [  360.220272]  0246 8807e340c000 88085b9c0c70 
88085b9c0cb0
  [  360.220274]  880855758980 88085a181700 8807e340bc98 
817ec197
  [  360.220276] Call Trace:
  [  360.220278]  [] schedule+0x37/0x80
  [  360.220289]  [] btrfs_pause_balance+0x92/0x120 [btrfs]
  [  360.220291]  [] ? wake_atomic_t_function+0x60/0x60
  [  360.220303]  [] btrfs_ioctl+0x1a3e/0x2760 [btrfs]
  [  360.220306]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  360.220308]  [] ? handle_mm_fault+0xc77/0x17e0
  [  360.220310]  [] ? __vma_link_rb+0xfd/0x110
  [  360.220311]  [] ? vma_link+0xb9/0xc0
  [  360.220313]  [] do_vfs_ioctl+0x295/0x480
  [  360.220315]  [] SyS_ioctl+0x79/0x90
  [  360.220317]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  480.220139] INFO: task btrfs:2938 blocked for more than 120 seconds.
  [  480.220148]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  480.220149] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  480.220152] btrfs   D 88087fc16640 0  2938   2937 
0x
  [  480.220159]  880833b87c78 0086 81c13500 
880835525940
  [  480.220162]  0246 880833b88000 88085b9c0c70 
88085b9c0cb0
  [  480.220166]  880855758980 8807f2c97300 880833b87c98 
817ec197
  [  480.220169] Call Trace:
  [  480.220180]  [] schedule+0x37/0x80
  [  480.220217]  [] btrfs_cancel_balance+0x127/0x180 [btrfs]
  [  480.220222]  [] ? wake_atomic_t_function+0x60/0x60
  [  480.220234]  [] btrfs_ioctl+0xd55/0x2760 [btrfs]
  [  480.220238]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  480.220241]  [] ? handle_mm_fault+0xc77/0x17e0
  [  480.220243]  [] ? __vma_link_rb+0xfd/0x110
  [  480.220245]  [] ? vma_link+0xb9/0xc0
  [  480.220248]  [] do_vfs_ioctl+0x295/0x480
  [  480.220250]  [] SyS_ioctl+0x79/0x90
  [  480.220253]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  480.220257] INFO: task btrfs:3002 blocked for more than 120 seconds.
  [  480.220258]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  480.220259] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  480.220260] btrfs   D 88087fd56640 0  3002   3001 
0x
  [  480.220263]  8807e340bc78 0086 

[Kernel-packages] [Bug 1526537] Re: blk_update_request: I/O error

2015-12-16 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.4 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc5-wily


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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 

[Kernel-packages] [Bug 1526661] Re: Ubuntu 15.10 hangs on shutdown

2015-12-16 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.4 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc5-wily


** Changed in: linux (Ubuntu)
   Importance: Critical => 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/1526661

Title:
  Ubuntu 15.10 hangs on shutdown

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 hangs on shutdown with both generic and lowlatency kernels.  In 
order to shutdown without forcing by pressing long on the laptop button, I need 
to restart, and then to shutdown, and then the shutdown takes more than a 
minute, which isn't the case with 14.04 which shutdowns in just few seconds. 
This happens with both fresh install and updated system.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  m  1472 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=def28845-51c2-4e63-b7c4-b6170784fa4a
  InstallationDate: Installed on 2015-12-16 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire E1-570
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-lowlatency 
root=UUID=2eb5def1-1551-4c4d-ae5d-1989c495b47a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-lowlatency 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-lowlatency N/A
   linux-backports-modules-4.2.0-19-lowlatency  N/A
   linux-firmware   1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/08/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_CX
  dmi.board.vendor: Acer
  dmi.board.version: V2.06
  dmi.chassis.asset.tag: Acer Asset Tag String
  dmi.chassis.type: 10
  dmi.chassis.vendor: Insyde Corp.
  dmi.chassis.version: V2.06
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.06:bd10/08/2013:svnAcer:pnAspireE1-570:pvrV2.06:rvnAcer:rnEA50_CX:rvrV2.06:cvnInsydeCorp.:ct10:cvrV2.06:
  dmi.product.name: Aspire E1-570
  dmi.product.version: V2.06
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1526683] Re: rtl8821ae has no connection on 5GHz networks and loses connection occassionally on 2.4 GHz networks requiring hardware button to be toggled twice for connection to

2015-12-16 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a prior 
kernel version where you were not having this particular problem? 

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.4 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc5-wily

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

Title:
  rtl8821ae has no connection on 5GHz networks and loses connection
  occassionally on 2.4 GHz networks requiring hardware button to be
  toggled twice for connection to be re-established

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  rtl8821ae has no connection on 5GHz networks and loses connection
  occassionally on 2.4 GHz networks requiring hardware button to be
  toggled twice for connection to be re-established

  I am not fully sure that this is the right package to report this bug
  against, but it's the best idea I have and no one replied when I asked
  where I should report this on two IRC channels.

  I took the name of driver from inxi:

  
  ```
  Network:   Card-1 ♥ Realtek RTL8821AE 802.11ac PCIe Wireless Network Adapter
 driver ♥ rtl8821ae port ♥ d000
 bus-ID ♥ 03:00.0 chip-ID ♥ 10ec:8821
 Card-2 ♥ Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller
 driver ♥ r8169 v ♥ 2.3LK-NAPI port ♥ c000
 bus-ID ♥ 04:00.1 chip-ID ♥ 10ec:8168
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.3.0-2-generic 4.3.0-2.11 [modified: 
boot/vmlinuz-4.3.0-2-generic]
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mikaela1361 F pulseaudio
   /dev/snd/controlC1:  mikaela1361 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Dec 16 11:35:09 2015
  HibernationDevice: RESUME=UUID=431ec214-73ef-4058-b283-5721bb5a45d2
  InstallationDate: Installed on 2015-12-12 (3 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151212)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 006: ID 13d3:3414 IMC Networks 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-2-generic.efi.signed 
root=UUID=ab0e7270-40bc-4a68-a541-59fd96690354 ro rw acpi_osi=
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-2-generic N/A
   linux-backports-modules-4.3.0-2-generic  N/A
   linux-firmware   1.154
  SourcePackage: linux
  UdevLog: Error: [Errno 2] Tiedostoa tai hakemistoa ei ole: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JX.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550JX.204:bd05/07/2015:svnASUSTeKCOMPUTERINC.:pnX550JX:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JX:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JX
  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/1526683/+subscriptions

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


[Kernel-packages] [Bug 1526657] Re: desktop freeze, htop shows kernel thread at 100% cpu

2015-12-16 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.4 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc5-wily


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

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

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

Title:
  desktop freeze, htop shows kernel thread at 100% cpu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Every few hours the desktop freezes.  I can still login via ssh, htop
  shows one process running at 100%.  The process is shown in red,
  indicating a kernel thread.   No response to ctrl-alt-f1  or to
  service lightdm restart.

  Graphics card is NVIDIA NVS 310.

  I've tried the NVIDIA drivers in various versions up to nvidia-
  current, and also nouveau (current bug report is with logfiles etc
  generated after a crash while running nouveau).

  Xorg.log shows a seg fault:

  [171809.988] (EE) 
  [171809.988] (EE) Backtrace:
  [171809.988] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x7fc8b9ccd848]
  [171809.988] (EE) 1: /usr/bin/X (0x7fc8b9b24000+0x1ad539) [0x7fc8b9cd1539]
  [171809.988] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fc8b8c2+0x10340) [0x7fc8b8c30340]
  [171809.988] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7fc8b763f000+0x97ff0) 
[0x7fc8b76d6ff0]
  [171809.988] (EE) 4: /usr/lib/xorg/modules/libexa.so (0x7fc8b295f000+0x5356) 
[0x7fc8b2964356]
  [171809.988] (EE) 5: /usr/lib/xorg/modules/libexa.so (0x7fc8b295f000+0x57fb) 
[0x7fc8b29647fb]
  [171809.988] (EE) 6: /usr/lib/xorg/modules/libexa.so (0x7fc8b295f000+0x7e22) 
[0x7fc8b2966e22]
  [171809.988] (EE) 7: /usr/lib/xorg/modules/libexa.so (0x7fc8b295f000+0x1186a) 
[0x7fc8b297086a]
  [171809.988] (EE) 8: /usr/lib/xorg/modules/libexa.so (0x7fc8b295f000+0xe236) 
[0x7fc8b296d236]
  [171809.988] (EE) 9: /usr/lib/xorg/modules/libexa.so (0x7fc8b295f000+0xc028) 
[0x7fc8b296b028]
  [171809.988] (EE) 10: /usr/bin/X (0x7fc8b9b24000+0x133f56) [0x7fc8b9c57f56]
  [171809.988] (EE) 11: /usr/bin/X (0x7fc8b9b24000+0x12a3fe) [0x7fc8b9c4e3fe]
  [171809.988] (EE) 12: /usr/bin/X (0x7fc8b9b24000+0x55f0e) [0x7fc8b9b79f0e]
  [171809.988] (EE) 13: /usr/bin/X (0x7fc8b9b24000+0x59d9a) [0x7fc8b9b7dd9a]
  [171809.988] (EE) 14: /lib/x86_64-linux-gnu/libc.so.6 
(__libc_start_main+0xf5) [0x7fc8b7660ec5]
  [171809.988] (EE) 15: /usr/bin/X (0x7fc8b9b24000+0x451ee) [0x7fc8b9b691ee]
  [171809.988] (EE) 
  [171809.988] (EE) Segmentation fault at address 0x0
  [171809.988] (EE) 
  Fatal server error:
  [171809.988] (EE) Caught signal 11 (Segmentation fault). Server aborting
  [171809.988] (EE)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-71-generic 3.13.0-71.114
  ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
  Uname: Linux 3.13.0-71-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/pcmC1D7p', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  Date: Wed Dec 16 08:30:46 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2015-10-17 (59 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  IwConfig:
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Precision Tower 7910
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-71-generic 
root=UUID=8fb5292d-6961-420e-ac9b-3f468520a7de ro plymouth:debug splash quiet 
drm.debug=0xe
  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-71-generic N/A
   linux-backports-modules-3.13.0-71-generic  N/A
   linux-firmware 1.127.19
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 

[Kernel-packages] [Bug 1525878] Re: Wacom serial pen stops working in kernel 4.2.0-19

2015-12-16 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Tags added: regression-update wily

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

Title:
  Wacom serial pen stops working in kernel 4.2.0-19

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The pen (on a Fujitsu T5010) completely stopped working when using Kernel 
4.2.0-19.
  When booting 4.2.0-18, it works again, so I suspect it's somehow kernel 
related.

  When booting 4.2.0-19, xsetwacom --list devices is completely empty.
  When booting 4.2.0-18, see output below.

  xsetwacom --list devices
  Serial Wacom Tablet FUJ02e5 stylusid: 17  type: STYLUS
  Serial Wacom Tablet FUJ02e5 eraserid: 18  type: ERASER 

  dmesg | grep -i  wacom
  [9.109484] input: Wacom Serial Penabled 1FG Touchscreen as 
/devices/pnp0/00:06/tty/ttyS4/serio5/input/input17

  Please let me know whether I can provide further information.

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

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


[Kernel-packages] [Bug 1526869] Re: should be able to do live-installer installs from mirrors, and cdrom pool over the network

2015-12-16 Thread Dimitri John Ledkov
Priliminary patches for this posted at http://people.canonical.com/~xnox
/live-installer/

** Description changed:

  should be able to do live-installer installs from mirrors, and cdrom
  pool over the network
+ 
+ with live-installer patches this works.
+ 
+ however on s390x currently this results in ENOMEM, because there is no
+ loop.ko module available either as a udeb, or preferably built-in (which
+ is inline with all the other arches we have). When i inject loop.ko into
+ the installer, the installation succeeds.
+ 
+ Please set CONFIG_BLK_DEV_LOOP=y and upload kernel respin.

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

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

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

Title:
  should be able to do live-installer installs from mirrors, and cdrom
  pool over the network

Status in linux package in Ubuntu:
  In Progress
Status in live-installer package in Ubuntu:
  New
Status in linux source package in Xenial:
  In Progress
Status in live-installer source package in Xenial:
  New

Bug description:
  should be able to do live-installer installs from mirrors, and cdrom
  pool over the network

  with live-installer patches this works.

  however on s390x currently this results in ENOMEM, because there is no
  loop.ko module available either as a udeb, or preferably built-in
  (which is inline with all the other arches we have). When i inject
  loop.ko into the installer, the installation succeeds.

  Please set CONFIG_BLK_DEV_LOOP=y and upload kernel respin.

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

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


[Kernel-packages] [Bug 1526537] Re: blk_update_request: I/O error

2015-12-16 Thread Marcin
Joseph, I encounter this problem also in ubuntu 15.04 with a linux-
image-3.19.0-15-generic.

I can append some additional information how to reproduce this issue.
After my analysis I found dependence: drive filesystem vs backing file
filesystem:

Create backing file on a drive that is formatted to NTFS
dd if=/dev/zero of=./Test.img bs=1M count=1024

Find free loop device
losetup -f

Connect backing file with a loop device [ losetup -f ], for example: /dev/loop3
losetup /dev/loop3 ./Test.img

Create filesystem on backing file via loop device
mkfs.ext4 /dev/loop3

Mount backing file via loop device into /mnt directory
mount -t ext4 /dev/loop3 /mnt/

Write some data on backing file via loop device
dd if=/dev/zero of=/mnt/Test.file bs=1M count=512

After this procedure you will be see errors on a kernel log:
[ 1370.381087] blk_update_request: I/O error, dev loop3, sector 25864
[ 1370.789277] blk_update_request: I/O error, dev loop3, sector 29960
[ 1371.193360] blk_update_request: I/O error, dev loop3, sector 34056


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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] 

Re: [Kernel-packages] [Bug 1433906] Re: Acer, Inc ID 5986:055a is useless after 14.04.2 installed.

2015-12-16 Thread Victor van der Lee
Hi Henrik,

Thanks for your post. I am not familiar with patches. Can you tell me how
to apply it?

Best regards,
Victor.

2015-12-10 21:24 GMT+01:00 Henrik Ingo :

> ** Patch added:
> "0001-uvcvideo-Acer-Integrated-Camera-5986-055a-add-UVC_QU.patch"
>
> https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1433906/+attachment/4532782/+files/0001-uvcvideo-Acer-Integrated-Camera-5986-055a-add-UVC_QU.patch
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1433906
>
> Title:
>   Acer, Inc ID 5986:055a is useless after 14.04.2 installed.
>
> Status in HWE Next:
>   Won't Fix
> Status in linux-lts-utopic package in Ubuntu:
>   Confirmed
> Status in linux-lts-vivid package in Ubuntu:
>   Confirmed
> Status in linux package in Arch Linux:
>   New
> Status in Fedora:
>   Unknown
>
> Bug description:
>   CID : 201411-16166 Lenovo E450 (I+A) with 14.04.2 (utopic)
>   CID : 201408-15472 Lenovo E555 (A+A) with 14.04.2 (utopic)
>
>   Steps:
>   1. Install 14.04.2 on E450 or E555.
>   2. Log in system and open a terminal.
>   3. $ gst-launch-0.10 v4l2src ! xvimagesink
>
>   Expected result:
>   Camara is activated
>
>   Actual result:
>   $  gst-launch-0.10 v4l2src ! xvimagesink
>   Setting pipeline to PAUSED ...
>   ERROR: Pipeline doesn't want to pause.
>   ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Cannot
> identify device '/dev/video0'.
>   Additional debug info:
>   v4l2_calls.c(497): gst_v4l2_open ():
> /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
>   system error: No such file or directory
>   Setting pipeline to NULL ...
>   Freeing pipeline ...
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1 [modified:
> boot/vmlinuz-3.16.0-30-generic]
>   ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
>   Uname: Linux 3.16.0-30-generic x86_64
>   NonfreeKernelModules: fglrx
>   ApportVersion: 2.14.1-0ubuntu3.7
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Thu Mar 19 02:21:31 2015
>   InstallationDate: Installed on 2015-03-16 (2 days ago)
>   InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64
> (20150218.1)
>   SourcePackage: linux-lts-utopic
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/hwe-next/+bug/1433906/+subscriptions
>

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

Title:
  Acer, Inc ID 5986:055a is useless after 14.04.2 installed.

Status in HWE Next:
  Won't Fix
Status in linux-lts-utopic package in Ubuntu:
  Confirmed
Status in linux-lts-vivid package in Ubuntu:
  Confirmed
Status in linux package in Arch Linux:
  New
Status in Fedora:
  Unknown

Bug description:
  CID : 201411-16166 Lenovo E450 (I+A) with 14.04.2 (utopic)
  CID : 201408-15472 Lenovo E555 (A+A) with 14.04.2 (utopic)

  Steps:
  1. Install 14.04.2 on E450 or E555.
  2. Log in system and open a terminal.
  3. $ gst-launch-0.10 v4l2src ! xvimagesink

  Expected result:
  Camara is activated

  Actual result:
  $  gst-launch-0.10 v4l2src ! xvimagesink
  Setting pipeline to PAUSED ...
  ERROR: Pipeline doesn't want to pause.
  ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Cannot 
identify device '/dev/video0'.
  Additional debug info:
  v4l2_calls.c(497): gst_v4l2_open (): 
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
  system error: No such file or directory
  Setting pipeline to NULL ...
  Freeing pipeline ...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1 [modified: 
boot/vmlinuz-3.16.0-30-generic]
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 19 02:21:31 2015
  InstallationDate: Installed on 2015-03-16 (2 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1508593] Re: [Hyper-V] x86/ioapic: Disable interrupts when re-routing legacy IRQs

2015-12-16 Thread Joseph Salisbury
After working on the backport to Vivid, I'm not sure if the patch(Commit
c0ff971) requested in this bug is applicable to Vivid and Trusty.

Commit c0ff971 disables interrupts when re-routing legacy IRQs.  However, the 
functions affected by commit c0ff971 were not added until v4.2-rc1 by commit:
'49c7e60 x86/irq: Implement callbacks to enable hierarchical irqdomains on 
IOAPICs'

Heirarchical irqdomains were not added until v4.2-rc1 as well, by commit:
'b5dc8e6 x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors'


The reproducer listed in the description cannot be attempted since
mp_setup_entry() and mp_register_handler() dont exist in the 3.19 or
3.13 kernels since they were added in 4.2-rc1 by commit 49c7e60.

Is there a way to confirm and test that commit c0ff971 is needed in
Vivid and 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/1508593

Title:
  [Hyper-V] x86/ioapic: Disable interrupts when re-routing legacy IRQs

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

Bug description:
  A sporadic hang with consequent crash is observed when booting Hyper-V
  Gen1 guests...

  Sauce request for upstream submission:

  https://lkml.org/lkml/2015/10/15/673

  From Vitaly Kuznetsov <> 
  Subject [PATCH] x86/ioapic: Disable interrupts when re-routing legacy IRQs 
  Date Thu, 15 Oct 2015 19:42:23 +0200 

  A sporadic hang with consequent crash is observed when booting Hyper-V Gen1
  guests:

   Call Trace:

[] ? trace_hardirqs_off+0xd/0x10
[] queue_work_on+0x46/0x90
[] ? add_interrupt_randomness+0x176/0x1d0
...

[] ? _raw_spin_unlock_irqrestore+0x3b/0x60
[] __irq_put_desc_unlock+0x1e/0x40
[] irq_modify_status+0xb5/0xd0
[] mp_register_handler+0x4b/0x70
[] mp_irqdomain_alloc+0x1ea/0x2a0
[] irq_domain_alloc_irqs_recursive+0x40/0xa0
[] __irq_domain_alloc_irqs+0x13c/0x2b0
[] alloc_isa_irq_from_domain.isra.1+0xc0/0xe0
[] mp_map_pin_to_irq+0x165/0x2d0
[] pin_2_irq+0x47/0x80
[] setup_IO_APIC+0xfe/0x802
...
[] ? rest_init+0x140/0x140
  The issue is easily reproducible with a simple instrumentation: if
  mdelay(10) is put between mp_setup_entry() and mp_register_handler() calls
  in mp_irqdomain_alloc() Hyper-V guest always fails to boot when re-routing
  IRQ0. The issue seems to be caused by the fact that we don't disable
  interrupts while doing IOPIC programming for legacy IRQs and IRQ0 actually
  happens. Decorate manipulations with legacy IRQs with local_irq_save()/
  local_irq_restore().

  Cc: Thomas Gleixner 
  Cc: Ingo Molnar 
  Cc: "H. Peter Anvin" 
  Cc: Jiang Liu 
  Cc: Yinghai Lu 
  Cc: K. Y. Srinivasan 
  Signed-off-by: Vitaly Kuznetsov 
  ---
  It may make sense to have interrupts disabled for non-legacy IRQs as well
  but I'm unaware of any bugs with them at this moment.
  ---
   arch/x86/kernel/apic/io_apic.c | 8 +++-
   1 file changed, 7 insertions(+), 1 deletion(-)
  diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
  index 5c60bb1..9aac777 100644
  --- a/arch/x86/kernel/apic/io_apic.c
  +++ b/arch/x86/kernel/apic/io_apic.c
  @@ -2907,6 +2907,7 @@ int mp_irqdomain_alloc(struct irq_domain *domain, 
unsigned int virq,
struct irq_data *irq_data;
struct mp_chip_data *data;
struct irq_alloc_info *info = arg;
  + unsigned long flags = 0;
   
if (!info || nr_irqs > 1)
return -EINVAL;
  @@ -2939,11 +2940,16 @@ int mp_irqdomain_alloc(struct irq_domain *domain, 
unsigned int virq,
   
cfg = irqd_cfg(irq_data);
add_pin_to_irq_node(data, ioapic_alloc_attr_node(info), ioapic, pin);
  +
  + if (virq < nr_legacy_irqs())
  + local_irq_save(flags);
if (info->ioapic_entry)
mp_setup_entry(cfg, data, info->ioapic_entry);
mp_register_handler(virq, data->trigger);
  - if (virq < nr_legacy_irqs())
  + if (virq < nr_legacy_irqs()) {
legacy_pic->mask(virq);
  + local_irq_restore(flags);
  + }
   
apic_printk(APIC_VERBOSE, KERN_DEBUG
"IOAPIC[%d]: Set routing entry (%d-%d -> 0x%x -> IRQ %d 
Mode:%i Active:%i Dest:%d)\n",
  -- 
  2.4.3

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

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


[Kernel-packages] [Bug 1517942] Re: Backport upstream commit to Ubuntu 15.10 (Wily) SRU stream

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  Backport upstream commit to Ubuntu 15.10 (Wily) SRU stream

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

Bug description:
  == Comment: #0 - UMA KRISHNAN  - 2015-11-18 16:27:06 ==
  ---Problem Description---
  When FC login times out, cxlflash resets the link. As part of reset, when the 
link comes back up, cxlflash driver calls scsi_scan_host() and in case previous 
scan is still running  we get the message and stack dump on console/logs.

  scsi host2: scsi_prep_async_scan called twice
  CPU: 16 PID: 55 Comm: kworker/16:1 Not tainted 4.2.0-439-f9a408a+ #1
  Workqueue: events cxlflash_worker_thread [cxlflash]
  Call Trace:
  [c0078bea7ae0] [c0a6e720] dump_stack+0x90/0xbc (unreliable)
  [c0078bea7b10] [c06f539c] scsi_scan_host+0x28c/0x2a0
  [c0078bea7bb0] [d4085344] cxlflash_worker_thread+0x144/0x430 
[cxlflash]
  [c0078bea7c50] [c00d8b64] process_one_work+0x1a4/0x4c0
  [c0078bea7ce0] [c00d9014] worker_thread+0x194/0x5f0
  [c0078bea7d80] [c00e1630] kthread+0x110/0x130
  [c0078bea7e30] [c0009530] ret_from_kernel_thread+0x5c/0xac
  cxlflash 0009:00:00.0: cxlflash_async_err_irq: FC Port 1 -> login succeeded, 
fc_status 0x114001D8F

  This message is alarming to customers. Community has already fixed this. We 
would like to see the upstreamed commit 
a4cf30e15ccea82a07fa5870e8af787b9ea1a672 (scsi_scan: don't dump trace when 
scsi_prep_async_scan() is called twice)  backported to Ubuntu 15.10 (Wily) SRU 
stream.
   
  ---uname output---
  Linux tul83p1 4.2.0-444-5b49ef1+ #1 SMP Wed Nov 

[Kernel-packages] [Bug 1522786] Re: linux: 3.19.0-40.45 -proposed tracker

2015-12-16 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1522918 ***
https://bugs.launchpad.net/bugs/1522918

This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to 

[Kernel-packages] [Bug 1522991] Re: linux-lts-trusty: 3.13.0-73.116~precise1 -proposed tracker

2015-12-16 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-73.116~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:Friday, 04. December 2015 23:03 UTC
  kernel-stable-master-bug:1522858
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:27 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:02 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 05:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 10:44 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 10:44 UTC
+ kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:47 UTC

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

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Fix Released

Bug description:
  This bug is for tracking the 3.13.0-73.116~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:Friday, 04. December 2015 23:03 UTC
  kernel-stable-master-bug:1522858
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:27 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:02 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 05:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 10:44 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 10:44 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:47 UTC

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

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


[Kernel-packages] [Bug 1515541] Re: debian/tests/control specified unconditional gcc-multilib which is not available on ppc64el

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

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

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

Title:
  debian/tests/control specified unconditional gcc-multilib which is not
  available on ppc64el

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

Bug description:
  We have an unconditional test dependency on gcc-multilib which is not
  available on ppc64el as that is not multi personality architecture.

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

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


[Kernel-packages] [Bug 1519106] Re: Unprivileged lxc container fails to start due to error mounting proc

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1513847] Re: WWAN modules is recognized as an ethernet device

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  WWAN modules is recognized as an ethernet device

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

Bug description:
  Bus 001 Device 005: ID 413c:81ba Dell Computer Corp.

  This device should be a WWAN module, but it's recognized as an
  ethernet device instead.

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

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


[Kernel-packages] [Bug 1515503] Re: Need support for some buggy Synaptics RMI4 device

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

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

Title:
  Need support for some buggy Synaptics RMI4 device

Status in HWE Next:
  Triaged
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Released
Status in linux source package in Wily:
  Fix Released
Status in linux source package in Xenial:
  Fix Released

Bug description:
  [Impact]

  Some RMI4 touchpad doesn't work properly even the probing returns no
  error. Further investigation shows the interrupt doesn't increase at
  all. There's already a public bug and the patch is already upstreamed:

  https://bugs.freedesktop.org/show_bug.cgi?id=91102

  [Fix]

  There's a fix contains in v4.3-rc1 and has already been tested:

  commit 9a98b3387e7bd9af5a6495b32e07d6f25071f4ba
  Author: Andrew Duggan 
  AuthorDate: Thu Jul 16 17:14:00 2015 -0700
  Commit: Jiri Kosina 
  CommitDate: Fri Jul 17 11:29:53 2015 +0200

  HID: rmi: Set F01 interrupt enable register when not set

  Note:
So far the platform we encounter with this issue use GPIO interrupt, so it 
also needs 3.19.0-32 or Wily kernel to work too.

  [Test]

  1. Boot with v4.3-rc1 -> pass
  2. Boot with patched Vivid kernel -> pass
  3. Boot with patched Wily kernel -> pass

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

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


[Kernel-packages] [Bug 1522858] Re: linux: 3.13.0-73.116 -proposed tracker

2015-12-16 Thread Chris J Arges
linux| 3.13.0-73.116 | trusty-updates   | source
 linux-meta   | 3.13.0.73.79  | trusty-updates   | source
 linux-signed | 3.13.0-73.116 | trusty-updates   | source

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

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

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

Title:
  linux: 3.13.0-73.116 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.13.0-73.116 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:Friday, 04. December 2015 14:25 UTC
  kernel-stable-Prepare-package-end:Friday, 04. December 2015 23:04 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 04. December 2015 23:04 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:25 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Certification-testing-end:Monday, 14. December 2015 10:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

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


[Kernel-packages] [Bug 1509029] Re: [Hyper-V] Crash in hot-add/remove scsi devices (smp)

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1520309] Re: Trusty update to 3.19.8-ckt10 stable release

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1510405] Re: Direct firmware load for radeon/kaveri_sdma1.bin failed with error -2

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  Direct firmware load for radeon/kaveri_sdma1.bin failed with error -2

Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux source package in Wily:
  Fix Released
Status in linux-firmware source package in Wily:
  Invalid
Status in linux source package in Xenial:
  Fix Released
Status in linux-firmware source package in Xenial:
  Invalid

Bug description:
  == SRU Justification ==

  Impact: CONFIG_DRM_AMDGPU_CIK enables experimental support for some
  AMD hardware in the amdgpu driver. It's not considered stable yet and
  is not working properly with some hardware.

  Fix: Disable this option. The hardware which is no longer supported by
  amdgpu is all supported by the radeon driver.

  Regression Potential: It's possible that some regressions might be
  seen by users with affected hardware, but generally using radeon for
  this hardware should be more stable.

  ---

  Version 1.149 of the package does not have
  /lib/firmware/radeon/kaveri_sdma1.bin needed for the latest AMD DRM
  module.

  After booting my monitor is blank.

  For other AMD chipsets *_sdma1.bin is needed as well:
  drivers/gpu/drm/amd/amdgpu/cik_sdma.c(126): snprintf(fw_name, 
sizeof(fw_name), "radeon/%s_sdma1.bin", chip_name);

  Similar to https://bugs.launchpad.net/ubuntu/+source/linux-
  firmware/+bug/1183777, https://bugs.launchpad.net/ubuntu/+source
  /linux-firmware/+bug/1218691

  Best regards,
  Timothy

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

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

[Kernel-packages] [Bug 1522918] Re: linux: 3.19.0-41.46 -proposed tracker

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1513980] Re: Ubuntu 14.04.03 did not detect Link down on Houston CU network adapter ports when cable pulled

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1515541] Re: debian/tests/control specified unconditional gcc-multilib which is not available on ppc64el

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1523036] Re: linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

2015-12-16 Thread Chris J Arges
** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-updates
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges 
(arges)

** Changed in: kernel-sru-workflow/promote-to-security
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges 
(arges)

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

Title:
  linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.19.0-41.46~14.04.2 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:Saturday, 05. December 2015 03:02 UTC
  kernel-stable-master-bug:1522918
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 09. December 2015 18:40 UTC
  kernel-stable-Verification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 09. December 2015 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Security-signoff-end:Thursday, 10. December 2015 20:02 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 06:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 16. December 2015 17:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 20:02 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 20:02 UTC

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

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


[Kernel-packages] [Bug 1472384] Re: grub-install doesn't include raid5rec.mod

2015-12-16 Thread Lee Trager
Debian has accepted the patch and its included with 2.02~beta2-33

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

Title:
  grub-install doesn't include raid5rec.mod

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I just did a fresh install of Ubuntu 14.04.2 using the official
  install medium onto my NAS. My NAS contains three drives which I run
  in a RAID5 configuration with LVM on top. I setup each drive to have a
  128MB EFI partition which stores grubx64.efi and put the rest of the
  drive under the RAID5+LVM configuration. The Ubuntu 14.04.2 and 15.04
  installs were happy to let me do that however when I try to boot into
  the freshly installed system the GRUB command prompt came up.

  While I was able to see the LVM partitions using ls I couldn't access
  them because I needed raid5rec.mod. I booted into a live CD and used
  grub-mkimage to create a grubx64.efi image which had raid5rec.mod, and
  all the other modules I needed to boot, embedded into grubx64.efi.

  Possible resolutions
  1. Store all grub modules on the EFI partition
  2. Modify grub-install to create grubx64.efi with all block/file system 
modules embedded into the image needed to access the partition which contains 
the grub modules
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.16.0-43-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D2c', '/dev/snd/pcmC1D1p', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/controlC1', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D3p', '/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  Card1.Amixer.info: Error: [Errno 2] No such file or directory
  Card1.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=/dev/mapper/NAS-SWAP
  InstallationDate: Installed on 2015-07-07 (0 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
   
   lxcbr0no wireless extensions.
  MachineType: ASUS All Series
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-43-generic.efi.signed 
root=/dev/mapper/NAS-ROOT ro nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.16.0-43.58~14.04.1-generic 3.16.7-ckt13
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-43-generic N/A
   linux-backports-modules-3.16.0-43-generic  N/A
   linux-firmware 1.127.12
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.16.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/14/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1201
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: AM1M-A
  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.:bvr1201:bd05/14/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnAM1M-A:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

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

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


[Kernel-packages] [Bug 1522918] Re: linux: 3.19.0-41.46 -proposed tracker

2015-12-16 Thread Chris J Arges
** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-updates
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges 
(arges)

** Changed in: kernel-sru-workflow/promote-to-security
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges 
(arges)

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

Title:
  linux: 3.19.0-41.46 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.19.0-41.46 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:Friday, 04. December 2015 17:34 UTC
  kernel-stable-Prepare-package-end:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:26 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 16:09 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 20:01 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 20:01 UTC

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

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


[Kernel-packages] [Bug 1520184] Re: CVE-2015-8104

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

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

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

Title:
  CVE-2015-8104

Status in linux package in Ubuntu:
  Fix Committed
Status in linux-armadaxp package in Ubuntu:
  Invalid
Status in linux-ec2 package in Ubuntu:
  Invalid
Status in linux-flo package in Ubuntu:
  Invalid
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily package in Ubuntu:
  Invalid
Status in linux-mako package in Ubuntu:
  Invalid
Status in linux-manta package in Ubuntu:
  Invalid
Status in linux-mvl-dove package in Ubuntu:
  Invalid
Status in linux-raspi2 package in Ubuntu:
  Invalid
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Released
Status in linux-armadaxp source package in Precise:
  Fix Released
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 

[Kernel-packages] [Bug 1520184] Re: CVE-2015-8104

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-lts-vivid - 3.19.0-41.46~14.04.2

---
linux-lts-vivid (3.19.0-41.46~14.04.2) trusty; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1523036

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: 

[Kernel-packages] [Bug 1520184] Re: CVE-2015-8104

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1522108] Re: linux: 4.2.0-21.25 -proposed tracker

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  linux: 4.2.0-21.25 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.2.0-21.25 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, 02. December 2015 17:43 UTC
  kernel-stable-Prepare-package-end:Thursday, 03. December 2015 11:34 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 03. December 2015 11:34 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 03. December 2015 16:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 03. December 2015 17:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 03. December 2015 17:01 
UTC
  

[Kernel-packages] [Bug 1517375] Re: Missing PCI IDs for Intel 8260 wireless hw

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  Missing PCI IDs for Intel 8260 wireless hw

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  == SRU Justification ==

  Impact: Some Intel 8260 wireless hardware doesn't work because the PCI
  ids are missing in iwlwifi.

  Fix: https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/iwlwifi-
  fixes.git/commit/?id=4ab75944c4b324c1f5f01dbd4c4d122d2b9da187

  Regression Potential: Fix only adds new PCI ids so regressions are
  very unlikely

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

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


[Kernel-packages] [Bug 1521448] Re: linux-armadaxp: 3.2.0-1660.84 -proposed tracker

2015-12-16 Thread Chris J Arges
linux-armadaxp  | 3.2.0-1660.84 | precise-updates  | source
 linux-meta-armadaxp | 3.2.0.1660.68 | precise-updates  | source

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

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

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

Title:
  linux-armadaxp: 3.2.0-1660.84 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.2.0-1660.84 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:Tuesday, 01. December 2015 03:02 UTC
  kernel-stable-master-bug:1521325
  kernel-stable-Certification-testing-end:Tuesday, 01. December 2015 07:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 01. December 2015 07:01 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. December 2015 12:01 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. December 2015 12:01 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. December 2015 17:25 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 02. December 2015 07:00 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 11:01 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 11:01 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

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


[Kernel-packages] [Bug 1515503] Re: Need support for some buggy Synaptics RMI4 device

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1508329] Re: CVE-2015-7799

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  CVE-2015-7799

Status in linux package in Ubuntu:
  Fix Committed
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily 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-raspi2 package in Ubuntu:
  Fix Committed
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  New
Status in linux-armadaxp source package in Precise:
  New
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 

[Kernel-packages] [Bug 1508593] Re: [Hyper-V] x86/ioapic: Disable interrupts when re-routing legacy IRQs

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  [Hyper-V] x86/ioapic: Disable interrupts when re-routing legacy IRQs

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

Bug description:
  A sporadic hang with consequent crash is observed when booting Hyper-V
  Gen1 guests...

  Sauce request for upstream submission:

  https://lkml.org/lkml/2015/10/15/673

  From Vitaly Kuznetsov <> 
  Subject [PATCH] x86/ioapic: Disable interrupts when re-routing legacy IRQs 
  Date Thu, 15 Oct 2015 19:42:23 +0200 

  A sporadic hang with consequent crash is observed when booting Hyper-V Gen1
  guests:

   Call Trace:

[] ? trace_hardirqs_off+0xd/0x10
[] queue_work_on+0x46/0x90
[] ? add_interrupt_randomness+0x176/0x1d0
...

[] ? _raw_spin_unlock_irqrestore+0x3b/0x60
[] __irq_put_desc_unlock+0x1e/0x40
[] irq_modify_status+0xb5/0xd0
[] mp_register_handler+0x4b/0x70
[] mp_irqdomain_alloc+0x1ea/0x2a0
[] irq_domain_alloc_irqs_recursive+0x40/0xa0
[] __irq_domain_alloc_irqs+0x13c/0x2b0
[] alloc_isa_irq_from_domain.isra.1+0xc0/0xe0
[] mp_map_pin_to_irq+0x165/0x2d0
[] pin_2_irq+0x47/0x80
[] setup_IO_APIC+0xfe/0x802
...
[] ? rest_init+0x140/0x140
  The issue is easily reproducible with a simple instrumentation: if
  mdelay(10) is put between mp_setup_entry() and mp_register_handler() calls
  in mp_irqdomain_alloc() Hyper-V guest always fails to boot when re-routing
  IRQ0. The issue seems to be caused by the fact that we don't disable
  interrupts while doing IOPIC programming for legacy IRQs and IRQ0 actually
  happens. Decorate 

[Kernel-packages] [Bug 1522766] Re: cryptsetup hangs after kernel upgrade to 3.13.0-72.115

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1509565] Re: CVE-2015-7885

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  CVE-2015-7885

Status in linux package in Ubuntu:
  Fix Committed
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily 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-raspi2 package in Ubuntu:
  Fix Committed
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  New
Status in linux-armadaxp source package in Precise:
  New
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 

[Kernel-packages] [Bug 1475166] Re: Ubuntu 15.04 Install Error with Avago Controller

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

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

Title:
  Ubuntu 15.04 Install Error with Avago Controller

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Vivid:
  Fix Released
Status in linux source package in Wily:
  Fix Released

Bug description:
  Hello Canonical Team

  We are running to an issue installing ubuntu PPC64LE 15.04 full blown
  image on our servers  (with RAID controller).  Installation hangs
  around 70% of progress.

  An important part of our configuration is Avago RAID controller:
  9361-8i Firmware version we used is 4.300.00-4429, and the package is
  24.10.0-0002.

  IMPORTANT: It has to be noted that with same hardware configuration
  14.10 full blown image installs fine.

  Dmesg logs are attached:

  Looking at dmesg logs point out that:
  LSI (avago) driver loads fine
  During further interaction with raid volume during the installation process, 
firmware errors are seen 
  [  196.991417] megasas: FW status 0x3

  [  196.999376] megasas: FW status 0x3

  [  197.007376] megasas: FW status 0x3
  Further down the  process I/O errors are thrown
  [  217.438664] Buffer I/O error on device sda2, logical block 22052864

  [  217.438671] Buffer I/O error on device sda2, logical block 22052865

  [  217.438678] Buffer I/O error on device sda2, logical block 22052866

  [  217.438686] Buffer I/O error on device sda2, logical block 22052867

  Full dmesg log is attached. Snippet is pasted below highlighting:

  It can be noted that there’s a Mellanox Connectx 3 pro card with some test 
Firmware on our setup. 
  We can Ignore any diagnostic messages from that card in dmesg logs for the 
purpose of this bug. 

  Thanks
  Adi 

[Kernel-packages] [Bug 1498862] Re: autopkgtest: rebuild test should not run when testing ourselves

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1521753] Re: linux: 4.2.0-20.24 -proposed tracker

2015-12-16 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1522108 ***
https://bugs.launchpad.net/bugs/1522108

This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  linux: 4.2.0-20.24 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.2.0-20.24 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:Tuesday, 01. December 2015 20:35 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 02. December 2015 10:04 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 02. December 2015 10:04 UTC
  kernel-stable-phase-changed:Wednesday, 02. December 2015 10:04 UTC

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

-- 

[Kernel-packages] [Bug 1521325] Re: linux: 3.2.0-96.136 -proposed tracker

2015-12-16 Thread Chris J Arges
linux | 3.2.0-96.136  | precise-updates  | source
 linux-meta| 3.2.0.96.112  | precise-updates  | source
 linux-backports-modules-3.2.0 | 3.2.0-96.88   | precise-updates  | source

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

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

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

Title:
  linux: 3.2.0-96.136 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm 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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  New
Status in linux source package in Precise:
  Fix Released

Bug description:
  This bug is for tracking the 3.2.0-96.136 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:Monday, 30. November 2015 20:50 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. December 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. December 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. December 2015 17:24 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 01. December 2015 19:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 02. December 2015 10:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:53 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-phase-changed:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:45 UTC

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

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


[Kernel-packages] [Bug 1475166] Re: Ubuntu 15.04 Install Error with Avago Controller

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1433290] Re: xgene-enet: doesn't work at 100Mbit

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

Title:
  xgene-enet: doesn't work at 100Mbit

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Fix Released

Bug description:
  [Impact]
  The onboard NICs on APM Mustang boards don't work when connected to a 100MBit 
switch.

  [Test Case]
  1) Connect onboard NIC of a Mustang to a 100Mbit switch. I reproduced with 
both a Linksys WRT54GL and an old unmanaged Netgear switch.
  2) Try to use it (e.g. dhclient)

  [Regression Risk]
  The fix is restricted to the xgene_enet driver, which limits the regression 
exposure to APM X-Gene systems.

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

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


[Kernel-packages] [Bug 1433290] Re: xgene-enet: doesn't work at 100Mbit

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

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

Title:
  xgene-enet: doesn't work at 100Mbit

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Vivid:
  Confirmed
Status in linux source package in Wily:
  Fix Released

Bug description:
  [Impact]
  The onboard NICs on APM Mustang boards don't work when connected to a 100MBit 
switch.

  [Test Case]
  1) Connect onboard NIC of a Mustang to a 100Mbit switch. I reproduced with 
both a Linksys WRT54GL and an old unmanaged Netgear switch.
  2) Try to use it (e.g. dhclient)

  [Regression Risk]
  The fix is restricted to the xgene_enet driver, which limits the regression 
exposure to APM X-Gene systems.

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

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


[Kernel-packages] [Bug 1522991] Re: linux-lts-trusty: 3.13.0-73.116~precise1 -proposed tracker

2015-12-16 Thread Chris J Arges
linux-lts-trusty| 3.13.0-73.116~precise1 | precise-updates  | source
 linux-meta-lts-trusty   | 3.13.0.73.65   | precise-updates  | source
 linux-signed-lts-trusty | 3.13.0-73.116~precise1 | precise-updates  | source

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

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

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

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  Fix Released

Bug description:
  This bug is for tracking the 3.13.0-73.116~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:Friday, 04. December 2015 23:03 UTC
  kernel-stable-master-bug:1522858
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 00:01 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:27 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:03 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:02 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 05:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 10:44 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 10:44 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:47 UTC

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

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


[Kernel-packages] [Bug 1294283] Re: Memory balloning in Hyper-V generation 2 does not work

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1521325] Re: linux: 3.2.0-96.136 -proposed tracker

2015-12-16 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.2.0-96.136 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:Monday, 30. November 2015 20:50 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. December 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. December 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. December 2015 17:24 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 01. December 2015 19:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 02. December 2015 10:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:53 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-phase-changed:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 11:00 UTC
+ kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:45 UTC

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

Title:
  linux: 3.2.0-96.136 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm 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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  New
Status in linux source package in Precise:
  Fix Released

Bug description:
  This bug is for tracking the 3.2.0-96.136 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:Monday, 30. November 2015 20:50 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. December 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. December 2015 03:04 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. December 2015 17:24 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Certification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Security-signoff-start:Tuesday, 01. December 2015 19:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 02. December 2015 10:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:00 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:53 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-phase-changed:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 11:00 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:45 UTC

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

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


[Kernel-packages] [Bug 1294283] Re: Memory balloning in Hyper-V generation 2 does not work

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1521942] Re: linux-lts-utopic: 3.16.0-56.75~14.04.1 -proposed tracker

2015-12-16 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.16.0-56.75~14.04.1 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, 02. December 2015 10:13 UTC
  kernel-stable-Prepare-package-end:Wednesday, 02. December 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 02. December 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 03. December 2015 13:05 UTC
  kernel-stable-Verification-testing-start:Thursday, 03. December 2015 15:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 03. December 2015 15:03 
UTC
  kernel-stable-Security-signoff-start:Thursday, 03. December 2015 15:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 03. December 2015 15:03 UTC
  kernel-stable-Security-signoff-end:Friday, 04. December 2015 10:01 UTC
  kernel-stable-Certification-testing-end:Tuesday, 15. December 2015 12:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:54 UTC
+ kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

Title:
  linux-lts-utopic: 3.16.0-56.75~14.04.1 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.16.0-56.75~14.04.1 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, 02. December 2015 10:13 UTC
  kernel-stable-Prepare-package-end:Wednesday, 02. December 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 02. December 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 03. December 2015 13:05 UTC
  kernel-stable-Verification-testing-start:Thursday, 03. December 2015 15:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 03. December 2015 15:03 
UTC
  kernel-stable-Security-signoff-start:Thursday, 03. December 2015 15:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 03. December 2015 15:03 UTC
  kernel-stable-Security-signoff-end:Friday, 04. December 2015 10:01 UTC
  kernel-stable-Certification-testing-end:Tuesday, 15. December 2015 12:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

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


[Kernel-packages] [Bug 1521448] Re: linux-armadaxp: 3.2.0-1660.84 -proposed tracker

2015-12-16 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.2.0-1660.84 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:Tuesday, 01. December 2015 03:02 UTC
  kernel-stable-master-bug:1521325
  kernel-stable-Certification-testing-end:Tuesday, 01. December 2015 07:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 01. December 2015 07:01 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. December 2015 12:01 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. December 2015 12:01 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. December 2015 17:25 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 02. December 2015 07:00 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 11:01 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 11:01 UTC
+ kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

Title:
  linux-armadaxp: 3.2.0-1660.84 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.2.0-1660.84 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:Tuesday, 01. December 2015 03:02 UTC
  kernel-stable-master-bug:1521325
  kernel-stable-Certification-testing-end:Tuesday, 01. December 2015 07:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 01. December 2015 07:01 UTC
  kernel-stable-Prepare-package-end:Tuesday, 01. December 2015 12:01 UTC
  kernel-stable-Promote-to-proposed-start:Tuesday, 01. December 2015 12:01 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 01. December 2015 17:25 UTC
  kernel-stable-Verification-testing-start:Tuesday, 01. December 2015 19:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Tuesday, 01. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 02. December 2015 07:00 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 11:01 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 11:01 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

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


[Kernel-packages] [Bug 1509029] Re: [Hyper-V] Crash in hot-add/remove scsi devices (smp)

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

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

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

Title:
  [Hyper-V] Crash in hot-add/remove scsi devices (smp)

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

Bug description:
  On some host errors storvsc module tries to remove sdev by scheduling a job
  which does the following:

 sdev = scsi_device_lookup(wrk->host, 0, 0, wrk->lun);
 if (sdev) {
 scsi_remove_device(sdev);
 scsi_device_put(sdev);
 }

  While this code seems correct the following crash is observed:

   general protection fault:  [#1] SMP DEBUG_PAGEALLOC
   RIP: 0010:[]  [] bdi_destroy+0x39/0x220
   ...
   [] ? _raw_spin_unlock_irq+0x2c/0x40
   [] blk_cleanup_queue+0x17b/0x270
   [] __scsi_remove_device+0x54/0xd0 [scsi_mod]
   [] scsi_remove_device+0x2b/0x40 [scsi_mod]
   [] storvsc_remove_lun+0x3d/0x60 [hv_storvsc]
   [] process_one_work+0x1b1/0x530
   ...

  The problem comes with the fact that many such jobs (for the same device)
  are being scheduled simultaneously. While scsi_remove_device() uses
  shost->scan_mutex and scsi_device_lookup() will fail for a device in
  SDEV_DEL state there is no protection against someone who did
  scsi_device_lookup() before we actually entered __scsi_remove_device(). So
  the whole scenario looks like that: two callers do simultaneous (or
  preemption happens) calls to scsi_device_lookup() ant these calls succeed
  for all of them, after that both callers try doing scsi_remove_device().
  shost->scan_mutex only serializes their calls to __scsi_remove_device()
  and we end up doing the 

[Kernel-packages] [Bug 1508856] Re: CVE-2015-7872

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  CVE-2015-7872

Status in linux package in Ubuntu:
  Fix Committed
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily 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-raspi2 package in Ubuntu:
  Fix Committed
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed
Status in linux-armadaxp source package in Precise:
  New
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 

[Kernel-packages] [Bug 1516686] Re: linux: reduce stub delta to simplify review and fix rebuild test

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1514861] Re: mlx5 EN driver wrongly enables sets VLAN filtering under promiscuous mode

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
   mlx5 EN driver wrongly enables sets VLAN filtering under promiscuous
  mode

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

Bug description:
  Description of problem: The mlx5 Ethernet driver doesn't allow packets
  marked with all possible VLAN tags to be accepted under promiscuous
  mode. This is wrong and disallows Open-Stack to properly function in
  Para-Virtual configuration.

  
  How reproducible: 

   just put the NIC to promiscuous mode and send packet from another
  node tagged any vlan which was not previously configured on the NIC
  vlan filter, it will not be accepted.

  
  Actual results:
  ARP packets sent on vlan 52 packets are dropped 

  Expected results:
  packets should received 

  Host info:
  #uname -a
  Linux dev-h-vrt-006 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

  #lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 15.10
  Release:15.10
  Codename:   wily

  
  The following upstream commit fix it:

  commit c07543431e9f3d126d083808efa0e76461d8833b
  Author: Achiad Shochat 
  Date:   Thu Oct 8 15:26:18 2015 +0300

  net/mlx5e: Disable VLAN filter in promiscuous mode

  When the device was set to promiscuous mode, we didn't disable
  VLAN filtering, which is wrong behaviour, fix that.

  Now when the device is set to promiscuous mode RX packets
  sent over any VLAN (or no VLAN tag at all) will be accepted.

  Signed-off-by: Achiad Shochat 
  Signed-off-by: Or Gerlitz 

[Kernel-packages] [Bug 1512815] Re: read() from pty doesn't finish.

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1522108] Re: linux: 4.2.0-21.25 -proposed tracker

2015-12-16 Thread Chris J Arges
** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-updates
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges 
(arges)

** Changed in: kernel-sru-workflow/promote-to-security
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/promote-to-security
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges 
(arges)

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

Title:
  linux: 4.2.0-21.25 -proposed tracker

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

Bug description:
  This bug is for tracking the 4.2.0-21.25 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, 02. December 2015 17:43 UTC
  kernel-stable-Prepare-package-end:Thursday, 03. December 2015 11:34 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 03. December 2015 11:34 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 03. December 2015 16:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 03. December 2015 17:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 03. December 2015 17:01 
UTC
  kernel-stable-Security-signoff-start:Thursday, 03. December 2015 17:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 03. December 2015 17:01 UTC
  kernel-stable-Security-signoff-end:Friday, 04. December 2015 08:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 16:01 UTC
  kernel-stable-phase-changed:Wednesday, 16. December 2015 16:01 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 16:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 16. December 2015 16:01 UTC

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

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


[Kernel-packages] [Bug 1513583] Re: Add CAPI flash driver (cxlflash) patches to 15.10 SRU stream

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  Add CAPI flash driver (cxlflash) patches to 15.10 SRU stream

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

Bug description:
  CAPI flash driver fixes.
   
  Contact Information = Matthew Ochs mro...@linux.vnet.ibm.com 
   
  ---uname output---
  n/a
   
  Machine Type = p8 
   
  ---Debugger---
  A debugger is not configured
   
  Stack trace output:
   no
   
  Oops output:
   no
   
  System Dump Info:
The system is not configured to capture a system dump.
   
  *Additional Instructions for Matthew Ochs mro...@linux.vnet.ibm.com: 
  -Attach sysctl -a output output to the bug.

  == Comment: #2 - Matthew R. Ochs  - 2015-11-04
  16:14:17 ==

  
  == Comment: #3 - Matthew R. Ochs  - 2015-11-04 16:15:19 ==

  
  == Comment: #4 - Matthew R. Ochs  - 2015-11-04 16:17:40 ==
  Patch 1 sends a link reset for port1 following a login timeout error. This 
same fix was delivered previously for port0.

  Patch 2 provides feedback to applications so that they may know when
  it is acceptable to perform an I/O retry for a virtual LUN.

  == Comment: #5 - Matthew R. Ochs  - 2015-11-04 16:25:54 ==
  These patches are not yet upstreamed but will be as part of the 4.4 'rc' 
phase.

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

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


[Kernel-packages] [Bug 1517919] Re: Mlx5 EN - Ethtool link speed setting fixes

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7884

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  Mlx5 EN - Ethtool link speed setting fixes

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

Bug description:
  Setting link speed for ConnectX4 is not working.
  reproduce 
  ethtool -s ens1 speed 1
  ethtool -s ens1 |grep Speed 
  Speed: 4


  
  The commit below  fix this issue is 

  commit 6fa1bcab6be6e9bd93f80e345c7e9a4ec7861df9
  Author: Achiad Shochat 
  Date:   Sun Aug 16 16:04:50 2015 +0300

  net/mlx5e: Ethtool link speed setting fixes

  - Port speed settings are applied by the device only upon
port admin status transition from DOWN to UP.
So we enforce this transition regardless of the port's
current operation state (which may be occasionally DOWN if
for example the network cable is disconnected).
  - Fix the PORT_UP/DOWN device interface enum
  - Set the local_port bit in the device PAOS register
  - EXPORT the PAOS (Port Administrative and Operational Status)
register set/query access functions.

  Signed-off-by: Achiad Shochat 
  Signed-off-by: David S. Miller 

  
  I cherry -pick it to Ubuntu 15.10 (please see the attached patch) and test it.
  could you please add the fix also in Ubuntu 14.04.4 not only 15.10.


  # lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 15.10
  Release:15.10
  Codename:   wily

  # uname -a
  Linux dev-h-vrt-006 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 
2015 x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1523036] Re: linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-lts-vivid - 3.19.0-41.46~14.04.2

---
linux-lts-vivid (3.19.0-41.46~14.04.2) trusty; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1523036

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: 

[Kernel-packages] [Bug 1509564] Re: CVE-2015-7884

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.2.0-21.25

---
linux (4.2.0-21.25) wily; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522108

  [ Upstream Kernel Changes ]

  * staging/dgnc: fix info leak in ioctl
- LP: #1509565
- CVE-2015-7885
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1509564
- CVE-2015-7884
  * KEYS: Fix race between key destruction and finding a keyring by name
- LP: #1508856
- CVE-2015-7872
  * KEYS: Fix crash when attempt to garbage collect an uninstantiated
keyring
- LP: #1508856
- CVE-2015-7872
  * KEYS: Don't permit request_key() to construct a new keyring
- LP: #1508856
- CVE-2015-7872
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1508329
- CVE-2015-7799
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1508329
- CVE-2015-7799

linux (4.2.0-20.24) wily; urgency=low

  [ Brad Figg ]

  * Release Tracking Bug
- LP: #1521753

  [ Andy Whitcroft ]

  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Manoj Kumar ]

  * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
- LP: #1513583

  [ Matthew R. Ochs ]

  * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
- LP: #1513583

  [ Oren Givon ]

  * SAUCE: (noup) iwlwifi: Add new PCI IDs for the 8260 series
- LP: #1517375

  [ Seth Forshee ]

  * [Config] CONFIG_DRM_AMDGPU_CIK=n
- LP: #1510405

  [ Upstream Kernel Changes ]

  * net/mlx5e: Disable VLAN filter in promiscuous mode
- LP: #1514861
  * drivers: net: xgene: fix RGMII 10/100Mb mode
- LP: #1433290
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * net/mlx5e: Ethtool link speed setting fixes
- LP: #1517919
  * scsi_scan: don't dump trace when scsi_prep_async_scan() is called twice
- LP: #1517942
  * x86/ioapic: Disable interrupts when re-routing legacy IRQs
- LP: #1508593
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * megaraid_sas: Do not use PAGE_SIZE for max_sectors
- LP: #1475166
  * net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapter
- LP: #1513847
  * KVM: svm: unconditionally intercept #DB
- LP: #1520184
- CVE-2015-8104

 -- Luis Henriques   Wed, 02 Dec 2015
17:30:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7799

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7872

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-7885

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8104

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

Title:
  CVE-2015-7884

Status in linux package in Ubuntu:
  Fix Committed
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily 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-raspi2 package in Ubuntu:
  Fix Committed
Status in linux-ti-omap4 package in Ubuntu:
  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 

[Kernel-packages] [Bug 1522858] Re: linux: 3.13.0-73.116 -proposed tracker

2015-12-16 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-73.116 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:Friday, 04. December 2015 14:25 UTC
  kernel-stable-Prepare-package-end:Friday, 04. December 2015 23:04 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 04. December 2015 23:04 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:25 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Certification-testing-end:Monday, 14. December 2015 10:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:54 UTC
+ kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

Title:
  linux: 3.13.0-73.116 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.13.0-73.116 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:Friday, 04. December 2015 14:25 UTC
  kernel-stable-Prepare-package-end:Friday, 04. December 2015 23:04 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 04. December 2015 23:04 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:25 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:01 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:01 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Certification-testing-end:Monday, 14. December 2015 10:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

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


[Kernel-packages] [Bug 1521942] Re: linux-lts-utopic: 3.16.0-56.75~14.04.1 -proposed tracker

2015-12-16 Thread Chris J Arges
linux-lts-utopic| 3.16.0-56.75~14.04.1 | trusty-updates  | source
 linux-meta-lts-utopic   | 3.16.0.56.47 | trusty-updates  | source
 linux-signed-lts-utopic | 3.16.0-56.75~14.04.1 | trusty-updates  | source

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

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

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

Title:
  linux-lts-utopic: 3.16.0-56.75~14.04.1 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.16.0-56.75~14.04.1 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, 02. December 2015 10:13 UTC
  kernel-stable-Prepare-package-end:Wednesday, 02. December 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 02. December 2015 20:02 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 03. December 2015 13:05 UTC
  kernel-stable-Verification-testing-start:Thursday, 03. December 2015 15:03 UTC
  kernel-stable-Certification-testing-start:Thursday, 03. December 2015 15:03 
UTC
  kernel-stable-Security-signoff-start:Thursday, 03. December 2015 15:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 03. December 2015 15:03 UTC
  kernel-stable-Security-signoff-end:Friday, 04. December 2015 10:01 UTC
  kernel-stable-Certification-testing-end:Tuesday, 15. December 2015 12:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:54 UTC
  kernel-stable-Promote-to-updates-end:Wednesday, 16. December 2015 20:46 UTC

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

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


[Kernel-packages] [Bug 1518483] Re: problem with PIE binaries and kernels <= 3.19

2015-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.19.0-41.46

---
linux (3.19.0-41.46) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522918

  [ Upstream Kernel Changes ]

  * Revert "dm: fix AB-BA deadlock in __dm_destroy()"
- LP: #1522766
  * dm: fix AB-BA deadlock in __dm_destroy()
- LP: #1522766

linux (3.19.0-40.45) vivid; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1522786

  [ Andy Whitcroft ]

  * [Packaging] control -- prepare for new kernel-wedge semantics
- LP: #1516686
  * [Debian] rebuild should only trigger for non-linux packages
- LP: #1498862, #1516686
  * [Tests] gcc-multilib does not exist on ppc64el
- LP: #1515541

  [ Joseph Salisbury ]

  * SAUCE: scsi_sysfs: protect against double execution of
__scsi_remove_device()
- LP: #1509029

  [ Luis Henriques ]

  * [Config] updateconfigs after 3.19.8-ckt10 stable update

  [ Upstream Kernel Changes ]

  * Revert "ARM64: unwind: Fix PC calculation"
- LP: #1520309
  * Revert "md: allow a partially recovered device to be hot-added to an
array."
- LP: #1520309
  * tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
- LP: #1512815
  * HID: rmi: Print the firmware id of the touchpad
- LP: #1515503
  * HID: rmi: Add functions for writing to registers
- LP: #1515503
  * HID: rmi: Disable scanning if the device is not a wake source
- LP: #1515503
  * HID: rmi: Set F01 interrupt enable register when not set
- LP: #1515503
  * be2net: log link status
- LP: #1513980
  * xhci: Workaround to get Intel xHCI reset working more reliably
  * Drivers: hv: hv_balloon: refuse to balloon below the floor
- LP: #1294283
  * Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
- LP: #1294283
  * Drivers: hv: hv_balloon: correctly handle val.freeramINT_MAX case
- LP: #1294283
  * Drivers: hv: balloon: check if ha_region_mutex was acquired in
MEM_CANCEL_ONLINE case
- LP: #1294283
  * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce
meminit_pfn_in_nid
- LP: #1294283
  * mm: meminit: inline some helper functions
- LP: #1294283
  * mm, meminit: allow early_pfn_to_nid to be used during runtime
- LP: #1294283
  * mm: initialize hotplugged pages as reserved
- LP: #1294283
  * gut proc_register() a bit
- LP: #1519106
  * arm: factor out mmap ASLR into mmap_rnd
- LP: #1518483
  * x86: standardize mmap_rnd() usage
- LP: #1518483
  * arm64: standardize mmap_rnd() usage
- LP: #1518483
  * mips: extract logic for mmap_rnd()
- LP: #1518483
  * powerpc: standardize mmap_rnd() usage
- LP: #1518483
  * s390: standardize mmap_rnd() usage
- LP: #1518483
  * mm: expose arch_mmap_rnd when available
- LP: #1518483
  * s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
- LP: #1518483
  * mm: split ET_DYN ASLR from mmap ASLR
- LP: #1518483
  * mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
- LP: #1518483
  * isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
- LP: #1520309
  * ppp, slip: Validate VJ compression slot parameters completely
- LP: #1520309
  * [media] media/vivid-osd: fix info leak in ioctl
- LP: #1520309
  * staging/dgnc: fix info leak in ioctl
- LP: #1520309
  * tools lib traceevent: Fix string handling in heterogeneous arch
environments
- LP: #1520309
  * perf tools: Fix copying of /proc/kcore
- LP: #1520309
  * m68k: Define asmlinkage_protect
- LP: #1520309
  * UBI: Validate data_size
- LP: #1520309
  * UBI: return ENOSPC if no enough space available
- LP: #1520309
  * drm/radeon: Restore LCD backlight level on resume (>= R5xx)
- LP: #1520309
  * drm/radeon: move bl encoder assignment into bl init
- LP: #1520309
  * drm/radeon: fix dpms when driver backlight control is disabled
- LP: #1520309
  * MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
- LP: #1520309
  * MIPS: CPS: Stop dangling delay slot from has_mt.
- LP: #1520309
  * MIPS: CPS: Don't include MT code in non-MT kernels.
- LP: #1520309
  * MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
- LP: #1520309
  * x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
- LP: #1520309
  * x86/process: Add proper bound checks in 64bit get_wchan()
- LP: #1520309
  * drm/qxl: recreate the primary surface when the bo is not primary
- LP: #1520309
  * genirq: Fix race in register_irq_proc()
- LP: #1520309
  * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at
runtime, instead of top-down
- LP: #1520309
  * KVM: nSVM: Check for NRIPS support before updating control field
- LP: #1520309
  * Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
- LP: #1520309
  * mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy
a fault
- LP: #1520309
  * drm/dp/mst: fixup handling hotplug on port 

[Kernel-packages] [Bug 1522918] Re: linux: 3.19.0-41.46 -proposed tracker

2015-12-16 Thread Luis Henriques
** Changed in: kernel-sru-workflow
   Status: Incomplete => In Progress

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

Title:
  linux: 3.19.0-41.46 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.19.0-41.46 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:Friday, 04. December 2015 17:34 UTC
  kernel-stable-Prepare-package-end:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:26 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 16:09 UTC

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

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


[Kernel-packages] [Bug 1525459] Re: Touchpad not detected

2015-12-16 Thread Evert
Fresh install of ubuntu 15.04 with 3.19.0-15-generic on a new laptop,
updated to 3.19.0-39-generic. I've been avoiding using the 4.x kernals
since it requires adding acpi=off to the boot instructions, but when
loaded there is still no touchpad.

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

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

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

Title:
  Touchpad not detected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   USB Optical mouse is detected and functioning, xinput does not detect
  the touchpad.

  cat /proc/bus/input/devices does not detect the touchpad either.

  
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PixArt Lenovo USB Optical Mouse id=9[slave  pointer 
 (2)]


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

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

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

  I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
  N: Name="AT Translated Set 2 keyboard"
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input3
  U: Uniq=
  H: Handlers=sysrq kbd event3 
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7

  I: Bus=0003 Vendor=17ef Product=6019 Version=0111
  N: Name="PixArt Lenovo USB Optical Mouse"
  P: Phys=usb-:00:14.0-6/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb1/1-6/1-6:1.0/0003:17EF:6019.0001/input/input4
  U: Uniq=
  H: Handlers=mouse0 event4 
  B: PROP=0
  B: EV=17
  B: KEY=ff 0 0 0 0
  B: REL=103
  B: MSC=10

  I: Bus=0019 Vendor= Product= Version=
  N: Name="Asus WMI hotkeys"
  P: Phys=asus-nb-wmi/input0
  S: Sysfs=/devices/platform/asus-nb-wmi/input/input5
  U: Uniq=
  H: Handlers=rfkill kbd event5 
  B: PROP=0
  B: EV=100013
  B: KEY=8 0 8000 0 0 a1606f0090 8200027800501000 e 0
  B: MSC=10

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input6
  U: Uniq=
  H: Handlers=event6 
  B: PROP=0
  B: EV=21
  B: SW=10

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input7
  U: Uniq=
  H: Handlers=event7 
  B: PROP=0
  B: EV=21
  B: SW=4

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH HDMI/DP,pcm=3"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input8
  U: Uniq=
  H: Handlers=event8 
  B: PROP=0 Include an attachment (Optional)
  Attachment: (Optio
  B: EV=21
  B: SW=140

  I: Bus=0003 Vendor=04f2 Product=b424 Version=6969
  N: Name="USB2.0 HD UVC WebCam"
  P: Phys=usb-:00:14.0-4/button
  S: Sysfs=/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/input/input9
  U: Uniq=
  H: Handlers=kbd event9 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  evert  1749 F pulseaudio
  CurrentDesktop: GNOME
  Date: Fri Dec 11 21:01:01 2015
  HibernationDevice: RESUME=UUID=33cc4efa-1999-47ad-b0f6-2c6fa5cc2d24
  InstallationDate: Installed on 2015-12-11 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 17ef:6019 Lenovo 
   Bus 001 Device 002: ID 04f2:b424 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. GL552VW
  ProcFB:
   
  ProcKernelCmdLine: 

[Kernel-packages] [Bug 1525459] Re: Touchpad not detected

2015-12-16 Thread Evert
Tested on Linux evert-laptop 4.4.0-040400rc5-generic #201512140221 SMP
Mon Dec 14 02:23:36 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Touchpad not detected

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   USB Optical mouse is detected and functioning, xinput does not detect
  the touchpad.

  cat /proc/bus/input/devices does not detect the touchpad either.

  
  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PixArt Lenovo USB Optical Mouse id=9[slave  pointer 
 (2)]


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

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

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

  I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
  N: Name="AT Translated Set 2 keyboard"
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input3
  U: Uniq=
  H: Handlers=sysrq kbd event3 
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7

  I: Bus=0003 Vendor=17ef Product=6019 Version=0111
  N: Name="PixArt Lenovo USB Optical Mouse"
  P: Phys=usb-:00:14.0-6/input0
  S: 
Sysfs=/devices/pci:00/:00:14.0/usb1/1-6/1-6:1.0/0003:17EF:6019.0001/input/input4
  U: Uniq=
  H: Handlers=mouse0 event4 
  B: PROP=0
  B: EV=17
  B: KEY=ff 0 0 0 0
  B: REL=103
  B: MSC=10

  I: Bus=0019 Vendor= Product= Version=
  N: Name="Asus WMI hotkeys"
  P: Phys=asus-nb-wmi/input0
  S: Sysfs=/devices/platform/asus-nb-wmi/input/input5
  U: Uniq=
  H: Handlers=rfkill kbd event5 
  B: PROP=0
  B: EV=100013
  B: KEY=8 0 8000 0 0 a1606f0090 8200027800501000 e 0
  B: MSC=10

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input6
  U: Uniq=
  H: Handlers=event6 
  B: PROP=0
  B: EV=21
  B: SW=10

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input7
  U: Uniq=
  H: Handlers=event7 
  B: PROP=0
  B: EV=21
  B: SW=4

  I: Bus= Vendor= Product= Version=
  N: Name="HDA Intel PCH HDMI/DP,pcm=3"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:1f.3/sound/card0/input8
  U: Uniq=
  H: Handlers=event8 
  B: PROP=0 Include an attachment (Optional)
  Attachment: (Optio
  B: EV=21
  B: SW=140

  I: Bus=0003 Vendor=04f2 Product=b424 Version=6969
  N: Name="USB2.0 HD UVC WebCam"
  P: Phys=usb-:00:14.0-4/button
  S: Sysfs=/devices/pci:00/:00:14.0/usb1/1-4/1-4:1.0/input/input9
  U: Uniq=
  H: Handlers=kbd event9 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-15-generic 3.19.0-15.15 [modified: 
boot/vmlinuz-3.19.0-15-generic]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  evert  1749 F pulseaudio
  CurrentDesktop: GNOME
  Date: Fri Dec 11 21:01:01 2015
  HibernationDevice: RESUME=UUID=33cc4efa-1999-47ad-b0f6-2c6fa5cc2d24
  InstallationDate: Installed on 2015-12-11 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 003: ID 17ef:6019 Lenovo 
   Bus 001 Device 002: ID 04f2:b424 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. GL552VW
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=ebbce668-5e09-4c15-b5c8-83a1b796ad4a ro recovery nomodeset reboot=efi
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-15-generic N/A
   linux-backports-modules-3.19.0-15-generic  N/A
   linux-firmware  

[Kernel-packages] [Bug 1523036] Re: linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

2015-12-16 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.19.0-41.46~14.04.2 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:Saturday, 05. December 2015 03:02 UTC
  kernel-stable-master-bug:1522918
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 09. December 2015 18:40 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 09. December 2015 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Security-signoff-end:Thursday, 10. December 2015 20:02 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 06:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 16. December 2015 17:01 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-phase-changed:Wednesday, 16. December 2015 20:02 UTC
+ kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 20:02 UTC

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

Title:
  linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.19.0-41.46~14.04.2 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:Saturday, 05. December 2015 03:02 UTC
  kernel-stable-master-bug:1522918
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 09. December 2015 18:40 UTC
  kernel-stable-Verification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 09. December 2015 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Security-signoff-end:Thursday, 10. December 2015 20:02 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 06:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 16. December 2015 17:01 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 20:02 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 20:02 UTC

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

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


[Kernel-packages] [Bug 1522918] Re: linux: 3.19.0-41.46 -proposed tracker

2015-12-16 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.19.0-41.46 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:Friday, 04. December 2015 17:34 UTC
  kernel-stable-Prepare-package-end:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:26 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
- kernel-stable-phase:Testing
- kernel-stable-phase-changed:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 16:09 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-phase-changed:Wednesday, 16. December 2015 20:01 UTC
+ kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 20:01 UTC

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

Title:
  linux: 3.19.0-41.46 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.19.0-41.46 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:Friday, 04. December 2015 17:34 UTC
  kernel-stable-Prepare-package-end:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-start:Saturday, 05. December 2015 03:03 UTC
  kernel-stable-Promote-to-proposed-end:Monday, 07. December 2015 19:26 UTC
  kernel-stable-Verification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Certification-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-start:Monday, 07. December 2015 21:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Monday, 07. December 2015 21:02 UTC
  kernel-stable-Security-signoff-end:Tuesday, 08. December 2015 20:01 UTC
  kernel-stable-Verification-testing-end:Tuesday, 15. December 2015 19:01 UTC
  kernel-stable-Regression-testing-end:Tuesday, 15. December 2015 19:55 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 16:09 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Wednesday, 16. December 2015 20:01 UTC
  kernel-stable-Promote-to-updates-start:Wednesday, 16. December 2015 20:01 UTC

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

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


[Kernel-packages] [Bug 1526683] Re: rtl8821ae has no connection on 5GHz networks and loses connection occassionally on 2.4 GHz networks requiring hardware button to be toggled twice for connection to

2015-12-16 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/1526683

Title:
  rtl8821ae has no connection on 5GHz networks and loses connection
  occassionally on 2.4 GHz networks requiring hardware button to be
  toggled twice for connection to be re-established

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  rtl8821ae has no connection on 5GHz networks and loses connection
  occassionally on 2.4 GHz networks requiring hardware button to be
  toggled twice for connection to be re-established

  I am not fully sure that this is the right package to report this bug
  against, but it's the best idea I have and no one replied when I asked
  where I should report this on two IRC channels.

  I took the name of driver from inxi:

  
  ```
  Network:   Card-1 ♥ Realtek RTL8821AE 802.11ac PCIe Wireless Network Adapter
 driver ♥ rtl8821ae port ♥ d000
 bus-ID ♥ 03:00.0 chip-ID ♥ 10ec:8821
 Card-2 ♥ Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller
 driver ♥ r8169 v ♥ 2.3LK-NAPI port ♥ c000
 bus-ID ♥ 04:00.1 chip-ID ♥ 10ec:8168
  ```

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.3.0-2-generic 4.3.0-2.11 [modified: 
boot/vmlinuz-4.3.0-2-generic]
  ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
  Uname: Linux 4.3.0-2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mikaela1361 F pulseaudio
   /dev/snd/controlC1:  mikaela1361 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Dec 16 11:35:09 2015
  HibernationDevice: RESUME=UUID=431ec214-73ef-4058-b283-5721bb5a45d2
  InstallationDate: Installed on 2015-12-12 (3 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151212)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 006: ID 13d3:3414 IMC Networks 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JX
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.3.0-2-generic.efi.signed 
root=UUID=ab0e7270-40bc-4a68-a541-59fd96690354 ro rw acpi_osi=
  RelatedPackageVersions:
   linux-restricted-modules-4.3.0-2-generic N/A
   linux-backports-modules-4.3.0-2-generic  N/A
   linux-firmware   1.154
  SourcePackage: linux
  UdevLog: Error: [Errno 2] Tiedostoa tai hakemistoa ei ole: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JX.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JX
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550JX.204:bd05/07/2015:svnASUSTeKCOMPUTERINC.:pnX550JX:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JX:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JX
  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/1526683/+subscriptions

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


[Kernel-packages] [Bug 1526692] Re: Ubuntu 15.10 - btrfs - Kernel Panic on btrfs balance

2015-12-16 Thread Alberto Salvia Novella
Please:

1. Edit the bug description to include how to reproduce the bug, and what are 
the observable consequences of it.
2. Set this bug status to "confirmed".

Thank you.

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

Title:
  Ubuntu 15.10 - btrfs - Kernel Panic on btrfs balance

Status in linux package in Ubuntu:
  Incomplete

Bug description:

  
  [  360.220144] INFO: task btrfs:2938 blocked for more than 120 seconds.
  [  360.220152]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  360.220153] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  360.220155] btrfs   D 88087fc16640 0  2938   2937 
0x
  [  360.220161]  880833b87c78 0086 81c13500 
880835525940
  [  360.220163]  0246 880833b88000 88085b9c0c70 
88085b9c0cb0
  [  360.220165]  880855758980 8807f2c97300 880833b87c98 
817ec197
  [  360.220167] Call Trace:
  [  360.220179]  [] schedule+0x37/0x80
  [  360.220221]  [] btrfs_cancel_balance+0x127/0x180 [btrfs]
  [  360.220225]  [] ? wake_atomic_t_function+0x60/0x60
  [  360.220238]  [] btrfs_ioctl+0xd55/0x2760 [btrfs]
  [  360.220243]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  360.220247]  [] ? handle_mm_fault+0xc77/0x17e0
  [  360.220249]  [] ? __vma_link_rb+0xfd/0x110
  [  360.220251]  [] ? vma_link+0xb9/0xc0
  [  360.220254]  [] do_vfs_ioctl+0x295/0x480
  [  360.220256]  [] SyS_ioctl+0x79/0x90
  [  360.220259]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  360.220264] INFO: task btrfs:3002 blocked for more than 120 seconds.
  [  360.220266]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  360.220266] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  360.220267] btrfs   D 88087fd56640 0  3002   3001 
0x
  [  360.220270]  8807e340bc78 0086 88085bf1cc80 
880857fa9980
  [  360.220272]  0246 8807e340c000 88085b9c0c70 
88085b9c0cb0
  [  360.220274]  880855758980 88085a181700 8807e340bc98 
817ec197
  [  360.220276] Call Trace:
  [  360.220278]  [] schedule+0x37/0x80
  [  360.220289]  [] btrfs_pause_balance+0x92/0x120 [btrfs]
  [  360.220291]  [] ? wake_atomic_t_function+0x60/0x60
  [  360.220303]  [] btrfs_ioctl+0x1a3e/0x2760 [btrfs]
  [  360.220306]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  360.220308]  [] ? handle_mm_fault+0xc77/0x17e0
  [  360.220310]  [] ? __vma_link_rb+0xfd/0x110
  [  360.220311]  [] ? vma_link+0xb9/0xc0
  [  360.220313]  [] do_vfs_ioctl+0x295/0x480
  [  360.220315]  [] SyS_ioctl+0x79/0x90
  [  360.220317]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  480.220139] INFO: task btrfs:2938 blocked for more than 120 seconds.
  [  480.220148]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  480.220149] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  480.220152] btrfs   D 88087fc16640 0  2938   2937 
0x
  [  480.220159]  880833b87c78 0086 81c13500 
880835525940
  [  480.220162]  0246 880833b88000 88085b9c0c70 
88085b9c0cb0
  [  480.220166]  880855758980 8807f2c97300 880833b87c98 
817ec197
  [  480.220169] Call Trace:
  [  480.220180]  [] schedule+0x37/0x80
  [  480.220217]  [] btrfs_cancel_balance+0x127/0x180 [btrfs]
  [  480.220222]  [] ? wake_atomic_t_function+0x60/0x60
  [  480.220234]  [] btrfs_ioctl+0xd55/0x2760 [btrfs]
  [  480.220238]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  480.220241]  [] ? handle_mm_fault+0xc77/0x17e0
  [  480.220243]  [] ? __vma_link_rb+0xfd/0x110
  [  480.220245]  [] ? vma_link+0xb9/0xc0
  [  480.220248]  [] do_vfs_ioctl+0x295/0x480
  [  480.220250]  [] SyS_ioctl+0x79/0x90
  [  480.220253]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  480.220257] INFO: task btrfs:3002 blocked for more than 120 seconds.
  [  480.220258]   Tainted: G   OE   4.2.0-19-generic #23-Ubuntu
  [  480.220259] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [  480.220260] btrfs   D 88087fd56640 0  3002   3001 
0x
  [  480.220263]  8807e340bc78 0086 88085bf1cc80 
880857fa9980
  [  480.220265]  0246 8807e340c000 88085b9c0c70 
88085b9c0cb0
  [  480.220266]  880855758980 88085a181700 8807e340bc98 
817ec197
  [  480.220268] Call Trace:
  [  480.220270]  [] schedule+0x37/0x80
  [  480.220282]  [] btrfs_pause_balance+0x92/0x120 [btrfs]
  [  480.220283]  [] ? wake_atomic_t_function+0x60/0x60
  [  480.220294]  [] btrfs_ioctl+0x1a3e/0x2760 [btrfs]
  [  480.220297]  [] ? 
lru_cache_add_active_or_unevictable+0x2b/0xa0
  [  

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad 

[Kernel-packages] [Bug 1526537] IwConfig.txt

2015-12-16 Thread Marcin
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1526537/+attachment/4535847/+files/IwConfig.txt

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad 

[Kernel-packages] [Bug 1526537] RfKill.txt

2015-12-16 Thread Marcin
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1526537/+attachment/4535854/+files/RfKill.txt

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 

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

2015-12-16 Thread Marcin
apport information

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

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 

[Kernel-packages] [Bug 1526661] Re: Ubuntu 15.10 hangs on shutdown

2015-12-16 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Ubuntu 15.10 hangs on shutdown

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10 hangs on shutdown with both generic and lowlatency kernels.  In 
order to shutdown without forcing by pressing long on the laptop button, I need 
to restart, and then to shutdown, and then the shutdown takes more than a 
minute, which isn't the case with 14.04 which shutdowns in just few seconds. 
This happens with both fresh install and updated system.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  m  1472 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=def28845-51c2-4e63-b7c4-b6170784fa4a
  InstallationDate: Installed on 2015-12-16 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire E1-570
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-lowlatency 
root=UUID=2eb5def1-1551-4c4d-ae5d-1989c495b47a ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-19.23-lowlatency 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-19-lowlatency N/A
   linux-backports-modules-4.2.0-19-lowlatency  N/A
   linux-firmware   1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-19-lowlatency x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/08/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.06
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_CX
  dmi.board.vendor: Acer
  dmi.board.version: V2.06
  dmi.chassis.asset.tag: Acer Asset Tag String
  dmi.chassis.type: 10
  dmi.chassis.vendor: Insyde Corp.
  dmi.chassis.version: V2.06
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.06:bd10/08/2013:svnAcer:pnAspireE1-570:pvrV2.06:rvnAcer:rnEA50_CX:rvrV2.06:cvnInsydeCorp.:ct10:cvrV2.06:
  dmi.product.name: Aspire E1-570
  dmi.product.version: V2.06
  dmi.sys.vendor: Acer

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

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


[Kernel-packages] [Bug 1525587] Re: dmesg output contains error: "*ERROR* mismatch in ips_enabled (expected 1, found 0)"

2015-12-16 Thread Lothar-dierkes
** Summary changed:

-  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled 
(expected 1, found 0)
+ dmesg output contains error: "*ERROR* mismatch in ips_enabled (expected 1, 
found 0)"

** Description changed:

+ The following error does appear in my dmesg output after every system
+ start. I do not know if it has any consequences.
+ 
+ 
  [  +0,145801] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in 
ips_enabled (expected 1, found 0)
  [  +0,03] [ cut here ]
  [  +0,16] WARNING: CPU: 0 PID: 980 at 
/build/linux-1vdNXv/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12328 
check_crtc_state+0x2c5/0x440 [i915]()
  [  +0,01] pipe state doesn't match!
  [  +0,01] Modules linked in: rfcomm bnep arc4 hp_wmi joydev sparse_keymap 
intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel 
kvm snd_hda_co
  [  +0,41]  drm_kms_helper e1000e ahci drm libahci ptp pps_core wmi video
  [  +0,07] CPU: 0 PID: 980 Comm: Xorg Tainted: GW   
4.2.0-21-generic #25-Ubuntu
  [  +0,02] Hardware name: Hewlett-Packard HP EliteBook 850 G1/198F, BIOS 
L71 Ver. 01.30 12/09/2014
  [  +0,01]   af849558 8802319977c8 
817e9449
  [  +0,03]   880231997820 880231997808 
8107b3d6
  [  +0,02]  880231997848 8802319978b0 880230e64800 
0001
- 
  
  [  +0,145801] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in 
ips_enabled (expected 1, found 0)
  [  +0,03] [ cut here ]
  [  +0,16] WARNING: CPU: 0 PID: 980 at 
/build/linux-1vdNXv/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12328 
check_crtc_state+0x2c5/0x440 [i915]()
  [  +0,01] pipe state doesn't match!
  [  +0,01] Modules linked in: rfcomm bnep arc4 hp_wmi joydev sparse_keymap 
intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel 
kvm snd_hda_co
  [  +0,41]  drm_kms_helper e1000e ahci drm libahci ptp pps_core wmi video
  [  +0,07] CPU: 0 PID: 980 Comm: Xorg Tainted: GW   
4.2.0-21-generic #25-Ubuntu
  [  +0,02] Hardware name: Hewlett-Packard HP EliteBook 850 G1/198F, BIOS 
L71 Ver. 01.30 12/09/2014
  [  +0,01]   af849558 8802319977c8 
817e9449
  [  +0,03]   880231997820 880231997808 
8107b3d6
  [  +0,02]  880231997848 8802319978b0 880230e64800 
0001
  [  +0,02] Call Trace:
  [  +0,06]  [] dump_stack+0x45/0x57
  [  +0,05]  [] warn_slowpath_common+0x86/0xc0
  [  +0,03]  [] warn_slowpath_fmt+0x55/0x70
  [  +0,13]  [] ? intel_pipe_config_compare+0xb31/0xc60 
[i915]
  [  +0,11]  [] check_crtc_state+0x2c5/0x440 [i915]
  [  +0,16]  [] intel_modeset_check_state+0x21d/0x6d0 
[i915]
  [  +0,13]  [] intel_crtc_set_config+0x4c7/0x580 [i915]
  [  +0,14]  [] ? drm_mode_create+0x25/0x60 [drm]
  [  +0,09]  [] drm_mode_set_config_internal+0x66/0x100 
[drm]
  [  +0,10]  [] drm_mode_setcrtc+0x3e9/0x500 [drm]
  [  +0,06]  [] drm_ioctl+0x125/0x610 [drm]
  [  +0,08]  [] ? drm_mode_setplane+0x1b0/0x1b0 [drm]
  [  +0,03]  [] do_vfs_ioctl+0x295/0x480
  [  +0,03]  [] ? __set_task_blocked+0x41/0xa0
  [  +0,02]  [] SyS_ioctl+0x79/0x90
  [  +0,03]  [] ? SyS_rt_sigprocmask+0x8e/0xc0
  [  +0,03]  [] entry_SYSCALL_64_fastpath+0x16/0x75
  [  +0,02] ---[ end trace cf5c10366430704f ]---
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-21-generic 4.2.0-21.25
  ProcVersionSignature: Ubuntu 4.2.0-21.25-generic 4.2.6
  Uname: Linux 4.2.0-21-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  bs-ldi 1818 F pulseaudio
-  /dev/snd/controlC0:  bs-ldi 1818 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  bs-ldi 1818 F pulseaudio
+  /dev/snd/controlC0:  bs-ldi 1818 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Dec 12 23:58:03 2015
  HibernationDevice: RESUME=UUID=6db9b5a5-d21c-4127-a751-53b667523027
  InstallationDate: Installed on 2015-05-28 (198 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP EliteBook 850 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-21-generic 
root=UUID=3aa3d587-358c-4744-a494-2ae77f32588c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-4.2.0-21-generic N/A
-  linux-backports-modules-4.2.0-21-generic  N/A
-  linux-firmware1.149.3
+  linux-restricted-modules-4.2.0-21-generic N/A
+  linux-backports-modules-4.2.0-21-generic  N/A
+  linux-firmware1.149.3
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  

[Kernel-packages] [Bug 1526896] [NEW] Cannot copy files from Nokia X2 DS via Bluetooth

2015-12-16 Thread Zahid Hameed
Public bug reported:

When ever I connect m Nokia X2 Dual DS with Ubuntu 14.04LTS via Bluetooth and 
browse files in m phone and try to copy to computer it gives me message
'Error while copying “IMG_20151206_151549.jpg”.
There was an error copying the file into /home/zahid/Desktop.

Another operation in progress

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.19.0-39-generic 3.19.0-39.44~14.04.1
ProcVersionSignature: Ubuntu 3.19.0-39.44~14.04.1-generic 3.19.8-ckt9
Uname: Linux 3.19.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Dec 16 21:56:15 2015
InstallationDate: Installed on 2015-08-03 (134 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
SourcePackage: linux-lts-vivid
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Cannot copy files from Nokia X2 DS via Bluetooth

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

Bug description:
  When ever I connect m Nokia X2 Dual DS with Ubuntu 14.04LTS via Bluetooth and 
browse files in m phone and try to copy to computer it gives me message
  'Error while copying “IMG_20151206_151549.jpg”.
  There was an error copying the file into /home/zahid/Desktop.

  Another operation in progress

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-39-generic 3.19.0-39.44~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-39.44~14.04.1-generic 3.19.8-ckt9
  Uname: Linux 3.19.0-39-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Dec 16 21:56:15 2015
  InstallationDate: Installed on 2015-08-03 (134 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-vivid
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1524069] Re: [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial KVM: updating Trusty guest from 3.13.0-68 t

2015-12-16 Thread Serge Victor
To be honest, it's pretty annoying bug, as I am not able to install any
xenial VM :-(

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

Title:
  [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in
  raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial
  KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel
  exception]

Status in kvm package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The symptom I saw was this (note the segfault, and apt-get upgrade
  hangs after this):

  Setting up linux-image-3.13.0-71-generic (3.13.0-71.114) ...
  Running depmod.
  update-initramfs: deferring update (hook will be called later)
  Examining /etc/kernel/postinst.d.
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.13.0-71-generic /boot/vmlinuz-3.13.0-71-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-71-generic 
/boot/vmlinuz-3.13.0-71-generic
  update-initramfs: Generating /boot/initrd.img-3.13.0-71-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-71-generic 
/boot/vmlinuz-3.13.0-71-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-71-generic 
/boot/vmlinuz-3.13.0-71-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.13.0-71-generic
  Found initrd image: /boot/initrd.img-3.13.0-71-generic
  Found linux image: /boot/vmlinuz-3.13.0-68-generic
  Found initrd image: /boot/initrd.img-3.13.0-68-generic
  Segmentation fault
  done
  Setting up linux-firmware (1.127.19) ...
  Setting up linux-image-extra-3.13.0-71-generic (3.13.0-71.114) ...
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.13.0-71-generic /boot/vmlinuz-3.13.0-71-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-71-generic 
/boot/vmlinuz-3.13.0-71-generic
  update-initramfs: Generating /boot/initrd.img-3.13.0-71-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-71-generic 
/boot/vmlinuz-3.13.0-71-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-71-generic 
/boot/vmlinuz-3.13.0-71-generic
  Generating grub configuration file ...
  Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
  Found linux image: /boot/vmlinuz-3.13.0-71-generic
  Found initrd image: /boot/initrd.img-3.13.0-71-generic
  Found linux image: /boot/vmlinuz-3.13.0-68-generic
  Found initrd image: /boot/initrd.img-3.13.0-68-generic

  In dmesg, I saw a corresponding kernel stack trace:

  [  522.649091] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
  [  522.654031] JFS: nTxBlock = 8192, nTxLock = 65536
  [  522.660515] NTFS driver 2.1.30 [Flags: R/O MODULE].
  [  522.672519] QNX4 filesystem 0.2.3 registered.
  [  522.677257] xor: measuring software checksum speed
  [  522.715613]prefetch64-sse: 17306.000 MB/sec
  [  522.755589]generic_sse: 16039.000 MB/sec
  [  522.755590] xor: using function: prefetch64-sse (17306.000 MB/sec)
  [  522.823619] raid6: sse2x1   10481 MB/s
  [  522.891614] raid6: sse2x2   13303 MB/s
  [  522.959616] raid6: sse2x4   15209 MB/s
  [  522.963634] invalid opcode:  [#1] SMP 
  [  522.963645] Modules linked in: raid6_pq(+) xor ufs qnx4 hfsplus hfs minix 
ntfs msdos jfs xfs libcrc32c ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT 
xt_CHECKSUM iptable_mangle xt_tcpudp bridge stp llc ip6table_filter ip6_tables 
iptable_filter ip_tables ebtable_nat ebtables x_tables snd_hda_intel 
snd_hda_codec snd_hwdep qxl snd_pcm kvm_intel ttm snd_page_alloc kvm 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel drm_kms_helper snd_timer 
aesni_intel snd aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd drm 
soundcore lp parport serio_raw i2c_piix4 mac_hid pata_acpi floppy psmouse
  [  522.963746] CPU: 2 PID: 11288 Comm: modprobe Not tainted 3.13.0-68-generic 
#111-Ubuntu
  [  522.963751] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 
Ubuntu-1.8.2-1ubuntu1 04/01/2014
  [  522.963755] task: 880059363000 ti: 88005dec6000 task.ti: 
88005dec6000
  [  522.963759] RIP: 0010:[]  [] 
raid6_avx21_gen_syndrome+0x4a/0x160 [raid6_pq]
  [  522.963767] RSP: 0018:88005dec7c40  EFLAGS: 00010246
  [  522.963771] RAX:  RBX: 88005dec7c88 RCX: 
880059363000
  [  522.963774] RDX:  RSI: 0080 RDI: 
0012
  [  522.963778] RBP: 88005dec7c70 R08: 0086 R09: 
025f
  [  522.963781] R10:  R11: 88005dec79ae R12: 
1000
  [  522.963785] R13: 880043a42000 R14: 

[Kernel-packages] [Bug 1526811] Re: SRU: walker list corruption while being intensively stressed

2015-12-16 Thread Colin Ian King
** Information type changed from Private Security to Public

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

Title:
  SRU: walker list corruption while being intensively stressed

Status in linux package in Ubuntu:
  In Progress

Bug description:
  [SRU Justification][Wily]  + [Xenial]

  While stress testing with the stress-ng procfs stressor I hit a walker
  list bug.  This has been recently fixed by Herbert Xu in commit:

  The commit ba7c95ea3870fe7b847466d39a049ab6f156aa2c ("rhashtable: Fix
  sleeping inside RCU critical section in walk_stop") introduced a new
  spinlock for the walker list.  However, it did not convert all
  existing users of the list over to the new spin lock.  Some continued
  to use the old mutex for this purpose.  This obviously led to
  corruption of the list.

  [Fix]
  See: http://marc.info/?l=linux-netdev=145027458131396=2
  Probably will wait until this officially lands in 4.4 or 4.5.

  [Testcase]
  Run multiple instances of the attached code on a multicore system.  
Alternatively, run stress-ng --procfs 0 on a multi-core system

  Fix will stop the above code corrupting the list and crashing.

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

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


[Kernel-packages] [Bug 1523606] Re: Incompatibility with 4.2 prints: crash: page excluded: kernel virtual address: ffff88105b1a0000 type: "fill_task_struct"

2015-12-16 Thread Dave Chiluk
Per apw's request I signed and uploaded all packages to 
http://people.canonical.com/~chiluk/lp1523606/

I also added dep3 header information.

For ease of review I attached the updated xenial debdiff here, and
deleted all old debdiffs.


** Patch removed: "lp1523606.trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1523606/+attachment/4531073/+files/lp1523606.trusty.debdiff

** Patch removed: "lp1523606.vivid.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1523606/+attachment/4535327/+files/lp1523606.vivid.debdiff

** Patch removed: "lp1523606.wily.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1523606/+attachment/4535329/+files/lp1523606.wily.debdiff

** Patch added: "lp1523606.xenial.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1523606/+attachment/4535778/+files/lp1523606.xenial.debdiff

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

Title:
  Incompatibility with 4.2 prints:  crash: page excluded: kernel virtual
  address: 88105b1a  type: "fill_task_struct"

Status in crash package in Ubuntu:
  New
Status in crash source package in Trusty:
  New
Status in crash source package in Vivid:
  New
Status in crash source package in Wily:
  New
Status in crash source package in Xenial:
  New

Bug description:
  [Impact]

    * Crash prints
  "crash: page excluded: kernel virtual address: 8808595a  type: 
"fill_task_struct" "
    on dumps for 4.2 and newer levels of the kernel.
* This is related to variable task_struct_size being variable on 4.2 and 
newer kernels.

  [Test Case]

  An example of the issue.
  $ crash ddeb/usr/lib/debug/boot/vmlinux-4.2.0-18-generic 
00092116-dump.201511300126

  crash 7.0.3
  Copyright (C) 2002-2013  Red Hat, Inc.
  Copyright (C) 2004, 2005, 2006, 2010  IBM Corporation
  Copyright (C) 1999-2006  Hewlett-Packard Co
  Copyright (C) 2005, 2006, 2011, 2012  Fujitsu Limited
  Copyright (C) 2006, 2007  VA Linux Systems Japan K.K.
  Copyright (C) 2005, 2011  NEC Corporation
  Copyright (C) 1999, 2002, 2007  Silicon Graphics, Inc.
  Copyright (C) 1999, 2000, 2001, 2002  Mission Critical Linux, Inc.
  This program is free software, covered by the GNU General Public License,
  and you are welcome to change it and/or distribute copies of it under
  certain conditions.  Enter "help copying" to see the conditions.
  This program has absolutely no warranty.  Enter "help warranty" for details.

  GNU gdb (GDB) 7.6
  Copyright (C) 2013 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  and "show warranty" for details.
  This GDB was configured as "x86_64-unknown-linux-gnu"...

  please wait... (gathering task table data)
  crash: page excluded: kernel virtual address: 88105b1a  type: 
"fill_task_struct"

  crash: page excluded: kernel virtual address: 881052fa8000  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 88011177  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 880836578000  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 880859e68000  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 88085b858000  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 88084c448000  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 88105b53  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 8808595a  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 8801065a  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 8808488d  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 880859dd  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 88085575  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 881058cd  type:
  "fill_task_struct"

  crash: page excluded: kernel virtual address: 880bb515  type: 
"fill_task_struct"
    KERNEL: ddeb/usr/lib/debug/boot/vmlinux-4.2.0-18-generic
  DUMPFILE: 00092116-dump.201511300126  [PARTIAL DUMP]
  CPUS: 24
  DATE: Thu Jan  1 00:00:00 1970
    UPTIME: 3 days, 13:28:22
  LOAD AVERAGE: 528.67, 526.12, 465.03
     TASKS: 1208
  NODENAME: 
   RELEASE: 4.2.0-18-generic
   VERSION: #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015
   MACHINE: x86_64  (2397 Mhz)
    MEMORY: 63.9 GB
     PANIC: "Kernel panic - not syncing: NMI IOCK error: Not continuing"
   PID: 0
   COMMAND: "swapper/0"
  

[Kernel-packages] [Bug 1523036] Re: linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

2015-12-16 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.19.0-41.46~14.04.2 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:Saturday, 05. December 2015 03:02 UTC
  kernel-stable-master-bug:1522918
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 09. December 2015 18:40 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 09. December 2015 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Security-signoff-end:Thursday, 10. December 2015 20:02 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 06:01 UTC
+ kernel-stable-Regression-testing-end:Wednesday, 16. December 2015 17:01 UTC

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

Title:
  linux-lts-vivid: 3.19.0-41.46~14.04.2 -proposed tracker

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

Bug description:
  This bug is for tracking the 3.19.0-41.46~14.04.2 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:Saturday, 05. December 2015 03:02 UTC
  kernel-stable-master-bug:1522918
  kernel-stable-Prepare-package-end:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 07. December 2015 22:02 UTC
  kernel-stable-Promote-to-proposed-end:Wednesday, 09. December 2015 18:40 UTC
  kernel-stable-phase:Verification & Testing
  kernel-stable-phase-changed:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Verification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Certification-testing-start:Wednesday, 09. December 2015 20:02 
UTC
  kernel-stable-Security-signoff-start:Wednesday, 09. December 2015 20:02 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Wednesday, 09. December 2015 20:02 UTC
  kernel-stable-Security-signoff-end:Thursday, 10. December 2015 20:02 UTC
  kernel-stable-Certification-testing-end:Wednesday, 16. December 2015 06:01 UTC
  kernel-stable-Regression-testing-end:Wednesday, 16. December 2015 17:01 UTC

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

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


[Kernel-packages] [Bug 1517951] Re: CVE-2013-7446

2015-12-16 Thread Steve Beattie
** Changed in: linux (Ubuntu Xenial)
   Status: New => Fix Committed

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

Title:
  CVE-2013-7446

Status in linux package in Ubuntu:
  Fix Committed
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-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-wily 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-raspi2 package in Ubuntu:
  New
Status in linux-ti-omap4 package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  New
Status in linux-armadaxp source package in Precise:
  New
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:
  New
Status in linux-lts-utopic source package in Precise:
  Invalid
Status in linux-lts-vivid source package in Precise:
  Invalid
Status in linux-lts-wily 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-raspi2 source package in Precise:
  Invalid
Status in linux-ti-omap4 source package in Precise:
  New
Status in linux source package in Trusty:
  New
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:
  New
Status in linux-lts-vivid source package in Trusty:
  New
Status in linux-lts-wily source package in Trusty:
  New
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-raspi2 source package in Trusty:
  Invalid
Status in linux-ti-omap4 source package in Trusty:
  Invalid
Status in linux source package in Vivid:
  New
Status in linux-armadaxp source package in Vivid:
  Invalid
Status in linux-ec2 source package in Vivid:
  Invalid
Status in linux-flo source package in Vivid:
  New
Status in linux-fsl-imx51 source package in Vivid:
  Invalid
Status in linux-goldfish source package in Vivid:
  New
Status in linux-lts-backport-maverick source package in Vivid:
  New
Status in linux-lts-backport-natty source package in Vivid:
  New
Status in linux-lts-quantal source package in Vivid:
  Invalid
Status in linux-lts-raring source package in Vivid:
  Invalid
Status in linux-lts-saucy source package in Vivid:
  Invalid
Status in linux-lts-trusty source package in Vivid:
  Invalid
Status in linux-lts-utopic source package in Vivid:
  Invalid
Status in linux-lts-vivid source package in Vivid:
  Invalid
Status in linux-lts-wily source package in Vivid:
  Invalid
Status in linux-mako source package in Vivid:
  New
Status in linux-manta source package in Vivid:
  New
Status in linux-mvl-dove source package in Vivid:
  Invalid
Status in linux-raspi2 source package in Vivid:
  Invalid
Status in linux-ti-omap4 source package in Vivid:
  Invalid
Status in linux source package in Wily:
  New
Status in 

[Kernel-packages] [Bug 1526537] Re: blk_update_request: I/O error

2015-12-16 Thread Marcin
apport information

** Tags added: apport-collected xenial

** Description changed:

  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 
  
  `/proc/cmdline`
  
  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true
  
  `kern.log`
  
  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad kernel: [   86.713265] blk_update_request: I/O 
error, dev loop2, sector 2343592
  Dec 15 21:50:41 ThinkPad kernel: [   86.715556] blk_update_request: I/O 
error, dev loop2, sector 2057608
  Dec 15 21:50:41 ThinkPad kernel: [   86.861531] blk_update_request: I/O 
error, dev loop2, sector 2339104
  Dec 15 21:50:42 

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

2015-12-16 Thread Marcin
apport information

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

Title:
  blk_update_request: I/O error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  
  On my laptop I am using the ubuntu in persistent mode with a backing files: 
casper-rw, home-rw. For some time in the new editions of ubuntu [ 15.04 / 15.10 
/ 16.04 daily (15.12) ] I meet with error: blk_update_request: I/O error, dev 
loop ... , sector ... .  am sure it is not a hardware problem. Please, could 
you try reproduce this issue 

  `/proc/cmdline`

  BOOT_IMAGE=/Ubuntu/16.04/desktop-amd64/casper/vmlinuz.efi append
  noprompt boot=casper intel_iommu=on toram showmounts persistent-
  path=/Ubuntu/16.04/desktop-amd64 persistent iso-
  scan/filename=/Ubuntu/16.04/xenial-desktop-amd64.iso cdrom-detect/try-
  usb=true

  `kern.log`

  Dec 15 21:49:25 ThinkPad kernel: [   11.507021] Bluetooth: BNEP socket layer 
initialized
  Dec 15 21:49:25 ThinkPad kernel: [   11.513208] blk_update_request: I/O 
error, dev loop0, sector 1376280
  Dec 15 21:49:25 ThinkPad kernel: [   11.544996] blk_update_request: I/O 
error, dev loop0, sector 1364008
  Dec 15 21:49:26 ThinkPad kernel: [   11.655626] IPv6: ADDRCONF(NETDEV_UP): 
wlp3s0: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.656563] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   11.884604] IPv6: ADDRCONF(NETDEV_UP): 
enp0s25: link is not ready
  Dec 15 21:49:26 ThinkPad kernel: [   12.080950] usbcore: registered new 
interface driver cdc_wdm
  Dec 15 21:49:26 ThinkPad kernel: [   12.089352] qmi_wwan 2-1.4:1.0: cdc-wdm0: 
USB WDM device
  Dec 15 21:49:26 ThinkPad kernel: [   12.089629] qmi_wwan 2-1.4:1.0 wwan0: 
register 'qmi_wwan' at usb-:00:1d.0-1.4, WWAN/QMI device, 86:f3:f1:57:ac:04
  Dec 15 21:49:26 ThinkPad kernel: [   12.089851] usbcore: registered new 
interface driver qmi_wwan
  Dec 15 21:49:27 ThinkPad kernel: [   13.014113] blk_update_request: I/O 
error, dev loop2, sector 776360
  Dec 15 21:49:27 ThinkPad kernel: [   13.026856] blk_update_request: I/O 
error, dev loop2, sector 92
  Dec 15 21:49:27 ThinkPad kernel: [   13.406901] e1000e: enp0s25 NIC Link is 
Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
  Dec 15 21:49:27 ThinkPad kernel: [   13.406909] e1000e :00:19.0 enp0s25: 
10/100 speed: disabling TSO
  Dec 15 21:49:27 ThinkPad kernel: [   13.406948] IPv6: 
ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
  Dec 15 21:49:27 ThinkPad kernel: [   13.411598] blk_update_request: I/O 
error, dev loop0, sector 1364024
  Dec 15 21:49:27 ThinkPad kernel: [   13.525480] blk_update_request: I/O 
error, dev loop2, sector 778064
  Dec 15 21:49:28 ThinkPad kernel: [   13.733896] Bluetooth: RFCOMM TTY layer 
initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733906] Bluetooth: RFCOMM socket 
layer initialized
  Dec 15 21:49:28 ThinkPad kernel: [   13.733912] Bluetooth: RFCOMM ver 1.11
  Dec 15 21:49:28 ThinkPad kernel: [   13.758583] blk_update_request: I/O 
error, dev loop0, sector 1360048
  Dec 15 21:49:28 ThinkPad kernel: [   13.765377] blk_update_request: I/O 
error, dev loop0, sector 1364032
  Dec 15 21:49:28 ThinkPad kernel: [   13.778920] blk_update_request: I/O 
error, dev loop0, sector 1364040
  Dec 15 21:49:28 ThinkPad kernel: [   13.785037] blk_update_request: I/O 
error, dev loop0, sector 1364048
  Dec 15 21:49:28 ThinkPad gnome-session-binary[3083]: Entering running state
  Dec 15 21:49:37 ThinkPad kernel: [   22.759620] blk_update_request: 15 
callbacks suppressed
  Dec 15 21:49:37 ThinkPad kernel: [   22.759623] blk_update_request: I/O 
error, dev loop0, sector 1364072
  Dec 15 21:49:37 ThinkPad kernel: [   22.803618] hidraw: raw HID events driver 
(C) Jiri Kosina
  Dec 15 21:49:37 ThinkPad kernel: [   22.806751] Bluetooth: HIDP (Human 
Interface Emulation) ver 1.2
  Dec 15 21:49:37 ThinkPad kernel: [   22.806758] Bluetooth: HIDP socket layer 
initialized
  Dec 15 21:49:37 ThinkPad kernel: [   22.811095] hid-generic 
0005:0D62:01BF.0001: unknown main item tag 0x0
  Dec 15 21:49:37 ThinkPad kernel: [   22.811211] input: Bluetooth Mouse as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:0D62:01BF.0001/input/input17
  Dec 15 21:49:37 ThinkPad kernel: [   22.811384] hid-generic 
0005:0D62:01BF.0001: input,hidraw0: BLUETOOTH HID v1.39 Mouse [ Bluetooth 
Mouse] on ec:55:f9:fa:c6:1d
  Dec 15 21:50:41 ThinkPad kernel: [   86.683594] blk_update_request: I/O 
error, dev loop2, sector 2343552
  Dec 15 21:50:41 ThinkPad kernel: [   86.690626] blk_update_request: I/O 
error, dev loop2, sector 2339064
  Dec 15 21:50:41 ThinkPad kernel: [   86.703606] blk_update_request: I/O 
error, dev loop2, sector 2057600
  Dec 15 21:50:41 ThinkPad kernel: 

[Kernel-packages] [Bug 1433906] Re: Acer, Inc ID 5986:055a is useless after 14.04.2 installed.

2015-12-16 Thread hannes s
If you want to try yourself, this is what worked for me on a E550,
Ubuntu 15.10:

uname -a
# check your current kernel version, then download the same version
# note, no root!
apt-get source linux-image-extra-4.2.0-19-generic
# install packages needed to build the kernel
sudo apt-get build-dep linux-image-extra-4.2.0-19-generic
sudo apt-get install git
cd linux-4.2.0
wget -O webcam.patch 
https://launchpadlibrarian.net/229627414/0001-uvcvideo-Acer-Integrated-Camera-5986-055a-add-UVC_QU.patch
git apply webcam.patch

you can now change the version in debian/changelog, adding "-webcam" or
something of the like, which makes it easier to identify your kernel
package.

DEB_BUILD_OPTIONS=parallel=4 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules 
binary-generic
# now wait until kernel is built, this takes some time
sudo dpkg -i ../linux-headers*.deb ../linux-image*.deb

Then, reboot.
You'll have to repeat this process if Ubuntu updates kernel.

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

Title:
  Acer, Inc ID 5986:055a is useless after 14.04.2 installed.

Status in HWE Next:
  Won't Fix
Status in linux-lts-utopic package in Ubuntu:
  Confirmed
Status in linux-lts-vivid package in Ubuntu:
  Confirmed
Status in linux package in Arch Linux:
  New
Status in Fedora:
  Unknown

Bug description:
  CID : 201411-16166 Lenovo E450 (I+A) with 14.04.2 (utopic)
  CID : 201408-15472 Lenovo E555 (A+A) with 14.04.2 (utopic)

  Steps:
  1. Install 14.04.2 on E450 or E555.
  2. Log in system and open a terminal.
  3. $ gst-launch-0.10 v4l2src ! xvimagesink

  Expected result:
  Camara is activated

  Actual result:
  $  gst-launch-0.10 v4l2src ! xvimagesink
  Setting pipeline to PAUSED ...
  ERROR: Pipeline doesn't want to pause.
  ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Cannot 
identify device '/dev/video0'.
  Additional debug info:
  v4l2_calls.c(497): gst_v4l2_open (): 
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
  system error: No such file or directory
  Setting pipeline to NULL ...
  Freeing pipeline ...

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-30-generic 3.16.0-30.40~14.04.1 [modified: 
boot/vmlinuz-3.16.0-30-generic]
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 19 02:21:31 2015
  InstallationDate: Installed on 2015-03-16 (2 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1512153] Re: Secondary CPUs switch to "performance" cpufreq following suspend/resume cycle

2015-12-16 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Tags added: kernel-fixed-upstream needs-bisect wily

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

Title:
  Secondary CPUs switch to "performance" cpufreq following
  suspend/resume cycle

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I have a Dell XPS 13 2015 laptop (Broadwell i7) using the intel_pstate
  driver for CPU power management. After a cold boot, the CPUs are all
  using the "powersave" cpufreq governor:

  $ cat /sys/devices/system/cpu/cpu{0..3}/cpufreq/scaling_governor
  powersave
  powersave
  powersave
  powersave

  However, following a suspend/resume cycle (e.g. by closing and opening the 
lid), the secondary CPUs end up in
  "performance" state:

  $ cat /sys/devices/system/cpu/cpu{0..3}/cpufreq/scaling_governor
  powersave
  performance
  performance
  performance

  This has the undesirable effect of forcing 
/sys/devices/system/cpu/intel_pstate/min_perf_pct to 100, pegging all of the 
CPUs
  at ~3.2Ghz and hosing the battery life of the system. I would expect the 
governor setting to persist across the suspend on all cores. Manually setting 
the secondary cores back to the "powersave" governor resolves the issue.

  There does appear to be a known kernel issue in this area (although it
  doesn't sound exactly the same):

https://www.mail-archive.com/linux-
  ker...@vger.kernel.org/msg996192.html

  I backported the supposed fix and the issue remained (but note that
  the backport is a PITA and I ended up pulling in most of the
  intel_pstate changes queued in linux-next). I'm currently working
  around the issue by compiling out the "performance" governor entirely.

  I didn't have this problem with 15.04, but reverting to the vivid 3.19-based 
kernel breaks resume entirely with wily userspace, so
  it's hard to tell exactly what is responsible. pm-utils has some scripts to 
poke around at the cpufreq governor, but I commented
  all that out and didn't see any change in behaviour.

  Any ideas?

  --->8

  $ lsb_release -rd
  Description:  Ubuntu 15.10
  Release:  15.10

  $ apt-cache policy linux-image-4.2.0-16-generic 
  linux-image-4.2.0-16-generic:
Installed: 4.2.0-16.19
Candidate: 4.2.0-16.19
Version table:
   *** 4.2.0-16.19 0
  500 http://gb.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Kernel-packages] [Bug 1526901] Re: Newly installed apps are not shown in the dash (Ubuntu 15.10)

2015-12-16 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.4 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc5-wily

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

Title:
  Newly installed apps are not shown in the dash (Ubuntu 15.10)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Some of the newly installed apps are not shown in the dash immediately
  after the install (unlike 14.04). They are shown after the
  logout/reboot.

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

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


[Kernel-packages] [Bug 1294283] Re: Memory balloning in Hyper-V generation 2 does not work

2015-12-16 Thread Brad Figg
** Changed in: linux (Ubuntu Trusty)
   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/1294283

Title:
  Memory balloning in Hyper-V generation 2 does not work

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

Bug description:
  The generation 2 VM has been assinged a memory range of 512 MiB-
  4096MiB with a starting memory of 512 MiB. It should get additional
  memory when needed, but the total available memory in the VM stays at
  the intial 512 MiB and the kernel starts swapping instead of
  allocating more memory from the host.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-18-generic 3.13.0-18.38
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  Date: Tue Mar 18 19:28:54 2014
  HibernationDevice: RESUME=UUID=0d223c65-8c7e-41b4-95b3-05b22ff4679b
  InstallationDate: Installed on 2014-03-12 (6 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140312)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: Microsoft Corporation Virtual Machine
  ProcFB: 0 hyperv_fb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=61b52c1b-300d-4c30-8966-db1745f4a4bc ro video=hyperv_fb:1920x1080 
quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/26/2012
  dmi.bios.vendor: Microsoft Corporation
  dmi.bios.version: Hyper-V UEFI Release v1.0
  dmi.board.asset.tag: None
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: Hyper-V UEFI Release v1.0
  dmi.chassis.asset.tag: 6485-6574-9248-6162-4701-6267-50
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: Hyper-V UEFI Release v1.0
  dmi.modalias: 
dmi:bvnMicrosoftCorporation:bvrHyper-VUEFIReleasev1.0:bd11/26/2012:svnMicrosoftCorporation:pnVirtualMachine:pvrHyper-VUEFIReleasev1.0:rvnMicrosoftCorporation:rnVirtualMachine:rvrHyper-VUEFIReleasev1.0:cvnMicrosoftCorporation:ct3:cvrHyper-VUEFIReleasev1.0:
  dmi.product.name: Virtual Machine
  dmi.product.version: Hyper-V UEFI Release v1.0
  dmi.sys.vendor: Microsoft Corporation
  --- 
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=2673d21f-4b48-43f1-9b06-8c141a492700
  InstallationDate: Installed on 2014-03-29 (9 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lspci:
   
  Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize 
libusb: -99
  MachineType: Microsoft Corporation Virtual Machine
  Package: linux (not installed)
  ProcFB: 0 hyperv_fb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic.efi.signed 
root=UUID=cccf5e59-012e-4ab5-a6ba-08850e60aba1 ro video=hyperv_fb:1920x1080 
quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/26/2012
  dmi.bios.vendor: Microsoft Corporation
  dmi.bios.version: Hyper-V UEFI Release v1.0
  dmi.board.asset.tag: None
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: Hyper-V UEFI Release v1.0
  dmi.chassis.asset.tag: 6485-6574-9248-6162-4701-6267-50
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: Hyper-V UEFI Release v1.0
  dmi.modalias: 

  1   2   3   4   >