From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbXJUCe1 (ORCPT ); Sat, 20 Oct 2007 22:34:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750821AbXJUCeU (ORCPT ); Sat, 20 Oct 2007 22:34:20 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:49445 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750763AbXJUCeT (ORCPT ); Sat, 20 Oct 2007 22:34:19 -0400 Date: Sat, 20 Oct 2007 23:44:18 +0200 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: Linux 2.6.16.56-rc1 Message-ID: <20071020214418.GC30533@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Security fixes since 2.6.16.55: - CVE-2007-3739: Don't allow the stack to grow into hugetlb reserved regions - CVE-2007-4133: hugetlb: fix prio_tree unit 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.55: Adam Litke (1): Don't allow the stack to grow into hugetlb reserved regions (CVE-2007-3739) Adrian Bunk (2): drivers/video/macmodes.c:mac_find_mode() mustn't be __init Linux 2.6.16.56-rc1 Andreas Arens (1): DVB: get_dvb_firmware: update script for new location of tda10046 firmware Arthur Othieno (1): hugetlbfs: add Kconfig help text David S. Miller (2): [NET]: Zero length write() on socket should not simply return 0. [SPARC64]: Fix bugs in SYSV IPC handling in 64-bit processes. Hugh Dickins (1): hugetlb: fix prio_tree unit (CVE-2007-4133) Ilpo Järvinen (2): [PKT_SCHED] RED: Fix overflow in calculation of queue average [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed Jan Altenberg (1): m68knommu: ptrace.h typo fix Ken Chen (1): x86: HUGETLBFS and DEBUG_PAGEALLOC are incompatible Kumar Gala (1): [POWERPC] Fix handling of stfiwx math emulation Michael Krufky (1): DVB: get_dvb_firmware: update script for new location of sp8870 firmware Mike Frysinger (1): alpha: fix epoll syscall enumerations Randy Dunlap (1): hugetlbfs doc. update Stephen Hemminger (1): [PKT_SCHED] cls_u32: error code isn't been propogated properly Stephen Smalley (1): SELinux: clear parent death signal on SID transitions Ulrich Drepper (1): make UML compile (FC6/x86-64) Zhang Yanmin (1): [IA64] lazy_mmu_prot_update needs to be aware of huge pages Documentation/dvb/get_dvb_firmware | 26 +++++++++++++------------- Documentation/vm/hugetlbpage.txt | 20 ++++++++++---------- Makefile | 2 +- arch/i386/Kconfig.debug | 2 +- arch/ia64/mm/init.c | 8 +++++++- arch/ppc/math-emu/math.c | 13 +++++++++---- arch/sparc64/kernel/sys_sparc.c | 15 ++++----------- arch/um/include/kern_util.h | 1 - arch/um/sys-x86_64/stub_segv.c | 1 - drivers/video/macmodes.c | 4 ++-- fs/Kconfig | 6 ++++++ fs/hugetlbfs/inode.c | 24 +++++++++++------------- include/asm-alpha/unistd.h | 11 ++++++++--- include/asm-m68knommu/ptrace.h | 2 +- include/net/red.h | 2 +- mm/mmap.c | 7 +++++++ net/ipv4/tcp_input.c | 3 +++ net/sched/cls_u32.c | 2 +- net/socket.c | 2 -- security/selinux/hooks.c | 3 +++ 20 files changed, 88 insertions(+), 66 deletions(-)