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 973B6C4332F for ; Mon, 17 Oct 2022 13:57:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbiJQN5v (ORCPT ); Mon, 17 Oct 2022 09:57:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230202AbiJQN5m (ORCPT ); Mon, 17 Oct 2022 09:57:42 -0400 Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C14D3642D1; Mon, 17 Oct 2022 06:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=6QZ3gapeMS/aSRKE6Bc1zdlguo4AQT7A2NhJ50U8mgk=; b=sWH+XupFFO60xes+EwZS6aJ6/o qjRpjYWRAlGfyttkjnohOP054j5rWeCHxcsnCop9rmvN1ugvH9q1xXi1MfPlzX1fZOrBFhPPOUKAQ CZvyO8HhNVrD/2ymBDo9dMjeRmUKw2or9NVYMG05TtMv/Ze7HFXPP3aG7uC57iBXlEDY/z7USmgHX oxAmDtgqXjmm7/yIBNubAd0/lMa4JKD1jHuCbUNAKrARVHsgeiqqs6VpxZVXS1ot3mQeeodY710Pz 26jiD2tsm7SY7aUgc1cB3tFotq4fHciB7EBepLQD0FRttCjQGJjiKyzaDbhjkw6lRwk8WQ9mh/zrS 9jkh49AQ==; Received: from [179.113.159.85] (helo=[192.168.1.60]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1okQcM-000Nos-4q; Mon, 17 Oct 2022 15:57:22 +0200 Message-ID: <0d9d589e-4f6c-02a4-fb00-b4467e75b47f@igalia.com> Date: Mon, 17 Oct 2022 10:57:01 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH V2] x86/split_lock: Add sysctl to control the misery mode Content-Language: en-US To: Bagas Sanjaya Cc: x86@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, luto@kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org, kernel-dev@igalia.com, kernel@gpiccoli.net, Andre Almeida , Fenghua Yu , Joshua Ashton , Melissa Wen , Paul Gofman , Pavel Machek , Pierre-Loup Griffais , Tony Luck , Zebediah Figura References: <20221014180506.211592-1-gpiccoli@igalia.com> From: "Guilherme G. Piccoli" In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Thank you Bagas! I see you fixed the documentation in more than one place, appreciate that. What's the next step then, re-submit with your fixes, or wait more feedback perhaps? If a maintainer plans to pick this one, maybe they can just apply your fix-up on top of it. Cheers, Guilherme