Linux 3.10.104 was just released. All users of the 3.10 kernel series must upgrade. The patch and changelog will appear soon at the following locations: https://www.kernel.org/pub/linux/kernel/v3.x/ https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.104.xz https://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.104.gz https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.104 The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y The tree can be browsed on the git web interface: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?h=linux-3.10.y Thanks to everyone involved, Willy --------- Makefile | 2 +- arch/mips/kvm/kvm_tlb.c | 2 +- arch/powerpc/kernel/process.c | 10 ---------- drivers/acpi/sysfs.c | 7 +++---- drivers/crypto/nx/nx.c | 2 +- drivers/net/xen-netback/common.h | 4 ++++ drivers/net/xen-netback/interface.c | 17 ++++++++++++++-- drivers/net/xen-netback/netback.c | 6 ++++++ drivers/pci/pci-sysfs.c | 18 ++++++++--------- drivers/pci/quirks.c | 12 ++++++++++++ drivers/scsi/aacraid/commctrl.c | 13 +++++++++++-- drivers/scsi/megaraid/megaraid_sas_base.c | 6 +++--- drivers/scsi/megaraid/megaraid_sas_fusion.c | 2 +- drivers/staging/comedi/drivers/daqboard2000.c | 2 +- include/linux/mm.h | 1 + include/linux/pci_ids.h | 7 +++++++ mm/memory.c | 28 +++++++++++++++++++++++---- security/yama/yama_lsm.c | 4 ++-- 18 files changed, 102 insertions(+), 41 deletions(-) Summary of changes from 3.10.103 to 3.10.104 ============================================== Andrea Arcangeli (1): mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED Dan Carpenter (2): crypto: nx - off by one bug in nx_of_update_msc() ACPI / sysfs: fix error code in get_status() Dave Carroll (1): aacraid: Check size values after double-fetch from user Ian Abbott (1): staging: comedi: daqboard2000: bug fix board type matching code James Hogan (1): MIPS: KVM: Check for pfn noslot case Jann Horn (1): security: let security modules use PTRACE_MODE_* with bitmasks Jason S. McMullan (3): PCI: Support PCIe devices with short cfg_size PCI: Add Netronome vendor and device IDs PCI: Limit config space size for Netronome NFP6000 family Linus Torvalds (1): mm: remove gup_flags FOLL_WRITE games from __get_user_pages() Simon Horman (2): PCI: Add Netronome NFP4000 PF device ID PCI: Limit config space size for Netronome NFP4000 Wei Liu (1): xen-netback: ref count shared rings Willy Tarreau (2): Revert "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls" Linux 3.10.104 Yinghai Lu (1): megaraid_sas: Fix probing cards without io port -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html