mbox series

[Xenial,SRU] Xenial update to 4.4.143 stable release

Message ID 1536227463-14273-1-git-send-email-stefan.bader@canonical.com
State New
Headers show
Series [Xenial,SRU] Xenial update to 4.4.143 stable release | expand

Pull-request

git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4

Message

Stefan Bader Sept. 6, 2018, 9:51 a.m. UTC
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790884

All but one patch applied cleanly. And that one was already applied
before.

-Stefan

---

The following changes since commit 4a3fc495a0cbdf32e6aacff0bc2087dbaf2eb2a2:

  Linux 4.4.142 (2018-09-05 16:46:58 +0200)

are available in the git repository at:

  git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4

for you to fetch changes up to 7665afe6d5f6b4d6e43167a32720b4a5eca08990:

  Linux 4.4.143 (2018-09-05 16:47:16 +0200)

----------------------------------------------------------------
Alex Vesker (2):
      net/mlx5: Fix incorrect raw command length parsing
      net/mlx5: Fix command interface race in polling mode

Christian Lamparter (2):
      crypto: crypto4xx - remove bad list_del
      crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak

David Rientjes (2):
      compiler, clang: suppress warning for unused static inline functions
      compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled

Eric Biggers (1):
      KEYS: DNS: fix parsing multiple options

Eric Dumazet (3):
      net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
      net: dccp: switch rx_tstamp_last_feedback to monotonic clock
      net: sungem: fix rx checksum support

Florian Westphal (1):
      netfilter: ebtables: reject non-bridge targets

Greg Kroah-Hartman (1):
      Linux 4.4.143

Gustavo A. R. Silva (2):
      atm: zatm: Fix potential Spectre v1
      net: cxgb3_main: fix potential Spectre v1

H. Peter Anvin (1):
      x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>

Ilpo Järvinen (1):
      tcp: prevent bogus FRTO undos with non-SACK flows

Jason Wang (1):
      vhost_net: validate sock before trying to put its fd

Jiri Slaby (1):
      r8152: napi hangup fix after disconnect

Jonas Gorski (2):
      bcm63xx_enet: correct clock usage
      bcm63xx_enet: do not write to random DMA channel on BCM6345

Konstantin Khlebnikov (1):
      net_sched: blackhole: tell upper qdisc about dropped packets

Linus Torvalds (1):
      compiler, clang: properly override 'inline' for clang

Nick Desaulniers (1):
      compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations

Paul Burton (2):
      MIPS: Call dump_stack() from show_regs()
      MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()

Ping-Ke Shih (1):
      rtlwifi: rtl8821ae: fix firmware is not ready to run

Santosh Shilimkar (1):
      rds: avoid unenecessary cong_update in loop transport

Sudarsana Reddy Kalluru (1):
      qed: Limit msix vectors in kdump kernel to the minimum required count.

Tetsuo Handa (1):
      net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.

Yuchung Cheng (1):
      tcp: fix Fast Open key endianness

alex chen (1):
      ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent

 Makefile                                        |  2 +-
 arch/mips/kernel/process.c                      | 31 +++++++++++-
 arch/mips/kernel/traps.c                        |  1 +
 arch/x86/include/asm/asm.h                      | 59 +++++++++++++++++++++++
 drivers/atm/zatm.c                              |  2 +
 drivers/crypto/amcc/crypto4xx_core.c            | 23 +++++----
 drivers/net/ethernet/broadcom/bcm63xx_enet.c    | 34 +++++++++----
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c |  2 +
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c   |  8 ++--
 drivers/net/ethernet/qlogic/qed/qed_main.c      |  9 ++++
 drivers/net/ethernet/sun/sungem.c               | 22 +++++----
 drivers/net/usb/r8152.c                         |  3 +-
 drivers/net/wireless/realtek/rtlwifi/core.c     |  1 -
 drivers/vhost/net.c                             |  3 +-
 fs/ocfs2/cluster/nodemanager.c                  | 63 +++++++++++++++++++++----
 include/linux/compiler-gcc.h                    | 35 ++++++++++----
 net/bridge/netfilter/ebtables.c                 | 13 +++++
 net/dccp/ccids/ccid3.c                          | 16 ++++---
 net/dns_resolver/dns_key.c                      | 28 ++++++-----
 net/ipv4/sysctl_net_ipv4.c                      | 18 +++++--
 net/ipv4/tcp_input.c                            |  9 ++++
 net/nfc/llcp_commands.c                         |  9 ++--
 net/rds/loop.c                                  |  1 +
 net/rds/rds.h                                   |  5 ++
 net/rds/recv.c                                  |  5 ++
 net/sched/sch_blackhole.c                       |  2 +-
 26 files changed, 319 insertions(+), 85 deletions(-)

Comments

Kleber Sacilotto de Souza Sept. 6, 2018, 12:28 p.m. UTC | #1
On 09/06/18 11:51, Stefan Bader wrote:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790884
> 
> All but one patch applied cleanly. And that one was already applied
> before.
> 
> -Stefan
> 
> ---
> 
> The following changes since commit 4a3fc495a0cbdf32e6aacff0bc2087dbaf2eb2a2:
> 
>   Linux 4.4.142 (2018-09-05 16:46:58 +0200)
> 
> are available in the git repository at:
> 
>   git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4
> 
> for you to fetch changes up to 7665afe6d5f6b4d6e43167a32720b4a5eca08990:
> 
>   Linux 4.4.143 (2018-09-05 16:47:16 +0200)
> 
> ----------------------------------------------------------------
> Alex Vesker (2):
>       net/mlx5: Fix incorrect raw command length parsing
>       net/mlx5: Fix command interface race in polling mode
> 
> Christian Lamparter (2):
>       crypto: crypto4xx - remove bad list_del
>       crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
> 
> David Rientjes (2):
>       compiler, clang: suppress warning for unused static inline functions
>       compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled
> 
> Eric Biggers (1):
>       KEYS: DNS: fix parsing multiple options
> 
> Eric Dumazet (3):
>       net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
>       net: dccp: switch rx_tstamp_last_feedback to monotonic clock
>       net: sungem: fix rx checksum support
> 
> Florian Westphal (1):
>       netfilter: ebtables: reject non-bridge targets
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.143
> 
> Gustavo A. R. Silva (2):
>       atm: zatm: Fix potential Spectre v1
>       net: cxgb3_main: fix potential Spectre v1
> 
> H. Peter Anvin (1):
>       x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
> 
> Ilpo Järvinen (1):
>       tcp: prevent bogus FRTO undos with non-SACK flows
> 
> Jason Wang (1):
>       vhost_net: validate sock before trying to put its fd
> 
> Jiri Slaby (1):
>       r8152: napi hangup fix after disconnect
> 
> Jonas Gorski (2):
>       bcm63xx_enet: correct clock usage
>       bcm63xx_enet: do not write to random DMA channel on BCM6345
> 
> Konstantin Khlebnikov (1):
>       net_sched: blackhole: tell upper qdisc about dropped packets
> 
> Linus Torvalds (1):
>       compiler, clang: properly override 'inline' for clang
> 
> Nick Desaulniers (1):
>       compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
> 
> Paul Burton (2):
>       MIPS: Call dump_stack() from show_regs()
>       MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
> 
> Ping-Ke Shih (1):
>       rtlwifi: rtl8821ae: fix firmware is not ready to run
> 
> Santosh Shilimkar (1):
>       rds: avoid unenecessary cong_update in loop transport
> 
> Sudarsana Reddy Kalluru (1):
>       qed: Limit msix vectors in kdump kernel to the minimum required count.
> 
> Tetsuo Handa (1):
>       net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
> 
> Yuchung Cheng (1):
>       tcp: fix Fast Open key endianness
> 
> alex chen (1):
>       ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent
> 
>  Makefile                                        |  2 +-
>  arch/mips/kernel/process.c                      | 31 +++++++++++-
>  arch/mips/kernel/traps.c                        |  1 +
>  arch/x86/include/asm/asm.h                      | 59 +++++++++++++++++++++++
>  drivers/atm/zatm.c                              |  2 +
>  drivers/crypto/amcc/crypto4xx_core.c            | 23 +++++----
>  drivers/net/ethernet/broadcom/bcm63xx_enet.c    | 34 +++++++++----
>  drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c |  2 +
>  drivers/net/ethernet/mellanox/mlx5/core/cmd.c   |  8 ++--
>  drivers/net/ethernet/qlogic/qed/qed_main.c      |  9 ++++
>  drivers/net/ethernet/sun/sungem.c               | 22 +++++----
>  drivers/net/usb/r8152.c                         |  3 +-
>  drivers/net/wireless/realtek/rtlwifi/core.c     |  1 -
>  drivers/vhost/net.c                             |  3 +-
>  fs/ocfs2/cluster/nodemanager.c                  | 63 +++++++++++++++++++++----
>  include/linux/compiler-gcc.h                    | 35 ++++++++++----
>  net/bridge/netfilter/ebtables.c                 | 13 +++++
>  net/dccp/ccids/ccid3.c                          | 16 ++++---
>  net/dns_resolver/dns_key.c                      | 28 ++++++-----
>  net/ipv4/sysctl_net_ipv4.c                      | 18 +++++--
>  net/ipv4/tcp_input.c                            |  9 ++++
>  net/nfc/llcp_commands.c                         |  9 ++--
>  net/rds/loop.c                                  |  1 +
>  net/rds/rds.h                                   |  5 ++
>  net/rds/recv.c                                  |  5 ++
>  net/sched/sch_blackhole.c                       |  2 +-
>  26 files changed, 319 insertions(+), 85 deletions(-)
> 

Applied to xenial/master-next branch.

Thanks,
Kleber