stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.10 00/16] 3.10.104-stable review
@ 2016-10-19 22:49 Willy Tarreau
  2016-10-19 22:49 ` [PATCH 3.10 01/16] Revert "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls" Willy Tarreau
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Willy Tarreau @ 2016-10-19 22:49 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: Willy Tarreau

This is the start of the stable review cycle for the 3.10.104 release.
All patches will be posted as a response to this one. If anyone has any
issue with these being applied, please let me know. If anyone thinks some
important patches are missing and should be added prior to the release,
please report them quickly with their respective mainline commit IDs.

Responses should be made by Fri Oct 21 21:00:00 CEST 2016.
Anything received after that time might be too late. If someone
wants a bit more time for a deeper review, please let me know.

The whole patch series can be found in one patch at :
   https://kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.104-rc1.gz

The shortlog and diffstat are appended below.

Thanks,
Willy

===============


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 (1):
  Revert "powerpc/tm: Always reclaim in start_thread() for exec() class
    syscalls"

Yinghai Lu (1):
  megaraid_sas: Fix probing cards without io port

 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 ++--
 17 files changed, 101 insertions(+), 40 deletions(-)

-- 
2.8.0.rc2.1.gbe9624a


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-10-20  6:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 22:49 [PATCH 3.10 00/16] 3.10.104-stable review Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 01/16] Revert "powerpc/tm: Always reclaim in start_thread() for exec() class syscalls" Willy Tarreau
2016-10-20  3:07   ` Guenter Roeck
2016-10-20  6:12     ` Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 02/16] PCI: Support PCIe devices with short cfg_size Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 03/16] PCI: Add Netronome vendor and device IDs Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 04/16] PCI: Limit config space size for Netronome NFP6000 family Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 05/16] PCI: Add Netronome NFP4000 PF device ID Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 06/16] PCI: Limit config space size for Netronome NFP4000 Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 07/16] aacraid: Check size values after double-fetch from user Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 08/16] megaraid_sas: Fix probing cards without io port Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 09/16] crypto: nx - off by one bug in nx_of_update_msc() Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 10/16] staging: comedi: daqboard2000: bug fix board type matching code Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 11/16] ACPI / sysfs: fix error code in get_status() Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 12/16] mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 13/16] MIPS: KVM: Check for pfn noslot case Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 14/16] security: let security modules use PTRACE_MODE_* with bitmasks Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 15/16] xen-netback: ref count shared rings Willy Tarreau
2016-10-19 22:49 ` [PATCH 3.10 16/16] mm: remove gup_flags FOLL_WRITE games from __get_user_pages() Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).