All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Eric B Munson <emunson@akamai.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-mips@linux-mips.org, linux-api@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V6 6/6] mips: Add entry for new mlock2 syscall
Date: Thu, 30 Jul 2015 16:32:52 +0200	[thread overview]
Message-ID: <20150730143252.GF25552@linux-mips.org> (raw)
In-Reply-To: <1438184575-10537-7-git-send-email-emunson@akamai.com>

On Wed, Jul 29, 2015 at 11:42:55AM -0400, Eric B Munson wrote:

> A previous commit introduced the new mlock2 syscall, add entries for the
> MIPS architecture.

Looking good, so

Acked-by: Ralf Baechle <ralf@linux-mips.org>

Recently somebody else was floating around a patch that was adding
three syscalls.  Not sure if in the end the adding the syscall part to
non-x86 was dropped.  Just mentioning in case there are any conflicts;
in particulary nobody should rely on syscall numbers unless they're
for something in Linus' tree!

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
To: Eric B Munson <emunson@akamai.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-mips@linux-mips.org, linux-api@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V6 6/6] mips: Add entry for new mlock2 syscall
Date: Thu, 30 Jul 2015 16:32:52 +0200	[thread overview]
Message-ID: <20150730143252.GF25552@linux-mips.org> (raw)
In-Reply-To: <1438184575-10537-7-git-send-email-emunson@akamai.com>

On Wed, Jul 29, 2015 at 11:42:55AM -0400, Eric B Munson wrote:

> A previous commit introduced the new mlock2 syscall, add entries for the
> MIPS architecture.

Looking good, so

Acked-by: Ralf Baechle <ralf@linux-mips.org>

Recently somebody else was floating around a patch that was adding
three syscalls.  Not sure if in the end the adding the syscall part to
non-x86 was dropped.  Just mentioning in case there are any conflicts;
in particulary nobody should rely on syscall numbers unless they're
for something in Linus' tree!

  Ralf

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2015-07-30 14:32 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-29 15:42 [PATCH V6 0/6] Allow user to request memory to be locked on page fault Eric B Munson
2015-07-29 15:42 ` Eric B Munson
2015-07-29 15:42 ` Eric B Munson
2015-07-29 15:42 ` [PATCH V6 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-08-06 13:56   ` Vlastimil Babka
2015-08-06 13:56     ` Vlastimil Babka
2015-07-29 15:42 ` [PATCH V6 2/6] mm: mlock: Add new mlock system call Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-08-06 14:00   ` Vlastimil Babka
2015-08-06 14:00   ` Vlastimil Babka
2015-08-06 14:00     ` Vlastimil Babka
2015-08-06 14:00     ` Vlastimil Babka
2015-08-06 14:00     ` Vlastimil Babka
2015-08-06 14:00     ` Vlastimil Babka
2015-07-29 15:42 ` Eric B Munson
2015-07-29 15:42 ` [PATCH V6 3/6] mm: Introduce VM_LOCKONFAULT Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-08-06 15:33   ` Vlastimil Babka
2015-08-06 15:33     ` Vlastimil Babka
     [not found]     ` <55C37E62.6020909-AlSwsSmVLrQ@public.gmane.org>
2015-08-06 15:53       ` Kirill A. Shutemov
2015-08-06 15:53         ` Kirill A. Shutemov
2015-08-06 15:53         ` Kirill A. Shutemov
2015-08-07 10:33       ` Eric B Munson
2015-08-07 10:33         ` Eric B Munson
2015-08-07 12:34   ` Thierry Reding
2015-08-07 12:34     ` Thierry Reding
2015-07-29 15:42 ` [PATCH V6 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-07-29 15:42   ` Eric B Munson
     [not found]   ` <1438184575-10537-5-git-send-email-emunson-JqFfY2XvxFXQT0dZR+AlfA@public.gmane.org>
2015-08-07 11:50     ` Vlastimil Babka
2015-08-07 11:50       ` Vlastimil Babka
2015-08-07 11:50       ` Vlastimil Babka
2015-08-07 11:50       ` Vlastimil Babka
2015-07-29 15:42 ` [PATCH V6 5/6] selftests: vm: Add tests for lock on fault Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-07-29 15:42 ` [PATCH V6 6/6] mips: Add entry for new mlock2 syscall Eric B Munson
2015-07-29 15:42   ` Eric B Munson
2015-07-30 14:32   ` Ralf Baechle [this message]
2015-07-30 14:32     ` Ralf Baechle

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=20150730143252.GF25552@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=akpm@linux-foundation.org \
    --cc=emunson@akamai.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-mm@kvack.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.