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 4067DC7EE24 for ; Fri, 2 Jun 2023 10:19:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235282AbjFBKTh (ORCPT ); Fri, 2 Jun 2023 06:19:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234533AbjFBKTf (ORCPT ); Fri, 2 Jun 2023 06:19:35 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E636F1BF; Fri, 2 Jun 2023 03:19:15 -0700 (PDT) Received: from localhost (mdns.lwn.net [45.79.72.68]) (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 1D2792B8; Fri, 2 Jun 2023 10:19:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 1D2792B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1685701155; bh=QMXbgBQiNP/xtmRJwUXLAhiAmFdwAINgR8c7SCTJZn4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=a9VxAqMWcSzE5nwi8CWXTFYo4GfHQfgD0mRZOnjY++0mhwtlzOz6e2YBCw9p/Uv7z Ht4uXJxQ0N9/OML/2ALt5UFOJorv4QiDc9f+n1kJiBj8PNO51gW64bCEGoex8Sw6cA 3eOw6iUsiRPiXH5WLTXJD5DhsA5HGHSxd42gRj0frQQu2Bb7EUzcgUEvBqVuYZBFPP O2rT2osHRGjjCKhq8h2c3uGPxV5ZwKHonws4HOBHTWisi7S/o4HGLBMGoTQclVfVw+ T6rxxUi7hs9qS0TgV2QTNwIdrTLRf3po+oyHZp7gtFD8oLGrR70dC8RJLiaL5/oxab qGhRuFdIl57pg== From: Jonathan Corbet To: Bagas Sanjaya , Costa Shulyupin , linux-doc@vger.kernel.org Cc: Linux Kernel Mailing List , Linux BPF Subject: Re: [PATCH v3] Documentation: subsystem-apis: Categorize remaining subsystems In-Reply-To: References: <20230601145556.3927838-1-costa.shul@redhat.com> Date: Fri, 02 Jun 2023 04:19:10 -0600 Message-ID: <87ilc6yxnl.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bagas Sanjaya writes: > As you're still newbie here, I'd recommend you to try contributing to > drivers/staging/ first in order to gain experience on kernel developement > workflow. Also, you use your RedHat address, so I expect you have been > given kernel development training from your company (and doesn't make > trivial errors like these ones). Bagas, please. I'll ask you directly: please don't go telling documentation contributors how to comport themselves; you have plenty enough to learn yourself on that front. It's hard enough to get contributors to the documentation as it is without random people showing up and giving orders. I have distractions that are increasing my (already less than stellar) latency, but I'll get to this stuff. Thanks, jon