[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-12-14 Thread Anthony Wong
** Changed in: hwe-next
   Status: Confirmed => Fix Released

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

Title:
  Hotkey doesn't work on HP x360

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

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-11-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-51.72

---
linux (4.4.0-51.72) xenial; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1644611

  * 4.4.0-1037-snapdragon #41: kernel panic on boot (LP: #1644596)
- Revert "dma-mapping: introduce the DMA_ATTR_NO_WARN attribute"
- Revert "powerpc: implement the DMA_ATTR_NO_WARN attribute"
- Revert "nvme: use the DMA_ATTR_NO_WARN attribute"

linux (4.4.0-50.71) xenial; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1644169

  * xenial 4.4.0-49.70 kernel breaks LXD userspace (LP: #1644165)
- Revert "UBUNTU: SAUCE: (namespace) fuse: Allow user namespace mounts by
  default"
- Revert "UBUNTU: SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID 
for
  userns root"
- Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Don't remove suid for
  CAP_FSETID in s_user_ns""
- Revert "UBUNTU: SAUCE: (namespace) fs: Allow superblock owner to change
  ownership of inodes"
- Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Allow superblock owner to
  change ownership of inodes with unmappable ids""
- Revert "UBUNTU: SAUCE: (namespace) security/integrity: Harden against
  malformed xattrs"
- Revert "(namespace) Revert "UBUNTU: SAUCE: ima/evm: Allow root in 
s_user_ns
  to set xattrs""
- Revert "(namespace) dquot: For now explicitly don't support filesystems
  outside of init_user_ns"
- Revert "(namespace) quota: Handle quota data stored in s_user_ns in
  quota_setxquota"
- Revert "(namespace) quota: Ensure qids map to the filesystem"
- Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Convert ids relative to
  s_user_ns""
- Revert "(namespace) Revert "UBUNTU: SAUCE: quota: Require that qids passed
  to dqget() be valid and map into s_user_ns""
- Revert "(namespace) vfs: Don't create inodes with a uid or gid unknown to
  the vfs"
- Revert "(namespace) vfs: Don't modify inodes with a uid or gid unknown to
  the vfs"
- Revert "UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl 
xattrs"
- Revert "UBUNTU: SAUCE: (namespace) posix_acl: Export
  posix_acl_fix_xattr_userns() to modules"
- Revert "(namespace) vfs: Verify acls are valid within superblock's
  s_user_ns."
- Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to
  handle user namespace mounts""
- Revert "(namespace) fs: Refuse uid/gid changes which don't map into
  s_user_ns"
- Revert "(namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes 
which
  don't map into s_user_ns""
- Revert "(namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns"

linux (4.4.0-49.70) xenial; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1640921

  * Infiniband driver (kernel module) needed for Azure (LP: #1641139)
- SAUCE: RDMA Infiniband for Windows Azure
- [Config] CONFIG_HYPERV_INFINIBAND_ND=m
- SAUCE: Makefile RDMA infiniband driver for Windows Azure
- [Config] Add hv_network_direct.ko to generic inclusion list
- SAUCE: RDMA Infiniband for Windows Azure is dependent on amd64

linux (4.4.0-48.69) xenial; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
- LP: #1640758

  * lxc-attach to malicious container allows access to host (LP: #1639345)
- Revert "UBUNTU: SAUCE: (noup) ptrace: being capable wrt a process requires
  mapped uids/gids"
- (upstream) mm: Add a user_ns owner to mm_struct and fix ptrace permission
  checks

  * take 'P' command from upstream xmon (LP: #1637978)
- powerpc/xmon: Add xmon command to dump process/task similar to ps(1)

  * zfs: importing zpool with vdev on zvol hangs kernel (LP: #1636517)
- SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu15

  * I2C touchpad does not work on AMD platform (LP: #1612006)
- pinctrl/amd: Configure GPIO register using BIOS settings
- pinctrl/amd: switch to using a bool for level

  * [LTCTest] vfio_pci not loaded on Ubuntu 16.10 by default (LP: #1636733)
- [Config] CONFIG_VFIO_PCI=y for ppc64el

  * QEMU throws failure msg while booting guest with SRIOV VF (LP: #1630554)
- KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup

  * Allow fuse user namespace mounts by default in xenial (LP: #1634964)
- (namespace) mnt: Move the FS_USERNS_MOUNT check into sget_userns
- (namespace) Revert "UBUNTU: SAUCE: fs: Refuse uid/gid changes which don't
  map into s_user_ns"
- (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
- (namespace) Revert "UBUNTU: SAUCE: fs: Update posix_acl support to handle
  user namespace mounts"
- (namespace) vfs: Verify acls are valid within superblock's s_user_ns.
- SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to 
modules
- SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
- (namespace) vfs: Don't modify inodes with a uid 

[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-11-22 Thread Phidias
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-11-16 Thread Luis Henriques
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
xenial' to 'verification-done-xenial'.

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

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


** Tags added: verification-needed-xenial

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

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-11-10 Thread Luis Henriques
** Changed in: linux (Ubuntu Xenial)
   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/1620979

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-11-04 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: hwe-next
   Status: New => Confirmed

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Phidias (phidias-chiang)

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

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  Confirmed
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-11-03 Thread Phidias
** Changed in: linux (Ubuntu)
   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/1620979

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

2016-10-28 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2016-October/080429.html

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

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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


[Kernel-packages] [Bug 1620979] Re: Hotkey doesn't work on HP x360

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

** 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 in Ubuntu.
https://bugs.launchpad.net/bugs/1620979

Title:
  Hotkey doesn't work on HP x360

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  When pinctrl-cherryview probing gpio device it clear interrupt mask and 
status, and in the later procedures the interrupt mask isn't set back 
correctly, leads to hotkeys fail.

  [Fix]
  Upstream fixes this in 4.8-rc3 by not clearing interrupt masks:

  commit bcb48cca23ec9852739e4a464307fa29515bbe48
  Author: Mika Westerberg 
  Date:   Mon Aug 22 14:42:52 2016 +0300

  pinctrl: cherryview: Do not mask all interrupts in probe

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

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