From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org
Cc: torvalds@osdl.org, stable@kernel.org, Andrew Morton <akpm@osdl.org>
Subject: Re: Linux 2.6.16.24
Date: Thu, 6 Jul 2006 15:28:11 -0700 [thread overview]
Message-ID: <20060706222811.GC2946@kroah.com> (raw)
In-Reply-To: <20060706222553.GA2946@kroah.com>
diff --git a/Makefile b/Makefile
index da3e313..9b1622f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 16
-EXTRAVERSION = .23
+EXTRAVERSION = .24
NAME=Sliding Snow Leopard
# *DOCUMENTATION*
diff --git a/kernel/sys.c b/kernel/sys.c
index 105e102..413706a 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -1802,7 +1802,7 @@ asmlinkage long sys_prctl(int option, un
error = current->mm->dumpable;
break;
case PR_SET_DUMPABLE:
- if (arg2 < 0 || arg2 > 2) {
+ if (arg2 < 0 || arg2 > 1) {
error = -EINVAL;
break;
}
next prev parent reply other threads:[~2006-07-06 22:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-06 22:25 Linux 2.6.16.24 Greg KH
2006-07-06 22:28 ` Greg KH [this message]
2006-07-07 10:54 ` Pavel Machek
2006-07-07 12:37 ` Linux 2.6.16.y series Michael Krufky
2006-07-10 16:54 ` Adrian Bunk
2006-07-10 16:43 ` David Lang
2006-07-11 22:36 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060706222811.GC2946@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.