This is the start of the stable review cycle for the 3.6.9 release.
There are 54 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 Dec 2 18:51:00 UTC 2012.
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.6.9-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.6.9-rc1
NeilBrown <[email protected]>
md/raid10: close race that lose writes lost when replacement completes.
Jaehoon Chung <[email protected]>
mmc: sdhci-s3c: fix the wrong number of max bus clocks
Gavin Shan <[email protected]>
powerpc/eeh: Lock module while handling EEH event
Tao Ma <[email protected]>
ext4: remove erroneous ext4_superblock_csum_set() in update_backups()
Manuel Lauss <[email protected]>
MPI: Fix compilation on MIPS with GCC 4.4 and newer
Chuansheng Liu <[email protected]>
watchdog: using u64 in get_sample_period()
Mel Gorman <[email protected]>
mm: vmscan: check for fatal signals iff the process was throttled
Thierry Escande <[email protected]>
NFC: Fix nfc_llcp_local chained list insertion
Waldemar Rymarkiewicz <[email protected]>
NFC: pn533: Fix mem leak in pn533_in_dep_link_up
Thierry Escande <[email protected]>
NFC: Fix pn533 target mode memory leak
Szymon Janc <[email protected]>
NFC: pn533: Fix use after free
Mauro Carvalho Chehab <[email protected]>
get_dvb_firmware: fix download site for tda10046 firmware
David Milburn <[email protected]>
sata_svw: check DMA start bit before reset
[email protected] <[email protected]>
ixgbe: add support for X540-AT1
Petr Matousek <[email protected]>
KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set
(CVE-2012-4461)
Marek Vasut <[email protected]>
HID: add quirk for Freescale i.MX28 ROM recovery
Randy Dunlap <[email protected]>
pstore/ram: Fix printk format warning
Tilman Schmidt <[email protected]>
bas_gigaset: fix pre_reset handling
David Henningsson <[email protected]>
ALSA: hda - Add support for Realtek ALC292
Duncan Roe <[email protected]>
ALSA: hda - Fix missing beep on ASUS X43U notebook
Kailang Yang <[email protected]>
ALSA: hda - Add new codec ALC283 ALC290 support
Jan Kara <[email protected]>
writeback: put unused inodes to LRU after writeback completion
Guennadi Liakhovetski <[email protected]>
PM / QoS: fix wrong error-checking condition
Al Viro <[email protected]>
sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()
Jan Kara <[email protected]>
jbd: Fix lock ordering bug in journal_unmap_buffer()
Oliver Hartkopp <[email protected]>
can: bcm: initialize ifindex for timeouts without previous frame reception
Oliver Hartkopp <[email protected]>
can: peak_usb: fix hwtstamp assignment
Paul Bolle <[email protected]>
radeon: add AGPMode 1 quirk for RV250
Simon Wunderlich <[email protected]>
mac80211: deinitialize ibss-internals after emptiness check
Darren Hart <[email protected]>
futex: avoid wake_futex() for a PI futex_q
Jens Axboe <[email protected]>
dm: fix deadlock with request based dm and queue request_fn recursion
Roland Dreier <[email protected]>
block: Don't access request after it might be freed
NeilBrown <[email protected]>
md/raid10: decrement correct pending counter when writing to replacement.
majianpeng <[email protected]>
md: Avoid write invalid address if read_seqretry returned true.
majianpeng <[email protected]>
md: Reassigned the parameters if read_seqretry returned true in func
md_is_badblock.
Thomas Betker <[email protected]>
jffs2: Fix lock acquisition order bug in jffs2_write_begin
Sachin Kamat <[email protected]>
mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()
Jiri Engelthaler <[email protected]>
mtd: slram: invalid checking of absolute end address
Al Viro <[email protected]>
PARISC: fix user-triggerable panic on parisc
James Bottomley <[email protected]>
PARISC: fix virtual aliasing issue in get_shared_area()
David Henningsson <[email protected]>
ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker
Clemens Ladisch <[email protected]>
ALSA: ua101, usx2y: fix broken MIDI output
Alex Deucher <[email protected]>
drm/radeon: add new SI pci id
Maciej Patelczyk <[email protected]>
SCSI: isci: copy fis 0x34 response into proper buffer
Bing Zhao <[email protected]>
mwifiex: fix system hang issue in cmd timeout error case
Bing Zhao <[email protected]>
mwifiex: report error to MMC core if we cannot suspend
Albert Pool <[email protected]>
rtlwifi: rtl8192cu: Add new USB ID
Johannes Berg <[email protected]>
iwlwifi: fix monitor mode FCS flag
Emmanuel Grumbach <[email protected]>
iwlwifi: don't WARN when a non empty queue is disabled
H. Peter Anvin <[email protected]>
x86-32: Export kernel_stack_pointer() for modules
Boris Ostrovsky <[email protected]>
x86, microcode, AMD: Add support for family 16h processors
Matt Fleming <[email protected]>
x86, efi: Fix processor-specific memcpy() build error
Robert Richter <[email protected]>
x86-32: Fix invalid stack address while in softirq
Johannes Berg <[email protected]>
wireless: add back sysfs directory
-------------
Diffstat:
Documentation/dvb/get_dvb_firmware | 2 +-
Makefile | 4 +-
arch/parisc/kernel/signal32.c | 6 +-
arch/parisc/kernel/sys_parisc.c | 2 +
arch/powerpc/platforms/pseries/eeh_driver.c | 95
+++++++++++++++++++++++++-------
arch/sparc/kernel/signal_64.c | 4 +-
arch/x86/boot/compressed/eboot.c | 2 +
arch/x86/include/asm/ptrace.h | 15 ++---
arch/x86/kernel/microcode_amd.c | 4 ++
arch/x86/kernel/ptrace.c | 30 ++++++++++
arch/x86/kvm/cpuid.h | 3 +
arch/x86/kvm/x86.c | 3 +
block/blk-exec.c | 8 ++-
drivers/ata/sata_svw.c | 35 ++++++++++++
drivers/base/power/qos.c | 2 +-
drivers/gpu/drm/radeon/radeon_agp.c | 5 +-
drivers/hid/hid-ids.h | 3 +
drivers/hid/usbhid/hid-quirks.c | 1 +
drivers/isdn/gigaset/bas-gigaset.c | 19 ++++++-
drivers/md/dm.c | 8 ++-
drivers/md/md.c | 11 ++--
drivers/md/raid10.c | 112
++++++++++++++++++++------------------
drivers/mmc/host/sdhci-s3c.c | 2 +-
drivers/mtd/devices/slram.c | 2 +-
drivers/mtd/ofpart.c | 2 +-
drivers/net/can/usb/peak_usb/pcan_usb.c | 8 ++-
drivers/net/can/usb/peak_usb/pcan_usb_pro.c | 8 ++-
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 1 +
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 1 +
drivers/net/wireless/iwlwifi/dvm/mac80211.c | 14 +++++
drivers/net/wireless/iwlwifi/pcie/tx.c | 8 ---
drivers/net/wireless/mwifiex/cmdevt.c | 11 +++-
drivers/net/wireless/mwifiex/sdio.c | 11 ++--
drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 +
drivers/nfc/pn533.c | 22 ++++----
drivers/scsi/isci/request.c | 2 +-
fs/ext4/resize.c | 2 -
fs/fs-writeback.c | 2 +
fs/inode.c | 16 +++++-
fs/internal.h | 1 +
fs/jbd/transaction.c | 2 +
fs/jffs2/file.c | 39 +++++++------
fs/pstore/ram.c | 2 +-
include/drm/drm_pciids.h | 1 +
kernel/futex.c | 18 +++++-
kernel/watchdog.c | 4 +-
lib/mpi/longlong.h | 19 ++++++-
mm/vmscan.c | 37 +++++++++----
net/can/bcm.c | 3 +
net/core/net-sysfs.c | 20 +++++++
net/mac80211/ibss.c | 8 +--
net/nfc/llcp/llcp.c | 2 +-
sound/pci/hda/patch_cirrus.c | 1 +
sound/pci/hda/patch_realtek.c | 4 ++
sound/usb/midi.c | 8 ++-
56 files changed, 473 insertions(+), 185 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/