aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2009-06-07 21:50:24 +0200
committerWilly Tarreau <w@1wt.eu>2009-06-07 21:50:24 +0200
commit14a0ed47e2c8c2eadf03d99caa566eff9072b491 (patch)
tree3ef1d8efdbb8d980eac7d28fd9657a118aa04296
parentbdf30ce4294bb5fc6d5e6e8001557ac1b0fc7968 (diff)
downloadlinux-2.4-14a0ed47e2c8c2eadf03d99caa566eff9072b491.tar.gz
Change VERSION to 2.4.37.2v2.4.37.2
- ipv6: Disallow rediculious flowlabel option sizes. - net: amend the fix for SO_BSDCOMPAT gsopt infoleak - e1000: fix bug with shared interrupt during reset - e1000: add missing length check to e1000 receive routine - sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID - exit_notify: fix regression uncovered by the CAP_KILL fix 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 03cbee30e151d9..e59f11117edfef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = .1
+EXTRAVERSION = .2
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)