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=-3.8 required=3.0 tests=BAYES_00, 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 EAFC7C433E0 for ; Fri, 29 Jan 2021 12:12:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B607060234 for ; Fri, 29 Jan 2021 12:12:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232807AbhA2MLv (ORCPT ); Fri, 29 Jan 2021 07:11:51 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:43596 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232608AbhA2MET (ORCPT ); Fri, 29 Jan 2021 07:04:19 -0500 Received: from ip5f5af0a0.dynamic.kabel-deutschland.de ([95.90.240.160] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l5QaP-0000UG-7J; Fri, 29 Jan 2021 10:01:05 +0000 Date: Fri, 29 Jan 2021 11:01:04 +0100 From: Christian Brauner To: "Michael Kerrisk (man-pages)" Cc: Stephen Kitt , linux-man@vger.kernel.org, Alejandro Colomar , Giuseppe Scrivano , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6] close_range.2: new page documenting close_range(2) Message-ID: <20210129100104.ubuimunijwdvtkwh@wittgenstein> References: <20210123161154.29332-1-steve@sk2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 28, 2021 at 09:50:23PM +0100, Michael Kerrisk (man-pages) wrote: > Hello Stephen, (and CHristian, please!) Ah, I think this was mostly done which is why I kept quiet. Christian