Merge branch 'bpf: Follow up to RCU enforcement in the verifier.'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 4 Apr 2023 23:53:31 +0000 (16:53 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 4 Apr 2023 23:57:30 +0000 (16:57 -0700)
commite8f59d84f43deab59bb86ff9e12cd4d542a4bb34
treeaea96c5f74e751b37c3ab587b07a783b80a90a53
parent8fc59c26d212c23d6fd5ad47a10651cf72d83b4a
parent69f41a787761633b752d71166786eb642bad4913
Merge branch 'bpf: Follow up to RCU enforcement in the verifier.'

Alexei Starovoitov says:

====================

From: Alexei Starovoitov <ast@kernel.org>

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 <andrii@kernel.org>