Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753921AbbGPBJq (ORCPT ); Wed, 15 Jul 2015 21:09:46 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:55100 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752214AbbGPBJj (ORCPT ); Wed, 15 Jul 2015 21:09:39 -0400 From: Kamal Mostafa To: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com Cc: Kamal Mostafa Subject: [3.19.y-ckt stable] Linux 3.19.8-ckt4 stable review Date: Wed, 15 Jul 2015 18:05:21 -0700 Message-Id: <1437008972-9140-1-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 1.9.1 X-Extended-Stable: 3.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 39747 Lines: 916 This is the start of the review cycle for the Linux 3.19.8-ckt4 stable kernel. This version contains 251 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.19.y-review git://kernel.ubuntu.com/ubuntu/linux.git linux-3.19.y-review The review period for version 3.19.8-ckt4 will be open for the next three days. To report a problem, please reply to the relevant follow-up patch message. For more information about the Linux 3.19.y-ckt extended stable kernel version, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable . -Kamal -- Documentation/ABI/testing/ima_policy | 26 +++- Documentation/DMA-API-HOWTO.txt | 29 ++-- Documentation/DMA-API.txt | 30 ++-- .../bindings/net/marvell-armada-370-neta.txt | 2 +- .../pinctrl/marvell,armada-370-pinctrl.txt | 4 +- .../pinctrl/marvell,armada-375-pinctrl.txt | 4 +- .../pinctrl/marvell,armada-38x-pinctrl.txt | 38 ++--- .../bindings/pinctrl/marvell,armada-xp-pinctrl.txt | 32 ++-- Documentation/networking/pktgen.txt | 2 + arch/arc/include/asm/atomic.h | 21 +++ arch/arc/include/asm/bitops.h | 19 +++ arch/arc/include/asm/cmpxchg.h | 26 +++- arch/arc/include/asm/spinlock.h | 32 ++++ arch/arm/Kconfig | 9 +- arch/arm/boot/dts/armada-370-xp.dtsi | 2 - arch/arm/boot/dts/armada-370.dtsi | 8 + arch/arm/boot/dts/armada-xp-mv78260.dtsi | 2 +- arch/arm/boot/dts/armada-xp-mv78460.dtsi | 2 +- arch/arm/boot/dts/armada-xp.dtsi | 10 +- arch/arm/boot/dts/at91-sama5d4ek.dts | 4 +- arch/arm/kvm/interrupts.S | 10 +- arch/arm/kvm/interrupts_head.S | 20 ++- arch/arm/kvm/psci.c | 16 +- arch/arm/mach-dove/include/mach/irqs.h | 118 +++++++-------- arch/arm/mach-dove/irq.c | 8 +- arch/arm/mach-mvebu/pm-board.c | 3 + arch/arm/mach-tegra/cpuidle-tegra20.c | 5 +- arch/arm/mach-tegra/reset-handler.S | 10 +- arch/arm/mach-tegra/reset.h | 4 + arch/arm/mach-tegra/sleep-tegra20.S | 37 +++-- arch/arm/mach-tegra/sleep.h | 4 + arch/arm64/kernel/entry.S | 1 + arch/arm64/kernel/smp.c | 4 +- arch/arm64/kernel/vdso/Makefile | 4 + arch/arm64/mm/context.c | 8 + arch/arm64/mm/hugetlbpage.c | 4 +- arch/arm64/mm/init.c | 2 +- arch/arm64/net/bpf_jit.h | 4 + arch/arm64/net/bpf_jit_comp.c | 29 +++- arch/mips/Kconfig | 3 +- arch/mips/include/asm/mach-generic/spaces.h | 4 + arch/mips/kvm/mips.c | 2 +- arch/powerpc/perf/core-book3s.c | 11 +- arch/powerpc/platforms/pseries/dlpar.c | 3 +- arch/s390/hypfs/inode.c | 12 +- arch/s390/kernel/crash_dump.c | 2 +- arch/sparc/kernel/ldc.c | 2 +- arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/i8254.c | 2 +- arch/x86/kvm/lapic.c | 5 +- arch/x86/pci/acpi.c | 17 ++- crypto/asymmetric_keys/asymmetric_keys.h | 3 + crypto/asymmetric_keys/asymmetric_type.c | 20 ++- crypto/asymmetric_keys/x509_public_key.c | 23 ++- drivers/acpi/acpica/aclocal.h | 1 + drivers/acpi/acpica/tbfadt.c | 21 ++- drivers/acpi/acpica/tbutils.c | 34 +++-- drivers/acpi/acpica/tbxfload.c | 3 +- drivers/acpi/acpica/utxfinit.c | 10 +- drivers/acpi/bus.c | 56 +++++-- drivers/acpi/device_pm.c | 1 + drivers/acpi/osl.c | 6 +- drivers/acpi/resource.c | 162 +++++++++++++++++++++ drivers/ata/libata-core.c | 2 +- drivers/base/power/clock_ops.c | 2 +- drivers/base/regmap/regmap.c | 5 +- drivers/block/rbd.c | 4 +- drivers/bluetooth/ath3k.c | 8 + drivers/bluetooth/btusb.c | 6 + drivers/bus/arm-ccn.c | 2 +- drivers/char/agp/intel-gtt.c | 2 +- drivers/char/tpm/tpm_ibmvtpm.c | 5 +- drivers/clk/clk.c | 5 +- drivers/clk/ti/clk-dra7-atl.c | 5 + drivers/clocksource/exynos_mct.c | 43 ++++-- drivers/cpufreq/intel_pstate.c | 2 +- drivers/crypto/talitos.c | 4 +- drivers/dma/mv_xor.c | 72 +++++---- drivers/dma/mv_xor.h | 1 + drivers/firmware/efi/efi.c | 6 +- drivers/gpio/gpio-crystalcove.c | 1 + drivers/gpu/drm/drm_dp_mst_topology.c | 67 ++++++++- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_panel.c | 8 + drivers/gpu/drm/qxl/qxl_cmd.c | 1 + drivers/gpu/drm/qxl/qxl_ioctl.c | 4 +- drivers/gpu/drm/radeon/cik.c | 34 +++++ drivers/gpu/drm/radeon/cik_sdma.c | 11 ++ drivers/gpu/drm/radeon/radeon_irq_kms.c | 2 + drivers/gpu/drm/tegra/dpaux.c | 18 +-- drivers/hid/hid-rmi.c | 6 +- drivers/hid/i2c-hid/i2c-hid.c | 6 +- drivers/hwmon/mcp3021.c | 14 +- drivers/hwmon/nct7802.c | 2 +- drivers/i2c/busses/i2c-at91.c | 70 ++++++--- drivers/i2c/i2c-mux.c | 2 +- drivers/i2c/muxes/i2c-mux-pca9541.c | 4 +- drivers/i2c/muxes/i2c-mux-pca954x.c | 2 +- drivers/iio/accel/kxcjk-1013.c | 1 + drivers/infiniband/hw/mlx4/mad.c | 11 +- drivers/infiniband/ulp/srp/ib_srp.c | 83 +++++------ drivers/infiniband/ulp/srp/ib_srp.h | 2 +- drivers/input/touchscreen/pixcir_i2c_ts.c | 2 +- drivers/iommu/amd_iommu.c | 6 + drivers/leds/led-class.c | 7 +- drivers/md/dm-cache-policy-cleaner.c | 3 +- drivers/md/dm-cache-policy-internal.h | 5 +- drivers/md/dm-cache-policy-mq.c | 41 ++++-- drivers/md/dm-cache-policy.h | 15 +- drivers/md/dm-cache-target.c | 58 +++++--- drivers/md/dm-stats.c | 2 + drivers/md/persistent-data/dm-space-map-metadata.c | 50 +++++-- drivers/media/dvb-frontends/af9013.c | 4 + drivers/media/dvb-frontends/cx24116.c | 8 +- drivers/media/dvb-frontends/cx24117.c | 2 +- drivers/media/dvb-frontends/s5h1420.c | 2 +- drivers/media/pci/cx18/cx18-streams.c | 1 + drivers/media/pci/saa7164/saa7164-encoder.c | 11 +- drivers/media/pci/saa7164/saa7164-vbi.c | 11 +- drivers/media/usb/dvb-usb/dib0700_core.c | 70 +++++---- drivers/media/usb/dvb-usb/dib0700_devices.c | 6 + drivers/misc/mei/client.c | 2 +- drivers/misc/mei/hw-me.c | 59 +++++++- drivers/misc/mei/hw-txe.c | 33 +++-- drivers/misc/mei/mei_dev.h | 11 ++ drivers/mmc/card/block.c | 8 +- drivers/mmc/host/sdhci.c | 9 +- drivers/mtd/maps/dc21285.c | 4 +- drivers/mtd/mtd_blkdevs.c | 5 + drivers/net/can/dev.c | 5 + drivers/net/can/slcan.c | 1 + drivers/net/can/vcan.c | 3 + drivers/net/dsa/bcm_sf2.c | 7 + drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 2 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 3 +- drivers/net/ethernet/intel/e1000e/82571.c | 2 +- drivers/net/ethernet/intel/e1000e/ich8lan.c | 8 +- drivers/net/ethernet/intel/e1000e/netdev.c | 18 +-- drivers/net/ethernet/marvell/mvneta.c | 27 +++- drivers/net/ethernet/mellanox/mlx4/cmd.c | 10 +- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 4 - drivers/net/ethernet/mellanox/mlx4/en_rx.c | 17 +-- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 20 ++- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 2 +- drivers/net/ethernet/stmicro/stmmac/descs.h | 2 + drivers/net/ethernet/stmicro/stmmac/enh_desc.c | 3 +- drivers/net/ethernet/stmicro/stmmac/norm_desc.c | 3 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 44 +++--- drivers/net/phy/phy_device.c | 5 +- drivers/net/wireless/ath/ath10k/mac.c | 1 + drivers/net/wireless/ath/ath10k/trace.h | 22 ++- drivers/net/wireless/ath/ath9k/htc.h | 6 +- drivers/net/wireless/ath/ath9k/main.c | 12 +- drivers/net/wireless/b43/main.c | 4 + drivers/net/wireless/iwlwifi/mvm/debugfs.c | 5 +- drivers/net/wireless/iwlwifi/mvm/mac80211.c | 2 +- drivers/net/wireless/iwlwifi/mvm/mvm.h | 1 + drivers/net/wireless/iwlwifi/mvm/time-event.c | 15 +- drivers/net/wireless/rndis_wlan.c | 6 +- drivers/net/wireless/rtlwifi/rtl8188ee/hw.c | 16 -- drivers/net/wireless/rtlwifi/rtl8192ee/hw.c | 17 --- drivers/net/wireless/rtlwifi/rtl8723ae/hw.c | 13 -- drivers/net/wireless/rtlwifi/rtl8723be/hw.c | 17 --- drivers/net/wireless/rtlwifi/rtl8821ae/hw.c | 20 --- drivers/nfc/st21nfcb/i2c.c | 10 -- drivers/nfc/st21nfcb/st21nfcb.c | 3 - drivers/of/address.c | 4 +- drivers/of/base.c | 2 +- drivers/pci/Kconfig | 4 + drivers/pci/bus.c | 10 +- drivers/pci/hotplug/pciehp_hpc.c | 52 +++++-- drivers/pci/pci.c | 11 ++ drivers/pci/probe.c | 12 +- drivers/pcmcia/topic.h | 16 ++ drivers/phy/phy-twl4030-usb.c | 1 - drivers/pinctrl/mvebu/pinctrl-armada-370.c | 4 +- drivers/pinctrl/mvebu/pinctrl-armada-375.c | 4 +- drivers/pinctrl/mvebu/pinctrl-armada-38x.c | 51 +++---- drivers/pinctrl/mvebu/pinctrl-armada-xp.c | 37 ++--- drivers/platform/x86/dell-laptop.c | 8 +- drivers/platform/x86/ideapad-laptop.c | 10 +- drivers/pnp/system.c | 35 +++-- drivers/regulator/core.c | 2 +- drivers/rtc/rtc-snvs.c | 30 ++-- drivers/s390/kvm/virtio_ccw.c | 11 +- drivers/scsi/ipr.h | 2 +- drivers/scsi/megaraid/megaraid_sas.h | 2 +- drivers/scsi/megaraid/megaraid_sas_base.c | 67 ++++----- drivers/scsi/megaraid/megaraid_sas_fusion.c | 3 +- drivers/scsi/scsi_transport_srp.c | 58 +++++--- drivers/spi/spi-orion.c | 25 +++- drivers/spi/spi.c | 11 +- drivers/staging/rtl8712/rtl8712_recv.c | 3 +- drivers/staging/vt6655/device_main.c | 4 + drivers/tty/serial/atmel_serial.c | 9 +- drivers/tty/sysrq.c | 19 +-- drivers/usb/class/cdc-acm.c | 9 ++ drivers/usb/class/cdc-acm.h | 1 + drivers/usb/core/devio.c | 2 +- drivers/usb/core/hub.c | 82 +++++------ drivers/usb/dwc3/gadget.c | 6 +- drivers/usb/host/Kconfig | 4 +- drivers/video/fbdev/mxsfb.c | 68 +++++++-- drivers/w1/slaves/w1_therm.c | 62 ++++++-- drivers/watchdog/omap_wdt.c | 7 + fs/btrfs/ioctl.c | 4 +- fs/btrfs/super.c | 2 + fs/configfs/mount.c | 10 +- fs/dcache.c | 11 -- fs/debugfs/inode.c | 11 +- fs/ext4/indirect.c | 2 +- fs/ext4/inode.c | 23 ++- fs/ext4/super.c | 1 + fs/fuse/inode.c | 11 +- fs/inode.c | 4 +- fs/jbd2/checkpoint.c | 7 +- fs/jbd2/journal.c | 38 ++++- fs/kernfs/dir.c | 38 ++++- fs/kernfs/inode.c | 2 + fs/libfs.c | 96 ++++++++++++ fs/namespace.c | 39 ++++- fs/nfs/nfs3xdr.c | 2 +- fs/nfs/nfs4state.c | 2 + fs/nfs/pnfs.c | 3 + fs/nfs/write.c | 1 + fs/proc/generic.c | 23 +++ fs/proc/inode.c | 4 + fs/proc/internal.h | 6 + fs/proc/proc_sysctl.c | 37 +++++ fs/proc/root.c | 9 +- fs/pstore/inode.c | 12 +- fs/sysfs/dir.c | 34 +++++ fs/sysfs/mount.c | 5 +- fs/ufs/balloc.c | 34 ++--- fs/ufs/ialloc.c | 16 +- fs/ufs/inode.c | 5 +- fs/ufs/namei.c | 15 +- fs/ufs/super.c | 10 ++ fs/ufs/ufs.h | 1 + fs/xfs/xfs_symlink.c | 2 +- include/acpi/acpixf.h | 13 +- include/acpi/actypes.h | 1 + include/drm/drm_crtc.h | 2 + include/drm/drm_dp_mst_helper.h | 4 + include/linux/acpi.h | 12 ++ include/linux/dcache.h | 57 ++++++++ include/linux/fs.h | 4 +- include/linux/gpio/consumer.h | 15 ++ include/linux/jbd2.h | 4 +- include/linux/kernfs.h | 3 + include/linux/kmemleak.h | 6 +- include/linux/nfs_xdr.h | 2 +- include/linux/of.h | 5 +- include/linux/pci.h | 18 ++- include/linux/sysctl.h | 3 + include/linux/sysfs.h | 15 ++ include/linux/types.h | 12 +- include/net/netfilter/nf_queue.h | 2 + include/net/netns/sctp.h | 1 + include/net/sctp/structs.h | 4 + init/main.c | 1 + kernel/cgroup.c | 10 +- kernel/events/core.c | 14 +- kernel/irq/devres.c | 4 +- kernel/power/Kconfig | 2 +- kernel/printk/printk.c | 11 +- kernel/rcu/tiny.c | 5 + kernel/sched/fair.c | 25 ++-- kernel/sysctl.c | 8 +- kernel/time/hrtimer.c | 12 +- kernel/trace/trace_events_filter.c | 10 +- lib/bitmap.c | 17 ++- mm/hugetlb.c | 19 ++- mm/kmemleak.c | 28 +++- mm/percpu.c | 2 +- net/9p/client.c | 3 +- net/bridge/br_ioctl.c | 2 - net/bridge/br_multicast.c | 4 + net/bridge/br_stp_if.c | 4 +- net/can/af_can.c | 6 +- net/ceph/osdmap.c | 2 +- net/core/neighbour.c | 13 ++ net/core/pktgen.c | 5 +- net/core/skbuff.c | 2 +- net/core/sock.c | 2 +- net/ipv4/af_inet.c | 2 + net/ipv4/ipip.c | 3 +- net/ipv4/tcp.c | 7 +- net/ipv4/tcp_fastopen.c | 2 - net/mac80211/cfg.c | 1 + net/mac80211/ibss.c | 1 + net/mac80211/main.c | 3 + net/mac80211/mesh.c | 1 + net/netfilter/core.c | 1 + net/netfilter/nf_internals.h | 1 + net/netfilter/nf_queue.c | 17 +++ net/netfilter/nfnetlink_queue_core.c | 24 ++- net/packet/af_packet.c | 20 +-- net/rose/af_rose.c | 3 +- net/sctp/output.c | 4 +- net/sctp/socket.c | 43 ++++-- net/sunrpc/backchannel_rqst.c | 2 +- net/wireless/util.c | 2 +- samples/bpf/Makefile | 2 +- security/inode.c | 10 +- security/integrity/ima/ima.h | 2 +- security/integrity/ima/ima_fs.c | 4 +- security/integrity/ima/ima_policy.c | 51 +++++-- security/integrity/ima/ima_template_lib.c | 3 +- security/selinux/hooks.c | 3 +- security/selinux/selinuxfs.c | 11 +- security/smack/smackfs.c | 8 +- sound/pci/hda/hda_intel.c | 4 + sound/pci/hda/patch_realtek.c | 25 ++++ sound/soc/codecs/rt5645.c | 4 +- sound/soc/codecs/tas2552.c | 4 +- sound/soc/codecs/wm5102.c | 2 +- sound/soc/codecs/wm5110.c | 2 +- sound/soc/codecs/wm8737.c | 6 +- sound/soc/codecs/wm8903.h | 2 +- sound/soc/codecs/wm8955.c | 2 +- sound/soc/codecs/wm8960.c | 2 +- sound/soc/codecs/wm8997.c | 2 +- sound/soc/fsl/imx-wm8962.c | 2 +- virt/kvm/arm/vgic.c | 2 +- 325 files changed, 2903 insertions(+), 1362 deletions(-) Aaron Lu (1): gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip Al Viro (1): 9p: forgetting to cancel request on interrupted zero-copy RPC Alex Deucher (2): drm/radeon: take the mode_config mutex when dealing with hpds (v2) ALSA: hda - set proper caps for newer AMD hda audio in KB/KV Alex Williamson (1): PCI: pciehp: Wait for hotplug command completion where necessary Alexander Duyck (1): e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size Alexander Sverdlin (3): sctp: Fix race between OOTB responce and route removal i2c: mux: Use __i2c_transfer() instead of calling parent's master_xfer() i2c: mux: pca954x: Use __i2c_transfer because of quirks Alexander Usyskin (1): mei: me: wait for power gating exit confirmation Alexey Brodkin (1): stmmac: troubleshoot unexpected bits in des0 & des1 Alexey Sokolov (1): cdc-acm: Add support of ATOL FPrint fiscal printers Anton Blanchard (1): powerpc/perf: Fix book3s kernel to userspace backtraces Antonio Ospite (1): iio: accel: kxcjk-1013: add the "KXCJ9000" ACPI id Arnd Bergmann (4): ideapad: fix software rfkill setting ARM: 8371/1: always select IRQ_WORK on SMP tty: remove platform_sysrq_reset_seq ARM: 8372/1: KGDB does not build on BE32 Arun Chandran (1): regmap: Fix regmap_bulk_read in BE mode Axel Lin (4): genirq: devres: Fix testing return value of request_any_context_irq() ASoC: wm8737: Fixup setting VMID Impedance control register ASoC: wm8903: Fix define for WM8903_VMID_RES_250K ASoC: wm8955: Fix setting wrong register for WM8955_K_8_0_MASK bits Bart Van Assche (6): scsi_transport_srp: Introduce srp_wait_for_queuecommand() scsi_transport_srp: Fix a race condition IB/srp: Remove an extraneous scsi_host_put() from an error path IB/srp: Fix a connection setup race IB/srp: Fix connection state tracking IB/srp: Fix reconnection failure handling Ben Hutchings (1): MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPU Ben Segall (1): sched/fair: Prevent throttling in early pick_next_task_fair() Bjorn Helgaas (2): x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing Brenden Blanco (1): samples/bpf: fix in-source build of samples with clang Brian King (1): ipr: Increase default adapter init stage change timeout Brian Norris (1): mtd: fix: avoid race condition when accessing mtd->usecount Catalin Marinas (2): arm64: Do not attempt to use init_mm in reset_context() mm: kmemleak: allow safe memory scanning during kmemleak disabling Chris Metcalf (1): __bitmap_parselist: fix bug in empty string handling Chris Wilson (1): agp/intel: Fix typo in needs_ilk_vtd_wa() Christoffer Dall (1): arm64: Don't report clear pmds and puds as huge Christoph Paasch (1): tcp: Do not call tcp_fastopen_reset_cipher from interrupt context Christophe Ricard (2): NFC: st21nfcb: Do not remove header once the payload is sent NFC: st21nfcb: remove st21nfcb_nci_i2c_disable Chuck Lever (1): NFS: Fix size of NFSACL SETACL operations Chun-Yeow Yeoh (1): mac80211: fix the beacon csa counter for mesh and ibss Constantine Shulyupin (1): hwmon: (nct7802) fix visibility of temp3 Cornelia Huck (1): KVM: s390: virtio-ccw: don't overwrite config space values Cyrille Pitchen (1): i2c: at91: fix a race condition when using the DMA controller Damian Eppel (1): clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier Dan Carpenter (7): ACPI / resources: free memory on error in add_region_before() ASoC: imx-wm8962: Add a missing error check ath9k_htc: memory corruption calling set_bit() rndis_wlan: harmless issue calling set_bit() HID: i2c-hid: fix harmless test_bit() issue HID: rmi: fix some harmless BIT() mistakes USB: devio: fix a condition in async_completed() Daniel Vetter (1): drm/dp/mst: make sure mst_primary mstb is valid in work function Darrick J. Wong (1): ext4: don't retry file block mapping on bigalloc fs with non-extent file Dave Airlie (2): drm/dp/mst: take lock around looking up the branch device on hpd irq drm/dp/mst: close deadlock in connector destruction. Dave P Martin (1): arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP David Fries (1): w1_therm reference count family data David Henningsson (1): ALSA: hda - Fix Dock Headphone on Thinkpad X250 seen as a Line Out David Howells (1): VFS: Introduce inode-getting helpers for layered/unioned fs environments David Härdeman (1): [media] rc-core: fix dib0700 scancode generation for RC5 Ding Wang (1): mmc: card: Fixup request missing in mmc_blk_issue_rw_rq Dmitry Monakhov (1): jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail() Dmitry Osipenko (1): ARM: tegra20: Store CPU "resettable" status in IRAM Dmitry Tunin (5): ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked ath3k: Add support of 0489:e076 AR3012 device ath3k: add support of 13d3:3474 AR3012 device Bluetooth: ath3k: add support of 04ca:300f AR3012 device Bluetooth: ath3k: Add support of 04ca:300d AR3012 device Eliad Peller (1): iwlwifi: mvm: fix ROC reference accounting Eran Ben Elisha (1): net/mlx4_en: Release TX QP when destroying TX ring Eric Dumazet (3): packet: read num_members once in packet_rcv_fanout() bnx2x: fix lockdep splat ipip: fix one sparse error Eric Sandeen (1): xfs: fix remote symlinks on V5/CRC filesystems Eric W. Biederman (12): mnt: Refactor the logic for mounting sysfs and proc in a user namespace mnt: Modify fs_fully_visible to deal with locked ro nodev and atime netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook vfs: Ignore unlocked mounts in fs_fully_visible fs: Add helper functions for permanently empty directories. sysctl: Allow creating permanently empty directories that serve as mountpoints. proc: Allow creating permanently empty directories that serve as mount points kernfs: Add support for always empty directories. sysfs: Add support for permanently empty directories to serve as mount points. sysfs: Create mountpoints with sysfs_create_mount_point mnt: Update fs_fully_visible to test for permanently empty directories vfs: Remove incorrect debugging WARN in prepend_path Fabian Frederick (2): fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" fs/ufs: restore s_lock mutex Felipe Balbi (1): usb: dwc3: gadget: don't clear EP_BUSY too early Felix Fietkau (1): ath9k: fix DMA stop sequence for AR9003+ Firo Yang (1): NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer Florian Fainelli (1): net: dsa: bcm_sf2: properly propagate carrier down state for MoCA Frediano Ziglio (2): drm/qxl: Do not cause spice-server to clean our objects drm/qxl: Do not leak memory if qxl_release_list_add fails Frodo Lai (1): Input: pixcir_i2c_ts - fix receive error Geert Uytterhoeven (2): gpiolib: Add missing dummies for the unified device properties interface PM / clk: Fix clock error check in __pm_clk_add() Gregory CLEMENT (1): spi: orion: Fix maximum baud rates for Armada 370/XP Grygorii Strashko (1): leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger Haggai Eran (1): staging: rtl8712: prevent buffer overrun in recvbuf2recvframe Hans Verkuil (2): [media] saa7164: fix querycap warning [media] cx18: add missing caps for the PCM video device Hon Ching \\(Vicky\\) Lo (1): vTPM: set virtual device before passing to ibmvtpm_reset_crq Horia Geant? (2): crypto: talitos - avoid memleak in talitos_alg_alloc() Revert "crypto: talitos - convert to use be16_add_cpu()" Ido Shamay (2): net/mlx4_en: Wake TX queues only when there's enough room net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled Ilya Dryomov (2): crush: fix a bug in tree bucket decode rbd: use GFP_NOIO in rbd_obj_request_create() J. Bruce Fields (1): selinux: fix setting of security labels on NFS James Hogan (1): MIPS: Fix KVM guest fixmap address Jan Kara (2): fs: Fix S_NOSEC handling ufs: Fix possible deadlock when looking up directories Jani Nikula (1): drm/i915: fix backlight after resume on 855gm Jeff Layton (1): nfs: increase size of EXCHANGE_ID name string buffer Jesper Dangaard Brouer (2): pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliant pktgen: adjust spacing in proc file interface output Jingoo Han (1): of/address: use atomic allocation in pci_register_io_range() Joe Konno (1): intel_pstate: set BYT MSR with wrmsrl_on_cpu() Joe Thornber (2): dm cache: fix race when issuing a POLICY_REPLACE operation dm space map metadata: fix occasional leak of a metadata block on resize Joerg Roedel (1): iommu/amd: Handle large pages correctly in free_pagetable Joseph Qi (1): jbd2: fix ocfs2 corrupt when updating journal superblock fails Julian Anastasov (1): neigh: do not modify unlinked entries Jérôme Glisse (2): drm/radeon: compute ring fix hibernation (CI GPU family) v2. drm/radeon: SDMA fix hibernation (CI GPU family). Konstantin Khlebnikov (1): of: return NUMA_NO_NODE from fallback of_node_to_nid() Krzysztof Kozlowski (1): clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereference Larry Finger (1): mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() Lior Amsalem (1): dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup Liu Ying (1): video: mxsfb: Make sure axi clock is enabled when accessing registers Lorenzo Pieralisi (1): ARM: kvm: psci: fix handling of unimplemented functions Ludovic Desroches (1): ARM: at91/dt: sama5d4ek: mci0 uses slot 0 Lv Zheng (3): ACPICA: Tables: Enable both 32-bit and 64-bit FACS ACPICA: Tables: Fix an issue that FACS initialization is performed twice ACPICA: Tables: Enable default 64-bit FADT addresses favor Malcolm Priestley (1): staging: vt6655: device_rx_srv check sk_buff is NULL Marc Zyngier (2): arm: KVM: force execution of HCPTR access on VM exit KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers Marcel Holtmann (1): Bluetooth: btusb: Fix memory leak in Intel setup routine Marcelo Ricardo Leitner (1): sctp: fix ASCONF list handling Mark Rutland (1): arm64: entry: fix context tracking for el0_sp_pc Martin K. Petersen (1): libata: Do not blacklist Micron M500DC Martin Sperl (1): spi: fix race freeing dummy_tx/rx before it is unmapped Mauro Carvalho Chehab (4): [media] s5h1420: fix a buffer overflow when checking userspace params [media] cx24116: fix a buffer overflow when checking userspace params [media] af9013: Don't accept invalid bandwidth [media] cx24117: fix a buffer overflow when checking userspace params Maxime Coquelin (1): regmap: Fix possible shift overflow in regmap_field_init() Michael Holzheu (1): s390/kdump: fix REGSET_VX_LOW vector register ELF notes Michal Kazior (5): ath10k: clear htt.freq cfg80211: ignore netif running state when changing iftype ath10k: add extra check for frame tracing ath10k: fix insufficient tracing buffer size mac80211: prevent possible crypto tx tailroom corruption Miklos Szeredi (1): fuse: initialize fc->release before calling it Mikulas Patocka (1): dm stats: fix divide by zero if 'number_of_areas' arg is zero Mimi Zohar (5): ima: do not measure or appraise the NSFS filesystem KEYS: fix "ca_keys=" partial key matching ima: fix ima_show_template_data_ascii() ima: add support for new "euid" policy condition ima: extend "mask" policy matching support Mugunthan V N (1): net: phy: fix phy link up when limiting speed via device tree Naoya Horiguchi (1): mm/hugetlb: introduce minimum hugepage order Nathan Fontenot (1): powerpc/pseries: Fix possible leaked device node reference NeilBrown (1): phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function. Nicolas Boichat (1): ASoC: rt5645: Init jack_detect_work before registering irq Nicolas Ferre (1): tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send Nikolay Aleksandrov (1): bridge: fix br_stp_set_bridge_priority race conditions Oleg Nesterov (1): perf: Fix ring_buffer_attach() RCU sync, again Olga Kornievskaia (1): fixing infinite OPEN loop in 4.0 stateid recovery Oliver Hartkopp (1): can: fix loss of CAN frames in raw_rcv Omar Sandoval (2): Btrfs: don't invalidate root dentry when subvolume deletion fails Btrfs: lock superblock before remounting for rw subvol Or Gerlitz (2): IB/mlx4: Convert slave port before building address-handle net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to physical Pali Rohár (1): dell-laptop: Fix allocating & freeing SMI buffer page Paolo Bonzini (1): KVM: mips: use id_to_memslot correctly Paul E. McKenney (1): rcu: Correctly handle non-empty Tiny RCU callback list with none ready Pawel Moll (1): bus: arm-ccn: Fix node->XP config conversion Peter Ujfalusi (2): ASoC: tas2552: Fix kernel crash when the codec is loaded but not part of a card ASoC: tas2552: Fix kernel crash caused by wrong kcontrol entry Peter Zijlstra (1): hrtimer: Allow concurrent hrtimer_start() for self restarting timers Radim Krčmář (2): KVM: x86: make vapics_in_nmi_mode atomic KVM: x86: properly restore LVT0 Rafael J. Wysocki (4): PCI: Propagate the "ignore hotplug" setting to parent ACPI / PM: Add missing pm_generic_complete() invocation ACPI / PNP: Avoid conflicting resource reservations ACPI / init: Switch over platform to the ACPI mode later Rafał Miłecki (1): b43: fix support for 14e4:4321 PCI dev with BCM4321 chipset Ralf Baechle (1): NET: ROSE: Don't dereference NULL neighbour pointer. Richard Fitzgerald (1): ASoC: arizona: Fix noise generator gain TLV Robert Schlabbach (1): usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port reset Roberto Sassu (1): ima: skip measurement of cgroupfs files and update documentation Russell King (1): ARM: dove: fix legacy dove IRQ numbers Ryan Underwood (1): Disable write buffering on Toshiba ToPIC95 Satish Ashok (1): bridge: multicast: restore router configuration on port link down/up Shaohua Li (1): net: don't wait for order-3 page allocation Simon Guinot (3): net: mvneta: introduce compatible string "marvell, armada-xp-neta" ARM: mvebu: update Ethernet compatible string for Armada XP net: mvneta: disable IP checksum with jumbo frames for Armada 370 Sowmini Varadhan (1): sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context Stefan Agner (1): rtc: snvs: fix wakealarm by call enable_irq_wake earlier Stefan Wahren (2): regulator: core: fix constraints output buffer clk: Fix JSON output in debugfs Stephen Boyd (1): ARM64: smp: Fix suspicious RCU usage with ipi tracepoints Steven Rostedt (Red Hat) (2): tracing/filter: Do not WARN on operand count going below zero tracing/filter: Do not allow infix to exceed end of string Stevens, Nick (1): hwmon: (mcp3021) Fix broken output scaling Sumit.Saxena@avagotech.com (1): megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_and_poll() to consider command status returned by firmware Takashi Iwai (3): PM / sleep: Increase default DPM watchdog timeout to 60 ALSA: hda - Add headset support to Acer Aspire V5 ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780 Theodore Ts'o (2): ext4: fix race between truncate and __ext4_journalled_writepage() ext4: call sync_blockdev() before invalidate_bdev() in put_super() Thierry Reding (1): drm/tegra: dpaux: Fix transfers larger than 4 bytes Thomas Petazzoni (9): pinctrl: mvebu: armada-38x: fix PCIe functions pinctrl: mvebu: armada-370: fix spi0 pin description pinctrl: mvebu: armada-375: remove non-existing NAND re/we pins pinctrl: mvebu: armada-xp: remove non-existing NAND pins pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functions pinctrl: mvebu: armada-xp: fix functions of MPP48 pinctrl: mvebu: armada-375: remove incorrect space in pin description pinctrl: mvebu: armada-38x: fix incorrect total number of GPIOs ARM: mvebu: fix suspend to RAM on big-endian configurations Thomas Reitmayr (1): [media] media: Fix regression in some more dib0700 based devices Tom Lendacky (1): amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation Tomas Winkler (1): mei: txe: reduce suspend/resume time Trond Myklebust (3): SUNRPC: Fix a memory leak in the backchannel code pNFS: Fix a memory leak when attempted pnfs fails NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes Ulf Hansson (1): mmc: sdhci: Restore behavior while creating OCR mask Uwe Kleine-König (2): watchdog: omap: assert the counter being stopped before reprogramming mtd: dc21285: use raw spinlock functions for nw_gpio_lock Vasily Averin (1): security_syslog() should be called once only Vincent Fann (1): rtlwifi: Remove the clear interrupt routine from all drivers Vineet Gupta (2): ARC: add compiler barrier to LLSC based cmpxchg ARC: add smp barriers around atomics per Documentation/atomic_ops.txt Will Deacon (1): arm64: vdso: work-around broken ELF toolchains in Makefile Willem de Bruijn (1): packet: avoid out of bounds read in round robin fanout Xi Wang (2): arm64: bpf: fix out-of-bounds read in bpf2a64_offset() arm64: bpf: fix endianness conversion bugs Yinghai Lu (1): PCI: Add pci_bus_addr_t Zhichang Yuan (1): of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port Zidan Wang (1): ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1] -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/