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 <[email protected]>
Linux 3.9.4-rc1
Alexander van Heukelum <[email protected]>
x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)
Jon Mason <[email protected]>
NTB: Multiple NTB client fix
Jon Mason <[email protected]>
ntb_netdev: remove from list on exit
Jon Mason <[email protected]>
NTB: memcpy lockup workaround
Jon Mason <[email protected]>
NTB: Correctly handle receive buffers of the minimal size
Jon Mason <[email protected]>
NTB: reset tx_index on link toggle
Jon Mason <[email protected]>
NTB: Link toggle memory leak
Jon Mason <[email protected]>
NTB: Handle 64bit BAR sizes
Dan Carpenter <[email protected]>
NTB: fix pointer math issues
Dan Carpenter <[email protected]>
ntb: off by one sanity checks
Jon Mason <[email protected]>
NTB: variable dereferenced before check
Michael S. Tsirkin <[email protected]>
virtio_console: fix uapi header
Niels Ole Salscheider <[email protected]>
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB
Ben Skeggs <[email protected]>
drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode
Linus Torvalds <[email protected]>
x86: Fix bit corruption at CPU resume time
Mika Westerberg <[email protected]>
i2c: designware: always clear interrupts before enabling them
Josef Ahmad <[email protected]>
i2c: designware: fix RX FIFO overrun
Wei Yongjun <[email protected]>
hwmon: fix error return code in abituguru_probe()
Gabriel de Perthuis <[email protected]>
btrfs: don't stop searching after encountering the wrong item
Sukanto Ghosh <[email protected]>
arm64: mm: Fix operands of clz in __flush_dcache_all
Will Deacon <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html