[4.2.y-ckt stable] Linux 4.2.8-ckt3

Kamal Mostafa kamal at canonical.com
Mon Feb 1 18:28:47 UTC 2016


I am announcing the release of the Linux 4.2.8-ckt3 kernel.

The updated 4.2.y-ckt tree can be found at: 
  git://kernel.ubuntu.com/ubuntu/linux.git linux-4.2.y
and can be browsed at:
    http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-4.2.y

The diff from v4.2.8-ckt2 is posted as a follow-up to this email.

The 4.2.y-ckt extended stable tree is maintained by the Canonical Kernel Team.
For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

 -Kamal

-- 
 MAINTAINERS                                        |   6 +-
 Makefile                                           |   2 +-
 arch/arm/Kconfig.debug                             |  17 +-
 arch/arm/boot/dts/armada-388-gp.dts                |  10 --
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts      |   2 +-
 arch/arm/mach-imx/Kconfig                          |   1 +
 arch/arm64/kernel/perf_event.c                     |   3 -
 arch/arm64/kernel/ptrace.c                         |   6 +
 arch/arm64/mm/mmu.c                                |   3 +
 arch/arm64/mm/proc.S                               |   5 +-
 arch/m32r/kernel/setup.c                           |   3 +
 arch/m68k/atari/config.c                           |   4 +-
 arch/m68k/sun3/config.c                            |   2 +-
 arch/mips/include/asm/pgtable.h                    |   4 +-
 arch/mips/loongson64/loongson-3/hpet.c             |  10 +-
 arch/mips/loongson64/loongson-3/smp.c              |  20 ++-
 arch/mips/mm/tlbex.c                               |   2 +-
 arch/parisc/include/uapi/asm/siginfo.h             |   4 +
 arch/powerpc/include/asm/cmpxchg.h                 |  16 +-
 arch/powerpc/include/asm/synch.h                   |   2 +-
 arch/powerpc/include/uapi/asm/elf.h                |   2 +
 arch/powerpc/kernel/module_64.c                    |  27 ++++
 arch/powerpc/kernel/pci_of_scan.c                  |   3 -
 arch/s390/mm/extable.c                             |   8 +-
 arch/sparc/kernel/sys_sparc_64.c                   |   2 +-
 arch/um/os-Linux/start_up.c                        |   2 +
 arch/x86/include/asm/boot.h                        |   2 +-
 arch/x86/include/asm/mmu_context.h                 |  34 +++-
 arch/x86/kernel/cpu/perf_event.c                   |  11 +-
 arch/x86/kernel/cpu/perf_event_intel_ds.c          |   9 +-
 arch/x86/kernel/process_64.c                       |   2 +-
 arch/x86/kernel/reboot.c                           |   8 +
 arch/x86/kvm/trace.h                               |   2 +-
 arch/x86/kvm/x86.c                                 |  11 +-
 arch/x86/mm/tlb.c                                  |  29 +++-
 arch/x86/um/Makefile                               |   2 +-
 arch/x86/xen/suspend.c                             |   3 +-
 crypto/af_alg.c                                    |  55 ++++++-
 crypto/ahash.c                                     |   5 +-
 crypto/algif_hash.c                                | 165 +++++++++++++++++++-
 crypto/algif_skcipher.c                            | 172 +++++++++++++++++++--
 crypto/crc32c_generic.c                            |   1 -
 crypto/shash.c                                     |   4 +-
 drivers/acpi/acpi_lpss.c                           |   8 +-
 drivers/acpi/acpi_video.c                          |  18 +++
 drivers/base/firmware_class.c                      |   8 +-
 drivers/block/zram/zcomp.c                         |   4 +-
 drivers/block/zram/zcomp_lz4.c                     |  23 ++-
 drivers/block/zram/zcomp_lzo.c                     |  23 ++-
 drivers/block/zram/zram_drv.c                      |   7 +-
 drivers/bluetooth/btusb.c                          |   4 +
 drivers/char/tpm/tpm_tis.c                         |   2 +-
 drivers/clk/clk-xgene.c                            |   3 +-
 drivers/clk/samsung/clk-cpu.c                      |  10 +-
 drivers/clk/st/clkgen-fsyn.c                       |  17 +-
 drivers/clocksource/vt8500_timer.c                 |   6 +-
 drivers/connector/connector.c                      |  11 +-
 drivers/dma/at_xdmac.c                             |   3 +
 drivers/dma/dw/core.c                              |  44 ++----
 drivers/edac/edac_device.c                         |  11 +-
 drivers/edac/edac_mc.c                             |  14 +-
 drivers/edac/edac_mc_sysfs.c                       |  21 ++-
 drivers/edac/edac_pci.c                            |   9 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  10 +-
 drivers/gpu/drm/drm_dp_mst_topology.c              | 141 ++++++++++++-----
 drivers/gpu/drm/i915/i915_gem_context.c            |   6 +-
 drivers/gpu/drm/i915/i915_irq.c                    |   9 +-
 drivers/gpu/drm/i915/intel_display.c               |  21 ++-
 drivers/gpu/drm/nouveau/nouveau_connector.c        |   3 +
 drivers/gpu/drm/nouveau/nvkm/engine/device/nv40.c  |   2 +-
 drivers/gpu/drm/radeon/dce6_afmt.c                 |  16 ++
 drivers/gpu/drm/radeon/radeon.h                    |   1 +
 drivers/gpu/drm/radeon/radeon_atombios.c           |  19 +--
 drivers/gpu/drm/radeon/radeon_device.c             |   1 +
 drivers/gpu/drm/radeon/radeon_vm.c                 |  12 +-
 drivers/gpu/drm/radeon/sid.h                       |   5 +
 drivers/hv/channel.c                               |  18 +++
 drivers/hv/hv_utils_transport.c                    |  18 ++-
 drivers/hwtracing/coresight/coresight.c            |   2 +-
 drivers/infiniband/core/cm.c                       |   4 +-
 drivers/infiniband/hw/mlx4/ah.c                    |   1 +
 drivers/infiniband/hw/mlx5/main.c                  |   2 +-
 drivers/infiniband/hw/qib/qib_qp.c                 |  46 ++++--
 drivers/infiniband/hw/qib/qib_verbs_mcast.c        |  35 ++---
 drivers/input/mouse/elantech.c                     |   2 +-
 drivers/input/serio/i8042-x86ia64io.h              |   7 +
 drivers/iommu/io-pgtable-arm.c                     |  11 +-
 drivers/md/bcache/btree.c                          |   5 +-
 drivers/md/bcache/super.c                          |  16 +-
 drivers/md/bcache/writeback.c                      |  37 ++++-
 drivers/md/bcache/writeback.h                      |   3 +-
 drivers/md/dm-exception-store.h                    |   2 +-
 drivers/md/dm-snap-persistent.c                    |   5 +-
 drivers/md/dm-snap-transient.c                     |   4 +-
 drivers/md/dm-snap.c                               |  20 +--
 drivers/md/dm-thin.c                               |   4 +-
 drivers/md/persistent-data/dm-space-map-metadata.c |   3 -
 drivers/media/dvb-core/dvb_frontend.c              |   6 +-
 drivers/media/rc/rc-main.c                         |   2 +-
 drivers/media/rc/sunxi-cir.c                       |   2 +
 drivers/media/tuners/si2157.c                      |   1 +
 drivers/media/usb/gspca/ov534.c                    |   9 +-
 drivers/media/usb/gspca/topro.c                    |   6 +-
 drivers/media/v4l2-core/videobuf2-core.c           |   6 +-
 drivers/misc/cxl/vphb.c                            |   2 +-
 drivers/mmc/core/debugfs.c                         |   2 +-
 drivers/mmc/core/mmc.c                             |   6 +-
 drivers/mmc/core/sd.c                              |  20 ++-
 drivers/mmc/core/sdio.c                            |   2 +-
 drivers/mmc/host/mmci.c                            |   2 +-
 drivers/mmc/host/sdhci-pci.c                       |   2 +-
 drivers/mmc/host/sdhci.c                           |  32 ++--
 drivers/mtd/nand/denali.c                          |  11 +-
 drivers/net/bonding/bond_main.c                    |   5 +-
 drivers/net/phy/micrel.c                           |  12 +-
 drivers/net/team/team.c                            |   6 +-
 drivers/net/usb/cdc_mbim.c                         |   2 +-
 drivers/net/usb/cdc_ncm.c                          |  31 ++++
 drivers/net/veth.c                                 |   6 -
 drivers/net/vxlan.c                                |  12 +-
 drivers/net/wireless/ath/ath9k/htc_hst.c           |   2 +-
 drivers/net/wireless/iwlwifi/pcie/drv.c            |   5 +-
 drivers/net/wireless/iwlwifi/pcie/trans.c          |  15 +-
 drivers/net/wireless/rtlwifi/pci.c                 |  11 +-
 drivers/net/wireless/rtlwifi/rtl8188ee/sw.c        |   7 +-
 drivers/net/wireless/rtlwifi/rtl8192ce/sw.c        |   2 +
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c        |   2 +
 drivers/net/wireless/rtlwifi/rtl8192de/sw.c        |   4 +-
 drivers/net/wireless/rtlwifi/rtl8192se/sw.c        |   6 +-
 drivers/net/wireless/rtlwifi/rtl8723ae/sw.c        |   9 ++
 drivers/net/wireless/rtlwifi/rtl8723be/sw.c        |   8 +-
 drivers/net/wireless/rtlwifi/rtl8821ae/sw.c        |   9 +-
 drivers/net/wireless/rtlwifi/usb.c                 |   2 +
 drivers/net/wireless/ti/wlcore/io.h                |  10 +-
 drivers/net/wireless/ti/wlcore/spi.c               |  10 +-
 drivers/pci/bus.c                                  |   6 +-
 drivers/pci/host/pci-dra7xx.c                      |   3 +-
 drivers/pci/host/pci-exynos.c                      |   3 +-
 drivers/pci/host/pci-imx6.c                        |   3 +-
 drivers/pci/host/pci-tegra.c                       |   2 +-
 drivers/pci/host/pcie-rcar.c                       |   6 +-
 drivers/pci/host/pcie-spear13xx.c                  |   3 +-
 drivers/pci/host/pcie-xilinx.c                     |   3 +-
 drivers/pci/probe.c                                |   7 +-
 drivers/pinctrl/bcm/pinctrl-bcm2835.c              |   2 +-
 drivers/platform/x86/ideapad-laptop.c              |  14 ++
 drivers/power/test_power.c                         |   2 +
 drivers/regulator/axp20x-regulator.c               |   4 +-
 drivers/scsi/initio.c                              |  16 --
 drivers/scsi/scsi_devinfo.c                        |   1 +
 drivers/staging/media/lirc/lirc_imon.c             |   2 +
 drivers/target/iscsi/iscsi_target_configfs.c       |  16 +-
 drivers/target/target_core_configfs.c              |   6 +-
 drivers/thermal/step_wise.c                        |  17 +-
 drivers/thermal/thermal_core.c                     |  75 ++++++++-
 drivers/thermal/thermal_core.h                     |   1 +
 drivers/tty/sysrq.c                                |   6 +
 drivers/usb/host/xhci.c                            |   4 +
 drivers/usb/serial/cp210x.c                        |   1 +
 drivers/virtio/virtio_balloon.c                    |   2 +-
 fs/btrfs/ctree.h                                   |   2 +-
 fs/btrfs/disk-io.c                                 |   5 +-
 fs/btrfs/extent-tree.c                             |  11 +-
 fs/btrfs/inode.c                                   |   4 -
 fs/btrfs/volumes.c                                 |   9 ++
 fs/cifs/cifs_debug.c                               |   2 +-
 fs/cifs/cifs_debug.h                               |   9 +-
 fs/cifs/connect.c                                  |   2 +-
 fs/cifs/readdir.c                                  |   1 +
 fs/cifs/transport.c                                |   6 +-
 fs/ext4/crypto_key.c                               |   6 +
 fs/hostfs/hostfs_kern.c                            |   4 +-
 fs/locks.c                                         |  51 +++---
 fs/nfs/dir.c                                       |  21 ++-
 fs/nfs/flexfilelayout/flexfilelayout.c             |   6 +-
 fs/nfs/inode.c                                     |  54 +++++--
 fs/nfs/nfs4proc.c                                  |   2 +-
 fs/ocfs2/dlm/dlmmaster.c                           |  26 ++--
 fs/ocfs2/dlmglue.c                                 |   6 +
 fs/overlayfs/copy_up.c                             |  41 +++--
 fs/overlayfs/inode.c                               |  13 ++
 fs/overlayfs/readdir.c                             |   3 +-
 fs/overlayfs/super.c                               |   5 +
 fs/udf/inode.c                                     |  15 ++
 fs/udf/unicode.c                                   |  21 ++-
 fs/xfs/libxfs/xfs_dquot_buf.c                      |  35 ++++-
 fs/xfs/libxfs/xfs_format.h                         |   2 +-
 fs/xfs/libxfs/xfs_inode_buf.c                      |  14 +-
 fs/xfs/libxfs/xfs_quota_defs.h                     |   2 +-
 fs/xfs/libxfs/xfs_shared.h                         |   1 +
 fs/xfs/xfs_buf.c                                   |  17 ++
 fs/xfs/xfs_log_recover.c                           |   9 +-
 include/crypto/hash.h                              |   6 +
 include/crypto/if_alg.h                            |  11 +-
 include/drm/drm_dp_mst_helper.h                    |   2 -
 include/linux/ceph/messenger.h                     |   2 +-
 include/linux/console.h                            |   1 +
 include/linux/hyperv.h                             |  18 +++
 include/linux/memblock.h                           |   4 +-
 include/linux/mlx4/device.h                        |   4 -
 include/linux/mtd/nand.h                           |   4 +-
 include/linux/pci.h                                |   2 -
 include/linux/printk.h                             |  12 +-
 include/linux/sched.h                              |   1 +
 include/linux/shmem_fs.h                           |   5 +-
 include/linux/skbuff.h                             |   3 +-
 include/linux/thermal.h                            |   5 +
 include/linux/usb/cdc_ncm.h                        |   1 +
 include/linux/vmstat.h                             |   2 +
 include/net/inet_ecn.h                             |  19 ++-
 include/net/sock.h                                 |  10 +-
 kernel/bpf/verifier.c                              |  10 ++
 kernel/futex.c                                     |   5 +
 kernel/panic.c                                     |  12 ++
 kernel/printk/printk.c                             |  35 ++++-
 kernel/sched/idle.c                                |   1 +
 kernel/sys.c                                       |  20 +--
 kernel/time/posix-clock.c                          |   4 +-
 kernel/time/timekeeping.c                          |   3 +-
 lib/Kconfig                                        |   2 +
 lib/dma-debug.c                                    |   2 +-
 lib/libcrc32c.c                                    |   1 +
 mm/balloon_compaction.c                            |   4 +-
 mm/memcontrol.c                                    |  11 +-
 mm/memory-failure.c                                |   2 +-
 mm/shmem.c                                         |   9 +-
 mm/vmstat.c                                        |  69 ++++++---
 mm/zsmalloc.c                                      |  14 +-
 net/batman-adv/bridge_loop_avoidance.c             |  10 +-
 net/batman-adv/hard-interface.h                    |  12 --
 net/batman-adv/network-coding.c                    |  19 +--
 net/batman-adv/originator.c                        | 149 +++++++-----------
 net/batman-adv/originator.h                        |   1 -
 net/batman-adv/translation-table.c                 |  28 ++--
 net/bridge/br_device.c                             |   8 +
 net/bridge/br_stp_if.c                             |   5 +-
 net/ceph/messenger.c                               |  76 ++++++---
 net/core/dev.c                                     |   5 +
 net/core/filter.c                                  |   5 +
 net/ipv4/ip_output.c                               |   3 +-
 net/ipv4/tcp_yeah.c                                |   2 +-
 net/ipv4/xfrm4_policy.c                            |  46 ++++--
 net/ipv6/ip6_output.c                              |   2 +-
 net/ipv6/tcp_ipv6.c                                |   2 +
 net/ipv6/xfrm6_mode_tunnel.c                       |   2 +-
 net/ipv6/xfrm6_policy.c                            |  53 +++++--
 net/mac80211/offchannel.c                          |   5 +-
 net/openvswitch/datapath.c                         |   5 +-
 net/phonet/af_phonet.c                             |   4 +
 net/sched/cls_flower.c                             |  10 +-
 net/sctp/sm_statefuns.c                            |   6 +-
 net/sctp/socket.c                                  |   3 +-
 net/sctp/sysctl.c                                  |   2 +-
 net/unix/af_unix.c                                 |  90 +++++++----
 net/unix/garbage.c                                 |  13 +-
 net/xfrm/xfrm_output.c                             |   2 +
 net/xfrm/xfrm_policy.c                             |  38 -----
 scripts/Makefile.extrawarn                         |   2 +
 scripts/bloat-o-meter                              |   8 +-
 scripts/kconfig/menu.c                             |   2 +-
 scripts/recordmcount.pl                            |   3 +-
 sound/core/control.c                               |   2 +
 sound/core/hrtimer.c                               |   3 +-
 sound/core/pcm_compat.c                            |  13 +-
 sound/core/seq/seq_clientmgr.c                     |   2 +-
 sound/core/seq/seq_compat.c                        |   9 +-
 sound/core/seq/seq_queue.c                         |   2 +
 sound/core/timer.c                                 | 100 +++++++++---
 sound/pci/fm801.c                                  |  73 +++++----
 sound/pci/hda/hda_intel.c                          |  10 +-
 sound/pci/hda/patch_realtek.c                      |  15 ++
 sound/soc/intel/atom/sst/sst_stream.c              |   2 +-
 sound/soc/soc-compress.c                           |  23 ++-
 sound/soc/tegra/tegra_alc5632.c                    |  12 +-
 sound/usb/mixer_quirks.c                           |   2 +-
 sound/usb/quirks.c                                 |   1 +
 tools/hv/hv_vss_daemon.c                           |   2 +-
 tools/lib/traceevent/event-parse.c                 |   5 +-
 279 files changed, 2483 insertions(+), 1046 deletions(-)

Aaron Conole (1):
      printk: help pr_debug and pr_devel to optimize out arguments

Adrian Hunter (4):
      mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
      mmc: sdio: Fix invalid vdd in voltage switch power cycle
      mmc: sdhci: Fix DMA descriptor with zero data length
      mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()

Al Viro (2):
      bcache: fix a leak in bch_cached_dev_run()
      make sure that freeing shmem fast symlinks is RCU-delayed

Alex Deucher (3):
      drm/amdgpu: call hpd_irq_event on resume
      drm/radeon: call hpd_irq_event on resume
      drm/radeon: clean up fujitsu quirks

Alexey Khoroshilov (1):
      [media] lirc_imon: do not leave imon_probe() with mutex held

Andrew Donnellan (1):
      cxl: use correct operator when writing pcie config space values

Andrew Elble (1):
      nfs: Fix race in __update_open_stateid()

Andrew Gabbasov (2):
      udf: Prevent buffer overrun with multi-byte characters
      udf: Check output buffer length when converting name to CS0

Andy Lutomirski (2):
      x86/mm: Add barriers and document switch_mm()-vs-flush synchronization
      x86/mm: Improve switch_mm() barrier comments

Andy Shevchenko (4):
      Revert "ACPI / LPSS: allow to use specific PM domain during ->probe()"
      ALSA: fm801: explicitly free IRQ line
      ALSA: fm801: propagate TUNER_ONLY bit when autodetected
      ALSA: fm801: detect FM-only card earlier

Ani Sinha (1):
      sysrq: Fix warning in sysrq generated crash.

Antonio Ospite (1):
      [media] gspca: ov534/topro: prevent a division by 0

Ard Biesheuvel (1):
      s390: fix normalization bug in exception table sorting

Arnd Bergmann (5):
      lib: sw842: select crc32
      ARM: debug-ll: fix BCM63xx entry for multiplatform
      SCSI: initio: remove duplicate module device table
      clk: st: avoid uninitialized variable use
      ARM: imx: select SRC for i.MX7

Aurélien Francillon (1):
      Input: i8042 - add Fujitsu Lifebook U745 to the nomux list

Bart Van Assche (2):
      IB/cm: Fix a recently introduced deadlock
      target: Fix a memory leak in target_dev_lba_map_store()

Ben Skeggs (1):
      drm/nouveau/kms: take mode_config mutex in connector hotplug path

Benjamin Tissoires (1):
      Input: elantech - mark protocols v2 and v3 as semi-mt

Bjørn Mork (1):
      net: cdc_ncm: avoid changing RX/TX buffers on MTU changes

Boqun Feng (2):
      powerpc: Make value-returning atomics fully ordered
      powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered

Boris BREZILLON (2):
      mtd: nand: fix ONFI parameter page layout
      mtd: nand: denali: add missing nand_release() call in denali_remove()

Borislav Petkov (2):
      EDAC, mc_sysfs: Fix freeing bus' name
      EDAC: Robustify workqueues destruction

Brian Norris (1):
      firmware: actually return NULL on failed request_firmware_nowait()

Chen Yu (1):
      Thermal: do thermal zone update after a cooling device registered

Chen-Yu Tsai (2):
      regulator: axp20x: Fix GPIO LDO enable value for AXP22x
      [media] rc: sunxi-cir: Initialize the spinlock properly

Chris Wilson (1):
      drm/i915: Restore inhibiting the load of the default context

Christoph Biedl (1):
      PCI: Fix minimum allocation address overwrite

Christoph Lameter (1):
      vmstat: make vmstat_updater deferrable again and shut down on idle

Chuanxiao Dong (1):
      mmc: debugfs: correct wrong voltage value

Dan Carpenter (3):
      ASoC: Intel: pass correct parameter in sst_alloc_stream_mrfld()
      ath9k_htc: check for underflow in ath9k_htc_rx_msg()
      Btrfs: clean up an error code in btrfs_init_space_info()

Dan Streetman (1):
      xfrm: dst_entries_init() per-net dst_ops

Darrick J. Wong (1):
      libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct

Dave Chinner (3):
      xfs: inode recovery readahead can race with inode buffer creation
      xfs: handle dquot buffer readahead in log recovery correctly
      xfs: log mount failures don't wait for buffers to be released

David Gibson (1):
      time: Avoid signed overflow in timekeeping_get_ns()

David Henningsson (1):
      ALSA: hda - Fixup inverted internal mic for Lenovo E50-80

David Sterba (1):
      btrfs: handle invalid num_stripes in sys_array

Dexuan Cui (1):
      tools: hv: vss: fix the write()'s argument: error -> vss_msg

Dmitry Tunin (1):
      Bluetooth: Add support of Toshiba Broadcom based devices

Dmitry V. Levin (1):
      sparc64: fix incorrect sign extension in sys_sparc64_personality

Emmanuel Grumbach (1):
      iwlwifi: pcie: properly configure the debug buffer size for 8000

Eric Dumazet (3):
      ipv6: tcp: add rcu locking in tcp_v6_send_synack()
      phonet: properly unshare skbs in phonet_rcv()
      ipv6: update skb->csum when CE mark is propagated

Felix Kuehling (2):
      drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
      drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map

Filipe Manana (1):
      Btrfs: fix deadlock running delayed iputs at transaction commit time

Finn Thain (1):
      m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is modular

Florian Fainelli (2):
      MAINTAINERS: gpio-brcmstb: Remove stray '>'
      include/linux/memblock.h: fix ordering of 'flags' argument in comments

Florian Westphal (1):
      connector: bump skb->users before callback invocation

Gabriel de Perthuis (1):
      bcache: allows use of register in udev to avoid "device_busy" error.

Geert Uytterhoeven (1):
      ARM: dts: armadillo800eva Correct extal1 frequency to 24 MHz

Grygorii Strashko (1):
      PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD

Guilherme G. Piccoli (1):
      PCI/MSI: Initialize MSI capability for all architectures

H.J. Lu (1):
      x86/boot: Double BOOT_HEAP_SIZE to 64KB

Hannes Frederic Sowa (1):
      bridge: Only call /sbin/bridge-stp for the initial network namespace

Hans Verkuil (1):
      [media] vb2: fix a regression in poll() behavior for output,streams

Hans de Goede (3):
      drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4c
      ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700
      ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite R830

Helge Deller (1):
      parisc: Fix __ARCH_SI_PREAMBLE_SIZE

Herbert Xu (15):
      crypto: algif_skcipher - Require setkey before accept(2)
      crypto: af_alg - Disallow bind/setkey/... after accept(2)
      crypto: af_alg - Fix socket double-free when accept fails
      crypto: af_alg - Add nokey compatibility path
      crypto: algif_skcipher - Add nokey compatibility path
      crypto: hash - Add crypto_ahash_has_setkey
      crypto: algif_hash - Require setkey before accept(2)
      crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
      crypto: algif_hash - Remove custom release parent function
      crypto: algif_skcipher - Remove custom release parent function
      crypto: af_alg - Forbid bind(2) when nokey child sockets are present
      crypto: algif_hash - Fix race condition in hash_check_key
      crypto: algif_skcipher - Fix race condition in skcipher_check_key
      crypto: algif_skcipher - Load TX SG list after waiting
      crypto: algif_skcipher - sendmsg SG marking is off by one

Huacai Chen (3):
      MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
      MIPS: hpet: Choose a safe value for the ETIME check
      MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs

Hui Wang (1):
      ALSA: hda - fix the headset mic detection problem for a Dell laptop

Ido Schimmel (1):
      team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid

Ilya Dryomov (1):
      libceph: fix ceph_msg_revoke()

Jamal Hadi Salim (1):
      sched,cls_flower: set key address type when present

Jamie Bainbridge (1):
      cifs: Ratelimit kernel log messages

Jan Beulich (1):
      x86/LDT: Print the real LDT base address

Jason Gunthorpe (1):
      tpm_tis: Use devm_free_irq not free_irq

Jean Delvare (1):
      crypto: crc32c - Fix crc32c soft dependency

Jeff Layton (1):
      locks: fix unlock when fcntl_setlk races with a close

Jerome Marchand (1):
      zram: don't call idr_remove() from zram_remove()

Jisheng Zhang (1):
      mmc: sdhci: restore behavior when setting VDD via external regulator

Johannes Berg (1):
      mac80211: fix mgmt-tx abort cookie and leak

Johannes Weiner (1):
      net: tcp_memcontrol: properly detect ancestor socket pressure

John Blackwood (1):
      arm64: Clear out any singlestep state on a ptrace detach operation

Josh Boyer (2):
      ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
      ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list

Junil Lee (1):
      zsmalloc: fix migrate_zspage-zs_free race condition

Jurgen Kramer (1):
      ALSA: usb: Add native DSD support for Oppo HA-1

K. Y. Srinivasan (1):
      Drivers: hv: vmbus: Fix a Host signaling bug

Kamal Mostafa (1):
      Linux 4.2.8-ckt3

Karl Heiss (1):
      bonding: Prevent IPv6 link local address on enslaved devices

Kent Overstreet (2):
      bcache: Add a cond_resched() call to gc
      bcache: Change refill_dirty() to always scan entire disk if necessary

Konstantin Khlebnikov (2):
      ovl: check dentry positiveness in ovl_cleanup_whiteouts()
      net: preserve IP control block during GSO segmentation

Kyeongdon Kim (1):
      zram: try vmalloc() after kmalloc()

Larry Finger (9):
      rtlwifi: rtl8723be: Fix module parameter initialization
      rtlwifi: rtl8723ae: Fix initialization of module parameters
      rtlwifi: rtl8821ae: Fix errors in parameter initialization
      rtlwifi: rtl8188ee: Fix module parameter initialization
      rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
      rtlwifi: rtl8192se: Fix module parameter initialization
      rtlwifi: rtl8192ce: Fix handling of module parameters
      rtlwifi: rtl8192cu: Add missing parameter setup
      rtlwifi: rtl_pci: Fix kernel panic

Laura Abbott (2):
      [media] si2157: return -EINVAL if firmware blob is too big
      dma-debug: switch check from _text to _stext

Laurent Navet (1):
      ext4 crypto: exit cleanly if ext4_derive_key_aes() fails

Lee Jones (1):
      kbuild: Demote 'sign-compare' warning to W=2

Leon Romanovsky (1):
      IB/mlx5: Expose correct maximum number of CQE capacity

Linus Walleij (1):
      mmc: mmci: fix an ages old detection error

Loc Ho (1):
      clk: xgene: Fix divider with non-zero shift value

Lorenzo Pieralisi (1):
      arm64: kernel: enforce pmuserenr_el0 initialization and restore

Lukas Wunner (1):
      drm/i915: On fb alloc failure, unref gem object where it gets refed

Lyude (1):
      drm/i915: intel_hpd_init(): Fix suspend/resume reprobing

Malcolm Priestley (1):
      [media] media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode

Mans Rullgard (2):
      dmaengine: dw: fix cyclic transfer setup
      dmaengine: dw: fix cyclic transfer callbacks

Marek Szyprowski (1):
      clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs

Mario Kleiner (1):
      x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]

Martijn Coenen (1):
      memcg: only free spare array when readers are done

Matan Barak (1):
      IB/mlx4: Initialize hop_limit when creating address handle

Mateusz Guzik (1):
      prctl: take mmap sem for writing to protect against others

Mathieu Poirier (1):
      coresight: checking for NULL string in coresight_name_match()

Michal Kubeček (1):
      udp: disallow UFO for sockets with SO_NO_CHECK option

Mickaël Salaün (1):
      um: Fix build error and kconfig for i386

Mike Christie (1):
      scsi: add Synology to 1024 sector blacklist

Mike Marciniszyn (1):
      IB/qib: fix mcast detach when qp not attached

Mike Snitzer (1):
      dm space map metadata: remove unused variable in brb_pop()

Miklos Szeredi (3):
      ovl: allow zero size xattr
      ovl: root: copy attr
      ovl: setattr: check permissions before copy-up

Mikulas Patocka (1):
      dm snapshot: fix hung bios when copy error occurs

Minchan Kim (2):
      virtio_balloon: fix race by fill and leak
      virtio_balloon: fix race between migration and ballooning

Moni Shoua (1):
      net/mlx4: Remove unused macro

Mykola Lysenko (4):
      drm/dp/mst: process broadcast messages correctly
      drm/dp/mst: always send reply for UP request
      drm/dp/mst: fix in MSTB RAD initialization
      drm/dp/mst: fix in RAD element access

Naoya Horiguchi (1):
      mm: soft-offline: check return value in second __get_any_page() call

Neal Cardwell (1):
      tcp_yeah: don't set ssthresh below 2

Nicholas Bellinger (1):
      iscsi-target: Fix potential dead-lock during node acl delete

Nicolas Boichat (2):
      ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode
      ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode

Nicolas Dichtel (1):
      vxlan: fix test which detect duplicate vxlan iface

Nikolay Aleksandrov (1):
      bridge: fix lockdep addr_list_lock false positive splat

Nikolay Borisov (1):
      dm thin: fix race condition when destroying thin pool workqueue

Olaf Hering (2):
      Drivers: hv: util: catch allocation errors
      Drivers: hv: utils: use memdup_user in hvt_op_write

Oliver Freyermuth (1):
      USB: cp210x: add ID for ELV Marble Sound Board 1

Oliver Neukum (1):
      xhci: refuse loading if nousb is used

Oren Givon (1):
      iwlwifi: update and fix 7265 series PCI IDs

Ouyang Zhaowei (Charles) (1):
      x86/xen: don't reset vcpu_info on a cancelled suspend

Paolo Bonzini (2):
      KVM: x86: expose MSR_TSC_AUX to userspace
      KVM: x86: correctly print #AC in traces

Peter Wu (1):
      rtlwifi: fix memory leak for USB device

Rabin Vincent (2):
      cifs: fix race between call_async() and reconnect()
      net: bpf: reject invalid shifts

Rainer Weikusat (1):
      af_unix: Fix splice-bind deadlock

Rich Felker (1):
      MAINTAINERS: return arch/sh to maintained state, with new maintainers

Richard Cochran (1):
      posix-clock: Fix return code on the poll method's error path

Roman Volkov (1):
      clocksource/drivers/vt8500: Increase the minimum delta

Roosen Henri (1):
      phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.

Russell King (2):
      [media] rc: allow rc modules to be loaded if rc-main is not a module
      mmc: sd: limit SD card power limit according to cards capabilities

Sasha Levin (2):
      power: test_power: correctly handle empty writes
      net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory

Sebastian Andrzej Siewior (1):
      btrfs: initialize the seq counter in struct btrfs_device

Sergey Senozhatsky (2):
      scripts/bloat-o-meter: fix python3 syntax error
      zram/zcomp: use GFP_NOIO to allocate streams

Slava Grigorev (1):
      drm/radeon: Fix "slow" audio over DP on DCE8+

Songjun Wu (1):
      dmaengine: at_xdmac: fix resume for cyclic transfers

Stefan Bader (1):
      bcache: prevent crash on changing writeback_running

Stefan Wahren (1):
      pinctrl: bcm2835: Fix memory leak in error path

Stephane Eranian (2):
      perf/x86: Fix filter_events() bug with event mappings
      perf/x86: fix PEBS issues on Intel Atom/Core2

Steven Rostedt (1):
      tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines

Sudip Mukherjee (2):
      m32r: fix m32104ut_defconfig build fail
      ASoC: tegra_alc5632: check return value

Sven Eckelmann (7):
      batman-adv: Avoid recursive call_rcu for batadv_bla_claim
      batman-adv: Avoid recursive call_rcu for batadv_nc_node
      batman-adv: Drop immediate batadv_orig_ifinfo free function
      batman-adv: Drop immediate batadv_neigh_node free function
      batman-adv: Drop immediate neigh_ifinfo free function
      batman-adv: Drop immediate orig_node free function
      batman-adv: Drop immediate batadv_hard_iface free function

Takashi Iwai (13):
      ALSA: seq: Fix missing NULL check at remove_events ioctl
      ALSA: seq: Fix race at timer setup and close
      ALSA: hda - Fix white noise on Dell Latitude E5550
      ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices
      ALSA: timer: Fix double unlink of active_list
      ALSA: timer: Fix race among timer ioctls
      ALSA: hda - Add fixup for Dell Latitidue E6540
      ALSA: timer: Harden slave timer list handling
      ALSA: hda - Fix bass pin fixup for ASUS N550JX
      ALSA: hrtimer: Fix stall by hrtimer_cancel()
      ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0
      ALSA: hda - Flush the pending probe work at remove
      ALSA: timer: Handle disconnection more safely

Tariq Saeed (1):
      ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock

Tejun Heo (1):
      printk: do cond_resched() between lines while outputting to consoles

Theodore Ts'o (1):
      ext4 crypto: add missing locking for keyring_key access

Thomas Gleixner (1):
      futex: Drop refcount if requeue_pi() acquired the rtmutex

Thomas Petazzoni (1):
      ARM: mvebu: remove duplicated regulator definition in Armada 388 GP

Trond Myklebust (4):
      NFS: Fix attribute cache revalidation
      pNFS/flexfiles: Fix an XDR encoding bug in layoutreturn
      NFSv4: Don't perform cached access checks before we've OPENed the file
      NFS: Ensure we revalidate attributes before using execute_ok()

Ulrich Weigand (2):
      scripts/recordmcount.pl: support data in text section on powerpc
      powerpc/module: Handle R_PPC64_ENTRY relocations

Uri Mashiach (2):
      wlcore/wl12xx: spi: fix oops on firmware load
      wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)

Vasily Averin (1):
      cifs_dbg() outputs an uninitialized buffer in cifs_readdir()

Vegard Nossum (4):
      udf: limit the maximum number of indirect extents in a row
      uml: fix hostfs mknod()
      uml: flush stdout before forking
      kconfig: return 'false' instead of 'no' in bool function

Vijay Pandurangan (1):
      veth: don’t modify ip_summed; doing so treats packets with bad checksums as good.

Vinit Agnihotri (1):
      IB/qib: Support creating qps with GFP_NOIO flag

Vinod Koul (1):
      ASoC: compress: Fix compress device direction check

Vitaly Kuznetsov (2):
      panic: release stale console lock to always get the logbuf printed out
      kernel/panic.c: turn off locks debug before releasing console lock

Vito Caputo (1):
      ovl: use a minimal buffer in ovl_copy_xattr

Wenkai Du (1):
      mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400

Will Deacon (3):
      arm64: mm: ensure that the zero page is visible to the page table walker
      iommu/io-pgtable-arm: Ensure we free the final level on teardown
      arm64: mdscr_el1: avoid exposing DCC to userspace

Xin Long (1):
      sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close

Zhang Rui (2):
      Thermal: initialize thermal zone device correctly
      Thermal: handle thermal zone device properly during system sleep

Zheng Liu (3):
      bcache: fix a livelock when we cause a huge number of cache misses
      bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
      bcache: unregister reboot notifier if bcache fails to unregister device

willy tarreau (1):
      unix: properly account for FDs passed over unix sockets

xuejiufei (1):
      ocfs2/dlm: ignore cleaning the migration mle that is inuse





More information about the kernel-team mailing list