Re: [PATCH 0/2] powerpc/bpf: Fix issue with atomic ops

2021-07-06 Thread Michael Ellerman
On Thu, 1 Jul 2021 20:38:57 +0530, Naveen N. Rao wrote: > The first patch fixes an issue that causes a soft lockup on ppc64 with > the BPF_ATOMIC bounds propagation verifier test. The second one updates > ppc32 JIT to reject atomic operations properly. > > - Naveen > > Naveen N. Rao (2): > powe

[PATCH 0/2] powerpc/bpf: Fix issue with atomic ops

2021-07-01 Thread Naveen N. Rao
The first patch fixes an issue that causes a soft lockup on ppc64 with the BPF_ATOMIC bounds propagation verifier test. The second one updates ppc32 JIT to reject atomic operations properly. - Naveen Naveen N. Rao (2): powerpc/bpf: Fix detecting BPF atomic instructions powerpc/bpf: Reject a