Quoting Jordan Crouse (2018-04-05 23:00:49)
+struct msm_gpu_state {
struct timeval time;
My recommendation would be to make this a kreffed struct. You already have multiple uncoordinated consumers so managing the lifetime would seem to be a point of concern? -Chris