linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
@ 2019-01-14 12:18 Sabyasachi Gupta
  2019-01-15  1:45 ` shuah
  0 siblings, 1 reply; 2+ messages in thread
From: Sabyasachi Gupta @ 2019-01-14 12:18 UTC (permalink / raw)
  To: shuah; +Cc: jrdr.linux, linux-kselftest, linux-kernel, brajeswar.linux

Remove sys/ucontext.h which is included more than once.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@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>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
  2019-01-14 12:18 [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header Sabyasachi Gupta
@ 2019-01-15  1:45 ` shuah
  0 siblings, 0 replies; 2+ messages in thread
From: shuah @ 2019-01-15  1:45 UTC (permalink / raw)
  To: Sabyasachi Gupta
  Cc: jrdr.linux, linux-kselftest, linux-kernel, brajeswar.linux, shuah

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-15  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 12:18 [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header Sabyasachi Gupta
2019-01-15  1:45 ` shuah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).