Skip to content
Commit 343e5375 authored by Christy Lee's avatar Christy Lee Committed by Alexei Starovoitov
Browse files

bpf: Fix incorrect integer literal used for marking scratched stack.



env->scratched_stack_slots is a 64-bit value, we should use ULL
instead of UL literal values.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarChristy Lee <christylee@fb.com>
Acked-by: default avatarSong Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/r/20220108005854.658596-1-christylee@fb.com


Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 036a05f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment