From: Andrii Nakryiko Date: Wed, 3 Jan 2024 18:37:57 +0000 (-0800) Subject: Merge branch 'bpf-simplify-checking-size-of-helper-accesses' X-Git-Tag: v6.8-rc1~131^2~17^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a640de4cf9fec0caf43ccb7404ec9f0fde9a6a65;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'bpf-simplify-checking-size-of-helper-accesses' Andrei Matei says: ==================== bpf: Simplify checking size of helper accesses v3->v4: - kept only the minimal change, undoing debatable changes (Andrii) - dropped the second patch from before, with changes to the error message (Andrii) - extracted the new test into a separate patch (Andrii) - added Acked by Andrii v2->v3: - split the error-logging function to a separate patch (Andrii) - make the error buffers smaller (Andrii) - include size of memory region for PTR_TO_MEM (Andrii) - nits from Andrii and Eduard v1->v2: - make the error message include more info about the context of the zero-sized access (Andrii) ==================== Link: https://lore.kernel.org/r/20231221232225.568730-1-andreimatei1@gmail.com Signed-off-by: Andrii Nakryiko --- a640de4cf9fec0caf43ccb7404ec9f0fde9a6a65