[PATCH 3.10 00/80] 3.10.99-stable review

From: Greg Kroah-Hartman
Date: Tue Mar 01 2016 - 21:38:33 EST


This is the start of the stable review cycle for the 3.10.99 release.
There are 80 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 Thu Mar 3 23:43:32 UTC 2016.
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.99-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 3.10.99-rc1

Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted.

Al Viro <viro@xxxxxxxxxxxxxxxxxx>
do_last(): don't let a bogus return value from ->open() et.al. to confuse us

Simon Guinot <simon.guinot@xxxxxxxxxxxx>
kernel/resource.c: fix muxed resource handling in __request_region()

Stefan Hajnoczi <stefanha@xxxxxxxxxx>
sunrpc/cache: fix off-by-one in qword_get()

Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx>
tracing: Fix showing function event in available_events

Christian Borntraeger <borntraeger@xxxxxxxxxx>
KVM: async_pf: do not warn on page allocation failures

Christoph Hellwig <hch@xxxxxx>
nfs: fix nfs_size_to_loff_t

Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
PCI/AER: Flush workqueue on device remove to avoid use-after-free

Tejun Heo <tj@xxxxxxxxxx>
libata: fix sff host state machine locking while polling

Tejun Heo <tj@xxxxxxxxxx>
Revert "workqueue: make sure delayed work run in local cpu"

Johannes Berg <johannes.berg@xxxxxxxxx>
rfkill: fix rfkill_fop_read wait_event usage

Oliver Neukum <oneukum@xxxxxxxx>
cdc-acm:exclude Samsung phone 04e8:685d

Ilya Dryomov <idryomov@xxxxxxxxx>
libceph: don't bail early from try_read() when skipping a message

Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
IB/qib: fix mcast detach when qp not attached

Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
drm/radeon: use post-decrement in error handling

Nicolai HÃhnle <nicolai.haehnle@xxxxxxx>
drm/radeon: hold reference to fences in radeon_sa_bo_new

Alex Deucher <alexander.deucher@xxxxxxx>
drm/radeon: clean up fujitsu quirks

Rob Clark <robdclark@xxxxxxxxx>
drm/vmwgfx: respect 'nomodeset'

Dmitry V. Levin <ldv@xxxxxxxxxxxx>
sparc64: fix incorrect sign extension in sys_sparc64_personality

Linus Walleij <linus.walleij@xxxxxxxxxx>
mmc: mmci: fix an ages old detection error

Richard Cochran <richardcochran@xxxxxxxxx>
posix-clock: Fix return code on the poll method's error path

Mikulas Patocka <mpatocka@xxxxxxxxxx>
dm snapshot: fix hung bios when copy error occurs

Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxx>
tda1004x: only update the frontend properties if locked

Antonio Ospite <ao2@xxxxxx>
gspca: ov534/topro: prevent a division by 0

Malcolm Priestley <tvboxspy@xxxxxxxxx>
media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode

Vegard Nossum <vegard.nossum@xxxxxxxxxx>
uml: fix hostfs mknod()

Vegard Nossum <vegard.nossum@xxxxxxxxxx>
uml: flush stdout before forking

Stefan Haberland <stefan.haberland@xxxxxxxxxx>
s390/dasd: fix refcount for PAV reassignment

Stefan Haberland <stefan.haberland@xxxxxxxxxx>
s390/dasd: prevent incorrect length error under z/VM after PAV changes

Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
s390: fix normalization bug in exception table sorting

Filipe Manana <fdmanana@xxxxxxxx>
Btrfs: fix number of transaction units required to create symlink

Filipe Manana <fdmanana@xxxxxxxx>
Btrfs: send, don't BUG_ON() when an empty symlink is found

Josef Bacik <jbacik@xxxxxx>
Btrfs: igrab inode in writepage

Anand Jain <anand.jain@xxxxxxxxxx>
Btrfs: add missing brelse when superblock checksum fails

Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>
scripts: recordmcount: break hardlinks

James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
ses: fix additional element traversal bug

James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>
ses: Fix problems with simple enclosures

Johannes Berg <johannes.berg@xxxxxxxxx>
rfkill: copy the name into the rfkill struct

Kirill A. Shutemov <kirill@xxxxxxxxxxxxx>
vgaarb: fix signal handling in vga_get()

Joe Thornber <ejt@xxxxxxxxxx>
dm btree: fix bufio buffer leaks in dm_btree_del() error path

Mikulas Patocka <mpatocka@xxxxxxxxxx>
sata_sil: disable trim

Sasha Levin <sasha.levin@xxxxxxxxxx>
sched/core: Remove false-positive warning from wake_up_process()

Mirza Krak <mirza.krak@xxxxxxxxxxxxxxxx>
can: sja1000: clear interrupts on start

Quentin Casasnovas <quentin.casasnovas@xxxxxxxxxx>
RDS: fix race condition when sending a message on unbound socket

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: mesh: fix call_rcu() usage

Suman Anna <s-anna@xxxxxx>
virtio: fix memory leak of virtio ida cache layers

Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx>
ring-buffer: Update read stamp with first real commit on page

Jan Kara <jack@xxxxxxx>
vfs: Avoid softlockups with sendfile(2)

Vineet Gupta <vgupta@xxxxxxxxxxxx>
ARC: dw2 unwind: Remove falllback linear search thru FDE entries

Kees Cook <keescook@xxxxxxxxxxxx>
mac: validate mac_partition is within sector

Luca Porzio <lporzio@xxxxxxxxxx>
mmc: remove bondage between REQ_META and reliable write

sumit.saxena@xxxxxxxxxxxxx <sumit.saxena@xxxxxxxxxxxxx>
megaraid_sas : SMAP restriction--do not access user memory from IOCTL code

sumit.saxena@xxxxxxxxxxxxx <sumit.saxena@xxxxxxxxxxxxx>
megaraid_sas: Do not use PAGE_SIZE for max_sectors

Valentin Rothberg <valentinrothberg@xxxxxxxxx>
wm831x_power: Use IRQF_ONESHOT to request threaded IRQs

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
devres: fix a for loop bounds check

Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>
lockd: create NSM handles per net namespace

Roman Volkov <rvolkov@xxxxxxxxx>
clocksource/drivers/vt8500: Increase the minimum delta

Roman Volkov <rvolkov@xxxxxxxxx>
dts: vt8500: Add SDHC node to DTS file for WM8650

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
genirq: Prevent chip buslock deadlock

Hannes Frederic Sowa <hannes@xxxxxxxxxxxxxxxxxxx>
unix: correctly track in-flight fds in sending process user_struct

Olga Kornievskaia <aglo@xxxxxxxxx>
Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount

Christophe Leroy <christophe.leroy@xxxxxx>
splice: sendfile() at once fails for big files

James Hogan <james.hogan@xxxxxxxxxx>
MIPS: KVM: Uninit VCPU in vcpu_create error path

James Hogan <james.hogan@xxxxxxxxxx>
MIPS: KVM: Fix CACHE immediate offset sign extension

James Hogan <james.hogan@xxxxxxxxxx>
MIPS: KVM: Fix ASID restoration logic

Hariprasad S <hariprasad@xxxxxxxxxxx>
iw_cxgb3: Fix incorrectly returning error on success

Corey Wright <undefined@xxxxxxxxx>
proc: Fix ptrace-based permission checks for accessing task maps

BjÃrn Mork <bjorn@xxxxxxx>
USB: option: add "4G LTE usb-modem U901"

Andrey Skvortsov <andrej.skvortzov@xxxxxxxxx>
USB: option: add support for SIM7100E

Ken Lin <ken.lin@xxxxxxxxxxxxxxxx>
USB: cp210x: add IDs for GE B650V3 and B850V3 boards

Gerhard Uttenthaler <uttenthaler@xxxxxxxxxxxxxxxx>
can: ems_usb: Fix possible tx overflow

Nikolay Borisov <kernel@xxxxxxxx>
dm thin: fix race condition when destroying thin pool workqueue

Joe Thornber <ejt@xxxxxxxxxx>
dm thin metadata: fix bug when taking a metadata snapshot

Ingo Molnar <mingo@xxxxxxxxxx>
efi: Disable interrupts around EFI calls, not in the epilog/prolog calls

Dave Airlie <airlied@xxxxxxxxxx>
drm/radeon: fix hotplug race at startup

Kamal Mostafa <kamal@xxxxxxxxxxxxx>
tools: Add a "make all" rule

Zheng Liu <wenqing.lz@xxxxxxxxxx>
bcache: unregister reboot notifier if bcache fails to unregister device

Andrey Vagin <avagin@xxxxxxxxxx>
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get

Egbert Eich <eich@xxxxxxx>
drm/ast: Initialized data needed to map fbdev memory

Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx>
tracepoints: Do not trace when cpu is offline


-------------

Diffstat:

Makefile | 4 ++--
arch/arc/kernel/unwind.c | 37 ++++-------------------------
arch/arm/boot/dts/wm8650.dtsi | 9 +++++++
arch/mips/kvm/kvm_locore.S | 16 ++++++++-----
arch/mips/kvm/kvm_mips.c | 5 +++-
arch/mips/kvm/kvm_mips_emul.c | 2 +-
arch/s390/mm/extable.c | 8 +++++--
arch/sparc/kernel/sys_sparc_64.c | 2 +-
arch/um/os-Linux/start_up.c | 2 ++
arch/x86/platform/efi/efi.c | 7 ++++++
arch/x86/platform/efi/efi_32.c | 11 +++------
arch/x86/platform/efi/efi_64.c | 3 ---
block/partitions/mac.c | 10 +++++---
drivers/ata/libata-sff.c | 32 +++++++++----------------
drivers/ata/sata_sil.c | 3 +++
drivers/clocksource/vt8500_timer.c | 6 +++--
drivers/gpu/drm/ast/ast_drv.h | 1 +
drivers/gpu/drm/ast/ast_fb.c | 7 ++++++
drivers/gpu/drm/ast/ast_main.c | 1 +
drivers/gpu/drm/ast/ast_mode.c | 2 ++
drivers/gpu/drm/radeon/radeon_atombios.c | 12 +++-------
drivers/gpu/drm/radeon/radeon_irq_kms.c | 5 ++++
drivers/gpu/drm/radeon/radeon_sa.c | 5 ++++
drivers/gpu/drm/radeon/radeon_ttm.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 7 ++++++
drivers/gpu/vga/vgaarb.c | 6 +++--
drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
drivers/infiniband/hw/qib/qib_verbs_mcast.c | 35 ++++++++++++---------------
drivers/md/bcache/super.c | 4 +++-
drivers/md/dm-exception-store.h | 2 +-
drivers/md/dm-snap-persistent.c | 5 +++-
drivers/md/dm-snap-transient.c | 4 ++--
drivers/md/dm-snap.c | 20 ++++------------
drivers/md/dm-thin-metadata.c | 6 +++++
drivers/md/dm-thin.c | 2 +-
drivers/md/persistent-data/dm-btree.c | 16 ++++++++++++-
drivers/media/dvb-core/dvb_frontend.c | 6 ++---
drivers/media/dvb-frontends/tda1004x.c | 9 +++++++
drivers/media/usb/gspca/ov534.c | 9 +++++--
drivers/media/usb/gspca/topro.c | 6 ++++-
drivers/mmc/card/block.c | 11 +++------
drivers/mmc/host/mmci.c | 2 +-
drivers/net/can/sja1000/sja1000.c | 3 +++
drivers/net/can/usb/ems_usb.c | 14 +++++++----
drivers/pci/pcie/aer/aerdrv.c | 4 +---
drivers/pci/pcie/aer/aerdrv.h | 1 -
drivers/pci/pcie/aer/aerdrv_core.c | 2 --
drivers/pci/xen-pcifront.c | 10 ++++----
drivers/power/wm831x_power.c | 6 ++---
drivers/s390/block/dasd_alias.c | 23 +++++++++++++-----
drivers/scsi/megaraid/megaraid_sas.h | 2 ++
drivers/scsi/megaraid/megaraid_sas_base.c | 15 +++++++++---
drivers/scsi/ses.c | 30 +++++++++++++++++++++--
drivers/usb/class/cdc-acm.c | 5 ++++
drivers/usb/serial/cp210x.c | 2 ++
drivers/usb/serial/option.c | 9 +++++++
drivers/virtio/virtio.c | 1 +
fs/btrfs/disk-io.c | 1 +
fs/btrfs/inode.c | 21 +++++++++++++---
fs/btrfs/send.c | 16 ++++++++++++-
fs/hostfs/hostfs_kern.c | 4 +---
fs/lockd/host.c | 7 +++---
fs/lockd/mon.c | 36 +++++++++++++++++-----------
fs/lockd/netns.h | 1 +
fs/lockd/svc.c | 1 +
fs/lockd/svc4proc.c | 2 +-
fs/lockd/svcproc.c | 2 +-
fs/namei.c | 4 ++++
fs/nfs/nfs4state.c | 2 +-
fs/proc/task_mmu.c | 4 ++--
fs/proc/task_nommu.c | 2 +-
fs/splice.c | 13 +++++++++-
include/linux/enclosure.h | 4 ++++
include/linux/lockd/lockd.h | 9 ++++---
include/linux/nfs_fs.h | 4 +---
include/linux/tracepoint.h | 6 +++++
include/net/af_unix.h | 4 ++--
include/net/scm.h | 1 +
kernel/irq/manage.c | 6 ++---
kernel/resource.c | 5 ++--
kernel/sched/core.c | 1 -
kernel/time/posix-clock.c | 4 ++--
kernel/trace/ring_buffer.c | 12 ++++------
kernel/trace/trace_events.c | 3 ++-
kernel/workqueue.c | 8 +++----
lib/devres.c | 2 +-
net/ceph/messenger.c | 4 ++--
net/core/scm.c | 7 ++++++
net/mac80211/mesh_pathtbl.c | 8 +++----
net/netfilter/nf_conntrack_core.c | 21 ++++++++++++----
net/rds/connection.c | 6 -----
net/rds/send.c | 4 +++-
net/rfkill/core.c | 22 ++++++-----------
net/sunrpc/cache.c | 2 +-
net/unix/af_unix.c | 4 ++--
net/unix/garbage.c | 8 +++----
scripts/recordmcount.c | 14 +++++++++++
tools/Makefile | 8 +++++++
virt/kvm/async_pf.c | 2 +-
99 files changed, 486 insertions(+), 282 deletions(-)