linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64/kernel: remove duplicate include in process.c
@ 2021-09-02  1:11 cgel.zte
  2021-09-13 12:09 ` Mark Rutland
  2021-09-16 17:08 ` Catalin Marinas
  0 siblings, 2 replies; 3+ messages in thread
From: cgel.zte @ 2021-09-02  1:11 UTC (permalink / raw)
  To: catalin.marinas
  Cc: will, mark.rutland, pcc, maz, peterz, linux-arm-kernel,
	linux-kernel, Lv Ruyi, Zeal Robot

From: Lv Ruyi <lv.ruyi@zte.com.cn>

Remove all but the first include of linux/sched.h from process.c

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
---
 arch/arm64/kernel/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c
index 19100fe8f7e4..1a1213cca173 100644
--- a/arch/arm64/kernel/process.c
+++ b/arch/arm64/kernel/process.c
@@ -18,7 +18,6 @@
 #include <linux/mman.h>
 #include <linux/mm.h>
 #include <linux/nospec.h>
-#include <linux/sched.h>
 #include <linux/stddef.h>
 #include <linux/sysctl.h>
 #include <linux/unistd.h>
-- 
2.25.1


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

* Re: [PATCH] arm64/kernel: remove duplicate include in process.c
  2021-09-02  1:11 [PATCH] arm64/kernel: remove duplicate include in process.c cgel.zte
@ 2021-09-13 12:09 ` Mark Rutland
  2021-09-16 17:08 ` Catalin Marinas
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Rutland @ 2021-09-13 12:09 UTC (permalink / raw)
  To: cgel.zte
  Cc: catalin.marinas, will, pcc, maz, peterz, linux-arm-kernel,
	linux-kernel, Lv Ruyi, Zeal Robot

On Wed, Sep 01, 2021 at 06:11:26PM -0700, cgel.zte@gmail.com wrote:
> From: Lv Ruyi <lv.ruyi@zte.com.cn>
> 
> Remove all but the first include of linux/sched.h from process.c
> 
> Reported-by: Zeal Robot <zealci@zte.com.cn>
> Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
> ---
>  arch/arm64/kernel/process.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c
> index 19100fe8f7e4..1a1213cca173 100644
> --- a/arch/arm64/kernel/process.c
> +++ b/arch/arm64/kernel/process.c
> @@ -18,7 +18,6 @@
>  #include <linux/mman.h>
>  #include <linux/mm.h>
>  #include <linux/nospec.h>
> -#include <linux/sched.h>
>  #include <linux/stddef.h>
>  #include <linux/sysctl.h>
>  #include <linux/unistd.h>

For the benefit of other reviewers, while it's not obvious from the
patch context, arlier in the includes (which aren't currently sorted),
there's a block with:

| #include <linux/sched.h>
| #include <linux/sched/debug.h>
| #include <linux/sched/task.h>
| #include <linux/sched/task_stack.h>

... and so this patch looks good to me:

Acked-by: Mark Rutland <mark.rutland@arm.com>

IMO it would be nice to sort the includes if that's not too churny (but
that should be a separate patch).

Thanks,
Mark.

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

* Re: [PATCH] arm64/kernel: remove duplicate include in process.c
  2021-09-02  1:11 [PATCH] arm64/kernel: remove duplicate include in process.c cgel.zte
  2021-09-13 12:09 ` Mark Rutland
@ 2021-09-16 17:08 ` Catalin Marinas
  1 sibling, 0 replies; 3+ messages in thread
From: Catalin Marinas @ 2021-09-16 17:08 UTC (permalink / raw)
  To: cgel.zte
  Cc: Will Deacon, peterz, Lv Ruyi, mark.rutland, pcc, Zeal Robot, maz,
	linux-kernel, linux-arm-kernel

On Wed, 1 Sep 2021 18:11:26 -0700, cgel.zte@gmail.com wrote:
> Remove all but the first include of linux/sched.h from process.c

Applied to arm64 (for-next/fixes), thanks!

[1/1] arm64/kernel: remove duplicate include in process.c
      https://git.kernel.org/arm64/c/861dc4f52e69

-- 
Catalin


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

end of thread, other threads:[~2021-09-16 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02  1:11 [PATCH] arm64/kernel: remove duplicate include in process.c cgel.zte
2021-09-13 12:09 ` Mark Rutland
2021-09-16 17:08 ` Catalin Marinas

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