All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Prarit Bhargava <prarit@redhat.com>
Cc: linux-kernel@vger.kernel.org, Rob Landley <rob@landley.net>,
	Andrew Morton <akpm@linux-foundation.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Ingo Molnar <mingo@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	linux-doc@vger.kernel.org
Subject: Re: [PATCH] Add initcall_blacklist kernel parameter
Date: Wed, 26 Mar 2014 12:31:40 -0700	[thread overview]
Message-ID: <87ppl8oixv.fsf@tassilo.jf.intel.com> (raw)
In-Reply-To: <1395842441-17923-1-git-send-email-prarit@redhat.com> (Prarit Bhargava's message of "Wed, 26 Mar 2014 10:00:41 -0400")

Prarit Bhargava <prarit@redhat.com> writes:
>  core_param(initcall_debug, initcall_debug, bool, 0644);
>  
> +static char blacklist_buf[128] = "\0";

__initdata


> +static int initcall_blacklist(char *str)

__init

Rest looks good. Should be quite useful to have this option

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only

      parent reply	other threads:[~2014-03-26 19:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26 14:00 [PATCH] Add initcall_blacklist kernel parameter Prarit Bhargava
2014-03-26 16:34 ` Josh Boyer
2014-03-26 17:47   ` Prarit Bhargava
2014-03-26 18:23     ` Josh Boyer
2014-03-26 19:31 ` Andi Kleen [this message]

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=87ppl8oixv.fsf@tassilo.jf.intel.com \
    --to=andi@firstfloor.org \
    --cc=akpm@linux-foundation.org \
    --cc=fweisbec@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=prarit@redhat.com \
    --cc=rob@landley.net \
    --cc=rostedt@goodmis.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.