summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2010-01-30 23:31:37 +0100
committerWilly Tarreau <w@1wt.eu>2010-01-31 00:50:00 +0100
commitb70d4daedb301b224bc4b2cee352d7fed9c17858 (patch)
tree516b4084dbc85a05ebf7cc01d29d81aaa321a09e
parentc3e5d5192d01ba88ab57a5ab6f50fef95eb7d0ec (diff)
downloadlinux-2.4-2.4.37.8.tar.gz
Change VERSION to 2.4.37.8v2.4.37.8
- e1000: enhance frame fragment detection (CVE-2009-4536) - dmi: fix year parsing in dmi_check_blacklist() - scsi: fix error with 'scsi remove-single-device' in kernel 2.4.x - tty: also mark the a2232 driver as broken - Makefile: add the 'cscope' target. Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 206b6be72c4617..a75f81e08d53d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = .7
+EXTRAVERSION = .8
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)