This is the start of the stable review cycle for the 3.10.65 release.
There are 44 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 Jan 16 07:22:13 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.65-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-
Pseudo-Shortlog of commits:
Greg Kroah-Hartman
Linux 3.10.65-rc1
Linus Torvalds
mm: Don't count the stack guard page towards RLIMIT_STACK
Linus Torvalds
mm: propagate error from stack expansion even for guard page
Vlastimil Babka
mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process
being killed
Jiri Olsa
perf session: Do not fail on processing out of order event
Jiri Olsa
perf: Fix events installation during moving group
Jiri Olsa
perf/x86/intel/uncore: Make sure only uncore events are collected
Chris Mason
Btrfs: don't delay inode ref updates during log replay
Thomas Petazzoni
ARM: mvebu: disable I/O coherency on non-SMP situations on Armada
370/375/38x/XP
Johannes Berg
scripts/kernel-doc: don't eat struct members with __aligned
Ryusuke Konishi
nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races
Benjamin Coddington
nfsd4: fix xdr4 inclusion of escaped char
Rasmus Villemoes
fs: nfsd: Fix signedness bug in compare_blob
Robert Baldyga
serial: samsung: wait for transfer completion before clock disable
Tejun Heo
writeback: fix a subtle race condition in I_DIRTY clearing
Oliver Neukum
cdc-acm: memory leak in error case
Jens Axboe
genhd: check for int overflow in disk_expand_part_tbl()
Greg Kroah-Hartman
USB: cdc-acm: check for valid interfaces
Takashi Iwai
ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs
Dan Carpenter
ALSA: hda - using uninitialized data
Jiri Jaburek
ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC
Alex Williamson
driver core: Fix unbalanced device reference in drivers_probe
Andy Lutomirski
x86, vdso: Use asm volatile in __getcpu
Andy Lutomirski
x86_64, vdso: Fix the vdso address randomization algorithm
Giedrius Statkevičius
HID: Add a new id 0x501a for Genius MousePen i608X
Karl Relton
HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO
keyboard
Dan Carpenter
HID: roccat: potential out of bounds in pyra_sysfs_write_settings()
Gwendal Grignou
HID: i2c-hid: prevent buffer overflow in early IRQ
Jean-Baptiste Maneyrol
HID: i2c-hid: fix race condition reading reports
Jiang Liu
iommu/vt-d: Fix an off-by-one bug in __domain_mapping()
Richard Weinberger
UBI: Fix double free after do_sync_erase()
Richard Weinberger
UBI: Fix invalid vfree()
Tony Lindgren
pstore-ram: Allow optional mapping with pgprot_noncached
Rob Herring
pstore-ram: Fix hangs by using write-combine mappings
Myron Stowe
PCI: Restore detection of read-only BARs
Andrew Jackson
ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap
Jarkko Nikula
ASoC: max98090: Fix ill-defined sidetone route
Lars-Peter Clausen
ASoC: sigmadsp: Refuse to load firmware files with a non-supported version
Felix Fietkau
ath5k: fix hardware queue index assignment
Stefano Stabellini
swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single
Stephane Grosjean
can: peak_usb: fix memset() usage
Stephane Grosjean
can: peak_usb: fix cleanup sequence order in case of error during init
Felix Fietkau
ath9k: fix BE/BK queue order
Felix Fietkau
ath9k_hw: fix hardware queue allocation
Junxiao Bi
ocfs2: fix journal commit deadlock
-
Diffstat:
Documentation/ramoops.txt | 13 ++--
Makefile | 4 +--
arch/arm/mach-mvebu/coherency.c | 23 ++
arch/x86/include/asm/vsyscall.h | 2 +-
arch/x86/kernel/cpu/perf_event_intel_uncore.c | 22 --
arch/x86/vdso/vma.c | 43 ++-
block/genhd.c | 11 +--
drivers/base/bus.c| 8 +++--
drivers/hid/hid-core.c| 1 +
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-input.c | 3 ++
drivers/hid/hid-kye.c | 4 +++
drivers/hid/hid-roccat-pyra.c | 8 +++--
drivers/hid/i2c-hid/i2c-hid.c | 14 +
drivers/hid/usbhid/hid-quirks.c | 1 +
drivers/iommu/intel-iommu.c | 8 ++---
drivers/mtd/ubi/upd.c | 10 ---
drivers/mtd/ubi/wl.c | 1