From 0d57b57f7722a9e4afee29dfce121548bfcfd169 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 9 Nov 2008 23:38:30 +0100 Subject: [PATCH] Change VERSION to 2.4.36.9 - bonding: fix panic when taking bond interface down before removing module - 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 - 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 - backport vlan device unregister fix Signed-off-by: Willy Tarreau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02f5389b..f31d02b0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 36 -EXTRAVERSION = .8 +EXTRAVERSION = .9 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) -- 2.11.0