From: WANG Xuerui <kernel@xen0n.name>
To: Huacai Chen <chenhuacai@loongson.cn>,
Arnd Bergmann <arnd@arndb.de>, Andy Lutomirski <luto@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <peterz@infradead.org>,
Andrew Morton <akpm@linux-foundation.org>,
David Airlie <airlied@linux.ie>, Jonathan Corbet <corbet@lwn.net>,
Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arch@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, Xuefeng Li <lixuefeng@loongson.cn>,
Yanteng Si <siyanteng@loongson.cn>,
Huacai Chen <chenhuacai@gmail.com>, Guo Ren <guoren@kernel.org>,
Xuerui Wang <kernel@xen0n.name>,
Jiaxun Yang <jiaxun.yang@flygoat.com>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Eric Biederman <ebiederm@xmission.com>,
Ard Biesheuvel <ardb@kernel.org>
Subject: Re: [PATCH V12 00/24] arch: Add basic LoongArch support
Date: Wed, 1 Jun 2022 19:30:10 +0800 [thread overview]
Message-ID: <fe537ea1-01a0-d963-ec8b-f73788e049b3@xen0n.name> (raw)
In-Reply-To: <20220601100005.2989022-1-chenhuacai@loongson.cn>
On 6/1/22 17:59, Huacai Chen wrote:
> <snip>
>
> Huacai Chen(24):
> irqchip: Adjust Kconfig for Loongson.
> irqchip/loongson-liointc: Fix build error for LoongArch.
> Documentation: LoongArch: Add basic documentations.
> Documentation/zh_CN: Add basic LoongArch documentations.
> LoongArch: Add elf-related definitions.
> LoongArch: Add writecombine support for drm.
> LoongArch: Add build infrastructure.
> LoongArch: Add CPU definition headers.
> LoongArch: Add atomic/locking headers.
> LoongArch: Add other common headers.
> LoongArch: Add boot and setup routines.
> LoongArch: Add exception/interrupt handling.
> LoongArch: Add process management.
> LoongArch: Add memory management.
> LoongArch: Add system call support.
> LoongArch: Add signal handling support.
> LoongArch: Add elf and module support.
> LoongArch: Add misc common routines.
> LoongArch: Add some library functions.
> LoongArch: Add PCI controller support.
> LoongArch: Add VDSO and VSYSCALL support.
> LoongArch: Add multi-processor (SMP) support.
> LoongArch: Add Non-Uniform Memory Access (NUMA) support.
> LoongArch: Add Loongson-3 default config file.
>
> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
I have gone through every of these patches, and they now all look good
to me. Thanks for all the revisions and cooperation!
I remember several more people have left comments on the v11 code; Eric
commented on the signal handling bits and Ard may have something to say
on the UEFI part. The first two cleanup patches to irqchip are
previously sent in a separate series, and they are already trivial
enough, but Marc may want to give the ack here too, for the patches to
go in via the asm-generic tree.
At this time, although the port currently cannot work on any real
hardware, the value is mostly for unblocking downstream development
starting from the libc's, as the userspace ABI has been stable for
several months already and there's probably no point in delaying even
further. I've been working on the Gentoo/LoongArch port since August
2021 and experienced every ABI break since then, so I probably know
enough to make this statement.
I think, with the userspace ABI effectively stable already, and other
implementation details available for continued improvement, we could
make it into this merge window after all. People, please take a final
quick look at this; your opinions and/or review and acks are appreciated.
next prev parent reply other threads:[~2022-06-01 11:30 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 9:59 [PATCH V12 00/24] arch: Add basic LoongArch support Huacai Chen
2022-06-01 9:59 ` [PATCH V12 01/24] irqchip: Adjust Kconfig for Loongson Huacai Chen
2022-06-01 10:36 ` WANG Xuerui
2022-06-01 9:59 ` [PATCH V12 02/24] irqchip/loongson-liointc: Fix build error for LoongArch Huacai Chen
2022-06-01 10:37 ` WANG Xuerui
2022-06-01 12:09 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 03/24] Documentation: LoongArch: Add basic documentations Huacai Chen
2022-06-01 12:16 ` Jiaxun Yang
2022-06-02 9:13 ` Bagas Sanjaya
2022-06-02 9:26 ` Huacai Chen
2022-06-01 9:59 ` [PATCH V12 04/24] Documentation/zh_CN: Add basic LoongArch documentations Huacai Chen
2022-06-01 12:17 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 05/24] LoongArch: Add ELF-related definitions Huacai Chen
2022-06-01 12:18 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 06/24] LoongArch: Add writecombine support for drm Huacai Chen
2022-06-01 12:20 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 07/24] LoongArch: Add build infrastructure Huacai Chen
2022-06-01 12:23 ` Jiaxun Yang
2022-06-01 15:47 ` Randy Dunlap
2022-06-01 16:02 ` Arnd Bergmann
2022-06-01 9:59 ` [PATCH V12 08/24] LoongArch: Add CPU definition headers Huacai Chen
2022-06-01 12:25 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 09/24] LoongArch: Add atomic/locking headers Huacai Chen
2022-06-01 12:27 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 10/24] LoongArch: Add other common headers Huacai Chen
2022-06-01 12:27 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 11/24] LoongArch: Add boot and setup routines Huacai Chen
2022-06-01 12:29 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 12/24] LoongArch: Add exception/interrupt handling Huacai Chen
2022-06-01 12:29 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 13/24] LoongArch: Add process management Huacai Chen
2022-06-01 9:59 ` [PATCH V12 14/24] LoongArch: Add memory management Huacai Chen
2022-06-01 9:59 ` [PATCH V12 15/24] LoongArch: Add system call support Huacai Chen
2022-06-01 12:30 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 16/24] LoongArch: Add signal handling support Huacai Chen
2022-06-01 9:59 ` [PATCH V12 17/24] LoongArch: Add ELF and module support Huacai Chen
2022-06-01 12:30 ` Jiaxun Yang
2022-06-01 9:59 ` [PATCH V12 18/24] LoongArch: Add misc common routines Huacai Chen
2022-06-01 12:31 ` Jiaxun Yang
2022-06-01 10:00 ` [PATCH V12 19/24] LoongArch: Add some library functions Huacai Chen
2022-06-01 12:33 ` Jiaxun Yang
2022-06-01 10:00 ` [PATCH V12 20/24] LoongArch: Add VDSO and VSYSCALL support Huacai Chen
2022-06-01 10:00 ` [PATCH V12 21/24] LoongArch: Add multi-processor (SMP) support Huacai Chen
2022-06-01 12:34 ` Jiaxun Yang
2022-06-01 10:00 ` [PATCH V12 22/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support Huacai Chen
2022-06-01 11:27 ` WANG Xuerui
2022-06-01 10:00 ` [PATCH V12 23/24] LoongArch: Add Loongson-3 default config file Huacai Chen
2022-06-01 10:00 ` [PATCH V12 24/24] MAINTAINERS: Add maintainer information for LoongArch Huacai Chen
2022-06-01 12:35 ` Jiaxun Yang
2022-06-01 14:56 ` Guo Ren
2022-06-01 11:30 ` WANG Xuerui [this message]
2022-06-01 12:44 ` [PATCH V12 00/24] arch: Add basic LoongArch support Jiaxun Yang
2022-06-01 15:02 ` Guo Ren
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=fe537ea1-01a0-d963-ec8b-f73788e049b3@xen0n.name \
--to=kernel@xen0n.name \
--cc=airlied@linux.ie \
--cc=akpm@linux-foundation.org \
--cc=ardb@kernel.org \
--cc=arnd@arndb.de \
--cc=chenhuacai@gmail.com \
--cc=chenhuacai@loongson.cn \
--cc=corbet@lwn.net \
--cc=ebiederm@xmission.com \
--cc=guoren@kernel.org \
--cc=jiaxun.yang@flygoat.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lixuefeng@loongson.cn \
--cc=luto@kernel.org \
--cc=peterz@infradead.org \
--cc=sfr@canb.auug.org.au \
--cc=siyanteng@loongson.cn \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/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 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).