Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp774616pxj; Fri, 11 Jun 2021 11:07:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz7Lyb1KjVecR0Nse1pdQGo4lELKaZ9oDtcJkB/V1f6wQioZ8tkr3bZaLyAmAmeyGZvEMcI X-Received: by 2002:a17:906:b317:: with SMTP id n23mr4851825ejz.324.1623434851063; Fri, 11 Jun 2021 11:07:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623434851; cv=none; d=google.com; s=arc-20160816; b=YjyqT0Vbp3q2NAUzJ6/Tuis8aJx4o7LHNU+hw/v22WTX3K0CqdKBDNorBAG6zhaTkk Vmm1z04ISGc+Su8KqdQ1ArJCXEX+x9MEOBhApIpe5wl3VMyKQbHoCaGBobXMLhxvHnR3 Grv59/Mz79No04iqe61iq1gYQk4MQp4Bqhe7KpxowObHLSuXPRsz4aJeNLMz7UQnUmwk Nxajp1jL+AZrbaFwVbFKuOJT/ZPbCGMIM7osvQYPXBrRV4pSKzp8enLugVqmLxFHoyZE u0bYy2/7/KIw0Lttpf6lfrrIp46DI6Tx4jnDPaZmpppdcI7GklKA5dckY9vmiGJ0e8AT SntA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=oQH2epEODxzV/Sc8F9OAsYbFblkzDHVOvKnFm5Rpge8=; b=IdPiF2jRSaR9mXnOCiT4VlTw6X38zxT4nkdwio9T7AqsSTQ9R3CuxVGV1miHPTeOP2 5k+DoKeU37COJUMPRuv/udnbTGp1+jfRR1syBW7K7wjUhlyWSL7pn8SrFtF+MqP/Itlu EKbmfj/DA06hbn/iVqI1YsyPFpGvB8+QJ4AW0QyCXUnYkOeQeVxBW0Ks/lfpp1OuGETt vds+scKc/8W+vS82HGqaM4KHIlAFV8a21pbFH8dvx1qZEpxuE1etPGhUVAorDkSc7+4z 8P18vaqTEGxGXZn+2v/oayf/UF54qRAPPYVg7PjdxRSHSlGAiHq+z3/NRieWw1GjpbzU MUYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m13si5436350edi.394.2021.06.11.11.07.07; Fri, 11 Jun 2021 11:07:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230443AbhFKSGu (ORCPT + 99 others); Fri, 11 Jun 2021 14:06:50 -0400 Received: from foss.arm.com ([217.140.110.172]:37360 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231639AbhFKSGe (ORCPT ); Fri, 11 Jun 2021 14:06:34 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 66AF71FB; Fri, 11 Jun 2021 11:04:36 -0700 (PDT) Received: from [192.168.0.14] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A467C3F719; Fri, 11 Jun 2021 11:04:34 -0700 (PDT) Subject: Re: [PATCH v3 00/24] x86/resctrl: Merge the CDP resources To: Reinette Chatre , x86@kernel.org, linux-kernel@vger.kernel.org Cc: Fenghua Yu , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , shameerali.kolothum.thodi@huawei.com, Jamie Iles , D Scott Phillips OS References: <20210519162424.27654-1-james.morse@arm.com> <5900da79-b21e-e41c-6348-d9b24cf65967@intel.com> From: James Morse Message-ID: Date: Fri, 11 Jun 2021 19:04:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <5900da79-b21e-e41c-6348-d9b24cf65967@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Reinette, On 05/06/2021 00:56, Reinette Chatre wrote: > On 5/19/2021 9:24 AM, James Morse wrote: >> Thanks to Reinette comments on v2. The major changes in v3 is a juggling >> of all the commit messages. One patch got merged into its parent, and >> the msr_param range thing got pulled out into its own patch. Otherwise >> changes are noted in the commit messages. > > Thank you very much for reworking the commit messages. The additional context do make > these changes easier to digest. > > On a high level the goal of these patches look good to me but the patches themselves do > have a few formatting issues and spelling mistakes and while bisectability is a stated > goal of this work I was surprised to find that one patch ("x86/resctrl: Apply offset > correction when config is staged") cannot compile. Huh. I remember thinking I didn't need to retest the whole tree after some minor change, evidently I was very wrong! > I started to document the formatting issues but found myself duplicating a lot of what > checkpatch.pl would already tell you. Could you please ensure that this series gets a > clean bill of health when using "checkpatch.pl --strict"? Sure. (I've become so accustomed to ignoring it due to its allergy to assembly, that I don't bother running it) > I also recommend the codespell > option ... there are a few typos in this series that checkpatch.pl was able to pick up. Aha, that's a new one, my existing way of doing that only works for commit messages. > It > would be more efficient to review this series from such a baseline. Lookout for v4 on monday! Thanks, James