From: Willy Tarreau Date: Sat, 17 Nov 2007 19:27:03 +0000 (+0100) Subject: Change VERSION to 2.4.36-pre2 X-Git-Url: http://git.osdn.net/view?p=linux-kernel-docs%2Flinux-2.4.36.git;a=commitdiff_plain;h=b191af7b426632e82a91b8ceb35baa10ed34f4e4 Change VERSION to 2.4.36-pre2 - x86_64: Make sure to validate all 64bits of ptrace information - fix missing MODULE_LICENSE in some drivers - fix unresolved symbols on alpha - corrupted cramfs filesystems cause kernel oops (CVE-2006-5823) - Bridge STP timer fixes - sym53c8xx_2 SMP deadlock on driver load - ATM: avoid kernel panic upon access to /proc/net/atm/arp - PPP: fix crash using usb-serial on high speed devices - [OpenPROM]: Fix signedness bug in openprom char driver - [OpenPROM]: Fix user-access checking bugs in openpromfs - [OpenPROM] Prevent overflow of sprintf buffer - [OpenPROM] Prevent unsigned roll-overs in - IDE: enable support for JMicron 20363 - IDE: enable PATA UDMA support for ICH7 --- diff --git a/Makefile b/Makefile index f88ad9a3..d9303f1e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 36 -EXTRAVERSION = -pre1 +EXTRAVERSION = -pre2 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)