aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2010-12-18 16:29:59 +0100
committerWilly Tarreau <w@1wt.eu>2010-12-18 16:29:59 +0100
commit632faa2d548dabaf55ac0bfcb21599da946f9936 (patch)
treee8572ad1908da34657ce08c5a8bce8ded69ea33f
parentd46b8f334e1a8498ad60ebe0fdf600685604efcc (diff)
downloadlinux-2.4-632faa2d548dabaf55ac0bfcb21599da946f9936.tar.gz
Change VERSION to 2.4.37.11v2.4.37.11
- drivers/net/eql.c: prevent reading uninitialized stack memory - sys_semctl: fix kernel stack leakage - x25: Prevent crashing when parsing bad X.25 facilities - rose: Fix signedness issues wrt. digi count. - NET: SGIseeq: Add support for Challenge S Mezz board - do_exit(): make sure that we run with get_fs() == USER_DS - MTD: Add AMD Alchemy Mirage mapping driver. - econet: fix CVE-2010-3848 - econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849 - econet: fix CVE-2010-3850 - NET: hdlcdrv: Make driver stop method stop queue. - CHAR: New key map for IBM WorkPad z50. - irda: Fix parameter extraction stack overflow - drivers/char/ppdev.c: fix information leak to userland - ipc: shm: fix information leak to userland - net: atm/clip does not work anymore as a module - ext3: ext3_symlink should use GFP_NOFS allocations inside - net: packet: fix information leak to userland - usb: core: fix information leak to userland - block: ioctl: fix information leak to userland 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 98d1691817d147..17c0d259c84e1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = .10
+EXTRAVERSION = .11
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)