On Thu, 28 Aug 2025 at 13:17, Steven Rostedt <rostedt@xxxxxxxxxx> wrote: > > > > > That should be simple and straightforward, and hashing two pointers > > should be simple and straightforward. > > Would a hash of these pointers have any collisions? That would be bad. What? Collisions in 64 bits when you have a handful of cases around? Not an issue unless you picked your hash to be something ridiculous. Linus