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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5ADFAC433FE for ; Thu, 29 Sep 2022 19:16:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229689AbiI2TQE (ORCPT ); Thu, 29 Sep 2022 15:16:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbiI2TP5 (ORCPT ); Thu, 29 Sep 2022 15:15:57 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17CDB7D79B; Thu, 29 Sep 2022 12:15:52 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73:8b7:7001:c8aa:b65f]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id BE649734; Thu, 29 Sep 2022 19:15:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net BE649734 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1664478951; bh=wVxyf+9BPs/yBWBV/7x6qgt0i/r3QzA8XI2jiuPRPSw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Q0ho4IzsxtmI8epHHm7NF1Mohl8GDIlnZGBccUswFuiZ6Mlph+PoG4Lr3XuJP4iHp 7SJ6VGYLAIsCNAmCuyDchzLdvYFrS4z5INUK0YFVmwTqRXfGc/M3UwZ2JIbUIhqaMK KIgsOAv4NKE6IbbOjas1oYSV2aC0bnUASkj00f2eq5ZGTNCPXaVfRzCh7aP9sJD7Fi 0PMLz4RTK6et+j8looLrCMOTWIJQHdQrB+Jqa/TRES+lOQw2uZJfBR1DdFL7TFq79y R4oc0UrTU9A/HP9PiL8Ynpql0fjtTkdl2HZLBiCwJgIqR9tIuGoLAlf/M0gGqYz4Lp Co0fsSflDaE+g== From: Jonathan Corbet To: Kristen Carlson Accardi , linux-doc@vger.kernel.org, Greg Kroah-Hartman Cc: Kristen Carlson Accardi , Shuah Khan , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices In-Reply-To: <20220926211149.2278214-1-kristen@linux.intel.com> References: <20220926211149.2278214-1-kristen@linux.intel.com> Date: Thu, 29 Sep 2022 13:15:51 -0600 Message-ID: <871qruhtzs.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Kristen Carlson Accardi writes: > The Code of Conduct interpretation does not reflect the current > practices of the CoC committee or the TAB. Update the documentation > to remove references to initial committees and boot strap periods > since it is past that time, and note that the this document > does serve as the documentation for the CoC committee processes. > > Signed-off-by: Kristen Carlson Accardi > Reviewed-by: Shuah Khan > Reviewed-by: Greg Kroah-Hartman > --- > .../code-of-conduct-interpretation.rst | 24 ++++++++++--------- > 1 file changed, 13 insertions(+), 11 deletions(-) I've applied this, thanks. jon