From: Willy Tarreau Date: Sat, 16 Feb 2008 12:56:03 +0000 (+0100) Subject: Change VERSION to 2.4.36.1 X-Git-Url: http://git.osdn.net/view?p=linux-kernel-docs%2Flinux-2.4.36.git;a=commitdiff_plain;h=4de5159b3bc216ae8eec8f0f34e34ecaf976cf14 Change VERSION to 2.4.36.1 - Do not complain about gcc 4.2 for user-space - i386: fix setCx86/getCx86 race in macros - security: insufficient range checks in certain fault handlers - ext2_readdir() filp->f_pos fix - avoid semi-infinite loop when mounting bad ext2 - ext2: skip pages past number of blocks in ext2_find_entry - memory leak when socket is release()d before PPPIOCGCHAN has been called on it - 2.4: fix memory corruption from misinterpreted bad_inode_ops return values - 2.4: [SCSI] aacraid: Fix security hole - 2.4: USB: fix DoS in pwc USB video driver --- diff --git a/Makefile b/Makefile index 9fea153f..11190c6c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 36 -EXTRAVERSION = +EXTRAVERSION = .1 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)