Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933180AbbGHHzT (ORCPT ); Wed, 8 Jul 2015 03:55:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43180 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933971AbbGHHgy (ORCPT ); Wed, 8 Jul 2015 03:36:54 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 4.1 00/56] 4.1.2-stable review Date: Wed, 8 Jul 2015 00:34:49 -0700 Message-Id: <20150708073237.780280770@linuxfoundation.org> X-Mailer: git-send-email 2.4.5 MIME-Version: 1.0 User-Agent: quilt/0.64 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: 11158 Lines: 281 This is the start of the stable review cycle for the 4.1.2 release. There are 56 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Jul 10 07:31:19 UTC 2015. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.1.2-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.1.2-rc1 Eric W. Biederman vfs: Ignore unlocked mounts in fs_fully_visible Eric W. Biederman vfs: Remove incorrect debugging WARN in prepend_path Fabian Frederick fs/ufs: restore s_lock mutex Fabian Frederick fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" Jan Kara fs: Fix S_NOSEC handling Radim Krčmář KVM: x86: make vapics_in_nmi_mode atomic Radim Krčmář KVM: x86: properly restore LVT0 Marc Zyngier KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers Cornelia Huck KVM: s390: virtio-ccw: don't overwrite config space values Michael Holzheu s390/kdump: fix REGSET_VX_LOW vector register ELF notes Michael Holzheu s390/bpf: Fix backward jumps Jens Freimann KVM: s390: clear floating interrupt bitmap and parameters David Hildenbrand KVM: s390: fix external call injection without sigp interpretation James Hogan MIPS: Fix KVM guest fixmap address Paolo Bonzini KVM: mips: use id_to_memslot correctly Bjorn Helgaas x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A Bjorn Helgaas x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing Anton Blanchard powerpc/perf: Fix book3s kernel to userspace backtraces preeti tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode Thomas Petazzoni ARM: mvebu: fix suspend to RAM on big-endian configurations Dmitry Osipenko ARM: tegra20: Store CPU "resettable" status in IRAM Lorenzo Pieralisi ARM: kvm: psci: fix handling of unimplemented functions Marc Zyngier arm: KVM: force execution of HCPTR access on VM exit J. Bruce Fields selinux: fix setting of security labels on NFS Joe Konno intel_pstate: set BYT MSR with wrmsrl_on_cpu() Jiri Slaby mmc: sdhci: fix low memory corruption Joerg Roedel iommu/amd: Handle large pages correctly in free_pagetable Will Deacon iommu/arm-smmu: Fix broken ATOS check Horia Geant? Revert "crypto: talitos - convert to use be16_add_cpu()" Horia Geant? crypto: talitos - avoid memleak in talitos_alg_alloc() Rui Miguel Silva usb: gadget: f_fs: add extra check before unregister_gadget_item Simon Guinot net: mvneta: disable IP checksum with jumbo frames for Armada 370 Simon Guinot ARM: mvebu: update Ethernet compatible string for Armada XP Simon Guinot net: mvneta: introduce compatible string "marvell, armada-xp-neta" Tom Lendacky amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation Alexander Sverdlin sctp: Fix race between OOTB responce and route removal Eric Dumazet bnx2x: fix lockdep splat Mugunthan V N net: phy: fix phy link up when limiting speed via device tree Or Gerlitz mlx4: Disable HA for SRIOV PF RoCE devices Ido Shamay net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled Ido Shamay net/mlx4_en: Wake TX queues only when there's enough room Eran Ben Elisha net/mlx4_en: Release TX QP when destroying TX ring Julian Anastasov ip: report the original address of ICMP messages Palik, Imre xen-netback: fix a BUG() during initialization Christoph Paasch tcp: Do not call tcp_fastopen_reset_cipher from interrupt context Stas Sergeev mvneta: add forgotten initialization of autonegotiation bits Johannes Berg mac80211: fix locking in update_vlan_tailroom_need_count() Julian Anastasov neigh: do not modify unlinked entries Willem de Bruijn packet: avoid out of bounds read in round robin fanout Eric Dumazet packet: read num_members once in packet_rcv_fanout() Nikolay Aleksandrov bridge: fix br_stp_set_bridge_priority race conditions Marcelo Ricardo Leitner sctp: fix ASCONF list handling Oliver Hartkopp can: fix loss of CAN frames in raw_rcv Bandan Das KVM: nSVM: Check for NRIPS support before updating control field Sebastien Szymanski ARM: clk-imx6q: refine sata's parent Hans de Goede ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later ------------- Diffstat: .../bindings/net/marvell-armada-370-neta.txt | 2 +- Makefile | 4 +- 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/sun5i-a10s.dtsi | 2 +- arch/arm/boot/dts/sun5i-a13.dtsi | 2 +- arch/arm/boot/dts/sun7i-a20.dtsi | 2 +- arch/arm/kvm/interrupts.S | 10 ++--- arch/arm/kvm/interrupts_head.S | 20 +++++++++- arch/arm/kvm/psci.c | 16 ++------ arch/arm/mach-imx/clk-imx6q.c | 2 +- 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/mips/include/asm/mach-generic/spaces.h | 4 ++ arch/mips/kvm/mips.c | 2 +- arch/powerpc/perf/core-book3s.c | 11 +++++- arch/s390/kernel/crash_dump.c | 2 +- arch/s390/kvm/interrupt.c | 5 ++- arch/s390/net/bpf_jit_comp.c | 2 +- arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/i8254.c | 2 +- arch/x86/kvm/lapic.c | 5 ++- arch/x86/kvm/svm.c | 8 +++- arch/x86/pci/acpi.c | 17 ++++++++- drivers/cpufreq/intel_pstate.c | 2 +- drivers/cpuidle/cpuidle-powernv.c | 15 ++++++-- drivers/crypto/talitos.c | 4 +- drivers/iommu/amd_iommu.c | 6 +++ drivers/iommu/arm-smmu.c | 2 +- drivers/mmc/host/sdhci.c | 2 +- drivers/net/can/dev.c | 5 +++ drivers/net/can/slcan.c | 1 + drivers/net/can/vcan.c | 3 ++ drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 2 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 3 +- drivers/net/ethernet/marvell/mvneta.c | 33 ++++++++++++++++- 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/intf.c | 8 +++- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 2 +- drivers/net/phy/phy_device.c | 5 ++- drivers/net/xen-netback/xenbus.c | 4 ++ drivers/s390/kvm/virtio_ccw.c | 11 +++++- drivers/usb/gadget/function/f_fs.c | 10 ++++- fs/dcache.c | 11 ------ fs/inode.c | 4 +- fs/namespace.c | 8 +++- fs/ufs/balloc.c | 34 ++++++++--------- fs/ufs/ialloc.c | 16 ++++---- fs/ufs/inode.c | 5 ++- fs/ufs/namei.c | 14 ++++--- fs/ufs/super.c | 10 +++++ fs/ufs/ufs.h | 1 + include/net/netns/sctp.h | 1 + include/net/sctp/structs.h | 4 ++ net/bridge/br_ioctl.c | 2 - net/bridge/br_stp_if.c | 4 +- net/can/af_can.c | 6 ++- net/core/neighbour.c | 13 +++++++ net/ipv4/af_inet.c | 2 + net/ipv4/ip_sockglue.c | 11 +++++- net/ipv4/tcp.c | 7 +++- net/ipv4/tcp_fastopen.c | 2 - net/ipv6/datagram.c | 12 +++++- net/mac80211/key.c | 13 +++++-- net/packet/af_packet.c | 20 ++-------- net/sctp/output.c | 4 +- net/sctp/socket.c | 43 ++++++++++++++++------ security/selinux/hooks.c | 1 + virt/kvm/arm/vgic.c | 5 +-- 78 files changed, 417 insertions(+), 202 deletions(-) -- 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/