Trusty: Mellenox refresh

Bug #1347012 reported by Tim Gardner
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Fix Released
Undecided
Unassigned
Trusty
Fix Released
Undecided
Tim Gardner
Utopic
Fix Released
Undecided
Unassigned

Bug Description

Four important bug fixes to review and pull:

[net-next,1/4] net/mlx4_en: current_mac isn't updated in port up
[net-next,2/4] net/mlx4_en: Disable blueflame using ethtool private flags
[net-next,3/4] net/mlx4_core: Use low memory profile on kdump kernel
[net-next,4/4] net/mlx4_en: Reduce memory consumption on kdump kernel

Here is a list of bug-fix patches I would like you to pull to Ubuntu 14.04.1/12.04.5/SRU:

111c609 net/mlx4_core: Reset RoCE VF gids when guest driver goes down
ce8d9e0 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support
83d3459 net/mlx4_core: Don't issue PCIe speed/width checks for VFs
f24f790 net/mlx4_core: Load the Eth driver first
0254bc8 net/mlx4_core: Fix slave id computation for single port VF
531d901 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching
c98235c mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
e1a5ddc net/mlx4_core: Defer VF initialization till PF is fully initialized
befdf89 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
da1de8d net/mlx4_core: Keep only one driver entry release mlx4_priv
e326f2f net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set
960b1f4 net/mlx4_core: Fix the error flow when probing with invalid VF configuration
5a7baa7 bonding: Advertize vxlan offload features when supported
ee75532 net/mlx4_en: Fix errors in MAC address changing when port is down
fe1ff29 net/mlx4_en: Protect MAC address modification with the state_lock mutex
2695bab (linux-next) net/mlx4_en: Fix mac_hash database inconsistency

In addition we need to revert this one (it is part of the patch list I’ve sent you in the previous mail), till biosdevname will support parsing and considering the dev_port attribute:

ca9f9f7 net/mlx4_en: Fix bad use of dev_id

Tim Gardner (timg-tpi)
description: updated
Changed in linux (Ubuntu Utopic):
status: New → Fix Released
Changed in linux (Ubuntu Trusty):
assignee: nobody → Tim Gardner (timg-tpi)
status: New → In Progress
tags: added: kernel-da-key
Revision history for this message
Tim Gardner (timg-tpi) wrote :

refreshed with upstream commits

Revision history for this message
Brad Figg (brad-figg) wrote :

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

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

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

tags: added: verification-needed-trusty
Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Updating needed patch list:

########################################################################
 GIVEN LIST
     1 bonding: Advertize vxlan offload features when supported
     2 cpumask: Utility function to set n'th cpu - local cpu first
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs
     8 net/mlx4_core: Enforce irq affinity changes immediatly
     9 net/mlx4_core: Fix slave id computation for single port VF
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv
    12 net/mlx4_core: Load the Eth driver first
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down
    15 net/mlx4_core: Use low memory profile on kdump kernel
    16 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's
    17 net/mlx4_en: current_mac isn't updated in port up
    18 net/mlx4_en: Disable blueflame using ethtool private flags
    19 net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set
    20 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map
    21 net/mlx4_en: Fix errors in MAC address changing when port is down
    22 net/mlx4_en: Fix mac_hash database inconsistency
    23 net/mlx4_en: IRQ affinity hint is not cleared on port down
    24 net/mlx4_en: Protect MAC address modification with the state_lock mutex
    25 net/mlx4_en: Reduce memory consumption on kdump kernel
    26 net/mlx4_en: Use affinity hint
    27 Revert "net/mlx4_en: Fix bad use of dev_id"
########################################################################

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Upstream, same patches:

########################################################################
 KERNEL ./upstream
------------------------------------------------------------------------
+++ master
     1 bonding: Advertize vxlan offload features when supported (5a7baa7)
     2 cpumask: Utility function to set n'th cpu - local cpu first (da91309)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (c98235c)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (ce8d9e0)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (531d901)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (e1a5ddc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (83d3459)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (2eacc23)
     9 net/mlx4_core: Fix slave id computation for single port VF (0254bc8)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (960b1f4)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (da1de8d)
    12 net/mlx4_core: Load the Eth driver first (f24f790)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (befdf89)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (111c609)
    15 net/mlx4_core: Use low memory profile on kdump kernel (2599d85)
    16 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's (858e6c3)
    17 net/mlx4_en: current_mac isn't updated in port up (b94901f)
    18 net/mlx4_en: Disable blueflame using ethtool private flags (0fef9d0)
    19 net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set (e326f2f)
    20 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map (35f6f45)
    21 net/mlx4_en: Fix errors in MAC address changing when port is down (ee75532)
    22 net/mlx4_en: Fix mac_hash database inconsistency (2695bab)
    23 net/mlx4_en: IRQ affinity hint is not cleared on port down (bb27361)
    24 net/mlx4_en: Protect MAC address modification with the state_lock mutex (fe1ff29)
    25 net/mlx4_en: Reduce memory consumption on kdump kernel (ea1c1af)
    26 net/mlx4_en: Use affinity hint (9e311e7)
--- master
########################################################################

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (6.6 KiB)

Trusty same patches:

########################################################################
 KERNEL ./ubuntu-trusty
------------------------------------------------------------------------
+++ master
     1 bonding: Advertize vxlan offload features when supported (dae3671)
     2 cpumask: Utility function to set n'th cpu - local cpu first (72c751c)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (20f044d)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (85a09ea)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (e1c122d)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (449cabc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (c9de4a4)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (a20e846)
     9 net/mlx4_core: Fix slave id computation for single port VF (204de59)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (052095b)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (c9f3050)
    12 net/mlx4_core: Load the Eth driver first (119770d)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (45b8d1a)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (bc944b0)
    15 net/mlx4_core: Use low memory profile on kdump kernel (5b5332d)
    16 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's (b6cc599)
    17 net/mlx4_en: current_mac isn't updated in port up (0e76ef2)
    18 net/mlx4_en: Disable blueflame using ethtool private flags (cd8cbeba)
    19 net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set (da7cd25)
    20 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map (1c4824d)
    21 net/mlx4_en: Fix errors in MAC address changing when port is down (e78284d)
    22 net/mlx4_en: Fix mac_hash database inconsistency (cd64657)
    23 net/mlx4_en: IRQ affinity hint is not cleared on port down (5e6cf71)
    24 net/mlx4_en: Protect MAC address modification with the state_lock mutex (1c60bca)
    25 net/mlx4_en: Reduce memory consumption on kdump kernel (a4aaa89)
    26 net/mlx4_en: Use affinity hint (4263aac)
    27 Revert "net/mlx4_en: Fix bad use of dev_id" (4b80832)
--- master
------------------------------------------------------------------------
+++ master-next
     1 bonding: Advertize vxlan offload features when supported (dae3671)
     2 cpumask: Utility function to set n'th cpu - local cpu first (72c751c)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (20f044d)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (85a09ea)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (e1c122d)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (449cabc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (c9de4a4)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (a20e846)
     9 net/mlx4_core: Fix slave id computation for single port VF (204de59)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (052095b)
    11 net/mlx4_cor...

Read more...

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (5.2 KiB)

Precise (Regular and HWE) patches:

########################################################################
 KERNEL ./ubuntu-precise
------------------------------------------------------------------------
+++ master
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (7794481)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (cbefa15)
--- master
------------------------------------------------------------------------
+++ master-next
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (7794481)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (cbefa15)
--- master-next
------------------------------------------------------------------------
+++ lp1347012-mellanox
--- lp1347012-mellanox
------------------------------------------------------------------------
+++ lts-backport-trusty
     1 bonding: Advertize vxlan offload features when supported (dae3671)
     2 cpumask: Utility function to set n'th cpu - local cpu first (72c751c)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (20f044d)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (85a09ea)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (e1c122d)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (449cabc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (c9de4a4)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (a20e846)
     9 net/mlx4_core: Fix slave id computation for single port VF (204de59)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (052095b)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (c9f3050)
    12 net/mlx4_core: Load the Eth driver first (119770d)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (45b8d1a)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (bc944b0)
    15 net/mlx4_core: Use low memory profile on kdump kernel (5b5332d)
    16 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's (b6cc599)
    17 net/mlx4_en: current_mac isn't updated in port up (0e76ef2)
    18 net/mlx4_en: Disable blueflame using ethtool private flags (cd8cbeba)
    19 net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set (da7cd25)
    20 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map (1c4824d)
    21 net/mlx4_en: Fix errors in MAC address changing when port is down (e78284d)
    22 net/mlx4_en: Fix mac_hash database inconsistency (cd64657)
    23 net/mlx4_en: IRQ affinity hint is not cleared on port down (5e6cf71)
    24 net/mlx4_en: Protect MAC address modification with the state_lock mutex (1c60bca)
    25 net/mlx4_en: Reduce memory consumption on kdump kernel (a4aaa89)
    26 net/mlx4_en: Use affinity hint (4263aac)
    27 Revert "net/mlx4_en: Fix bad use of dev_id" (4b80832)
--- lts-backport-trusty
------------------------------------------------------------------------
+++ Ubuntu-3.13.0-35.62
--- Ubuntu-3.13.0-35.62
------------------------------------------------------------------------
+++ Ubuntu-lts-3.13.0-35.62
     1...

Read more...

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (3.8 KiB)

Utopic patches (**ATTENTION** some of them missing):

########################################################################
 KERNEL ./ubuntu-utopic
------------------------------------------------------------------------
+++ master
     1 bonding: Advertize vxlan offload features when supported (5a7baa7)
     2 cpumask: Utility function to set n'th cpu - local cpu first (da91309)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (c98235c)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (ce8d9e0)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (531d901)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (e1a5ddc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (83d3459)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (2eacc23)
     9 net/mlx4_core: Fix slave id computation for single port VF (0254bc8)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (960b1f4)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (da1de8d)
    12 net/mlx4_core: Load the Eth driver first (f24f790)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (befdf89)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (111c609)
    15 ???
    16 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's (858e6c3)
    17 ???
    18 ???
    19 net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set (e326f2f)
    20 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map (35f6f45)
    21 net/mlx4_en: Fix errors in MAC address changing when port is down (ee75532)
    22 ???
    23 net/mlx4_en: IRQ affinity hint is not cleared on port down (bb27361)
    24 net/mlx4_en: Protect MAC address modification with the state_lock mutex (fe1ff29)
    25 ???
    26 net/mlx4_en: Use affinity hint (9e311e7)
    27 ???
--- master
------------------------------------------------------------------------
+++ master-next
     1 bonding: Advertize vxlan offload features when supported (5a7baa7)
     2 cpumask: Utility function to set n'th cpu - local cpu first (da91309)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (c98235c)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (ce8d9e0)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (531d901)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (e1a5ddc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (83d3459)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (2eacc23)
     9 net/mlx4_core: Fix slave id computation for single port VF (0254bc8)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (960b1f4)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (da1de8d)
    12 net/mlx4_core: Load the Eth driver first (f24f790)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (befdf89)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (111c609)
    15 ???
    16 net/mlx4_en: cq->i...

Read more...

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

TRUSTY (master, master-next, Ubuntu-3.13.0-35.62, Ubuntu-lts-3.13.0-35.62) --- OK

UPSTREAM lacks Revert "net/mlx4_en: Fix bad use of dev_id" (f8531c0) --- NOTOK

UTOPIC lacks -- NOTOK

    15 net/mlx4_core: Use low memory profile on dump kernel
    17 net/mlx4_en: current_mac isn't updated in port up
    18 net/mlx4_en: Disable blueflame using ethtool private flags
    22 net/mlx4_en: Fix mac_hash database inconsistency
    25 net/mlx4_en: Reduce memory consumption on dump kernel
    27 Revert "net/mlx4_en: Fix bad use of dev_id"

On all branches.

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :
Download full text (4.1 KiB)

UTOPIC --- OK

Kernel Team pushed all missing patches to UTOPIC master-next:

########################################################################
 KERNEL ubuntu-utopic
------------------------------------------------------------------------
+++ master
     1 bonding: Advertize vxlan offload features when supported (5a7baa7)
     2 cpumask: Utility function to set n'th cpu - local cpu first (da91309)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (c98235c)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (ce8d9e0)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (531d901)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (e1a5ddc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (83d3459)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (2eacc23)
     9 net/mlx4_core: Fix slave id computation for single port VF (0254bc8)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (960b1f4)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (da1de8d)
    12 net/mlx4_core: Load the Eth driver first (f24f790)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (befdf89)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (111c609)
    15 ???
    16 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's (858e6c3)
    17 ???
    18 ???
    19 net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set (e326f2f)
    20 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map (35f6f45)
    21 net/mlx4_en: Fix errors in MAC address changing when port is down (ee75532)
    22 ???
    23 net/mlx4_en: IRQ affinity hint is not cleared on port down (bb27361)
    24 net/mlx4_en: Protect MAC address modification with the state_lock mutex (fe1ff29)
    25 ???
    26 net/mlx4_en: Use affinity hint (9e311e7)
--- master
------------------------------------------------------------------------
+++ master-next
     1 bonding: Advertize vxlan offload features when supported (5a7baa7)
     2 cpumask: Utility function to set n'th cpu - local cpu first (da91309)
     3 mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll (c98235c)
     4 net/mlx4_core: Add UPDATE_QP SRIOV wrapper support (ce8d9e0)
     5 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching (531d901)
     6 net/mlx4_core: Defer VF initialization till PF is fully initialized (e1a5ddc)
     7 net/mlx4_core: Don't issue PCIe speed/width checks for VFs (83d3459)
     8 net/mlx4_core: Enforce irq affinity changes immediatly (2eacc23)
     9 net/mlx4_core: Fix slave id computation for single port VF (0254bc8)
    10 net/mlx4_core: Fix the error flow when probing with invalid VF configuration (960b1f4)
    11 net/mlx4_core: Keep only one driver entry release mlx4_priv (da1de8d)
    12 net/mlx4_core: Load the Eth driver first (f24f790)
    13 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() (befdf89)
    14 net/mlx4_core: Reset RoCE VF gids when guest driver goes down (111c609)
    15 net/mlx4_core: Use l...

Read more...

Tim Gardner (timg-tpi)
Changed in linux (Ubuntu Trusty):
status: In Progress → Fix Committed
Brad Figg (brad-figg)
tags: added: verification-done-trusty
removed: verification-needed-trusty
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (38.9 KiB)

This bug was fixed in the package linux - 3.13.0-35.62

---------------
linux (3.13.0-35.62) trusty; urgency=low

  [ Joseph Salisbury ]

  * Release Tracking Bug
    - LP: #1357148

  [ Brad Figg ]

  * Start new release

  [ dann frazier ]

  * SAUCE: (no-up) Fix build failure on arm64
    - LP: #1353657
  * [debian] Allow for package revisions condusive for branching

  [ David Henningsson ]

  * SAUCE: Call broadwell specific functions from the hda driver
    - LP: #1317865

  [ Edward Lin ]

  * SAUCE: (no-up) Add use native backlight quirk for Dell Inspiron
    5547/5447
    - LP: #1332437

  [ Imre Deak ]

  * SAUCE: drm/i915: move power domain init earlier during system resume
    - LP: #1353405

  [ Jani Nikula ]

  * SAUCE: drm/i915: use lane count and link rate from VBT as minimums for
    eDP
    - LP: #1338582
  * SAUCE: drm/i915/dp: force eDP lane count to max available lanes on BDW
    - LP: #1338582
  * SAUCE: drm/i915: provide interface for audio driver to query cdclk
    - LP: #1188091
  * SAUCE: drm/i915: demote opregion excessive timeout WARN_ONCE to
    DRM_INFO_ONCE
    - LP: #1351014

  [ Joseph Salisbury ]

  * [Config] updateconfigs after Linux 3.13.11.6 updates

  [ Luis Henriques ]

  * Revert "[Packaging] linux-udeb-flavour -- standardise on linux prefix"

  [ Ming Lei ]

  * Revert "SAUCE: (no-up) ata: Fix the dma state machine lockup for the
    IDENTIFY DEVICE PIO mode command."
    - LP: #1335645

  [ Paulo Zanoni ]

  * SAUCE: drm/i915: consider the source max DP lane count too
    - LP: #1338582

  [ Tim Gardner ]

  * [Config] CONFIG_GPIO_SYSFS=y
    - LP: #1342153
  * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
    - LP: #1344405
  * [Config] updateconfigs
  * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
    - LP: #1343109
  * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
    - LP: #1349028

  [ Timo Aaltonen ]

  * SAUCE: Fix a typo in hda i915_bdw support.
    - LP: #1343140

  [ Upstream Kernel Changes ]

  * Revert "net/mlx4_en: Fix bad use of dev_id"
    - LP: #1347012
  * Revert "ACPI / AC: Remove AC's proc directory."
    - LP: #1356913
  * Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
    - LP: #1356913
  * mm, pcp: allow restoring percpu_pagelist_fraction default
    - LP: #1347088
  * net: Fix permission check in netlink_connect()
    - LP: #1312989
  * netlink: Rename netlink_capable netlink_allowed
    - LP: #1312989
  * net: Move the permission check in sock_diag_put_filterinfo to
    packet_diag_dump
    - LP: #1312989
  * net: Add variants of capable for use on on sockets
    - LP: #1312989
  * net: Add variants of capable for use on netlink messages
    - LP: #1312989
  * net: Use netlink_ns_capable to verify the permisions of netlink
    messages
    - LP: #1312989
  * netlink: Only check file credentials for implicit destinations
    - LP: #1312989
  * igb: fix stats for i210 rx_fifo_errors
    - LP: #1338893
  * HID: use multi input quirk for 22b9:2968
    - LP: #1339567
  * crypto/nx: disable NX on little endian builds
    - LP: #1338666
  * ACPI / video: Add Dell Inspiron 5737 to the blacklist
    - LP: #1250401
  * Input: elantech - deal with clickpads reportin...

Changed in linux (Ubuntu Trusty):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.