RE: [PATCH bpf 0/4] bpf, vsock: Fix poll() and close()

2024-11-20 Thread John Fastabend
Michal Luczaj wrote: > Two small fixes for vsock: poll() missing a queue check, and close() not > invoking sockmap cleanup. > > Signed-off-by: Michal Luczaj > --- > Michal Luczaj (4): > bpf, vsock: Fix poll() missing a queue > selftest/bpf: Add test for af_vsock poll() > bpf, vs

KUnit expectations in atomic context

2024-11-20 Thread Brendan Jackman
Hi all, Another rather vague question from me - does anyone know any reasons why we couldn't support KUNIT_EXPECT in atomic contexts? For Address Space Isolation we have some tests that want to disable preemption. I guess this is not a totally insane thing to want to do - am I missing anything th

Re: [RFC] Test catalog template

2024-11-20 Thread David Gow
On Thu, 7 Nov 2024 at 01:01, Donald Zickus wrote: > > Hi, > > Thanks for the feedback. I created a more realistic test.yaml file to > start (we can split it when more tests are added) and a parser. I was > going to add patch support as input to mimic get_maintainers.pl > output, but that might ta