bed70e5deb
Currently, slab operations use unsigned long data type for 64-bit slab related operations. On target 'i686-native-linuxapp-gcc', unsigned long is 32-bit and thus, slab operations breaks on this target. Changing slab operations to use unsigned long long for correct functioning on all targets. Fixes: |
||
---|---|---|
.. | ||
bpf | ||
cmdline_test | ||
test | ||
test-acl | ||
test-pipeline | ||
Makefile | ||
meson.build |