Hi Andi, On Wed, Aug 23, 2023 at 4:49 PM Andi Shyti <andi.shyti@xxxxxxxxxx> wrote: > I would rather prefer to store pointers in u64 variables rather > than integers in a pointer. "u64" is overkill, as it is too large on 32-bit platforms. "uintptr_t" (or ("unsigned long") in legacy code) is the correct integer type. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds