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 5C24DC433FE for ; Thu, 28 Apr 2022 16:08:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236189AbiD1QLj (ORCPT ); Thu, 28 Apr 2022 12:11:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232927AbiD1QLi (ORCPT ); Thu, 28 Apr 2022 12:11:38 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58B834A3E0; Thu, 28 Apr 2022 09:08:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651162103; x=1682698103; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=Ir4T5uqY+GX2tlG/wVzI1xs8T7NLnwE/od0GN7231xQ=; b=nqs0/Z474mMw2UkUDmi9VYZ669Dgh2igJbavv1ofFaietJIOCrADOXyE QeTyHuJCI0NBkNWjIr4fVj8ttHsuooD3R4fwICJz1fmpIyddTe9eXEH3k oA31usmbcPwNOzm1lDxaLIml5XCgs3YHfJ67ZCNugSPS3uucwBY9mNkGI 0DCo0JYoyAqBNW0/a2bJqHxJV3LNMXOzJuivImUT7FGN+VTGK7QtM5K1T 6h7mnsM7ZWBY6XCeij0fphRv6OMCiGzbISZTOxp3zGw8LpOBrQP5kCO+X qZgRbjnyAhOGyYtW6SDK50tyN+UdW3peVz1RBX3PYzosz6LrRJ9SPw8mC g==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="246893415" X-IronPort-AV: E=Sophos;i="5.91,295,1647327600"; d="scan'208";a="246893415" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 09:07:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,295,1647327600"; d="scan'208";a="651280527" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by FMSMGA003.fm.intel.com with ESMTP; 28 Apr 2022 09:07:46 -0700 Received: from fmsmsx611.amr.corp.intel.com (10.18.126.91) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Thu, 28 Apr 2022 09:07:46 -0700 Received: from fmsmsx610.amr.corp.intel.com (10.18.126.90) by fmsmsx611.amr.corp.intel.com (10.18.126.91) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Thu, 28 Apr 2022 09:07:45 -0700 Received: from fmsmsx610.amr.corp.intel.com ([10.18.126.90]) by fmsmsx610.amr.corp.intel.com ([10.18.126.90]) with mapi id 15.01.2308.027; Thu, 28 Apr 2022 09:07:45 -0700 From: "Luck, Tony" To: Greg KH 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" , "Joseph, Jithu" , "Raj, Ashok" , "rostedt@goodmis.org" , "Williams, Dan J" , "linux-kernel@vger.kernel.org" , "linux-doc@vger.kernel.org" , "platform-driver-x86@vger.kernel.org" , "patches@lists.linux.dev" , "Shankar, Ravi V" Subject: RE: [PATCH v5 00/10] Introduce In Field Scan driver Thread-Topic: [PATCH v5 00/10] Introduce In Field Scan driver Thread-Index: AQHYWxYVdsKdZt61BUSHj1qB1cqAT60F8LwA//+M88A= Date: Thu, 28 Apr 2022 16:07:45 +0000 Message-ID: <08c593c1aecd4131bf9c2558198a2dc1@intel.com> References: <20220422200219.2843823-1-tony.luck@intel.com> <20220428153849.295779-1-tony.luck@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.6.401.20 x-originating-ip: [10.1.200.100] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org > Much nicer and simpler as compared to the first version submitted, > thanks for sticking with it. The diff seems about 1/3 smaller from the > first version sent out, peer-review works :) >=20 > Reviewed-off-by: Greg Kroah-Hartman Thanks for your patience leading me to a much better driver. -Tony