All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Andi Kleen <ak@suse.de>
Subject: Re: [PATCH] NX: Fix noexec kernel parameter / x86_64
Date: Sun, 5 Dec 2004 07:59:21 +0100	[thread overview]
Message-ID: <20041205065921.GA26964@elte.hu> (raw)
In-Reply-To: <Pine.LNX.4.61.0412042356340.6378@montezuma.fsmlabs.com>


* Zwane Mwaikambo <zwane@arm.linux.org.uk> wrote:

> +		if (!memcmp(from, "noexec=", 7)) {
> +			extern void nonx_setup(char *str);
> +	
> +			nonx_setup(from + 7);
> +		}

looks good, but please put the prototype into a header.

	Ingo

  reply	other threads:[~2004-12-05  6:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-05  5:58 [PATCH][1/2] NX: Fix noexec kernel parameter Zwane Mwaikambo
2004-12-05  6:57 ` [PATCH] NX: Fix noexec kernel parameter / x86_64 Zwane Mwaikambo
2004-12-05  6:59   ` Ingo Molnar [this message]
2004-12-05  7:08     ` Zwane Mwaikambo
2004-12-05 10:33       ` Ingo Molnar
2004-12-05  7:18   ` Zwane Mwaikambo
2004-12-05  7:24 ` [PATCH][1/2] NX: Fix noexec kernel parameter Zwane Mwaikambo

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=20041205065921.GA26964@elte.hu \
    --to=mingo@elte.hu \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@arm.linux.org.uk \
    /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.