Re: [patch] make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ

From: Roland McGrath
Date: Fri Jun 27 2008 - 16:52:55 EST


That looks fine. The si_utime and si_stime fields have never been
standardized and I don't really know of anything that's ever actually used
them. I'm sure whatever it has meant for ages is fine for it to mean now,
and certainly today's clock_t is what matches what this code meant when it
was written. It seems unlikely that cutime rather than utime was ever
desired here. If anything, it should probably be the group-wide utime sum
rather than the thread's, but that is not so trivial to sample and there is
no reason to worry about changing it now.


Thanks,
Roland
--
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/