I'm announcing the release of the 4.1.2 kernel. All users of the 4.1 kernel series must upgrade. The updated 4.1.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt | 2 Makefile | 2 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 | 22 +++-- fs/ufs/super.c | 11 ++ 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, 424 insertions(+), 202 deletions(-) Alexander Sverdlin (1): sctp: Fix race between OOTB responce and route removal Anton Blanchard (1): powerpc/perf: Fix book3s kernel to userspace backtraces Bandan Das (1): KVM: nSVM: Check for NRIPS support before updating control field Bjorn Helgaas (2): x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A Christoph Paasch (1): tcp: Do not call tcp_fastopen_reset_cipher from interrupt context Cornelia Huck (1): KVM: s390: virtio-ccw: don't overwrite config space values David Hildenbrand (1): KVM: s390: fix external call injection without sigp interpretation Dmitry Osipenko (1): ARM: tegra20: Store CPU "resettable" status in IRAM Eran Ben Elisha (1): net/mlx4_en: Release TX QP when destroying TX ring Eric Dumazet (2): packet: read num_members once in packet_rcv_fanout() bnx2x: fix lockdep splat Eric W. Biederman (2): vfs: Remove incorrect debugging WARN in prepend_path vfs: Ignore unlocked mounts in fs_fully_visible Fabian Frederick (3): fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge" fs/ufs: restore s_lock mutex fs/ufs: restore s_lock mutex_init() Greg Kroah-Hartman (1): Linux 4.1.2 Hans de Goede (1): ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later 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 J. Bruce Fields (1): selinux: fix setting of security labels on NFS James Hogan (1): MIPS: Fix KVM guest fixmap address Jan Kara (3): fs: Fix S_NOSEC handling ufs: Fix warning from unlock_new_inode() ufs: Fix possible deadlock when looking up directories Jens Freimann (1): KVM: s390: clear floating interrupt bitmap and parameters Jiri Slaby (1): mmc: sdhci: fix low memory corruption Joe Konno (1): intel_pstate: set BYT MSR with wrmsrl_on_cpu() Joerg Roedel (1): iommu/amd: Handle large pages correctly in free_pagetable Johannes Berg (1): mac80211: fix locking in update_vlan_tailroom_need_count() Julian Anastasov (2): neigh: do not modify unlinked entries ip: report the original address of ICMP messages Lorenzo Pieralisi (1): ARM: kvm: psci: fix handling of unimplemented functions Marc Zyngier (2): arm: KVM: force execution of HCPTR access on VM exit KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers Marcelo Ricardo Leitner (1): sctp: fix ASCONF list handling Michael Holzheu (2): s390/bpf: Fix backward jumps s390/kdump: fix REGSET_VX_LOW vector register ELF notes Mugunthan V N (1): net: phy: fix phy link up when limiting speed via device tree Nikolay Aleksandrov (1): bridge: fix br_stp_set_bridge_priority race conditions Oliver Hartkopp (1): can: fix loss of CAN frames in raw_rcv Or Gerlitz (1): mlx4: Disable HA for SRIOV PF RoCE devices Palik, Imre (1): xen-netback: fix a BUG() during initialization Paolo Bonzini (1): KVM: mips: use id_to_memslot correctly Radim Krčmář (2): KVM: x86: properly restore LVT0 KVM: x86: make vapics_in_nmi_mode atomic Rui Miguel Silva (1): usb: gadget: f_fs: add extra check before unregister_gadget_item Sebastien Szymanski (1): ARM: clk-imx6q: refine sata's parent 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 Stas Sergeev (1): mvneta: add forgotten initialization of autonegotiation bits Thomas Petazzoni (1): ARM: mvebu: fix suspend to RAM on big-endian configurations Tom Lendacky (1): amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation Will Deacon (1): iommu/arm-smmu: Fix broken ATOS check Willem de Bruijn (1): packet: avoid out of bounds read in round robin fanout preeti (1): tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
Attachment:
signature.asc
Description: PGP signature