linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] signal: remove duplicate include in signal.c
@ 2021-11-02  7:05 cgel.zte
  0 siblings, 0 replies; 3+ messages in thread
From: cgel.zte @ 2021-11-02  7:05 UTC (permalink / raw)
  To: tglx
  Cc: mingo, bp, dave.hansen, x86, hpa, chang.seok.bae, len.brown,
	oleg, linux-kernel, Zhang Mingyu, Zeal Robot

From: Zhang Mingyu <zhang.mingyu@zte.com.cn>

'asm/fpu/xstate.h' included in 'arch/x86/kernel/signal.c'
is duplicated.It is also included on the 45 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>
---
 arch/x86/kernel/signal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index ec71e06ae364..fad9c4adcda6 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -42,7 +42,6 @@
 #include <linux/compat.h>
 #include <asm/proto.h>
 #include <asm/ia32_unistd.h>
-#include <asm/fpu/xstate.h>
 #endif /* CONFIG_X86_64 */
 
 #include <asm/syscall.h>
-- 
2.25.1


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

* Re: [PATCH] signal: remove duplicate include in signal.c
  2021-11-01  7:43 cgel.zte
@ 2021-11-01 12:19 ` Jan Kara
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kara @ 2021-11-01 12:19 UTC (permalink / raw)
  To: cgel.zte; +Cc: jack, zhang.mingyu, krisman, amir73il, linux-kernel, Zeal Robot

On Mon 01-11-21 07:43:38, cgel.zte@gmail.com wrote:
> From: Zhang Mingyu <zhang.mingyu@zte.com.cn>
> 
> 'asm/fpu/xstate.h' included in 'arch/x86/kernel/signal.c'
> is duplicated.It is also included on the 45 line.
> 
> Reported-by: Zeal Robot <zealci@zte.com.cn>
> Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>

I guess you've sent this cleanup to a wrong set of people... You need to
send it to x86 maintainters. Thanks.

									Honza

> ---
>  arch/x86/kernel/signal.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
> index ec71e06ae364..fad9c4adcda6 100644
> --- a/arch/x86/kernel/signal.c
> +++ b/arch/x86/kernel/signal.c
> @@ -42,7 +42,6 @@
>  #include <linux/compat.h>
>  #include <asm/proto.h>
>  #include <asm/ia32_unistd.h>
> -#include <asm/fpu/xstate.h>
>  #endif /* CONFIG_X86_64 */
>  
>  #include <asm/syscall.h>
> -- 
> 2.25.1
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

* [PATCH] signal: remove duplicate include in signal.c
@ 2021-11-01  7:43 cgel.zte
  2021-11-01 12:19 ` Jan Kara
  0 siblings, 1 reply; 3+ messages in thread
From: cgel.zte @ 2021-11-01  7:43 UTC (permalink / raw)
  To: jack; +Cc: zhang.mingyu, krisman, amir73il, linux-kernel, Zeal Robot

From: Zhang Mingyu <zhang.mingyu@zte.com.cn>

'asm/fpu/xstate.h' included in 'arch/x86/kernel/signal.c'
is duplicated.It is also included on the 45 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>
---
 arch/x86/kernel/signal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index ec71e06ae364..fad9c4adcda6 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -42,7 +42,6 @@
 #include <linux/compat.h>
 #include <asm/proto.h>
 #include <asm/ia32_unistd.h>
-#include <asm/fpu/xstate.h>
 #endif /* CONFIG_X86_64 */
 
 #include <asm/syscall.h>
-- 
2.25.1


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

end of thread, other threads:[~2021-11-02  7:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  7:05 [PATCH] signal: remove duplicate include in signal.c cgel.zte
  -- strict thread matches above, loose matches on Subject: below --
2021-11-01  7:43 cgel.zte
2021-11-01 12:19 ` Jan Kara

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).