Xenial SRU V2 - v4.4.56, v4.4.57 stable update

Tim Gardner tim.gardner at canonical.com
Mon Mar 27 13:24:53 UTC 2017


On 03/27/2017 07:16 AM, Tim Gardner wrote:
> http://bugs.launchpad.net/bugs/1675789
> http://bugs.launchpad.net/bugs/1676424
> 

See attached pull request

-- 
Tim Gardner tim.gardner at canonical.com
-------------- next part --------------
The following changes since commit f4788481fcc21a004ccb2722538d9c824d1218af:

  scsi: lpfc: Add missing memory barrier (2017-03-23 16:25:07 -0700)

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/ubuntu-xenial.git v4.4.y

for you to fetch changes up to b1b016a925879acb9e367a7163f25b3000695cd8:

  Linux 4.4.57 (2017-03-27 07:10:16 -0600)

----------------------------------------------------------------
Alexander Potapenko (1):
      net: don't call strlen() on the user buffer in packet_bind_spkt()

Andreas Gruenbacher (1):
      gfs2: Avoid alignment hole in struct lm_lockname

Andrey Ryabinin (1):
      x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y

Andy Lutomirski (1):
      x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm

Anton Blanchard (1):
      scsi: lpfc: Add shutdown method for kexec

Arnaldo Carvalho de Melo (1):
      dccp: Unlock sock before calling sk_free()

Chris Leech (1):
      scsi: libiscsi: add lock around task lists to fix list corruption regression

David Ahern (2):
      vrf: Fix use-after-free in vrf_xmit
      mpls: Send route delete notifications when router module is unloaded

David Forster (1):
      vti6: return GRE_KEY for vti6

Dmitry V. Levin (1):
      uapi: fix linux/packet_diag.h userspace compilation error

Eric Biggers (2):
      fscrypt: fix renaming and linking special files
      fscrypto: lock inode while setting encryption policy

Eric Dumazet (5):
      net: net_enable_timestamp() can be called from irq contexts
      tcp: fix various issues for sockets morphing to listen state
      net: fix socket refcounting in skb_complete_wifi_ack()
      net: fix socket refcounting in skb_complete_tx_timestamp()
      dccp: fix use-after-free in dccp_feat_activate_values

Etienne Noss (1):
      act_connmark: avoid crashing on malformed nlattrs with null parms

Florian Westphal (3):
      netlink: remove mmapped netlink support
      ipv6: avoid write to a possibly cloned skb
      bridge: drop netfilter fake rtable unconditionally

Greg Kroah-Hartman (2):
      Linux 4.4.56
      Linux 4.4.57

Hannes Frederic Sowa (1):
      dccp: fix memory leak during tear-down of unsuccessful connection request

Johan Hovold (1):
      isdn/gigaset: fix NULL-deref at probe

Jon Maxwell (1):
      dccp/tcp: fix routing redirect race

Julian Anastasov (1):
      ipv4: mask tos for input route

Linus Torvalds (1):
      give up on gcc ilog2() constant optimizations

Matthias Schiffer (1):
      vxlan: correctly validate VXLAN ID against VXLAN_N_VID

Max Lohrmann (1):
      target: Fix VERIFY_16 handling in sbc_parse_cdb

Michael Ellerman (1):
      powerpc/boot: Fix zImage TOC alignment

Nicholas Bellinger (1):
      target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER export

Paul Hüber (1):
      l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv

Peter Zijlstra (3):
      futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
      futex: Add missing error handling to FUTEX_REQUEUE_PI
      perf/core: Fix event inheritance on fork()

Rafael J. Wysocki (1):
      cpufreq: Fix and clean up show_cpuinfo_cur_freq()

Roman Mashak (1):
      net sched actions: decrement module reference count after table flush.

Sabrina Dubroca (1):
      ipv6: make ECMP route replacement less greedy

Shaohua Li (1):
      md/raid1/10: fix potential deadlock

Tahsin Erdogan (1):
      percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages

Theodore Ts'o (1):
      ext4: fix fencepost in s_first_meta_bg validation

Tim Gardner (1):
      UBUNTU: [Config] CONFIG_NETLINK_MMAP disappeared

 Documentation/networking/netlink_mmap.txt | 332 -------------
 Makefile                                  |   2 +-
 arch/powerpc/boot/zImage.lds.S            |   1 +
 arch/x86/events/core.c                    |   4 +-
 arch/x86/kernel/head64.c                  |   1 +
 arch/x86/mm/kasan_init_64.c               |   1 +
 debian.master/config/config.common.ubuntu |   1 -
 drivers/cpufreq/cpufreq.c                 |   8 +-
 drivers/isdn/gigaset/bas-gigaset.c        |   3 +
 drivers/md/raid10.c                       |  18 +
 drivers/net/vrf.c                         |   3 +-
 drivers/net/vxlan.c                       |   2 +-
 drivers/scsi/libiscsi.c                   |  26 +-
 drivers/scsi/lpfc/lpfc_init.c             |   1 +
 drivers/target/target_core_pscsi.c        |  47 +-
 drivers/target/target_core_sbc.c          |  10 +-
 fs/ext4/crypto_policy.c                   |   6 +
 fs/ext4/ioctl.c                           |   4 +
 fs/ext4/super.c                           |   2 +-
 fs/f2fs/crypto_policy.c                   |   5 +
 fs/f2fs/file.c                            |   9 +-
 fs/gfs2/incore.h                          |   2 +-
 include/linux/dccp.h                      |   1 +
 include/linux/log2.h                      |  13 +-
 include/scsi/libiscsi.h                   |   1 +
 include/uapi/linux/netlink.h              |   4 +
 include/uapi/linux/netlink_diag.h         |   2 +
 include/uapi/linux/packet_diag.h          |   2 +-
 kernel/events/core.c                      |   5 +-
 kernel/futex.c                            |  22 +-
 mm/percpu.c                               |   5 +-
 net/bridge/br_input.c                     |   1 +
 net/bridge/br_netfilter_hooks.c           |  21 -
 net/core/dev.c                            |  35 +-
 net/core/skbuff.c                         |  30 +-
 net/dccp/ccids/ccid2.c                    |   1 +
 net/dccp/ipv4.c                           |   3 +-
 net/dccp/ipv6.c                           |   8 +-
 net/dccp/minisocks.c                      |  25 +-
 net/ipv4/route.c                          |   1 +
 net/ipv4/tcp_ipv4.c                       |  10 +-
 net/ipv4/tcp_timer.c                      |   6 +-
 net/ipv6/ip6_fib.c                        |   2 +
 net/ipv6/ip6_output.c                     |   7 +-
 net/ipv6/ip6_vti.c                        |   4 +
 net/ipv6/tcp_ipv6.c                       |   8 +-
 net/l2tp/l2tp_ip.c                        |   2 +-
 net/mpls/af_mpls.c                        |   1 +
 net/netlink/Kconfig                       |   9 -
 net/netlink/af_netlink.c                  | 751 +-----------------------------
 net/netlink/af_netlink.h                  |  15 -
 net/netlink/diag.c                        |  39 --
 net/packet/af_packet.c                    |   8 +-
 net/sched/act_api.c                       |   5 +-
 net/sched/act_connmark.c                  |   3 +
 tools/include/linux/log2.h                |  13 +-
 56 files changed, 261 insertions(+), 1290 deletions(-)
 delete mode 100644 Documentation/networking/netlink_mmap.txt


More information about the kernel-team mailing list