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 76285C4167B for ; Thu, 30 Nov 2023 00:10:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343744AbjK3AK0 (ORCPT ); Wed, 29 Nov 2023 19:10:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231597AbjK3AKX (ORCPT ); Wed, 29 Nov 2023 19:10:23 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1FD3CA; Wed, 29 Nov 2023 16:10:28 -0800 (PST) Received: from localhost (unknown [IPv6:2601:280:5e00:7e19::646]) (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 89BDE377; Thu, 30 Nov 2023 00:10:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 89BDE377 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1701303026; bh=zIo8SV1c0ZhX3/iH2vn+LkvdDT3uPdZkOQTMoWU6W2U=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ofNolQR8+2oE/pQInZdXqgK4Carg+5nVO8bylGqIbjVQkPjSjqUv9Qo7HLIWgQVhU XUqTrYucnZt4OaltEVa/rNRI5CNQ4ZPGUEqmn3V+0fg+eI3NJAqIph8REEa3xO9CJ9 2XwclVX04py+M3rxTkJPLJAhkHBy2TOs18NtZeoEMKdFNnaecjQfctoCuSCNssrNam I/doTjl3KlTd5eGDoNP3FwZmGWpYFaicXQItdAcgiA8dutZ/R8Mq2xIve+HVLsA5Hi gPTAg0TnBWjoG/ESX9XQJBptGIrYXlisMABKf/lA0dvoGP5LCcU3yHR63l5xhgBtOC 1W/PIIuiE9maQ== From: Jonathan Corbet To: Bagas Sanjaya , Joe Lawrence , Linux Kernel Mailing List , Linux Documentation , Linux Kernel Livepatching Cc: Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Attreyee Mukherjee Subject: Re: [PATCH 0/2] Minor grammatical fixup for livepatch docs In-Reply-To: References: <20231129132527.8078-1-bagasdotme@gmail.com> Date: Wed, 29 Nov 2023 17:10:25 -0700 Message-ID: <87h6l4ksni.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: > On 11/29/23 20:53, Joe Lawrence wrote: >> On 11/29/23 08:25, Bagas Sanjaya wrote: >>> I was prompted to write this little grammar fix series when reading >>> the fix from Attreyee [1], with review comments requesting changes >>> to that fix. So here's my version of the fix, with reviews from [1] >>> addressed (and distinct grammar fixes splitted). >>> >> >> Typical kernel workflow would be for Attreyee to incorporate feedback >> and post their v2 after a day or two. From the format they posted, it >> appears to be a first(ish) kernel contribution post. Let's be kind and >> patient so they we all may benefit from the practice of iterating on >> their patch. >> > > I do this posting because I thought the OP (Attreyee) didn't respond in > timely manner (just like random Chinese contributors like @cdjrlc.com > and @208suo.com people). Seriously? The original post was on Monday, yours came less than 48 hours later. Not only can we not expect that kind of rapid turnaround from anybody, but we actively discourage rapid resending of patches. Rather than dig yourself in deeper, I suggest you simply apologize to the original poster and find something more useful to do. Thanks, jon