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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2BEDC4338F for ; Fri, 13 Aug 2021 08:41:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88ABF610A5 for ; Fri, 13 Aug 2021 08:41:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239263AbhHMImM (ORCPT ); Fri, 13 Aug 2021 04:42:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:55748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239163AbhHMImL (ORCPT ); Fri, 13 Aug 2021 04:42:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EC2C36104F; Fri, 13 Aug 2021 08:41:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628844105; bh=fpYfuW+uPMeEuv1lgpSbjd0MulBHu01VgHVXRIOz57k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZVX5XlBtr2kF2scKxUqA5D0oX/S/bMoyO3LbXUzzLMfhDA3lOIg1Hw5N+z2mQkOFF 7+ImtiBeN4EWoQf5nWs8tL+l5jyQM4uM0lODIBxbYVWmWVWfiwfp41vFW812y0dUdC rnlT9CcmZVBCoNxCrx7+guRQZ2C4OpYxqz6eNXw0= Date: Fri, 13 Aug 2021 10:41:42 +0200 From: Greg KH To: Reinette Chatre Cc: stable@vger.kernel.org, fenghua.yu@intel.com, skhan@linuxfoundation.org, sashal@kernel.org, xiaochen.shen@intel.com, tony.luck@intel.com Subject: Re: [PATCH 5.10] Revert "selftests/resctrl: Use resctrl/info for feature detection" Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Aug 11, 2021 at 04:54:21PM -0700, Reinette Chatre wrote: > This reverts commit 19eaad1400eab34e97ec4467cd2ab694d1caf20c which is > ee0415681eb661efa1eb2db7acc263f2c7df1e23 upstream. > > This commit is not a stable candidate and was backported without needed > dependencies that results in the resctrl tests unable to compile. > > Signed-off-by: Reinette Chatre > --- > > The same commit is present in v5.12.y where it also causes the > resctrl tests to fail to compile. I did not submit a revert against v5.12.y > because it is EOL. Now queued up, thanks! greg k-h