Re: [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()

2023-09-28 Thread Thomas Gleixner
On Mon, Sep 25 2023 at 09:07, H. Peter Anvin wrote: > On September 23, 2023 2:42:10 AM PDT, Xin Li wrote: >>+/* May not be marked __init: used by software suspend */ >>+void syscall_init(void) >>+{ >>+ /* The default user and kernel segments */ >>+ wrmsr(MSR_STAR, 0, (__USER32_CS << 16) |

Re: [PATCH] docs: move riscv under arch

2023-09-28 Thread Bagas Sanjaya
On Thu, Sep 28, 2023 at 01:29:42PM +0300, Costa Shulyupin wrote: > and fix all in-tree references. > > Architecture-specific documentation is being moved into Documentation/arch/ > as a way of cleaning up the top-level documentation directory and making > the docs hierarchy more closely match the

[PATCH] docs: move riscv under arch

2023-09-28 Thread Costa Shulyupin
and fix all in-tree references. Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Signed-off-by: Costa Shulyupin --- Documentation/arch/

Re: [PATCH] docs: submitting-patches: encourage direct notifications to reviewers

2023-09-28 Thread Laurent Pinchart
On Thu, Sep 28, 2023 at 02:13:35AM -0700, Christoph Hellwig wrote: > NAK. > > This does not scale. Please read the mailinglist, that's the whole > point of having it. Can lei help here, would there be a way to match on new versions of a series based on who was in the mail thread for previous ver

Re: [PATCH] docs: submitting-patches: encourage direct notifications to reviewers

2023-09-28 Thread Christoph Hellwig
NAK. This does not scale. Please read the mailinglist, that's the whole point of having it.