Re: [PATCH] um: move thread info into task

2024-11-08 Thread Hajime Tazaki
On Fri, 08 Nov 2024 18:08:26 +0900, Benjamin Berg wrote: > diff --git a/arch/um/include/asm/current.h b/arch/um/include/asm/current.h > new file mode 100644 > index ..51b9c4d097e7 > --- /dev/null > +++ b/arch/um/include/asm/current.h > @@ -0,0 +1,24 @@ > +/* SPDX-License-Identifier:

Re: [PATCH] um: move thread info into task

2024-11-04 Thread Hajime Tazaki
On Mon, 04 Nov 2024 17:17:05 +0900, Berg, Benjamin wrote: > > with this include, I guess is now in a > > circular dependency. > > > > after only applying this patch onto uml/next, and make mrproper > > ARCH=um, I cannot build UML kernel with defconfig. > > Oh. Probably the easiest is to just

Re: [PATCH] um: move thread info into task

2024-11-04 Thread Berg, Benjamin
Hi, On Mon, 2024-11-04 at 17:08 +0900, Hajime Tazaki wrote: > this is a great clean up I think. > I've also applied my tentative nommu patch and works fine with minor > modifications. > > On Mon, 04 Nov 2024 00:05:34 +0900, > Benjamin Berg wrote: > > > diff --git a/arch/um/include/asm/current.h

Re: [PATCH] um: move thread info into task

2024-11-04 Thread Hajime Tazaki
Hello, this is a great clean up I think. I've also applied my tentative nommu patch and works fine with minor modifications. On Mon, 04 Nov 2024 00:05:34 +0900, Benjamin Berg wrote: > diff --git a/arch/um/include/asm/current.h b/arch/um/include/asm/current.h > new file mode 100644 > index 000