This is the start of the stable review cycle for the 3.10.24 release.
There are 52 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 Dec 12 07:59:40 UTC 2013.
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.24-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.24-rc1
Arnaud Ebalard <[email protected]>
ARM: mvebu: second PCIe unit of Armada XP mv78230 is only x1 capable
Arnaud Ebalard <[email protected]>
ARM: mvebu: fix second and third PCIe unit of Armada XP mv78260
Alan Cox <[email protected]>
drivers/char/i8k.c: add Dell XPLS L421X
David Cluytens <[email protected]>
USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
Colin Leitner <[email protected]>
USB: spcp8x5: correct handling of CS5 setting
Colin Leitner <[email protected]>
USB: mos7840: correct handling of CS5 setting
Colin Leitner <[email protected]>
USB: ftdi_sio: fixed handling of unsupported CSIZE setting
Colin Leitner <[email protected]>
USB: pl2303: fixed handling of CS5 setting
Tomas Winkler <[email protected]>
mei: add 9 series PCH mei device ids
Tomas Winkler <[email protected]>
mei: me: add Lynx Point Wellsburg work station device id
Tom Gundersen <[email protected]>
Input: mousedev - allow disabling even without CONFIG_EXPERT
Tom Gundersen <[email protected]>
Input: allow deselecting serio drivers even without CONFIG_EXPERT
Joonyoung Shim <[email protected]>
lib/genalloc.c: fix overflow of ending address of memory chunk
AceLan Kao <[email protected]>
HID: usbhid: quirk for SiS Touchscreen
AceLan Kao <[email protected]>
HID: usbhid: quirk for Synaptics Large Touchccreen
Ivan Vecera <[email protected]>
tg3: avoid double-freeing of rx data memory
Emmanuel Grumbach <[email protected]>
iwlwifi: dvm: don't override mac80211's queue setting
Martin K. Petersen <[email protected]>
SCSI: Disable WRITE SAME for RAID and virtual host adapter drivers
H. Peter Anvin <[email protected]>
x86-64, build: Always pass in -mno-sse
Shawn Landden <[email protected]>
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Laxman Dewangan <[email protected]>
irq: Enable all irqs unconditionally in irq_resume
Hong Zhiguo <[email protected]>
Update of blkg_stat and blkg_rwstat may happen in bh context. While
u64_stats_fetch_retry is only preempt_disable on 32bit UP system. This is not
enough to avoid preemption by bh and may read strange 64 bit value.
Matt Wilson <[email protected]>
xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
Helge Deller <[email protected]>
parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address
Liu Gang <[email protected]>
powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536
Martin Schwidefsky <[email protected]>
time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD
Trond Myklebust <[email protected]>
NFSv4: Update list of irrecoverable errors on DELEGRETURN
Linus Walleij <[email protected]>
net: smc91: fix crash regression on the versatile
Stephen M. Cameron <[email protected]>
SCSI: hpsa: return 0 from driver probe function on success, not 1
Stephen M. Cameron <[email protected]>
SCSI: hpsa: do not discard scsi status on aborted commands
Dan Williams <[email protected]>
SCSI: libsas: fix usage of ata_tf_to_fis
James Bottomley <[email protected]>
SCSI: enclosure: fix WARN_ON in dual path device removing
Vijaya Mohan Guvva <[email protected]>
SCSI: bfa: Fix crash when symb name set for offline vport
Marc Kleine-Budde <[email protected]>
can: c_can: don't call pm_runtime_get_sync() from interrupt context
Oliver Hartkopp <[email protected]>
can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value
Linus Torvalds <[email protected]>
vfs: fix subtle use-after-free of pipe_inode_info
Bo Shen <[email protected]>
ASoC: wm8731: fix dsp mode configuration
Mark Brown <[email protected]>
ASoC: wm8990: Mark the register map as dirty when powering down
Gregory CLEMENT <[email protected]>
ARM: mvebu: use the virtual CPU registers to access coherency registers
Ludovic Desroches <[email protected]>
ARM: at91: sama5d3: reduce TWI internal clock frequency
Russell King <[email protected]>
ARM: footbridge: fix EBSA285 LEDs
Russell King <[email protected]>
ARM: footbridge: fix VGA initialisation
Russell King <[email protected]>
ARM: fix booting low-vectors machines
Tom Lendacky <[email protected]>
crypto: authenc - Find proper IV address in ablkcipher callback
Horia Geanta <[email protected]>
crypto: ccm - Fix handling of zero plaintext when computing mac
Tom Lendacky <[email protected]>
crypto: scatterwalk - Set the chain pointer indication bit
Gerald Schaefer <[email protected]>
crypto: s390 - Fix aes-xts parameter corruption
David Henningsson <[email protected]>
ALSA: hda - Add mono speaker quirk for Dell Inspiron 5439
Takashi Iwai <[email protected]>
ALSA: hda - Fix silent output on MacBook Air 2,1
David Henningsson <[email protected]>
ALSA: hda - Fix headset mic input after muted internal mic (Dell/Realtek)
Takashi Iwai <[email protected]>
ALSA: hda - Another fixup for ASUS laptop with ALC660 codec
Takashi Iwai <[email protected]>
ALSA: hda - Fix silent output on ASUS W7J laptop
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/armada-370-xp.dtsi | 2 +-
arch/arm/boot/dts/armada-xp-mv78230.dtsi | 16 +++----
arch/arm/boot/dts/armada-xp-mv78260.dtsi | 78 +++++++++++++++++++++++++------
arch/arm/include/asm/pgtable.h | 2 +-
arch/arm/mach-at91/sama5d3.c | 6 +--
arch/arm/mach-footbridge/common.c | 3 ++
arch/arm/mach-footbridge/dc21285.c | 2 -
arch/arm/mach-footbridge/ebsa285.c | 22 +++++----
arch/arm/mm/mmap.c | 2 +-
arch/arm/mm/pgd.c | 3 +-
arch/parisc/kernel/sys_parisc.c | 25 ++++++----
arch/s390/crypto/aes_s390.c | 31 ++++++------
arch/x86/Makefile | 8 +++-
block/blk-cgroup.h | 8 ++--
crypto/algif_hash.c | 3 ++
crypto/algif_skcipher.c | 3 ++
crypto/authenc.c | 7 +--
crypto/ccm.c | 3 +-
drivers/ata/libata-scsi.c | 1 +
drivers/char/i8k.c | 7 +++
drivers/firewire/sbp2.c | 1 +
drivers/gpio/gpio-mpc8xxx.c | 8 +++-
drivers/hid/hid-ids.h | 5 ++
drivers/hid/usbhid/hid-quirks.c | 3 ++
drivers/input/Kconfig | 2 +-
drivers/input/keyboard/Kconfig | 4 +-
drivers/input/serio/Kconfig | 6 +--
drivers/misc/enclosure.c | 7 +++
drivers/misc/mei/hw-me-regs.h | 6 ++-
drivers/misc/mei/pci-me.c | 5 +-
drivers/net/can/c_can/c_can.c | 21 ++++++---
drivers/net/can/sja1000/sja1000.c | 17 +++----
drivers/net/ethernet/broadcom/tg3.c | 12 ++---
drivers/net/ethernet/smsc/smc91x.h | 22 ++-------
drivers/net/wireless/iwlwifi/dvm/tx.c | 14 ++----
drivers/scsi/3w-9xxx.c | 3 +-
drivers/scsi/3w-sas.c | 3 +-
drivers/scsi/3w-xxxx.c | 3 +-
drivers/scsi/aacraid/linit.c | 1 +
drivers/scsi/arcmsr/arcmsr_hba.c | 1 +
drivers/scsi/bfa/bfa_fcs.h | 1 +
drivers/scsi/bfa/bfa_fcs_lport.c | 14 ++++--
drivers/scsi/bfa/bfad_attr.c | 7 +--
drivers/scsi/gdth.c | 1 +
drivers/scsi/hosts.c | 1 +
drivers/scsi/hpsa.c | 5 +-
drivers/scsi/ipr.c | 3 +-
drivers/scsi/ips.c | 1 +
drivers/scsi/libsas/sas_ata.c | 2 +-
drivers/scsi/megaraid.c | 1 +
drivers/scsi/megaraid/megaraid_mbox.c | 1 +
drivers/scsi/megaraid/megaraid_sas_base.c | 1 +
drivers/scsi/pmcraid.c | 1 +
drivers/scsi/sd.c | 6 +++
drivers/scsi/storvsc_drv.c | 1 +
drivers/usb/class/cdc-acm.c | 2 +
drivers/usb/serial/ftdi_sio.c | 37 +++++++++------
drivers/usb/serial/mos7840.c | 32 ++++++-------
drivers/usb/serial/pl2303.c | 32 ++++++-------
drivers/usb/serial/spcp8x5.c | 30 ++++++------
drivers/xen/grant-table.c | 6 ++-
fs/nfs/nfs4proc.c | 10 +++-
fs/pipe.c | 39 ++++++++--------
include/crypto/scatterwalk.h | 1 +
include/linux/genalloc.h | 4 +-
include/scsi/scsi_host.h | 6 +++
kernel/irq/pm.c | 2 +-
kernel/time/timekeeping.c | 2 +-
lib/genalloc.c | 19 +++++---
net/ipv4/udp.c | 3 ++
sound/pci/hda/patch_realtek.c | 55 ++++++++++++++++++----
sound/soc/codecs/wm8731.c | 4 +-
sound/soc/codecs/wm8990.c | 2 +
74 files changed, 456 insertions(+), 256 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/