The patch titled use-boot-based-time-for-process-start-time-and-boot-time-fix- 3 has been added to the -mm tree. Its filename is use-boot-based-time-for-process-start-time-and-boot-time-fix-3.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: use-boot-based-time-for-process-start-time-and-boot-time-fix- 3 From: Tomas Janousek <tjanouse@xxxxxxxxxx> Document start times in struct task_struct Signed-off-by: Tomas Janousek <tjanouse@xxxxxxxxxx> Cc: Tomas Smetana <tsmetana@xxxxxxxxxx> Cc: John Stultz <johnstul@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sched.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN include/linux/sched.h~use-boot-based-time-for-process-start-time-and-boot-time-fix-3 include/linux/sched.h --- a/include/linux/sched.h~use-boot-based-time-for-process-start-time-and-boot-time-fix-3 +++ a/include/linux/sched.h @@ -901,8 +901,8 @@ struct task_struct { unsigned int rt_priority; cputime_t utime, stime; unsigned long nvcsw, nivcsw; /* context switch counts */ - struct timespec start_time; - struct timespec real_start_time; + struct timespec start_time; /* monotonic time */ + struct timespec real_start_time; /* boot based time */ /* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */ unsigned long min_flt, maj_flt; _ Patches currently in -mm which might be from tjanouse@xxxxxxxxxx are introduce-boot-based-time.patch introduce-boot-based-time-fix.patch use-boot-based-time-for-process-start-time-and-boot-time.patch use-boot-based-time-for-process-start-time-and-boot-time-fix.patch use-boot-based-time-for-process-start-time-and-boot-time-fix-2.patch use-boot-based-time-for-process-start-time-and-boot-time-fix-3.patch use-boot-based-time-for-uptime-in-proc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html