This is the start of the stable review cycle for the 3.10.87 release.
There are 35 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 Sun Aug 16 17:43:46 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/v3.x/stable-review/patch-3.10.87-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.10.87-rc1
Michal Hocko <[email protected]>
mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
NeilBrown <[email protected]>
md/bitmap: return an error when bitmap superblock is corrupt.
Paolo Bonzini <[email protected]>
kvm: x86: fix kvm_apic_has_events to check for NULL pointer
Amanieu d'Antras <[email protected]>
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras <[email protected]>
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras <[email protected]>
signalfd: fix information leak in signalfd_copyinfo
Fabio Estevam <[email protected]>
ARM: 7819/1: fiq: Cast the first argument of flush_icache_range()
Russell King <[email protected]>
ARM: Fix FIQ code on VIVT CPUs
Russell King <[email protected]>
ARM: Fix !kuser helpers case
Al Viro <[email protected]>
sg_start_req(): make sure that there's not too many elements in iovec
NeilBrown <[email protected]>
md/raid1: extend spinlock to protect raid1_end_read_request against
inconsistencies
Joseph Qi <[email protected]>
ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()
Marcus Gelderie <[email protected]>
ipc: modify message queue accounting to not take kernel data structures
into account
Dan Carpenter <[email protected]>
ALSA: hda - fix cs4210_spdif_automute()
Nicholas Bellinger <[email protected]>
iscsi-target: Fix iscsit_start_kthreads failure OOPs
Ilya Dryomov <[email protected]>
rbd: fix copyup completion race
Herbert Xu <[email protected]>
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer
Marek Marczykowski-Górecki <[email protected]>
xen/gntdevt: Fix race condition in gntdev_release()
Andy Lutomirski <[email protected]>
x86/xen: Probe target addresses in set_aliased_prot() before the hypercall
David S. Miller <[email protected]>
sparc64: Fix userspace FPU register corruptions.
David S. Miller <[email protected]>
sparc64: Fix FPU register corruption with AES crypto offload.
Peter Zijlstra <[email protected]>
perf/x86/amd: Rework AMD PMU init code
Guenter Roeck <[email protected]>
mfd: sm501: dbg_regs attribute must be read-only
Xie XiuQi <[email protected]>
ipmi: fix timeout calculation when bmc is disconnected
Benjamin Randazzo <[email protected]>
md: use kzalloc() when bitmap is disabled
Dirk Behme <[email protected]>
USB: sierra: add 1199:68AB device ID
Mathias Nyman <[email protected]>
xhci: fix off by one error in TRB DMA address boundary check
Brian King <[email protected]>
ipr: Fix invalid array indexing for HRRQ
Brian King <[email protected]>
ipr: Fix incorrect trace indexing
Brian King <[email protected]>
ipr: Fix locking for unit attention handling
Alex Deucher <[email protected]>
drm/radeon/combios: add some validation of lvds values
Jan Kara <[email protected]>
fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()
David Daney <[email protected]>
MIPS: Make set_pte() SMP safe.
Felix Fietkau <[email protected]>
MIPS: Fix sched_getaffinity with MT FPAFF enabled
Arnd Bergmann <[email protected]>
ARM: realview: fix sparsemem build
-------------
Diffstat:
Makefile | 4 +-
arch/arm/kernel/entry-armv.S | 3 +-
arch/arm/kernel/fiq.c | 9 ++--
arch/arm/mach-realview/include/mach/memory.h | 2 +
arch/arm64/kernel/signal32.c | 5 +--
arch/mips/include/asm/pgtable.h | 31 +++++++++++++
arch/mips/kernel/mips-mt-fpaff.c | 5 ++-
arch/mips/kernel/signal32.c | 2 -
arch/powerpc/kernel/signal_32.c | 2 -
arch/sparc/include/asm/visasm.h | 18 ++++----
arch/sparc/lib/NG4memcpy.S | 19 +++++++-
arch/sparc/lib/VISsave.S | 67 +---------------------------
arch/sparc/lib/ksyms.c | 4 --
arch/x86/kernel/cpu/perf_event_amd.c | 34 +++++++-------
arch/x86/kvm/lapic.h | 2 +-
arch/x86/xen/enlighten.c | 40 +++++++++++++++++
drivers/block/rbd.c | 22 ++++++---
drivers/char/ipmi/ipmi_si_intf.c | 2 +-
drivers/crypto/ixp4xx_crypto.c | 1 -
drivers/gpu/drm/radeon/radeon_combios.c | 7 ++-
drivers/md/bitmap.c | 2 +
drivers/md/md.c | 4 +-
drivers/md/raid1.c | 10 +++--
drivers/mfd/sm501.c | 2 +-
drivers/scsi/ipr.c | 28 +++++++-----
drivers/scsi/ipr.h | 1 +
drivers/scsi/sg.c | 3 ++
drivers/target/iscsi/iscsi_target.c | 18 ++++++--
drivers/target/iscsi/iscsi_target_core.h | 1 +
drivers/target/iscsi/iscsi_target_login.c | 43 +++++++-----------
drivers/target/iscsi/iscsi_target_login.h | 1 +
drivers/target/iscsi/iscsi_target_nego.c | 34 +++++++++++++-
drivers/usb/host/xhci-ring.c | 2 +-
drivers/usb/serial/sierra.c | 1 +
drivers/xen/gntdev.c | 2 +
fs/notify/mark.c | 30 ++++++++++---
fs/ocfs2/dlmglue.c | 10 +++--
fs/signalfd.c | 5 ++-
ipc/mqueue.c | 5 ---
kernel/signal.c | 7 +--
mm/vmscan.c | 2 +-
sound/pci/hda/patch_cirrus.c | 4 +-
42 files changed, 300 insertions(+), 194 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/