mbox series

[SRU,Xenial,PULL] Xenial update to 4.4.137 stable release (LP: #1777063)

Message ID 6cb271e7192fefc123a42ddaa063afa57a5a0986.1529060616.git.juergh@canonical.com
State New
Headers show
Series [SRU,Xenial,PULL] Xenial update to 4.4.137 stable release (LP: #1777063) | expand

Pull-request

git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.137

Message

Juerg Haefliger June 15, 2018, 11:04 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1777063

This is a pull request for the update of Xenial to upstream stable
release 4.4.137.

All patches applied cleanly. Compile-tested all supported architectures.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
---

The following changes since commit 4232b1b19e185e4ee5d50e7c47e3147fe9f9db6a:

  Linux 4.4.136 (2018-06-11 11:03:31 +0200)

are available in the Git repository at:

  git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.137

for you to fetch changes up to 6cb271e7192fefc123a42ddaa063afa57a5a0986:

  Linux 4.4.137 (2018-06-15 09:06:26 +0200)

----------------------------------------------------------------
Alexey Kodanev (1):
      dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()

Amir Goldstein (1):
      xfs: fix incorrect log_flushed on fsync

Chris Chiu (1):
      tpm: self test failure should not cause suspend to fail

Cong Wang (1):
      netdev-FAQ: clarify DaveM's position for stable backports

Dan Carpenter (1):
      team: use netdev_features_t instead of u32

Daniele Palmas (1):
      net: usb: cdc_mbim: add flag FLAG_SEND_ZLP

Dave Airlie (1):
      drm: set FMODE_UNSIGNED_OFFSET for drm files

Enric Balletbo i Serra (1):
      tpm: do not suspend/resume if power stays on

Eric Dumazet (3):
      net/packet: refine check for priv area size
      rtnetlink: validate attributes in do_setlink()
      net: metrics: add proper netlink validation

Florian Fainelli (1):
      net: phy: broadcom: Fix bcm_write_exp()

Govindarajulu Varadarajan (1):
      enic: set DMA mask to 47 bit

Greg Kroah-Hartman (1):
      Linux 4.4.137

Jack Morgenstein (1):
      net/mlx4: Fix irq-unsafe spinlock usage

Julia Lawall (1):
      bnx2x: use the right constant

Linus Torvalds (2):
      mmap: introduce sane default mmap limits
      mmap: relax file size limit for regular files

Nathan Chancellor (1):
      kconfig: Avoid format overflow warning from GCC 8.1

Sabrina Dubroca (1):
      ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds

Shahed Shaikh (1):
      qed: Fix mask for physical address in ILT entry

Stefan Wahren (1):
      brcmfmac: Fix check for ISO3166 code

Wenwen Wang (1):
      isdn: eicon: fix a missing-check bug

Willem de Bruijn (2):
      ipv4: remove warning in ip_recv_error
      packet: fix reserve calculation

 Documentation/networking/netdev-FAQ.txt            |  9 ++++++
 Makefile                                           |  2 +-
 drivers/char/tpm/tpm-chip.c                        | 13 +++++++++
 drivers/char/tpm/tpm-interface.c                   |  7 +++++
 drivers/char/tpm/tpm.h                             |  1 +
 drivers/gpu/drm/drm_fops.c                         |  1 +
 drivers/isdn/hardware/eicon/diva.c                 | 22 ++++++++++-----
 drivers/isdn/hardware/eicon/diva.h                 |  5 ++--
 drivers/isdn/hardware/eicon/divasmain.c            | 18 +++++++-----
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c   |  2 +-
 drivers/net/ethernet/cisco/enic/enic_main.c        |  8 +++---
 drivers/net/ethernet/mellanox/mlx4/qp.c            |  4 +--
 drivers/net/ethernet/qlogic/qed/qed_cxt.c          |  2 +-
 drivers/net/phy/bcm-cygnus.c                       |  6 ++--
 drivers/net/phy/bcm-phy-lib.h                      |  7 +++++
 drivers/net/phy/bcm7xxx.c                          |  4 +--
 drivers/net/team/team.c                            |  3 +-
 drivers/net/usb/cdc_mbim.c                         |  2 +-
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c |  2 +-
 fs/xfs/xfs_log.c                                   |  7 -----
 mm/mmap.c                                          | 32 ++++++++++++++++++++++
 net/core/rtnetlink.c                               |  8 +++---
 net/dccp/proto.c                                   |  2 --
 net/ipv4/fib_semantics.c                           |  2 ++
 net/ipv4/ip_sockglue.c                             |  2 --
 net/ipv6/ip6mr.c                                   |  3 +-
 net/packet/af_packet.c                             |  4 +--
 scripts/kconfig/confdata.c                         |  2 +-
 28 files changed, 128 insertions(+), 52 deletions(-)

Comments

Khalid Elmously June 19, 2018, 6:10 a.m. UTC | #1
On 2018-06-15 13:04:48 , Juerg Haefliger wrote:
> BugLink: https://bugs.launchpad.net/bugs/1777063
> 
> This is a pull request for the update of Xenial to upstream stable
> release 4.4.137.
> 
> All patches applied cleanly. Compile-tested all supported architectures.
> 
> Signed-off-by: Juerg Haefliger <juergh@canonical.com>
> ---
> 
> The following changes since commit 4232b1b19e185e4ee5d50e7c47e3147fe9f9db6a:
> 
>   Linux 4.4.136 (2018-06-11 11:03:31 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.137
> 
> for you to fetch changes up to 6cb271e7192fefc123a42ddaa063afa57a5a0986:
> 
>   Linux 4.4.137 (2018-06-15 09:06:26 +0200)
> 
> ----------------------------------------------------------------
> Alexey Kodanev (1):
>       dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
> 
> Amir Goldstein (1):
>       xfs: fix incorrect log_flushed on fsync
> 
> Chris Chiu (1):
>       tpm: self test failure should not cause suspend to fail
> 
> Cong Wang (1):
>       netdev-FAQ: clarify DaveM's position for stable backports
> 
> Dan Carpenter (1):
>       team: use netdev_features_t instead of u32
> 
> Daniele Palmas (1):
>       net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
> 
> Dave Airlie (1):
>       drm: set FMODE_UNSIGNED_OFFSET for drm files
> 
> Enric Balletbo i Serra (1):
>       tpm: do not suspend/resume if power stays on
> 
> Eric Dumazet (3):
>       net/packet: refine check for priv area size
>       rtnetlink: validate attributes in do_setlink()
>       net: metrics: add proper netlink validation
> 
> Florian Fainelli (1):
>       net: phy: broadcom: Fix bcm_write_exp()
> 
> Govindarajulu Varadarajan (1):
>       enic: set DMA mask to 47 bit
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.137
> 
> Jack Morgenstein (1):
>       net/mlx4: Fix irq-unsafe spinlock usage
> 
> Julia Lawall (1):
>       bnx2x: use the right constant
> 
> Linus Torvalds (2):
>       mmap: introduce sane default mmap limits
>       mmap: relax file size limit for regular files
> 
> Nathan Chancellor (1):
>       kconfig: Avoid format overflow warning from GCC 8.1
> 
> Sabrina Dubroca (1):
>       ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
> 
> Shahed Shaikh (1):
>       qed: Fix mask for physical address in ILT entry
> 
> Stefan Wahren (1):
>       brcmfmac: Fix check for ISO3166 code
> 
> Wenwen Wang (1):
>       isdn: eicon: fix a missing-check bug
> 
> Willem de Bruijn (2):
>       ipv4: remove warning in ip_recv_error
>       packet: fix reserve calculation
> 
>  Documentation/networking/netdev-FAQ.txt            |  9 ++++++
>  Makefile                                           |  2 +-
>  drivers/char/tpm/tpm-chip.c                        | 13 +++++++++
>  drivers/char/tpm/tpm-interface.c                   |  7 +++++
>  drivers/char/tpm/tpm.h                             |  1 +
>  drivers/gpu/drm/drm_fops.c                         |  1 +
>  drivers/isdn/hardware/eicon/diva.c                 | 22 ++++++++++-----
>  drivers/isdn/hardware/eicon/diva.h                 |  5 ++--
>  drivers/isdn/hardware/eicon/divasmain.c            | 18 +++++++-----
>  drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c   |  2 +-
>  drivers/net/ethernet/cisco/enic/enic_main.c        |  8 +++---
>  drivers/net/ethernet/mellanox/mlx4/qp.c            |  4 +--
>  drivers/net/ethernet/qlogic/qed/qed_cxt.c          |  2 +-
>  drivers/net/phy/bcm-cygnus.c                       |  6 ++--
>  drivers/net/phy/bcm-phy-lib.h                      |  7 +++++
>  drivers/net/phy/bcm7xxx.c                          |  4 +--
>  drivers/net/team/team.c                            |  3 +-
>  drivers/net/usb/cdc_mbim.c                         |  2 +-
>  drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c |  2 +-
>  fs/xfs/xfs_log.c                                   |  7 -----
>  mm/mmap.c                                          | 32 ++++++++++++++++++++++
>  net/core/rtnetlink.c                               |  8 +++---
>  net/dccp/proto.c                                   |  2 --
>  net/ipv4/fib_semantics.c                           |  2 ++
>  net/ipv4/ip_sockglue.c                             |  2 --
>  net/ipv6/ip6mr.c                                   |  3 +-
>  net/packet/af_packet.c                             |  4 +--
>  scripts/kconfig/confdata.c                         |  2 +-
>  28 files changed, 128 insertions(+), 52 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team