[CRIU] Re: [PATCH 1/2] IPC: message queue receive cleanup
    Andrew Morton 
    akpm at linux-foundation.org
       
    Wed Apr  4 19:05:44 EDT 2012
    
    
  
On Wed, 15 Feb 2012 20:54:31 +0400
Stanislav Kinsbursky <skinsbursky at 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 at 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?
Arnd, could you please pass an eye across this work?  Thanks.
    
    
More information about the CRIU
mailing list