All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Stanislav Kinsbursky <skinsbursky@parallels.com>,
	<serge.hallyn@canonical.com>, <criu@openvz.org>,
	<lucas.demarchi@profusion.mobi>, <linux-kernel@vger.kernel.org>,
	<dhowells@redhat.com>, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 1/2] IPC: message queue receive cleanup
Date: Wed, 4 Apr 2012 19:39:34 -0400	[thread overview]
Message-ID: <4F7CDBB6.3000106@tilera.com> (raw)
In-Reply-To: <20120404160544.f60c2150.akpm@linux-foundation.org>

On 4/4/2012 7:05 PM, Andrew Morton wrote:
> On Wed, 15 Feb 2012 20:54:31 +0400
> Stanislav Kinsbursky <skinsbursky@parallels.com> wrote:
>
>> This patch moves all message related manipulation into one function msg_fill().
>> Actually, two functions because of the compat one.
>>
>> Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
>>
>> ---
>>  arch/tile/kernel/compat.c |   11 +----------
>>  include/linux/compat.h    |    2 ++
>>  include/linux/msg.h       |    5 +++--
>>  ipc/compat.c              |   33 +++++++++++++++++----------------
>>  ipc/msg.c                 |   44 +++++++++++++++++++++++---------------------
> The arch/tile/kernel/compat.c change throws a big reject against
> current mainline because the code it is patching has disappeared and I
> didn't check where it went.  Check this, please?

I merged that code into ipc/compat.c with a new
CONFIG_ARCH_WANT_OLD_COMPAT_IPC guard in commit 48b25c43e6ee.

> Arnd, could you please pass an eye across this work?  Thanks.
-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


  reply	other threads:[~2012-04-04 23:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-15 16:54 [PATCH 0/2] IPC: message queue checkpoint support Stanislav Kinsbursky
2012-02-15 16:54 ` [PATCH 1/2] IPC: message queue receive cleanup Stanislav Kinsbursky
2012-04-04 23:05   ` Andrew Morton
2012-04-04 23:39     ` Chris Metcalf [this message]
2012-02-15 16:54 ` [PATCH 2/2] IPC: message queue stealing feature introduced Stanislav Kinsbursky
2012-04-04 23:12   ` Andrew Morton
     [not found]     ` <20120404161224.dea67733.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2012-04-04 23:50       ` Michael Kerrisk (man-pages)
2012-04-04 23:50         ` Michael Kerrisk (man-pages)
2012-04-04 23:59         ` Michael Kerrisk
     [not found]         ` <CAKgNAkjpWpHR9Ww0JzZqsACktXzsm9r8=k6e7CJF_9+5cWdJBQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-05 11:42           ` Stanislav Kinsbursky
2012-04-05 11:42             ` Stanislav Kinsbursky
2012-04-05 10:53     ` Stanislav Kinsbursky
2012-03-05 13:04 ` [CRIU] [PATCH 0/2] IPC: message queue checkpoint support Kinsbursky Stanislav

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=4F7CDBB6.3000106@tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=criu@openvz.org \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lucas.demarchi@profusion.mobi \
    --cc=serge.hallyn@canonical.com \
    --cc=skinsbursky@parallels.com \
    /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.