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 77C1EC433EF for ; Tue, 1 Mar 2022 20:07:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233896AbiCAUI0 (ORCPT ); Tue, 1 Mar 2022 15:08:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237604AbiCAUIY (ORCPT ); Tue, 1 Mar 2022 15:08:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EA0065E6; Tue, 1 Mar 2022 12:07:37 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E756B616EE; Tue, 1 Mar 2022 20:07:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1F7AC340EE; Tue, 1 Mar 2022 20:07:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646165256; bh=ez0Ga+qrLNPRGbsUnZojh6Vpw51kNGa/3dB0KIpStPo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fTv7jbc+J6Z8Js8yc1O9GseqPIFoT92uZtpV7rzBPIQvy6Riq/UP4H3lzuAE28/vh 2Bdtlka4h/P5S6tsBBRLVIMLptI6yOvA7qLD+X/qRh2qLFDYXuVp3iaS/NiFS6gbPP RvqRaBOr8dLNDV0nqLDPpPA9uc9xWsaF2END+rBQ= Date: Tue, 1 Mar 2022 21:07:33 +0100 From: Greg KH To: Jithu Joseph Cc: hdegoede@redhat.com, markgross@kernel.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, corbet@lwn.net, andriy.shevchenko@linux.intel.com, ashok.raj@intel.com, tony.luck@intel.com, rostedt@goodmis.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, platform-driver-x86@vger.kernel.org, patches@lists.linux.dev, ravi.v.shankar@intel.com Subject: Re: [RFC 02/10] Documentation: In-Field Scan Message-ID: References: <20220301195457.21152-1-jithu.joseph@intel.com> <20220301195457.21152-3-jithu.joseph@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220301195457.21152-3-jithu.joseph@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Mar 01, 2022 at 11:54:49AM -0800, Jithu Joseph wrote: > From: Tony Luck > > Add documentation for In-Field Scan (IFS). This documentation > describes the basics of IFS, the loading IFS image, chunk > authentication, running scan and how to check result via sysfs > as well as tunable parameters. > > The CORE_CAPABILITIES MSR enumerates whether IFS is supported. > > Signed-off-by: Tony Luck > Reviewed-by: Ashok Raj You did not sign off on this, yet you are forwarding it on for acceptance. You all know this is not ok, it shouldn't be up to me to remind you of the rules of the DCO :( greg k-h