Re: [RFC PATCH 06/13] x86/uintr: Introduce uintr receiver syscalls
From: Sohil Mehta <hidden>
Date: 2021-09-28 16:47:54
Also in:
linux-api, linux-kselftest, lkml
From: Sohil Mehta <hidden>
Date: 2021-09-28 16:47:54
Also in:
linux-api, linux-kselftest, lkml
On 9/27/2021 9:39 PM, Greg KH wrote:
Then those values must be set to 0, right? I think I missed the part of the code that set them, hopefully it's somewhere...
Yes. The kzalloc() as part of alloc_upid() does it. Thanks, Sohil