Re: -Wmissing-prototypes warnings in user-mode linux

2024-04-22 Thread Tiwei Bie
Hi Richard, On 4/23/24 4:35 AM, Richard Weinberger wrote: > - Ursprüngliche Mail - >> Von: "Jani Nikula" >> An: "Johannes Berg" , "richard" , >> "anton ivanov" >>> I think this series addressed most already? >>> >>> https://patchwork.ozlabs.org/project/linux-um/list/?series=393619 >>> >>

Re: [PATCH 1/1] arch/um: fix forward declaration for vmalloc

2024-04-22 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Suren Baghdasaryan" >> > It's in mm-unstable under dc26c7e79daf2fc11169b23c150862f0e878ee5a. I >> > think it just didn't reach Linus' tree yet. >> >> Hmm, so we better postpone this path until said commit hits Linus tree, >> or you carry it together with the

Re: [PATCH 1/1] arch/um: fix forward declaration for vmalloc

2024-04-22 Thread Suren Baghdasaryan
On Mon, Apr 22, 2024 at 1:31 PM Richard Weinberger wrote: > > - Ursprüngliche Mail - > > Von: "Suren Baghdasaryan" > >> > Fixes: 576477564ede ("mm: vmalloc: enable memory allocation profiling") > >> > >> This commit id is not in Linus tree. > >> Do I miss something? > > > > It's in mm-uns

Re: -Wmissing-prototypes warnings in user-mode linux

2024-04-22 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Jani Nikula" > An: "Johannes Berg" , "richard" , > "anton ivanov" >> I think this series addressed most already? >> >> https://patchwork.ozlabs.org/project/linux-um/list/?series=393619 >> >> But I haven't checked myself yet. > > Oh, nice, it certainly helps

Re: [PATCH 1/1] arch/um: fix forward declaration for vmalloc

2024-04-22 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Suren Baghdasaryan" >> > Fixes: 576477564ede ("mm: vmalloc: enable memory allocation profiling") >> >> This commit id is not in Linus tree. >> Do I miss something? > > It's in mm-unstable under dc26c7e79daf2fc11169b23c150862f0e878ee5a. I > think it just didn

Re: [PATCH 1/1] arch/um: fix forward declaration for vmalloc

2024-04-22 Thread Suren Baghdasaryan
On Mon, Apr 22, 2024 at 1:11 PM Richard Weinberger wrote: > > - Ursprüngliche Mail - > > Von: "Suren Baghdasaryan" > > Betreff: [PATCH 1/1] arch/um: fix forward declaration for vmalloc > > > Patch [1] replaced vmalloc() function with a new definition but it did > > not adjust the forward

Re: [PATCH 1/1] arch/um: fix forward declaration for vmalloc

2024-04-22 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Suren Baghdasaryan" > Betreff: [PATCH 1/1] arch/um: fix forward declaration for vmalloc > Patch [1] replaced vmalloc() function with a new definition but it did > not adjust the forward declaration used in UML architecture. Change it > to act as before. > No

Re: [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

2024-04-22 Thread kernel test robot
ystemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw rcuperf.shutdown=0 watchdog_thresh=240 audit=0 The kernel config and materials to reproduce are available at: https://download.01.org/0day-ci/archive/20240422/202404221626.b938f1d6-oliver.s...@intel

Re: [PATCH v3 7/7] kunit: Add tests for fault

2024-04-22 Thread Guenter Roeck
On 4/22/24 06:08, Mickaël Salaün wrote: On Fri, Apr 19, 2024 at 04:38:01PM -0700, Guenter Roeck wrote: On Fri, Apr 19, 2024 at 03:33:49PM -0700, Guenter Roeck wrote: Hi, On Tue, Mar 19, 2024 at 11:48:57AM +0100, Mickaël Salaün wrote: Add a test case to check NULL pointer dereference and make

Re: [PATCH v3 7/7] kunit: Add tests for fault

2024-04-22 Thread Mickaël Salaün
On Fri, Apr 19, 2024 at 04:38:01PM -0700, Guenter Roeck wrote: > On Fri, Apr 19, 2024 at 03:33:49PM -0700, Guenter Roeck wrote: > > Hi, > > > > On Tue, Mar 19, 2024 at 11:48:57AM +0100, Mickaël Salaün wrote: > > > Add a test case to check NULL pointer dereference and make sure it would > > > resul

Re: [PATCH 00/12] Rework stub syscall and page table handling

2024-04-22 Thread Tiwei Bie
On 4/22/24 3:41 PM, Benjamin Berg wrote: > On Mon, 2024-04-22 at 10:35 +0800, Tiwei Bie wrote: >> On 4/18/24 5:23 PM, benja...@sipsolutions.net wrote: >>> From: Benjamin Berg >>> >>> This patchset reworks the stub syscall handling and also redos how page >>> table updates are tracked and synchroni

Re: [PATCH 12/12] um: refactor TLB update handling

2024-04-22 Thread Anton Ivanov
On 22/04/2024 08:22, Benjamin Berg wrote: On Mon, 2024-04-22 at 10:51 +0800, Tiwei Bie wrote: On 4/18/24 5:23 PM, benja...@sipsolutions.net wrote: diff --git a/arch/um/include/asm/mmu.h b/arch/um/include/asm/mmu.h index 37eb6e89e79a..bf8da736609c 100644 --- a/arch/um/include/asm/mmu.h +++ b/

Re: [PATCH 00/12] Rework stub syscall and page table handling

2024-04-22 Thread Benjamin Berg
Hi Tiwei, On Mon, 2024-04-22 at 10:35 +0800, Tiwei Bie wrote: > On 4/18/24 5:23 PM, benja...@sipsolutions.net wrote: > > From: Benjamin Berg > > > > This patchset reworks the stub syscall handling and also redos how page > > table updates are tracked and synchronized. Some of this originated in

Re: [PATCH 12/12] um: refactor TLB update handling

2024-04-22 Thread Benjamin Berg
On Mon, 2024-04-22 at 10:51 +0800, Tiwei Bie wrote: > On 4/18/24 5:23 PM, benja...@sipsolutions.net wrote: > > diff --git a/arch/um/include/asm/mmu.h b/arch/um/include/asm/mmu.h > > index 37eb6e89e79a..bf8da736609c 100644 > > --- a/arch/um/include/asm/mmu.h > > +++ b/arch/um/include/asm/mmu.h > > @