From 4de5159b3bc216ae8eec8f0f34e34ecaf976cf14 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 16 Feb 2008 13:56:03 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0