All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-mm@kvack.org, ppc-dev <linuxppc-dev@ozlabs.org>,
	paulus@samba.org, LKML <linux-kernel@vger.kernel.org>,
	ak@suse.de
Subject: Re: [PATCH 2/3] Create compat_sys_migrate_pages
Date: Fri, 27 Oct 2006 01:03:53 +0200	[thread overview]
Message-ID: <200610270103.53554.arnd@arndb.de> (raw)
In-Reply-To: <20061026133305.b0db54e6.sfr@canb.auug.org.au>

T24gVGh1cnNkYXkgMjYgT2N0b2JlciAyMDA2IDA1OjMzLCBTdGVwaGVuIFJvdGh3ZWxsIHdyb3Rl
Ogo+ICthc21saW5rYWdlIGxvbmcgY29tcGF0X3N5c19taWdyYXRlX3BhZ2VzKGNvbXBhdF9waWRf
dCBwaWQsCj4gK6CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgY29tcGF0X3Vsb25nX3QgbWF4bm9kZSwK
PiAroKCgoKCgoKCgoKCgoKCgoKCgoKCgoKBjb25zdCBjb21wYXRfdWxvbmdfdCBfX3VzZXIgKm9s
ZF9ub2RlcywKPiAroKCgoKCgoKCgoKCgoKCgoKCgoKCgoKBjb25zdCBjb21wYXRfdWxvbmdfdCBf
X3VzZXIgKm5ld19ub2RlcykKPiArewo+ICugoKCgoKCgbm9kZW1hc2tfdCBvbGQ7Cj4gK6CgoKCg
oKBub2RlbWFza190IG5ldzsKPiAroKCgoKCgoGludCBlcnI7Cj4gKwo+ICugoKCgoKCgZXJyID0g
Z2V0X25vZGVzKCZvbGQsIG9sZF9ub2RlcywgbWF4bm9kZSk7Cj4gK6CgoKCgoKBpZiAoZXJyKQo+
ICugoKCgoKCgoKCgoKCgoKByZXR1cm4gZXJyOwo+ICsKPiAroKCgoKCgoGVyciA9IGdldF9ub2Rl
cygmbmV3LCBuZXdfbm9kZXMsIG1heG5vZGUpOwoKSSBndWVzcyB5b3Ugd2FudCB0byBjYWxsIGNv
bXBhdF9nZXRfbm9kZXMsIG5vdCBnZXRfbm9kZXMgaGVyZSwKcmlnaHQ/CgoJQXJuZCA8PjwK

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: LKML <linux-kernel@vger.kernel.org>,
	ppc-dev <linuxppc-dev@ozlabs.org>,
	paulus@samba.org, ak@suse.de, linux-mm@kvack.org
Subject: Re: [PATCH 2/3] Create compat_sys_migrate_pages
Date: Fri, 27 Oct 2006 01:03:53 +0200	[thread overview]
Message-ID: <200610270103.53554.arnd@arndb.de> (raw)
In-Reply-To: <20061026133305.b0db54e6.sfr@canb.auug.org.au>

On Thursday 26 October 2006 05:33, Stephen Rothwell wrote:
> +asmlinkage long compat_sys_migrate_pages(compat_pid_t pid,
> +                       compat_ulong_t maxnode,
> +                       const compat_ulong_t __user *old_nodes,
> +                       const compat_ulong_t __user *new_nodes)
> +{
> +       nodemask_t old;
> +       nodemask_t new;
> +       int err;
> +
> +       err = get_nodes(&old, old_nodes, maxnode);
> +       if (err)
> +               return err;
> +
> +       err = get_nodes(&new, new_nodes, maxnode);

I guess you want to call compat_get_nodes, not get_nodes here,
right?

	Arnd <><
N‹§²æìr¸›zǧu©ž²Æ {\b­†éì¹»\x1c®&Þ–)îÆi¢žØ^n‡r¶‰šŽŠÝ¢j$½§$¢¸\x05¢¹¨­è§~Š'.)îÄÃ,yèm¶ŸÿÃ\f%Š{±šj+ƒðèž×¦j)Z†·Ÿ

  parent reply	other threads:[~2006-10-26 23:04 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-26  3:26 [PATCH 1/3] Constify compat_get_bitmap argument Stephen Rothwell
2006-10-26  3:26 ` Stephen Rothwell
2006-10-26  3:33 ` [PATCH 2/3] Create compat_sys_migrate_pages Stephen Rothwell
2006-10-26  3:33   ` Stephen Rothwell
2006-10-26  3:34   ` [PATCH 3/3] [POWERPC] Wire up sys_migrate_pages Stephen Rothwell
2006-10-26  3:34     ` Stephen Rothwell
2006-10-26  3:57   ` [PATCH 2/3] Create compat_sys_migrate_pages Stephen Rothwell
2006-10-26  3:57     ` Stephen Rothwell
2006-10-26 23:04     ` Arnd Bergmann
2006-10-26 23:04       ` Arnd Bergmann
2006-10-26 23:04       ` Arnd Bergmann
2006-10-26 19:00   ` Christoph Lameter
2006-10-26 19:00     ` Christoph Lameter
2006-10-26 19:00     ` Christoph Lameter
2006-10-27  0:28     ` Stephen Rothwell
2006-10-27  0:28       ` Stephen Rothwell
2006-10-27 13:24       ` Christoph Lameter
2006-10-27 13:24         ` Christoph Lameter
2006-10-27 13:24         ` Christoph Lameter
2006-10-30  5:29         ` Benjamin Herrenschmidt
2006-10-30  5:29           ` Benjamin Herrenschmidt
2006-10-30  5:29           ` Benjamin Herrenschmidt
2006-10-26 23:03   ` Arnd Bergmann [this message]
2006-10-26 23:03     ` Arnd Bergmann

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=200610270103.53554.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=ak@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    --cc=sfr@canb.auug.org.au \
    /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.