[RFC PATCH v2] taskstats: introduce version 9 with exe file info

2018-03-27 Thread Dr. Thomas Orgis
This adds fields to the taskstats struct that give device and inode info for the executable file associated with the process as a safer way to get that than polling /proc/$pid/exe before a process ends. The getdelay example program is accompanied by a variant that just prints a stream of exiting

[RFC PATCH v2] taskstats: introduce version 9 with exe file info

2018-03-27 Thread Dr. Thomas Orgis
This adds fields to the taskstats struct that give device and inode info for the executable file associated with the process as a safer way to get that than polling /proc/$pid/exe before a process ends. The getdelay example program is accompanied by a variant that just prints a stream of exiting

[RFC] [PATCH] taskstats: introduce verison 9 with executable file info: empty device ID

2018-03-03 Thread Dr. Thomas Orgis
rom 9ed4c720448ff8a4308cfb14b70de0ee7d30c279 Mon Sep 17 00:00:00 2001 From: Thomas Orgis <thomas.or...@uni-hamburg.de> Date: Sat, 3 Mar 2018 08:36:43 +0100 Subject: [PATCH] taskstats: introduce verison 9 with executable file info This adds fields to the taskstats struct that give device and inode info for the executable file a

[RFC] [PATCH] taskstats: introduce verison 9 with executable file info: empty device ID

2018-03-03 Thread Dr. Thomas Orgis
rom 9ed4c720448ff8a4308cfb14b70de0ee7d30c279 Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Sat, 3 Mar 2018 08:36:43 +0100 Subject: [PATCH] taskstats: introduce verison 9 with executable file info This adds fields to the taskstats struct that give device and inode info for the executable file associated with the process as a sa

Re: suspend2 merge (was Re: [Suspend2-devel] Re: CFS and suspend2: hang in atomic copy)

2007-04-25 Thread Thomas Orgis
Sort of my 2-many-cents story on why I need "snapshot/restore"... Am Wed, 25 Apr 2007 13:08:09 -0700 (PDT) schrieb Linus Torvalds <[EMAIL PROTECTED]>: > > > On Wed, 25 Apr 2007, Kenneth Crudup wrote: > > > > Any working suspend-to-disk method takes care of that for me. (I'm > > really not

Re: suspend2 merge (was Re: [Suspend2-devel] Re: CFS and suspend2: hang in atomic copy)

2007-04-25 Thread Thomas Orgis
Sort of my 2-many-cents story on why I need snapshot/restore... Am Wed, 25 Apr 2007 13:08:09 -0700 (PDT) schrieb Linus Torvalds [EMAIL PROTECTED]: On Wed, 25 Apr 2007, Kenneth Crudup wrote: Any working suspend-to-disk method takes care of that for me. (I'm really not sure why Linus