Question about checking a pointer for validity

From: Larry Finger
Date: Fri Mar 08 2013 - 13:11:43 EST


I am chasing what I suspect is a firmware error for the Realtek RTL8723AE device. The symptom is that the RX buffer is corrupted, and I get a kernel panic due to a bad pointer in an interrupt routine.

I am currently checking that pointer for NULL, which is catching some of the situations, but I am still getting panics from non-NULL pointers that do not point to a valid address.

Is there any way to test a pointer for validity that will not crash the system if it is bad?

Thanks,

Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/