[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAhV-H7uvnqReegNM+L6Q=ScnXFmpgYnNNTmokBJe9RDSDDdWQ@mail.gmail.com>
Date: Wed, 7 May 2025 15:26:24 +0800
From: Huacai Chen <chenhuacai@...nel.org>
To: Charlie Jenkins <charlie@...osinc.com>
Cc: WANG Xuerui <kernel@...0n.name>, Thomas Gleixner <tglx@...utronix.de>, loongarch@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH core/entry] LoongArch: Fix include order
Hi, Charlie,
On Wed, May 7, 2025 at 3:11 PM Charlie Jenkins <charlie@...osinc.com> wrote:
>
> Reorder some introduced include headers to keep alphabetical order.
>
> Signed-off-by: Charlie Jenkins <charlie@...osinc.com>
> Fixes: 7ace1602abf2 ("LoongArch: entry: Migrate ret_from_fork() to C")
> ---
> This is a very minor fix to a patch previously applied to the core/entry
> tip.
If possible, I prefer it to be squashed to the original patch.
Huacai
> ---
> arch/loongarch/kernel/process.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/loongarch/kernel/process.c b/arch/loongarch/kernel/process.c
> index 98bc60d7c550fcc0225e8452f81a7d6cd7888015..3582f591bab286c30127e715c47d485f74d5e2ca 100644
> --- a/arch/loongarch/kernel/process.c
> +++ b/arch/loongarch/kernel/process.c
> @@ -13,8 +13,8 @@
> #include <linux/cpu.h>
> #include <linux/init.h>
> #include <linux/kernel.h>
> -#include <linux/errno.h>
> #include <linux/entry-common.h>
> +#include <linux/errno.h>
> #include <linux/sched.h>
> #include <linux/sched/debug.h>
> #include <linux/sched/task.h>
> @@ -34,8 +34,8 @@
> #include <linux/prctl.h>
> #include <linux/nmi.h>
>
> -#include <asm/asm-prototypes.h>
> #include <asm/asm.h>
> +#include <asm/asm-prototypes.h>
> #include <asm/bootinfo.h>
> #include <asm/cpu.h>
> #include <asm/elf.h>
>
> ---
> base-commit: e43b8bb56e537bfc8d9076793091e7679020fc9c
> change-id: 20250506-loongarch_include_order-bbf509faca15
> --
> - Charlie
>
Powered by blists - more mailing lists