This is the start of the stable review cycle for the 3.10.47 release.
There are 46 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 Jul 6 22:15:52 UTC 2014.
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.0/stable-review/patch-3.10.47-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.47-rc1
Takashi Iwai <[email protected]>
ALSA: hda - Adjust speaker HPF and add LED support for HP Spectre 13
Oleg Nesterov <[email protected]>
tracing: Fix syscall_*regfunc() vs copy_process() race
Steven Rostedt (Red Hat) <[email protected]>
tracing: Try again for saved cmdline if failed due to locking
Jacob Keller <[email protected]>
Documentation/SubmittingPatches: describe the Fixes: tag
Mathias Krause <[email protected]>
netfilter: ipt_ULOG: fix info leaks
Krzysztof Kozlowski <[email protected]>
extcon: max77693: Fix two NULL pointer exceptions on missing pdata
Tomas Winkler <[email protected]>
mei: me: fix hw ready reset flow
Tomas Winkler <[email protected]>
mei: me: read H_CSR after asserting reset
Tejun Heo <[email protected]>
ptrace,x86: force IRET path after a ptrace_stop()
Peter Christensen <[email protected]>
ipvs: Fix panic due to non-linear skb
Deng-Cheng Zhu <[email protected]>
MIPS: KVM: Fix memory leak on VCPU
James Hogan <[email protected]>
MIPS: KVM: Remove redundant NULL checks before kfree()
Jeff Mahoney <[email protected]>
reiserfs: call truncate_setsize under tailpack mutex
Benjamin Herrenschmidt <[email protected]>
powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category support
Paul Bolle <[email protected]>
powerpc: fix typo 'CONFIG_PPC_CPU'
Paul Bolle <[email protected]>
powerpc: fix typo 'CONFIG_PMAC'
Anton Blanchard <[email protected]>
powerpc: 64bit sendfile is capped at 2GB
Gavin Shan <[email protected]>
powerpc/pseries: Fix overwritten PE state
Jeff Layton <[email protected]>
nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry
Jeff Layton <[email protected]>
nfsd: don't try to reuse an expired DRC entry off the list
Trond Myklebust <[email protected]>
NFS: Don't declare inode uptodate unless all attributes were checked
Christoph Hellwig <[email protected]>
nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer
J. Bruce Fields <[email protected]>
nfsd4: fix FREE_STATEID lockowner leak
Trond Myklebust <[email protected]>
pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()
Trond Myklebust <[email protected]>
SUNRPC: Fix a module reference leak in svc_handle_xprt
Bart Van Assche <[email protected]>
IB/umad: Fix use-after-free on close
Bart Van Assche <[email protected]>
IB/umad: Fix error handling
Bart Van Assche <[email protected]>
IB/srp: Fix a sporadic crash triggered by cable pulling
Dennis Dalessandro <[email protected]>
IB/ipath: Translate legacy diagpkt into newer extended diagpkt
Mike Marciniszyn <[email protected]>
IB/qib: Fix port in pkey change event
Gabor Juhos <[email protected]>
watchdog: ath79_wdt: avoid spurious restarts on AR934x
Viresh Kumar <[email protected]>
watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()
hujianyang <[email protected]>
UBIFS: Remove incorrect assertion in shrink_tnc()
hujianyang <[email protected]>
UBIFS: fix an mmap and fsync race condition
Markos Chandras <[email protected]>
MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region
Alex Smith <[email protected]>
recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in
modules
Asai Thambi S P <[email protected]>
mtip32xx: Remove dfs_parent after pci unregister
Asai Thambi S P <[email protected]>
mtip32xx: Increase timeout for STANDBY IMMEDIATE command
Asai Thambi S P <[email protected]>
mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systems
Bjorn Helgaas <[email protected]>
PCI: Fix incorrect vgaarb conditional in WARN_ON()
Thomas Jarosch <[email protected]>
PCI: Add new ID for Intel GPU "spurious interrupt" quirk
Hans de Goede <[email protected]>
Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is set
Hans de Goede <[email protected]>
Input: elantech - deal with clickpads reporting right button events
Nicholas Bellinger <[email protected]>
iscsi-target: Explicily clear login response PDU in exception path
Nicholas Bellinger <[email protected]>
iscsi-target: Avoid rejecting incorrect ITT for Data-Out
Nicholas Bellinger <[email protected]>
target: Fix left-over se_lun->lun_sep pointer OOPs
-------------
Diffstat:
Documentation/SubmittingPatches | 22 ++++-
Documentation/sound/alsa/HD-Audio-Models.txt | 5 ++
Makefile | 4 +-
arch/mips/kernel/irq-msc01.c | 2 +-
arch/mips/kvm/kvm_mips.c | 13 +--
arch/powerpc/include/asm/systbl.h | 2 +-
arch/powerpc/include/uapi/asm/cputable.h | 1 +
arch/powerpc/kernel/cputable.c | 3 +-
arch/powerpc/kernel/time.c | 2 +-
arch/powerpc/lib/sstep.c | 2 +-
arch/powerpc/platforms/pseries/eeh_pseries.c | 1 +
arch/x86/include/asm/ptrace.h | 16 ++++
drivers/block/mtip32xx/mtip32xx.c | 123 ++++++++++++++++++++-------
drivers/extcon/extcon-max77693.c | 4 +-
drivers/infiniband/core/user_mad.c | 75 +++++++++-------
drivers/infiniband/hw/ipath/ipath_diag.c | 4 +
drivers/infiniband/hw/qib/qib_mad.c | 2 +-
drivers/infiniband/ulp/srp/ib_srp.c | 6 ++
drivers/input/mouse/elantech.c | 27 ++++--
drivers/misc/mei/hw-me.c | 28 ++++--
drivers/pci/pci.c | 2 +-
drivers/pci/quirks.c | 1 +
drivers/target/iscsi/iscsi_target.c | 2 +-
drivers/target/iscsi/iscsi_target_util.c | 2 +
drivers/target/target_core_device.c | 1 +
drivers/watchdog/ath79_wdt.c | 10 +++
drivers/watchdog/sp805_wdt.c | 4 +-
fs/nfs/inode.c | 26 ++++--
fs/nfs/nfs4filelayout.c | 2 +-
fs/nfsd/nfs4state.c | 2 +-
fs/nfsd/nfs4xdr.c | 4 +-
fs/nfsd/nfscache.c | 53 +++---------
fs/reiserfs/inode.c | 8 +-
fs/ubifs/file.c | 3 +-
fs/ubifs/shrinker.c | 1 -
include/linux/ptrace.h | 3 +
include/trace/syscall.h | 15 ++++
kernel/fork.c | 2 +
kernel/trace/trace.c | 13 +--
net/ipv4/netfilter/ipt_ULOG.c | 7 +-
net/netfilter/ipvs/ip_vs_core.c | 15 ++--
net/sunrpc/svc_xprt.c | 2 +
scripts/recordmcount.h | 4 +-
sound/pci/hda/patch_sigmatel.c | 58 ++++++++++++-
44 files changed, 401 insertions(+), 181 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html