mbox series

[SRU,Xenial,PULL] Xenial update: 4.4.161 upstream stable release (LP: #1801893)

Message ID 20181106110438.21553-1-juergh@canonical.com
State New
Headers show
Series [SRU,Xenial,PULL] Xenial update: 4.4.161 upstream stable release (LP: #1801893) | expand

Pull-request

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

Message

Juerg Haefliger Nov. 6, 2018, 11:04 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1801893

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

Skipped the following patches (already applied):
* powerpc/fadump: Return error when fadump registration fails

Compile-tested all supported architectures.

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

The following changes since commit 366339e8ee8c3370a1b8d335cb8ea109785fe793:

  UBUNTU: [Package] add support for specifying the primary makefile (2018-10-30 11:16:00 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7d78c7152d1254407abdd1847de922ce62522fc1:

  Linux 4.4.161 (2018-11-06 10:34:35 +0100)

----------------------------------------------------------------
Andy Lutomirski (2):
      x86/vdso: Fix asm constraints on vDSO syscall fallbacks
      x86/vdso: Fix vDSO syscall fallback asm constraint regression

Carl Huang (1):
      ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait

Cong Wang (1):
      ucma: fix a use-after-free in ucma_resolve_ip()

Daniel Drake (1):
      PCI: Reprogram bridge prefetch registers on resume

Eric Dumazet (5):
      tcp: increment sk_drops for dropped rx packets
      tcp: fix a stale ooo_last_skb after a replace
      tcp: free batches of packets in tcp_prune_ofo_queue()
      tcp: call tcp_drop() from tcp_data_queue_ofo()
      tcp: add tcp_ooo_try_coalesce() helper

Felix Fietkau (1):
      mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys

Gao Feng (1):
      ebtables: arpreply: Add the standard target sanity check

Greg Kroah-Hartman (1):
      Linux 4.4.161

Guenter Roeck (1):
      of: unittest: Disable interrupt node tests for old world MAC systems

Jann Horn (1):
      mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly

Johan Hovold (1):
      USB: serial: simple: add Motorola Tetra MTP6550 id

Mathias Nyman (1):
      xhci: Add missing CAS workaround for Intel Sunrise Point xHCI

Mike Snitzer (1):
      dm cache: fix resize crash if user doesn't reload cache table

Prateek Sood (1):
      cgroup: Fix deadlock in cpu hotplug path

Rafael J. Wysocki (1):
      PM / core: Clear the direct_complete flag on errors

Richard Weinberger (1):
      ubifs: Check for name being NULL while mounting

Theodore Ts'o (1):
      ext4: always verify the magic number in xattr blocks

Tomi Valkeinen (1):
      fbdev/omapfb: fix omapfb_memory_read infoleak

Vineet Gupta (1):
      ARC: clone syscall to setp r25 as thread pointer

Yaogong Wang (1):
      tcp: use an RB tree for ooo receive queue

Zhi Chen (1):
      ath10k: fix scan crash due to incorrect length calculation

 Makefile                                        |   2 +-
 arch/arc/kernel/process.c                       |  20 ++
 arch/x86/entry/vdso/vclock_gettime.c            |  26 +-
 drivers/base/power/main.c                       |   5 +-
 drivers/infiniband/core/ucma.c                  |   2 +
 drivers/md/dm-cache-target.c                    |   9 +-
 drivers/net/wireless/ath/ath10k/trace.h         |  12 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c       |   8 +-
 drivers/net/wireless/ath/ath10k/wmi.c           |   2 +-
 drivers/of/unittest.c                           |  28 +-
 drivers/pci/pci.c                               |  27 +-
 drivers/usb/host/xhci-pci.c                     |   2 +
 drivers/usb/serial/usb-serial-simple.c          |   3 +-
 drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c |   5 +-
 fs/ext4/xattr.c                                 |   6 +-
 fs/ubifs/super.c                                |   3 +
 include/linux/netfilter_bridge/ebtables.h       |   5 +
 include/linux/skbuff.h                          |   8 +
 include/linux/tcp.h                             |   7 +-
 include/net/sock.h                              |   7 +
 include/net/tcp.h                               |   2 +-
 kernel/cgroup.c                                 |   6 +-
 mm/vmstat.c                                     |   3 +
 net/bridge/netfilter/ebt_arpreply.c             |   3 +
 net/core/skbuff.c                               |  19 ++
 net/ipv4/tcp.c                                  |   4 +-
 net/ipv4/tcp_input.c                            | 417 +++++++++++++++---------
 net/ipv4/tcp_ipv4.c                             |   3 +-
 net/ipv4/tcp_minisocks.c                        |   1 -
 net/ipv6/tcp_ipv6.c                             |   1 +
 net/mac80211/cfg.c                              |   2 +-
 31 files changed, 423 insertions(+), 225 deletions(-)

Comments

Khalid Elmously Nov. 8, 2018, 7:23 a.m. UTC | #1
On 2018-11-06 12:04:38 , Juerg Haefliger wrote:
> BugLink: https://bugs.launchpad.net/bugs/1801893
> 
> This is a pull request for the update of Xenial to upstream stable
> release 4.4.161.
> 
> Skipped the following patches (already applied):
> * powerpc/fadump: Return error when fadump registration fails
> 
> Compile-tested all supported architectures.
> 
> Signed-off-by: Juerg Haefliger <juergh@canonical.com>
> ---
> 
> The following changes since commit 366339e8ee8c3370a1b8d335cb8ea109785fe793:
> 
>   UBUNTU: [Package] add support for specifying the primary makefile (2018-10-30 11:16:00 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~juergh/+git/xenial-linux update-4.4.161
> 
> for you to fetch changes up to 7d78c7152d1254407abdd1847de922ce62522fc1:
> 
>   Linux 4.4.161 (2018-11-06 10:34:35 +0100)
> 
> ----------------------------------------------------------------
> Andy Lutomirski (2):
>       x86/vdso: Fix asm constraints on vDSO syscall fallbacks
>       x86/vdso: Fix vDSO syscall fallback asm constraint regression
> 
> Carl Huang (1):
>       ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
> 
> Cong Wang (1):
>       ucma: fix a use-after-free in ucma_resolve_ip()
> 
> Daniel Drake (1):
>       PCI: Reprogram bridge prefetch registers on resume
> 
> Eric Dumazet (5):
>       tcp: increment sk_drops for dropped rx packets
>       tcp: fix a stale ooo_last_skb after a replace
>       tcp: free batches of packets in tcp_prune_ofo_queue()
>       tcp: call tcp_drop() from tcp_data_queue_ofo()
>       tcp: add tcp_ooo_try_coalesce() helper
> 
> Felix Fietkau (1):
>       mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
> 
> Gao Feng (1):
>       ebtables: arpreply: Add the standard target sanity check
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.161
> 
> Guenter Roeck (1):
>       of: unittest: Disable interrupt node tests for old world MAC systems
> 
> Jann Horn (1):
>       mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
> 
> Johan Hovold (1):
>       USB: serial: simple: add Motorola Tetra MTP6550 id
> 
> Mathias Nyman (1):
>       xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
> 
> Mike Snitzer (1):
>       dm cache: fix resize crash if user doesn't reload cache table
> 
> Prateek Sood (1):
>       cgroup: Fix deadlock in cpu hotplug path
> 
> Rafael J. Wysocki (1):
>       PM / core: Clear the direct_complete flag on errors
> 
> Richard Weinberger (1):
>       ubifs: Check for name being NULL while mounting
> 
> Theodore Ts'o (1):
>       ext4: always verify the magic number in xattr blocks
> 
> Tomi Valkeinen (1):
>       fbdev/omapfb: fix omapfb_memory_read infoleak
> 
> Vineet Gupta (1):
>       ARC: clone syscall to setp r25 as thread pointer
> 
> Yaogong Wang (1):
>       tcp: use an RB tree for ooo receive queue
> 
> Zhi Chen (1):
>       ath10k: fix scan crash due to incorrect length calculation
> 
>  Makefile                                        |   2 +-
>  arch/arc/kernel/process.c                       |  20 ++
>  arch/x86/entry/vdso/vclock_gettime.c            |  26 +-
>  drivers/base/power/main.c                       |   5 +-
>  drivers/infiniband/core/ucma.c                  |   2 +
>  drivers/md/dm-cache-target.c                    |   9 +-
>  drivers/net/wireless/ath/ath10k/trace.h         |  12 +-
>  drivers/net/wireless/ath/ath10k/wmi-tlv.c       |   8 +-
>  drivers/net/wireless/ath/ath10k/wmi.c           |   2 +-
>  drivers/of/unittest.c                           |  28 +-
>  drivers/pci/pci.c                               |  27 +-
>  drivers/usb/host/xhci-pci.c                     |   2 +
>  drivers/usb/serial/usb-serial-simple.c          |   3 +-
>  drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c |   5 +-
>  fs/ext4/xattr.c                                 |   6 +-
>  fs/ubifs/super.c                                |   3 +
>  include/linux/netfilter_bridge/ebtables.h       |   5 +
>  include/linux/skbuff.h                          |   8 +
>  include/linux/tcp.h                             |   7 +-
>  include/net/sock.h                              |   7 +
>  include/net/tcp.h                               |   2 +-
>  kernel/cgroup.c                                 |   6 +-
>  mm/vmstat.c                                     |   3 +
>  net/bridge/netfilter/ebt_arpreply.c             |   3 +
>  net/core/skbuff.c                               |  19 ++
>  net/ipv4/tcp.c                                  |   4 +-
>  net/ipv4/tcp_input.c                            | 417 +++++++++++++++---------
>  net/ipv4/tcp_ipv4.c                             |   3 +-
>  net/ipv4/tcp_minisocks.c                        |   1 -
>  net/ipv6/tcp_ipv6.c                             |   1 +
>  net/mac80211/cfg.c                              |   2 +-
>  31 files changed, 423 insertions(+), 225 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team