This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Y2038: add function __clock_gettime64


On Wed, 19 Sep 2018, Albert ARIBAUD (3ADEV) wrote:

> This patch is part of the Y2038 patch series, which is available at
> <https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/aaribaud/y2038>.
> Warning: this branch may be rebased on current master and/or updated based on
> feedback from the list at any time.

This is the complete human-level description for this patch.  That's 
simply not enough; you need to say something more about the overall nature 
of the changes in the patch, not just what series it comes from.  (That 
is, discuss what functions are changing to use 64-bit times internally, 
with the time_t APIs becoming wrappers round them, when time_t is 32-bit, 
or aliases for them, when time_t is already 64-bit.  And as usual, 
describe the platforms on which testing was done.)

(The above paragraph, referencing a patch series that may be rebased, is 
not appropriate for inclusion in the commit message itself at all - it's 
reasonable for the patch email, as long as it's clear it's not part of the 
intended commit message, much like a description of changes between two 
versions of a patch also goes in a patch submission email but not the 
final commit message.  But commit messages need to make sense at any time 
in the future, and so can't rely on information from branches that are 
going to be rebased.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]