Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756090AbYGNTUK (ORCPT ); Mon, 14 Jul 2008 15:20:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753647AbYGNTT6 (ORCPT ); Mon, 14 Jul 2008 15:19:58 -0400 Received: from smtp4.pp.htv.fi ([213.243.153.38]:50775 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753118AbYGNTT6 (ORCPT ); Mon, 14 Jul 2008 15:19:58 -0400 Date: Mon, 14 Jul 2008 22:18:30 +0300 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: Linux 2.6.16.61-rc1 Message-ID: <20080714191830.GD31553@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2962 Lines: 87 I was recently busy with other things and failed to regularly update 2.6.16 - sorry for this. This is just the first batch, there's more backlog and there will additional updates with the pending stuff during the next weeks. Security fixes since 2.6.16.60: - CVE-2008-1669: fix SMP ordering hole in fcntl_setlk() - CVE-2008-1673: asn1: additional sanity checking during BER decoding - CVE-2008-2136: sit: Add missing kfree_skb() on pskb_may_pull() failure. Location: ftp://ftp.kernel.org/pub/linux/kernel/people/bunk/linux-2.6.16.y/testing/ git tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git RSS feed of the git tree: http://www.kernel.org/git/?p=linux/kernel/git/stable/linux-2.6.16.y.git;a=rss Changes since 2.6.16.60: 3ware Inc (1): 3w-xxxx: Prevent data corruption Adrian Bunk (2): gcc >= 4.3 is not supported Linux 2.6.16.61 Al Viro (1): fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669) Chris Wright (1): asn1: additional sanity checking during BER decoding (CVE-2008-1673) David S. Miller (2): [NETFILTER]: Fix warnings in ip_nat_snmp_basic.c sit: Add missing kfree_skb() on pskb_may_pull() failure. (CVE-2008-2136) Heiko Carstens (1): Disable DETECT_SOFTLOCKUP for s390 Juergen Beisert (1): x86: Replace NSC/Cyrix specific chipset access macros by inlined functions. Oliver Neukum (1): USB: race on disconnect in mdc800 Patrick McHardy (1): TCP: Fix shrinking windows with window scaling Thomas Graf (1): [DECNet] fib: Fix out of bound access of dn_fib_props[] Makefile | 2 - arch/i386/kernel/cpu/cpufreq/gx-suspmod.c | 1 arch/i386/kernel/cpu/cyrix.c | 2 - arch/i386/kernel/cpu/mtrr/cyrix.c | 1 arch/i386/kernel/cpu/mtrr/state.c | 1 drivers/scsi/3w-xxxx.c | 8 ++--- drivers/usb/image/mdc800.c | 4 ++ fs/cifs/asn1.c | 14 ++++++++++ fs/locks.c | 17 +++++++++++- include/asm-i386/processor-cyrix.h | 30 ++++++++++++++++++++++ include/asm-i386/processor.h | 11 -------- include/asm-x86_64/processor-cyrix.h | 2 + include/asm-x86_64/processor.h | 11 -------- include/linux/compiler.h | 4 ++ lib/Kconfig.debug | 2 - net/decnet/dn_fib.c | 5 ++- net/ipv4/netfilter/ip_nat_snmp_basic.c | 19 +++++++++++++ net/ipv4/tcp_output.c | 2 - net/ipv6/sit.c | 2 - 19 files changed, 103 insertions(+), 35 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/