On 24-06-19, 16:49, Dan Carpenter wrote: > The "pending" variable was a u32 but we cast it to an unsigned long > pointer when we do the for_each_set_bit() loop. The problem is that on > big endian 64bit systems that results in an out of bounds read. Applied, thanks -- ~Vinod