From: Daniel Borkmann Date: Thu, 31 Jan 2019 22:18:22 +0000 (+0100) Subject: Merge branch 'bpf-lockdep-fixes' X-Git-Tag: v6.6-pxa1908~12406^2~35^2 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=f01c2803873e83ea5f1b160c3169ed6018704be8;p=linux.git Merge branch 'bpf-lockdep-fixes' Alexei Starovoitov says: ==================== v1->v2: - reworded 2nd patch. It's a real dead lock. Not a false positive - dropped the lockdep fix for up_read_non_owner in bpf_get_stackid In addition to preempt_disable patch for socket filters https://patchwork.ozlabs.org/patch/1032437/ First patch fixes lockdep false positive in percpu_freelist Second patch fixes potential deadlock in bpf_prog_register Third patch fixes another potential deadlock in stackmap access from tracing bpf prog and from syscall. ==================== Signed-off-by: Daniel Borkmann --- f01c2803873e83ea5f1b160c3169ed6018704be8