I am announcing the release of the Linux 3.8.13.26 kernel. The updated 3.8.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.8.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.8.y;a=shortlog The diff from v3.8.13.25 is posted as a follow-up to this email. The 3.8.y extended stable tree is maintained by the Ubuntu Kernel Team. For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable -Kamal -- Makefile | 2 +- arch/arm/mach-omap2/cclock3xxx_data.c | 3 +- include/linux/lzo.h | 15 +- lib/decompress_unlzo.c | 2 +- lib/lzo/Makefile | 2 +- lib/lzo/lzo1x_compress.c | 335 ++++++++++++++++++++-------------- lib/lzo/lzo1x_decompress.c | 255 -------------------------- lib/lzo/lzo1x_decompress_safe.c | 257 ++++++++++++++++++++++++++ lib/lzo/lzodefs.h | 38 ++-- 9 files changed, 490 insertions(+), 419 deletions(-) Greg Kroah-Hartman (1): lzo: properly check for overruns Kamal Mostafa (2): [3.8-stable-only] Revert "ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 on all OMAP3 platforms" Linux 3.8.13.26 Markus F.X.J. Oberhumer (2): lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c lib/lzo: Update LZO compression to current upstream version -- 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