From: Andrii Nakryiko Date: Tue, 4 Apr 2023 23:53:31 +0000 (-0700) Subject: Merge branch 'bpf: Follow up to RCU enforcement in the verifier.' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e8f59d84f43deab59bb86ff9e12cd4d542a4bb34;p=linux.git Merge branch 'bpf: Follow up to RCU enforcement in the verifier.' Alexei Starovoitov says: ==================== From: Alexei Starovoitov The patch set is addressing a fallout from commit 6fcd486b3a0a ("bpf: Refactor RCU enforcement in the verifier.") It was too aggressive with PTR_UNTRUSTED marks. Patches 1-6 are cleanup and adding verifier smartness to address real use cases in bpf programs that broke with too aggressive PTR_UNTRUSTED. The partial revert is done in patch 7 anyway. ==================== Signed-off-by: Andrii Nakryiko --- e8f59d84f43deab59bb86ff9e12cd4d542a4bb34