From: Willy Tarreau Date: Sun, 9 Nov 2008 22:38:30 +0000 (+0100) Subject: Change VERSION to 2.4.36.9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=refs%2Fheads%2Fmaster;p=linux-kernel-docs%2Flinux-2.4.36.git 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 --- 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)