Xenial v4.4.14 stable update

Tim Gardner tim.gardner at canonical.com
Mon Jun 27 15:34:04 UTC 2016


All of the netfilter patches have already been applied. See attached for
pull request.
-- 
Tim Gardner tim.gardner at canonical.com
-------------- next part --------------
The following changes since commit 35825c221f91372f49857c8c1ff76cd3b915a78a:

  UBUNTU: SAUCE: (noup) Update zfs to 0.6.5.6-0ubuntu10 (2016-06-24 11:10:37 +0100)

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/ubuntu-xenial.git v4.4.14-stable

for you to fetch changes up to 8d007b7a0aefa390b50dc6dae5fe92fac7ac2d82:

  Linux 4.4.14 (2016-06-27 09:27:01 -0600)

----------------------------------------------------------------
AceLan Kao (1):
      ALSA: hda - Fix headset mic detection problem for Dell machine

Al Viro (1):
      fix d_walk()/non-delayed __d_free() race

Andy Lutomirski (1):
      x86/entry/traps: Don't force in_interrupt() to return true in IST handlers

Arnd Bergmann (1):
      crypto: public_key: select CRYPTO_AKCIPHER

Babu Moger (1):
      sparc/PCI: Fix for panic while enabling SR-IOV

Ben Dooks (1):
      gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings

Catalin Marinas (1):
      arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks

Chen Haiquan (1):
      vxlan: Accept user specified MTU value when create new vxlan link

Daniel Borkmann (1):
      bpf, inode: disallow userns mounts

David S. Miller (5):
      sparc64: Fix bootup regressions on some Kconfig combinations.
      sparc64: Fix sparc64_set_context stack handling.
      sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
      sparc: Harden signal return frame checks.
      sparc64: Fix return from trap window fill crashes.

David Wragg (3):
      vxlan: Relax MTU constraints
      geneve: Relax MTU constraints
      vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices

Edward Cree (1):
      sfc: on MC reset, clear PIO buffer linkage in TXQs

Eric W. Biederman (1):
      bpf: Use mount_nodev not mount_ns to mount the bpf filesystem

Ewan D. Milne (1):
      scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist

Greg Kroah-Hartman (1):
      Linux 4.4.14

Guillaume Nault (1):
      l2tp: fix configuration passed to setup_udp_tunnel_sock()

Hannes Frederic Sowa (1):
      udp: prevent skbs lingering in tunnel socket queues

Helge Deller (1):
      parisc: Fix pagefault crash in unaligned __get_user() call

Herbert Xu (1):
      netlink: Fix dump skb leak/double free

Ivan Vecera (1):
      team: don't call netdev_change_features under team->lock

Jakub Sitnicki (1):
      ipv6: Skip XFRM lookup if dst_entry in socket cache is valid

James Bottomley (1):
      scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands

Jason Wang (1):
      tuntap: correctly wake up process during uninit

Jiri Pirko (1):
      switchdev: pass pointer to fib_info instead of copy

Kailang Yang (2):
      ALSA: hda/realtek - ALC256 speaker noise issue
      ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703

Maarten Lankhorst (1):
      drm/core: Do not preserve framebuffer on rmfb, v4.

Marc Zyngier (1):
      irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask

Michael Holzheu (2):
      s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
      s390/bpf: reduce maximum program size to 64 KB

Mike Frysinger (1):
      sparc: Fix system call tracing register handling.

Nicolas Dichtel (1):
      uapi glibc compat: fix compilation when !__USE_MISC in glibc

Nitin Gupta (2):
      sparc64: Fix numa node distance initialization
      sparc64: Reduce TLB flushes during hugepte changes

Paolo Bonzini (2):
      KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
      KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi

Prasun Maiti (1):
      wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Ralf Baechle (1):
      MIPS: Fix 64k page support for 32 bit kernels.

Richard Alpe (1):
      tipc: fix nametable publication field in nl compat

Russell Currey (1):
      powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Russell King (1):
      ARM: fix PTRACE_SETVFPREGS on SMP systems

Tadeusz Struk (1):
      crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq

Tejun Heo (1):
      memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem()

Thomas Huth (3):
      powerpc: Fix definition of SIAR and SDAR registers
      powerpc: Use privileged SPR number for MMCR2
      powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call

Tom Lendacky (1):
      crypto: ccp - Fix AES XTS error for request sizes above 4096

Torsten Hilbrich (1):
      ALSA: hda/realtek: Add T560 docking unit fixup

Toshiaki Makita (1):
      bridge: Don't insert unnecessary local fdb entry on changing mac address

Vinod Koul (1):
      ALSA: hda - Add PCI ID for Kabylake

Will Deacon (1):
      arm64: mm: always take dirty state from new pte in ptep_set_access_flags

Yuchung Cheng (1):
      tcp: record TLP and ER timer stats in v6 stats

hongkun.cao (1):
      pinctrl: mediatek: fix dual-edge code defect

 Makefile                                       |  2 +-
 arch/arm/kernel/ptrace.c                       |  2 +-
 arch/arm64/include/asm/elf.h                   |  4 +-
 arch/arm64/kernel/cpuinfo.c                    |  8 ++-
 arch/arm64/mm/fault.c                          |  2 +-
 arch/mips/include/asm/processor.h              |  2 +-
 arch/parisc/kernel/unaligned.c                 | 10 ++-
 arch/powerpc/include/asm/reg.h                 |  6 +-
 arch/powerpc/kernel/prom_init.c                |  1 +
 arch/powerpc/platforms/pseries/eeh_pseries.c   | 51 ++++++++++----
 arch/s390/net/bpf_jit.h                        |  4 +-
 arch/s390/net/bpf_jit_comp.c                   |  4 +-
 arch/sparc/include/asm/head_64.h               |  4 ++
 arch/sparc/include/asm/pgtable_64.h            | 43 ++++++++---
 arch/sparc/include/asm/tlbflush_64.h           |  3 +-
 arch/sparc/include/asm/ttable.h                |  8 +--
 arch/sparc/kernel/Makefile                     |  1 +
 arch/sparc/kernel/cherrs.S                     | 14 ++--
 arch/sparc/kernel/entry.S                      | 17 +++++
 arch/sparc/kernel/fpu_traps.S                  | 11 ++-
 arch/sparc/kernel/head_64.S                    | 24 +++----
 arch/sparc/kernel/misctrap.S                   | 12 ++--
 arch/sparc/kernel/pci.c                        | 17 +++++
 arch/sparc/kernel/rtrap_64.S                   | 57 +++------------
 arch/sparc/kernel/signal32.c                   | 46 +++++++-----
 arch/sparc/kernel/signal_32.c                  | 41 +++++++----
 arch/sparc/kernel/signal_64.c                  | 33 +++++----
 arch/sparc/kernel/sigutil_32.c                 |  9 ++-
 arch/sparc/kernel/sigutil_64.c                 | 10 ++-
 arch/sparc/kernel/spiterrs.S                   | 18 ++---
 arch/sparc/kernel/syscalls.S                   | 36 ++++++++++
 arch/sparc/kernel/urtt_fill.S                  | 98 ++++++++++++++++++++++++++
 arch/sparc/kernel/utrap.S                      |  3 +-
 arch/sparc/kernel/vmlinux.lds.S                |  4 ++
 arch/sparc/kernel/winfixup.S                   |  3 +-
 arch/sparc/mm/hugetlbpage.c                    | 33 +++++++--
 arch/sparc/mm/init_64.c                        | 37 ++++------
 arch/sparc/mm/tlb.c                            | 25 +++++--
 arch/sparc/mm/tsb.c                            | 32 +++++----
 arch/x86/kernel/traps.c                        | 20 +++---
 arch/x86/kvm/x86.c                             |  5 ++
 crypto/asymmetric_keys/Kconfig                 |  1 +
 drivers/crypto/ccp/ccp-crypto-aes-xts.c        | 17 +++--
 drivers/crypto/qat/qat_common/adf_common_drv.h | 13 +++-
 drivers/gpio/gpio-bcm-kona.c                   |  4 +-
 drivers/gpu/drm/drm_crtc.c                     | 60 ++++++++++++++--
 drivers/net/ethernet/rocker/rocker.c           |  4 +-
 drivers/net/ethernet/sfc/ef10.c                | 16 +++++
 drivers/net/geneve.c                           | 41 +++++++----
 drivers/net/team/team.c                        |  9 ++-
 drivers/net/tun.c                              |  6 +-
 drivers/net/vxlan.c                            | 60 ++++++++++------
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c  |  5 +-
 drivers/scsi/scsi_devinfo.c                    |  1 +
 drivers/scsi/scsi_lib.c                        |  7 +-
 fs/dcache.c                                    |  4 +-
 include/linux/irqchip/arm-gic-v3.h             |  2 +-
 include/net/ip_tunnels.h                       |  1 +
 include/net/switchdev.h                        |  2 +-
 include/uapi/linux/libc-compat.h               |  2 +-
 kernel/bpf/inode.c                             |  3 +-
 mm/memcontrol.c                                |  3 +
 net/bridge/br_fdb.c                            |  2 +
 net/ipv4/ip_gre.c                              |  8 +++
 net/ipv4/ip_tunnel.c                           | 20 +++++-
 net/ipv4/udp.c                                 |  2 +-
 net/ipv6/ip6_output.c                          | 11 +--
 net/ipv6/tcp_ipv6.c                            |  4 +-
 net/ipv6/udp.c                                 |  2 +-
 net/l2tp/l2tp_core.c                           |  2 +-
 net/netlink/af_netlink.c                       |  7 +-
 net/openvswitch/vport-vxlan.c                  |  2 +
 net/switchdev/switchdev.c                      |  6 +-
 net/tipc/netlink_compat.c                      |  2 +-
 net/wireless/wext-core.c                       | 25 ++++++-
 sound/pci/hda/hda_intel.c                      | 11 ++-
 sound/pci/hda/patch_realtek.c                  | 73 +++++++++++++++++--
 virt/kvm/irqchip.c                             |  2 +-
 78 files changed, 849 insertions(+), 351 deletions(-)
 create mode 100644 arch/sparc/kernel/urtt_fill.S


More information about the kernel-team mailing list