aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-12-18 09:32:18 +0100
committerWilly Tarreau <w@1wt.eu>2006-12-18 09:32:18 +0100
commit00262a7c5cb96dce28751b5ff55118b4a3c25e09 (patch)
tree33c9c6bd9e2f5035389630b3be4bf330b5a82dae
parent72c7eb646f51044e530da5d85c2c78494341230f (diff)
downloadlinux-2.4-00262a7c5cb96dce28751b5ff55118b4a3c25e09.tar.gz
Change VERSION to 2.4.34-rc3v2.4.34-rc3
- zeromap may find a pte - Fix incorrect user space access locking in mincore() (CVE-2006-4814)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 343be03382542..aa2773e7d1f21 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 34
-EXTRAVERSION = -rc2
+EXTRAVERSION = -rc3
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)