mbox series

[PULL,xenial] Stable update to 4.4.101

Message ID 20180123070459.dhht275dgvzlpmtg@kbuntu
State New
Headers show
Series [PULL,xenial] Stable update to 4.4.101 | expand

Pull-request

git+ssh://kmously@git.launchpad.net/~kmously/ubuntu/+source/linux/+git/xenial update-to-4.4.101

Message

Khalid Elmously Jan. 23, 2018, 7:05 a.m. UTC
(additional comments in the bug, http://bugs.launchpad.net/bugs/1744794)

The following changes since commit 13e87da362baf8e124e0b571b3f7970b4397e97d:

  Linux 4.4.100 (2018-01-22 15:30:15 -0500)

are available in the git repository at:

  git+ssh://kmously@git.launchpad.net/~kmously/ubuntu/+source/linux/+git/xenial update-to-4.4.101

for you to fetch changes up to 76adf641ce433fc40ada2b8f82f966dd50a4f3d7:

  Linux 4.4.101 (2018-01-22 18:45:21 -0500)

----------------------------------------------------------------
Cong Wang (1):
      vlan: fix a use-after-free in vlan_device_event()

Corey Minyard (1):
      ipmi: fix unsigned long underflow

Eric Dumazet (1):
      tcp: do not mangle skb->cb[] in tcp_make_synack()

Eric W. Biederman (1):
      net/sctp: Always set scope_id in sctp_inet6_skb_msgname

Greg Kroah-Hartman (1):
      Linux 4.4.101

Hangbin Liu (1):
      bonding: discard lowest hash bit for 802.3ad layer3+4

Huacai Chen (1):
      fealnx: Fix building error on MIPS

Jaewon Kim (1):
      mm/page_ext.c: check if page_ext is not prepared

Jan Harkes (1):
      coda: fix 'kernel memory exposure attempt' in fsync

Jann Horn (1):
      mm/pagewalk.c: report holes in hugetlb ranges

Jason A. Donenfeld (1):
      af_netlink: ensure that NLMSG_DONE never fails in dumps

Lukas Wunner (1):
      serial: omap: Fix EFR write on RTS deassertion

Mark Rutland (1):
      arm64: fix dump_instr when PAN and UAO are in use

Pavel Tatashin (1):
      mm/page_alloc.c: broken deferred calculation

Roberto Sassu (1):
      ima: do not update security.ima if appraisal status is not INTEGRITY_PASS

Xin Long (1):
      sctp: do not peel off an assoc from one netns to another one

Yang Shi (1):
      mm: check the return value of lookup_page_ext for all call sites

Ye Yin (1):
      netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed

alex chen (1):
      ocfs2: should wait dio before inode lock in ocfs2_setattr()

 Makefile                              |  2 +-
 arch/arm64/kernel/traps.c             | 26 ++++++++++-----------
 drivers/char/ipmi/ipmi_msghandler.c   | 10 ++++----
 drivers/net/bonding/bond_main.c       |  2 +-
 drivers/net/ethernet/fealnx.c         |  6 ++---
 drivers/tty/serial/omap-serial.c      |  2 +-
 fs/coda/upcall.c                      |  3 +--
 fs/ocfs2/file.c                       |  9 ++++++--
 include/linux/mmzone.h                |  3 ++-
 include/linux/page_idle.h             | 43 +++++++++++++++++++++++++++++------
 include/linux/skbuff.h                |  7 ++++++
 mm/debug-pagealloc.c                  |  6 +++++
 mm/page_alloc.c                       | 33 +++++++++++++++++++--------
 mm/page_ext.c                         |  4 ----
 mm/page_owner.c                       | 16 +++++++++++++
 mm/pagewalk.c                         |  6 ++++-
 mm/vmstat.c                           |  2 ++
 net/8021q/vlan.c                      |  6 ++---
 net/core/skbuff.c                     |  1 +
 net/ipv4/tcp_output.c                 |  9 ++------
 net/netlink/af_netlink.c              | 17 +++++++++-----
 net/netlink/af_netlink.h              |  1 +
 net/sctp/ipv6.c                       |  2 ++
 net/sctp/socket.c                     |  4 ++++
 security/integrity/ima/ima_appraise.c |  3 +++
 25 files changed, 158 insertions(+), 65 deletions(-)

Comments

Stefan Bader Feb. 19, 2018, 4:06 p.m. UTC | #1
On 23.01.2018 08:05, Khaled Elmously wrote:
> (additional comments in the bug, http://bugs.launchpad.net/bugs/1744794)
> 
> The following changes since commit 13e87da362baf8e124e0b571b3f7970b4397e97d:
> 
>   Linux 4.4.100 (2018-01-22 15:30:15 -0500)
> 
> are available in the git repository at:
> 
>   git+ssh://kmously@git.launchpad.net/~kmously/ubuntu/+source/linux/+git/xenial update-to-4.4.101
> 
> for you to fetch changes up to 76adf641ce433fc40ada2b8f82f966dd50a4f3d7:
> 
>   Linux 4.4.101 (2018-01-22 18:45:21 -0500)
> 
> ----------------------------------------------------------------
> Cong Wang (1):
>       vlan: fix a use-after-free in vlan_device_event()
> 
> Corey Minyard (1):
>       ipmi: fix unsigned long underflow
> 
> Eric Dumazet (1):
>       tcp: do not mangle skb->cb[] in tcp_make_synack()
> 
> Eric W. Biederman (1):
>       net/sctp: Always set scope_id in sctp_inet6_skb_msgname
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.101
> 
> Hangbin Liu (1):
>       bonding: discard lowest hash bit for 802.3ad layer3+4
> 
> Huacai Chen (1):
>       fealnx: Fix building error on MIPS
> 
> Jaewon Kim (1):
>       mm/page_ext.c: check if page_ext is not prepared
> 
> Jan Harkes (1):
>       coda: fix 'kernel memory exposure attempt' in fsync
> 
> Jann Horn (1):
>       mm/pagewalk.c: report holes in hugetlb ranges
> 
> Jason A. Donenfeld (1):
>       af_netlink: ensure that NLMSG_DONE never fails in dumps
> 
> Lukas Wunner (1):
>       serial: omap: Fix EFR write on RTS deassertion
> 
> Mark Rutland (1):
>       arm64: fix dump_instr when PAN and UAO are in use
> 
> Pavel Tatashin (1):
>       mm/page_alloc.c: broken deferred calculation
> 
> Roberto Sassu (1):
>       ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
> 
> Xin Long (1):
>       sctp: do not peel off an assoc from one netns to another one
> 
> Yang Shi (1):
>       mm: check the return value of lookup_page_ext for all call sites
> 
> Ye Yin (1):
>       netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed
> 
> alex chen (1):
>       ocfs2: should wait dio before inode lock in ocfs2_setattr()
> 
>  Makefile                              |  2 +-
>  arch/arm64/kernel/traps.c             | 26 ++++++++++-----------
>  drivers/char/ipmi/ipmi_msghandler.c   | 10 ++++----
>  drivers/net/bonding/bond_main.c       |  2 +-
>  drivers/net/ethernet/fealnx.c         |  6 ++---
>  drivers/tty/serial/omap-serial.c      |  2 +-
>  fs/coda/upcall.c                      |  3 +--
>  fs/ocfs2/file.c                       |  9 ++++++--
>  include/linux/mmzone.h                |  3 ++-
>  include/linux/page_idle.h             | 43 +++++++++++++++++++++++++++++------
>  include/linux/skbuff.h                |  7 ++++++
>  mm/debug-pagealloc.c                  |  6 +++++
>  mm/page_alloc.c                       | 33 +++++++++++++++++++--------
>  mm/page_ext.c                         |  4 ----
>  mm/page_owner.c                       | 16 +++++++++++++
>  mm/pagewalk.c                         |  6 ++++-
>  mm/vmstat.c                           |  2 ++
>  net/8021q/vlan.c                      |  6 ++---
>  net/core/skbuff.c                     |  1 +
>  net/ipv4/tcp_output.c                 |  9 ++------
>  net/netlink/af_netlink.c              | 17 +++++++++-----
>  net/netlink/af_netlink.h              |  1 +
>  net/sctp/ipv6.c                       |  2 ++
>  net/sctp/socket.c                     |  4 ++++
>  security/integrity/ima/ima_appraise.c |  3 +++
>  25 files changed, 158 insertions(+), 65 deletions(-)
> 
> 
Applied to xenial/master-next-backlog. Verified that the one dropped patch looks
legit (answered in bug report).

-Stefan