Re: [PATCH v2] timens: show clock symbolic names in /proc/pid/timens_offsets

From: Andrew Morton
Date: Mon Apr 13 2020 - 18:50:56 EST


On Sun, 12 Apr 2020 07:51:47 +0200 "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx> wrote:

> Hi Andrei,
>
> On Sat, 11 Apr 2020 at 17:40, Andrei Vagin <avagin@xxxxxxxxx> wrote:
> >
> > Michael Kerrisk suggested to replace numeric clock IDs on symbolic
> > names.
> >
> > Now the content of these files looks like this:
> > $ cat /proc/774/timens_offsets
> > monotonic 864000 0
> > boottime 1728000 0
>
> Thanks.
>
> Assuming no-one has objections to the patch, please do mark for stable@.
>

`grep -r timens_offsets Documentation' comes up blank. Is
/proc/pid/timens_offsets documented anywhere? If not, it should be!
And this patch should update that documentation.

I assume the time namespace feature itself is documented under clone(2)?