From: David Miller <davem@xxxxxxxxxxxxx> Date: Sat, 07 Dec 2019 16:03:57 -0800 (PST) > > The goal of this patch set is to make the BPF code friendly in RT > configurations. > > The first step is eliminating preemption disable/enable and replacing > it with local lock usage when full RT is enabled. > > Likewise we also need to elide usage of up_read_non_owner() in the > stackmap code when full RT is turned on. > > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Thomas can you please take a look at this patch series? It eliminates all of the RT problems we were made aware of, and these patches have been through the bpf test suite as well as gotten 0-day testing. The only major thing we needs ACK'd is the locallock stubs. Thank you.