Merge branch 'bpf: Allow reads from uninit stack'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 13 Mar 2023 20:20:58 +0000 (13:20 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 13 Mar 2023 20:21:22 +0000 (13:21 -0700)
commita33a6eaa19d3af261e8708bfc8ba62020703117f
tree9cabe0038dc0fe546b994a4c915612f204004067
parente8c8361cfdbf450f760e8a2bdbd4222d1947366b
parentbf9bec4cb3a401a14c24a7ef937d3c26aff9ad60
Merge branch 'bpf: Allow reads from uninit stack'

Merge commit bf9bec4cb3a4 ("Merge branch 'bpf: Allow reads from uninit stack'")
from bpf-next to bpf tree to address verification issues in some programs
due to stack usage.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>