From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE05DC2BA2B for ; Mon, 13 Apr 2020 22:50:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB3622072A for ; Mon, 13 Apr 2020 22:50:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586818257; bh=O8JIyaqeyITmglng3FI2Tz5jEQL86mOs7ypEWh4wxfc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=nWPFeQ8TFWJT9wjB3QMJsWutBg91r0L4F61eiSOk9Sjk4+XyvksAbIYVIuIcAod9f rSsXOOTEnXVVydH0yoItR24ZTklrOzep9NHDhxHF/lROtNA8R0O3twwoMVcFwnEaNy qwqC6+H7ByxE31DTNHEpjRjD51ZZwJJYhM8ntjLI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389745AbgDMWtp (ORCPT ); Mon, 13 Apr 2020 18:49:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:38636 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389721AbgDMWqm (ORCPT ); Mon, 13 Apr 2020 18:46:42 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 80A362072A; Mon, 13 Apr 2020 22:47:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586818066; bh=O8JIyaqeyITmglng3FI2Tz5jEQL86mOs7ypEWh4wxfc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=vhWBbVfQ+SH+sUP4bDHgfQh6I0aLXNdXZ7purDhfK2uPYKZxKy6kgHSAcHGwVbM5e xClnGmm5H8+GJYIi1VMe7zFmSqsUEOw4joMzr84EhSvBS2D79sjAa27TzvWQD9b6WF SprL8snh1ZlBzTokaGn+XToesSaM53ZPB97x9qdA= Date: Mon, 13 Apr 2020 15:47:46 -0700 From: Andrew Morton To: mtk.manpages@gmail.com Cc: Andrei Vagin , Thomas Gleixner , Linux API , lkml , "Eric W . Biederman" , Dmitry Safonov <0x7f454c46@gmail.com> Subject: Re: [PATCH v2] timens: show clock symbolic names in /proc/pid/timens_offsets Message-Id: <20200413154746.39275d0981f69e57a7ecab3e@linux-foundation.org> In-Reply-To: References: <96bedbaf-49ea-f24b-b7b1-fb9a57fb6c7d@gmail.com> <20200411154031.642557-1-avagin@gmail.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 12 Apr 2020 07:51:47 +0200 "Michael Kerrisk (man-pages)" wrote: > Hi Andrei, > > On Sat, 11 Apr 2020 at 17:40, Andrei Vagin 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)?