All of lore.kernel.org
 help / color / mirror / Atom feed
From: shuah at kernel.org (shuah)
Subject: [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
Date: Mon, 14 Jan 2019 18:45:19 -0700	[thread overview]
Message-ID: <3242d93b-bd3d-bce3-b912-bd28144a2e9d@kernel.org> (raw)
In-Reply-To: <5c3c7dfe.1c69fb81.7c853.0be7@mx.google.com>

On 1/14/19 5:18 AM, Sabyasachi Gupta wrote:
> Remove sys/ucontext.h which is included more than once.
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
> ---
>   tools/testing/selftests/x86/unwind_vdso.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c
> index 00a26a8..9731133 100644
> --- a/tools/testing/selftests/x86/unwind_vdso.c
> +++ b/tools/testing/selftests/x86/unwind_vdso.c
> @@ -44,7 +44,6 @@ int main()
>   #include <stdbool.h>
>   #include <sys/ptrace.h>
>   #include <sys/user.h>
> -#include <sys/ucontext.h>
>   #include <link.h>
>   #include <sys/auxv.h>
>   #include <dlfcn.h>
> 

Thanks for the patch. I will pull this in for 5.1-rc1

thanks,
-- Shuah

WARNING: multiple messages have this Message-ID (diff)
From: shuah@kernel.org (shuah)
Subject: [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
Date: Mon, 14 Jan 2019 18:45:19 -0700	[thread overview]
Message-ID: <3242d93b-bd3d-bce3-b912-bd28144a2e9d@kernel.org> (raw)
Message-ID: <20190115014519.FfaADOG36Wd3SValveqi8Xc7XfdYbP8nramQIST5gSI@z> (raw)
In-Reply-To: <5c3c7dfe.1c69fb81.7c853.0be7@mx.google.com>

On 1/14/19 5:18 AM, Sabyasachi Gupta wrote:
> Remove sys/ucontext.h which is included more than once.
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
> ---
>   tools/testing/selftests/x86/unwind_vdso.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c
> index 00a26a8..9731133 100644
> --- a/tools/testing/selftests/x86/unwind_vdso.c
> +++ b/tools/testing/selftests/x86/unwind_vdso.c
> @@ -44,7 +44,6 @@ int main()
>   #include <stdbool.h>
>   #include <sys/ptrace.h>
>   #include <sys/user.h>
> -#include <sys/ucontext.h>
>   #include <link.h>
>   #include <sys/auxv.h>
>   #include <dlfcn.h>
> 

Thanks for the patch. I will pull this in for 5.1-rc1

thanks,
-- Shuah

  reply	other threads:[~2019-01-15  1:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 12:18 [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header sabyasachi.linux
2019-01-14 12:18 ` Sabyasachi Gupta
2019-01-15  1:45 ` shuah [this message]
2019-01-15  1:45   ` shuah

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=3242d93b-bd3d-bce3-b912-bd28144a2e9d@kernel.org \
    --to=unknown@example.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.