Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136233 - Fix to ensure ccache uses utimes instead of utime for high resolution timestamps.
Summary: Fix to ensure ccache uses utimes instead of utime for high resolution timesta...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-09 16:51 UTC by Robin Johnson
Modified: 2006-06-09 17:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ccache-2.4-utimes.patch (ccache-2.4-utimes.patch,3.19 KB, patch)
2006-06-09 16:51 UTC, Robin Johnson
Details | Diff
patch for ebuild (ebuildpatch,611 bytes, patch)
2006-06-09 16:52 UTC, Robin Johnson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-06-09 16:51:06 UTC
Just filing a quick reference bug as requested.
This patch ensures that ccache uses utimes where possible instead of utime, to avoid truncating timestamps.

A related fix is this patch for tmpfs that I sent to the LKML:
http://marc.theaimsgroup.com/?l=linux-kernel&m=114989352031179&w=2
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-06-09 16:51:58 UTC
Created attachment 88803 [details, diff]
ccache-2.4-utimes.patch
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-06-09 16:52:33 UTC
Created attachment 88804 [details, diff]
patch for ebuild
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-06-09 17:01:46 UTC
Commited to CVS, and emailed to upstream as well.