This is the start of the stable review cycle for the 3.10.71 release.
There are 53 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 Fri Mar 6 05:45:30 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.0/stable-review/patch-3.10.71-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.71-rc1
Hector Marco-Gisbert <[email protected]>
x86, mm/ASLR: Fix stack randomization on 64-bit systems
Thadeu Lima de Souza Cascardo <[email protected]>
blk-throttle: check stats_cpu before reading it from sysfs
Chen Jie <[email protected]>
jffs2: fix handling of corrupted summary length
Tomáš Hodek <[email protected]>
md/raid1: fix read balance when a drive is write-mostly.
NeilBrown <[email protected]>
md/raid5: Fix livelock when array is both resyncing and degraded.
James Hogan <[email protected]>
metag: Fix KSTK_EIP() and KSTK_ESP() macros
Nicolas Saenz Julienne <[email protected]>
gpio: tps65912: fix wrong container_of arguments
Catalin Marinas <[email protected]>
arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian
Martin Vajnar <[email protected]>
hx4700: regulator: declare full constraints
Marcelo Tosatti <[email protected]>
KVM: x86: update masterclock values on TSC writes
James Hogan <[email protected]>
KVM: MIPS: Don't leak FPU/DSP to guest
David Hildenbrand <[email protected]>
KVM: s390: floating irqs: fix user triggerable endless loop
Alexey Brodkin <[email protected]>
ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE
John Stultz <[email protected]>
ntp: Fixup adjtimex freq validation on 32-bit systems
Jay Lan <[email protected]>
kdb: fix incorrect counts in KDB summary command output
Dmitry Eremin-Solenikov <[email protected]>
ARM: pxa: add regulator_has_full_constraints to poodle board file
Dmitry Eremin-Solenikov <[email protected]>
ARM: pxa: add regulator_has_full_constraints to corgi board file
Nicolas Pitre <[email protected]>
vt: provide notifications on selection changes
Sebastian Andrzej Siewior <[email protected]>
usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
Alan Stern <[email protected]>
USB: fix use-after-free bug in usb_hcd_unlink_urb()
Lennart Sorensen <[email protected]>
USB: cp210x: add ID for RUGGEDCOM USB Serial Console
Peter Hurley <[email protected]>
tty: Prevent untrappable signals from malicious program
Matthew Wilcox <[email protected]>
axonram: Fix bug in direct_access
Jeff Moyer <[email protected]>
cfq-iosched: fix incorrect filing of rt async cfqq
Konstantin Khlebnikov <[email protected]>
cfq-iosched: handle failure of cfq group allocation
Nicholas Bellinger <[email protected]>
iscsi-target: Drop problematic active_ts_list usage
Trond Myklebust <[email protected]>
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
honclo <[email protected]>
Added Little Endian support to vtpm module
Christophe Ricard <[email protected]>
tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_send
Hon Ching (Vicky) Lo <[email protected]>
tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
Scot Doyle <[email protected]>
tpm_tis: verify interrupt during init
Dmitry Eremin-Solenikov <[email protected]>
ARM: 8284/1: sa1100: clear RCSR_SMR on resume
Vikram Mulukutla <[email protected]>
tracing: Fix unmapping loop in tracing_mark_write
James Hogan <[email protected]>
MIPS: KVM: Deliver guest interrupts after local_irq_disable()
Jeff Layton <[email protected]>
nfs: don't call blocking operations while !TASK_RUNNING
Jisheng Zhang <[email protected]>
mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles
Krzysztof Kozlowski <[email protected]>
power_supply: 88pm860x: Fix leaked power supply on probe fail
Adrian Knoth <[email protected]>
ALSA: hdspm - Constrain periods to 2 on older cards
Dan Carpenter <[email protected]>
ALSA: off by one bug in snd_riptide_joystick_probe()
Malcolm Priestley <[email protected]>
lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt
urb
Mikulas Patocka <[email protected]>
cpufreq: speedstep-smi: enable interrupts when waiting
Michel Dänzer <[email protected]>
PCI: Fix infinite loop with ROM image of size 0
Ricardo Ribalda Delgado <[email protected]>
PCI: Generate uppercase hex for modalias var in uevent
Seth Forshee <[email protected]>
HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
Luciano Coelho <[email protected]>
iwlwifi: mvm: always use mac color zero
Luciano Coelho <[email protected]>
iwlwifi: mvm: fix failure path when power_update fails in add_interface
Eyal Shapira <[email protected]>
iwlwifi: mvm: validate tid and sta_id in ba_notif
Emmanuel Grumbach <[email protected]>
iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN
Jan Kara <[email protected]>
fsnotify: fix handling of renames in audit
Dave Chinner <[email protected]>
xfs: set superblock buffer type correctly
Dave Chinner <[email protected]>
xfs: inode unlink does not set AGI buffer type
Dave Chinner <[email protected]>
xfs: ensure buffer types are set correctly
Adam Lee <[email protected]>
Bluetooth: ath3k: workaround the compatibility issue with xHCI controller
-------------
Diffstat:
Makefile | 4 +-
arch/arc/include/asm/pgtable.h | 3 +-
arch/arm/mach-pxa/corgi.c | 3 ++
arch/arm/mach-pxa/hx4700.c | 2 +
arch/arm/mach-pxa/poodle.c | 2 +
arch/arm/mach-sa1100/pm.c | 1 +
arch/arm64/kernel/signal32.c | 5 +-
arch/metag/include/asm/processor.h | 4 +-
arch/mips/kvm/kvm_locore.S | 2 +-
arch/mips/kvm/kvm_mips.c | 8 +--
arch/powerpc/sysdev/axonram.c | 2 +-
arch/s390/kvm/interrupt.c | 2 +
arch/x86/kvm/x86.c | 19 ++++----
arch/x86/mm/mmap.c | 6 +--
block/blk-throttle.c | 3 ++
block/cfq-iosched.c | 16 ++++--
drivers/bluetooth/ath3k.c | 8 +++
drivers/char/tpm/tpm_i2c_stm_st33.c | 2 +-
drivers/char/tpm/tpm_ibmvtpm.c | 28 ++++++++---
drivers/char/tpm/tpm_tis.c | 76 +++++++++++++++++++++++------
drivers/cpufreq/speedstep-lib.c | 3 ++
drivers/cpufreq/speedstep-smi.c | 12 +++++
drivers/gpio/gpio-tps65912.c | 14 ++++--
drivers/hid/i2c-hid/i2c-hid.c | 5 +-
drivers/md/raid1.c | 5 +-
drivers/md/raid5.c | 3 +-
drivers/media/usb/dvb-usb-v2/lmedm04.c | 7 +++
drivers/mmc/host/sdhci-pxav3.c | 4 +-
drivers/net/wireless/iwlwifi/mvm/mac80211.c | 5 +-
drivers/net/wireless/iwlwifi/mvm/tx.c | 5 ++
drivers/net/wireless/iwlwifi/pcie/tx.c | 7 ++-
drivers/pci/pci-driver.c | 2 +-
drivers/pci/rom.c | 7 +--
drivers/power/88pm860x_charger.c | 1 +
drivers/target/iscsi/iscsi_target_tq.c | 28 ++---------
drivers/tty/pty.c | 3 ++
drivers/tty/vt/vt.c | 4 +-
drivers/usb/core/buffer.c | 26 ++++++----
drivers/usb/core/hcd.c | 16 +++---
drivers/usb/core/usb.c | 1 +
drivers/usb/serial/cp210x.c | 1 +
fs/binfmt_elf.c | 5 +-
fs/jffs2/scan.c | 5 ++
fs/nfs/callback.c | 8 +--
fs/nfs/callback_xdr.c | 4 +-
fs/xfs/xfs_buf_item.c | 4 ++
fs/xfs/xfs_inode.c | 2 +
fs/xfs/xfs_trans.c | 1 +
include/linux/fsnotify.h | 6 ++-
include/linux/usb/hcd.h | 1 +
kernel/debug/kdb/kdb_main.c | 2 +-
kernel/time/ntp.c | 10 ++--
kernel/trace/trace.c | 2 +-
sound/pci/riptide/riptide.c | 27 +++++++---
sound/pci/rme9652/hdspm.c | 6 +++
55 files changed, 305 insertions(+), 133 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/