On Wed, Nov 2, 2022 at 8:35 PM Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > Hashmap test cases require update after libbpf's hashmap interface > update from void* -> void* to uintptr_t -> uintptr_t. No logical > changes, types / casts updated to satisfy the type checker. > > Signed-off-by: Eduard Zingerman <eddyz87@xxxxxxxxx> > --- We have to do this in patch #1 to ensure that selftests builds are bisectable. Doing it in a separate patch/commit breaks build between patch #1 and #2 > .../selftests/bpf/prog_tests/hashmap.c | 68 +++++++++---------- > .../bpf/prog_tests/kprobe_multi_test.c | 6 +- > 2 files changed, 37 insertions(+), 37 deletions(-) > [...]