From: tip-bot for Aaron Tomlin <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, riel@redhat.com, hpa@zytor.com,
mingo@kernel.org, atomlin@redhat.com, tglx@linutronix.de,
rientjes@google.com
Subject: [tip:core/urgent] sysctl: Add neg_one as a standard constraint
Date: Sat, 25 Jan 2014 06:24:39 -0800 [thread overview]
Message-ID: <tip-2397efb1bb17595b35f31abb40d95074ebc04f1b@git.kernel.org> (raw)
In-Reply-To: <1390239253-24030-2-git-send-email-atomlin@redhat.com>
Commit-ID: 2397efb1bb17595b35f31abb40d95074ebc04f1b
Gitweb: http://git.kernel.org/tip/2397efb1bb17595b35f31abb40d95074ebc04f1b
Author: Aaron Tomlin <atomlin@redhat.com>
AuthorDate: Mon, 20 Jan 2014 17:34:12 +0000
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Sat, 25 Jan 2014 08:59:53 +0100
sysctl: Add neg_one as a standard constraint
Add neg_one to the list of standard constraints - will be used by the next patch.
Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: oleg@redhat.com
Link: http://lkml.kernel.org/r/1390239253-24030-2-git-send-email-atomlin@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
kernel/sysctl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index c8da99f..c398a58 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -122,6 +122,7 @@ extern int blk_iopoll_enabled;
static int sixty = 60;
#endif
+static int neg_one = -1;
static int zero;
static int __maybe_unused one = 1;
static int __maybe_unused two = 2;
next prev parent reply other threads:[~2014-01-25 14:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-20 17:34 [RFC PATCH v4 0/2] hung_task: Display every hung task warning atomlin
2014-01-20 17:34 ` [RFC PATCH v4 1/2] sysctl: Make neg_one a standard constraint atomlin
2014-01-22 5:24 ` David Rientjes
2014-01-25 14:24 ` tip-bot for Aaron Tomlin [this message]
2014-01-20 17:34 ` [RFC PATCH v4 2/2] hung_task: Display every hung task warning atomlin
2014-01-22 5:24 ` David Rientjes
2014-01-25 14:26 ` [tip:core/urgent] " tip-bot for Aaron Tomlin
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=tip-2397efb1bb17595b35f31abb40d95074ebc04f1b@git.kernel.org \
--to=tipbot@zytor.com \
--cc=atomlin@redhat.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=riel@redhat.com \
--cc=rientjes@google.com \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox