aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2008-11-10 00:07:13 +0100
committerWilly Tarreau <w@1wt.eu>2008-11-10 00:07:13 +0100
commitdd750a64bb8f02667634174b82c66a392385cdae (patch)
treefc12368abc8777046d26041b836ff3ae9413ba53
parentd1d9d14801d6e5fdc7f1b12bbceb092a8154c651 (diff)
downloadlinux-2.4-dd750a64bb8f02667634174b82c66a392385cdae.tar.gz
Change VERSION to 2.4.37-rc2v2.4.37-rc2
- bonding: fix panic when taking bond interface down before removing module - security: avoid calling a NULL function pointer in drivers/video/tvaudio.c - forcedeth: fix checksum flag - net: Fix recursive descent in __scm_destroy(). - ext: Avoid printk floods in the face of directory - hfsplus: fix Buffer overflow with a corrupted image - doc: mention chain-compiling for really old gccs - CVE-2008-3275 Linux kernel local filesystem DoS - Remove suid/sgid bits on truncate() (CVE-2008-4210) - tcp: Clear probes_out more aggressively in tcp_ack(). - netfilter: snmp nat leaks memory in case of failure - i2c: The i2c mailing list is moving - i2c: Update comment of I2C_FUNC_SMBUS_*_I2C_BLOCK - sanitise mii.h for userspace - backport vlan device unregister fix - doc: fix examples and add suggestions about depmod - ata_piix: get more PCI IDs in sync with 2.6 (ICH9/ICH10) - i386: add configuration option for AMD Geode GX/LX - i2c: add support for Geode Companion CS5535/5536 to scx200_acb - i386: add support for AMD Geode MFGPT timers - wdt: add support for AMD Geode GX/LX watchdog - char: add support for AMD Geode LX hardware RNG - netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion 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 48ce53dd8723d..72906b32f5283 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)