All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@openvz.org>
To: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, Michal Marek <mmarek@suse.cz>,
	"H. Peter Anvin" <hpa@linux.intel.com>
Subject: Re: [PATCH 2/2] checksyscalls: ignore kcmp system call
Date: Fri, 7 Sep 2012 16:02:34 +0400	[thread overview]
Message-ID: <20120907120234.GB2121@moon> (raw)
In-Reply-To: <1347017491-11354-2-git-send-email-heiko.carstens@de.ibm.com>

On Fri, Sep 07, 2012 at 01:31:31PM +0200, Heiko Carstens wrote:
> Now that the checksyscalls script works again it will warn about the missing
> "kcmp" system call on all architectures but x86.
> Since according to git commit d97b46a6 "syscalls, x86: add __NR_kcmp syscall"
> only x86 is currently supported don't emit any warning for this system call.
> 
> Cc: Cyrill Gorcunov <gorcunov@openvz.org>
> Cc: Michal Marek <mmarek@suse.cz>
> Cc: H. Peter Anvin <hpa@linux.intel.com>
> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
> ---
>  scripts/checksyscalls.sh |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh
> index fd8fa9a..c7cda79 100755
> --- a/scripts/checksyscalls.sh
> +++ b/scripts/checksyscalls.sh
> @@ -194,6 +194,9 @@ cat << EOF
>  #define __IGNORE_getpmsg
>  #define __IGNORE_putpmsg
>  #define __IGNORE_vserver
> +
> +/* kcmp is currently x86 only */
> +#define __IGNORE_kcmp
>  EOF
>  }

Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>

  reply	other threads:[~2012-09-07 12:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-07 11:31 [PATCH 1/2] checksyscalls: fix "here document" handling Heiko Carstens
2012-09-07 11:31 ` [PATCH 2/2] checksyscalls: ignore kcmp system call Heiko Carstens
2012-09-07 12:02   ` Cyrill Gorcunov [this message]
2012-09-13 16:02     ` Heiko Carstens
2012-09-13 16:38       ` Cyrill Gorcunov

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=20120907120234.GB2121@moon \
    --to=gorcunov@openvz.org \
    --cc=akpm@linux-foundation.org \
    --cc=heiko.carstens@de.ibm.com \
    --cc=hpa@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mmarek@suse.cz \
    /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.