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) |
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
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/
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
NAK.
This does not scale. Please read the mailinglist, that's the whole
point of having it.