This is the start of the stable review cycle for the 3.9.4 release. There are 21 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 May 24 20:50:18 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.9.4-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.9.4-rc1 Alexander van Heukelum <heukelum@xxxxxxxxxxx> x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) Jon Mason <jon.mason@xxxxxxxxx> NTB: Multiple NTB client fix Jon Mason <jon.mason@xxxxxxxxx> ntb_netdev: remove from list on exit Jon Mason <jon.mason@xxxxxxxxx> NTB: memcpy lockup workaround Jon Mason <jon.mason@xxxxxxxxx> NTB: Correctly handle receive buffers of the minimal size Jon Mason <jon.mason@xxxxxxxxx> NTB: reset tx_index on link toggle Jon Mason <jon.mason@xxxxxxxxx> NTB: Link toggle memory leak Jon Mason <jon.mason@xxxxxxxxx> NTB: Handle 64bit BAR sizes Dan Carpenter <dan.carpenter@xxxxxxxxxx> NTB: fix pointer math issues Dan Carpenter <dan.carpenter@xxxxxxxxxx> ntb: off by one sanity checks Jon Mason <jon.mason@xxxxxxxxx> NTB: variable dereferenced before check Michael S. Tsirkin <mst@xxxxxxxxxx> virtio_console: fix uapi header Niels Ole Salscheider <niels_ole@xxxxxxxxxxxxxxxxxxxxx> drm/radeon: Fix VRAM size calculation for VRAM >= 4GB Ben Skeggs <bskeggs@xxxxxxxxxx> drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> x86: Fix bit corruption at CPU resume time Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> i2c: designware: always clear interrupts before enabling them Josef Ahmad <josef.ahmad@xxxxxxxxxxxxxxx> i2c: designware: fix RX FIFO overrun Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> hwmon: fix error return code in abituguru_probe() Gabriel de Perthuis <g2p.code@xxxxxxxxx> btrfs: don't stop searching after encountering the wrong item Sukanto Ghosh <sghosh@xxxxxxx> arm64: mm: Fix operands of clz in __flush_dcache_all Will Deacon <will.deacon@xxxxxxx> arm64: debug: clear mdscr_el1 instead of taking the OS lock ------------- Diffstat: Makefile | 4 +- arch/arm64/kernel/debug-monitors.c | 2 - arch/arm64/mm/cache.S | 2 +- arch/arm64/mm/proc.S | 3 +- arch/x86/include/asm/syscalls.h | 4 +- arch/x86/kernel/head64.c | 2 +- arch/x86/kernel/vm86_32.c | 11 +- drivers/gpu/drm/nouveau/core/subdev/bios/init.c | 4 +- drivers/gpu/drm/radeon/evergreen.c | 4 +- drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- drivers/gpu/drm/radeon/si.c | 4 +- drivers/hwmon/abituguru.c | 16 ++- drivers/i2c/busses/i2c-designware-core.c | 14 +- drivers/i2c/busses/i2c-designware-core.h | 2 + drivers/net/ntb_netdev.c | 2 + drivers/ntb/ntb_hw.c | 10 +- drivers/ntb/ntb_transport.c | 175 +++++++++++++++--------- fs/btrfs/ioctl.c | 10 +- include/uapi/linux/virtio_console.h | 2 +- 19 files changed, 171 insertions(+), 102 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html