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 <gre...@linuxfoundation.org> Linux 3.9.4-rc1 Alexander van Heukelum <heuke...@fastmail.fm> x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...) Jon Mason <jon.ma...@intel.com> NTB: Multiple NTB client fix Jon Mason <jon.ma...@intel.com> ntb_netdev: remove from list on exit Jon Mason <jon.ma...@intel.com> NTB: memcpy lockup workaround Jon Mason <jon.ma...@intel.com> NTB: Correctly handle receive buffers of the minimal size Jon Mason <jon.ma...@intel.com> NTB: reset tx_index on link toggle Jon Mason <jon.ma...@intel.com> NTB: Link toggle memory leak Jon Mason <jon.ma...@intel.com> NTB: Handle 64bit BAR sizes Dan Carpenter <dan.carpen...@oracle.com> NTB: fix pointer math issues Dan Carpenter <dan.carpen...@oracle.com> ntb: off by one sanity checks Jon Mason <jon.ma...@intel.com> NTB: variable dereferenced before check Michael S. Tsirkin <m...@redhat.com> virtio_console: fix uapi header Niels Ole Salscheider <niels_...@salscheider-online.de> drm/radeon: Fix VRAM size calculation for VRAM >= 4GB Ben Skeggs <bske...@redhat.com> drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode Linus Torvalds <torva...@linux-foundation.org> x86: Fix bit corruption at CPU resume time Mika Westerberg <mika.westerb...@linux.intel.com> i2c: designware: always clear interrupts before enabling them Josef Ahmad <josef.ah...@linux.intel.com> i2c: designware: fix RX FIFO overrun Wei Yongjun <yongjun_...@trendmicro.com.cn> hwmon: fix error return code in abituguru_probe() Gabriel de Perthuis <g2p.c...@gmail.com> btrfs: don't stop searching after encountering the wrong item Sukanto Ghosh <sgh...@apm.com> arm64: mm: Fix operands of clz in __flush_dcache_all Will Deacon <will.dea...@arm.com> 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 linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/