I'm announcing the release of the 3.18.119 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/Changes | 17 - Makefile | 2 arch/arm/boot/dts/imx6sx.dtsi | 2 arch/x86/kernel/kprobes/core.c | 4 crypto/ablkcipher.c | 57 ++--- crypto/blkcipher.c | 54 ++--- crypto/vmac.c | 412 ++++++++++++++++++----------------------- drivers/i2c/busses/i2c-ismt.c | 2 drivers/net/xen-netfront.c | 8 fs/dcache.c | 6 fs/namespace.c | 28 ++ include/crypto/vmac.h | 63 ------ mm/slub.c | 6 net/bluetooth/hidp/core.c | 4 scripts/depmod.sh | 8 sound/core/info.c | 4 16 files changed, 296 insertions(+), 381 deletions(-) Al Viro (3): root dentries need RCU-delayed freeing fix mntput/mntput race fix __legitimize_mnt()/mntput() race Andrey Ryabinin (1): mm: slub: fix format mismatches in slab_err() callers Eric Biggers (4): crypto: vmac - require a block cipher with 128-bit block size crypto: vmac - separate tfm and request context crypto: blkcipher - fix crash flushing dcache in error path crypto: ablkcipher - fix crash flushing dcache in error path Erick Reyes (1): ALSA: info: Check for integer overflow in snd_info_entry_write() Greg Kroah-Hartman (1): Linux 3.18.119 Juergen Gross (1): xen/netfront: don't cache skb_shinfo() Liwei Song (1): i2c: ismt: fix wrong device address when unmap the data buffer Mark Salyzyn (1): Bluetooth: hidp: buffer overflow in hidp_process_report Masami Hiramatsu (1): kprobes/x86: Fix %p uses in error messages Oleksij Rempel (1): ARM: dts: imx6sx: fix irq for pcie bridge Randy Dunlap (1): kbuild: verify that $DEPMOD is installed