Bug 142792

Summary: POSIX needs support for thread and process CPU time clocks in clock_* and timer_* syscalls
Product: [Fedora] Fedora Reporter: Roland McGrath <roland>
Component: kernelAssignee: Roland McGrath <roland>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: FC4 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-09 07:04:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 136451, 142790, 142791    
Attachments:
Description Flags
patch posted upstream for clock_* calls to support CPU clocks
none
patch posted upstream to add CPU clock support to timer_* syscalls none

Description Roland McGrath 2004-12-14 04:15:22 UTC
Description of problem:
The kernel's clock_* and timer_* interfaces need to be extended to support
clocks and timers tracking the CPU time used by processes and threads.
This is required for proper implementation of the _POSIX_CPUTIME and
_POSIX_THREAD_CPUTIME options at user-level.


Version-Release number of selected component (if applicable):
2.6.9


Additional info:

Tracking bug for upstream work.

Comment 1 Roland McGrath 2004-12-14 04:15:22 UTC
Created attachment 108494 [details]
patch posted upstream for clock_* calls to support CPU clocks

Comment 2 Roland McGrath 2004-12-14 04:16:38 UTC
Created attachment 108495 [details]
patch posted upstream to add CPU clock support to timer_* syscalls

This patch follows on the cpuclocks patch to add the timer part of the support.

Comment 3 Roland McGrath 2005-03-13 04:14:06 UTC
My changes are in Linus's tree now, hopefully in 2.6.12  

Comment 4 Roland McGrath 2005-04-24 01:11:00 UTC
Rawhide 2.6.12rcN kernels have this.

Comment 5 Roland McGrath 2005-08-09 07:04:13 UTC
All good in FC4.