aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2009-07-20 01:27:44 +0200
committerWilly Tarreau <w@1wt.eu>2009-07-20 01:27:44 +0200
commit11d0eed6e48533e1109064fee4a2958f1ac9b0c4 (patch)
treeb935e064091102d66b9d20243ff7bb258078aa26
parent9eb03a2e18e8c305cb7e01ad3c424a1621c2ff2a (diff)
downloadlinux-2.4-2.4.37.3.tar.gz
Change VERSION to 2.4.37.3v2.4.37.3
- vlan: Slab memleak fix - br2684: allocation out of atomic context - Add '-fno-delete-null-pointer-checks' to gcc CFLAGS - br2684: fix double freeing skb - usb: pr_debug ehci structure bug - usb: Add support for Teac HD-35PU - r8169: fix erroneous receive packet size settings - r8169: reject fragmented frames to prevent panics with large frames - r8169: avoid rx descriptors leak when receiving erroneous frames - r8169: reset the chip on receive fifo overflows - r8169: rate-limit the messages displayed in interrupt context - lib: export memcmp for external modules to build with gcc 3.4 - agp: remove uid comparison as security check 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 83d413a72f8050..2f482c1add40a3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = .2
+EXTRAVERSION = .3
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)