From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233429AbiEQSkd (ORCPT ); Tue, 17 May 2022 14:40:33 -0400 Received: from mx0b-00069f02.pphosted.com (mx0b-00069f02.pphosted.com [205.220.177.32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54D2539151 for ; Tue, 17 May 2022 11:40:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : content-type : in-reply-to : mime-version; s=corp-2021-07-09; bh=re0P4EL+vsuAMnkU6+U3L8Z9mO4wKUciF6fdiFyOPAY=; b=ixrbASAKrxkzRkBYtdSX+wBdqgJ8VzSGthOESSpJR20P9zlN/Du3LSuu9wNccf/P3Q8w p+2ZfR6C5X7aTthLFlSBbUxZSmXHxPdfn2mqal9LDY65VGaOA8vwYccuuhyTNjv+/Dql Bs3XT6qvo9IJn5of+gvUfUqJxBjBINlOUeOS5vVrBU2NMdtvA8Wv4GUKnH7e4XxQmUcZ tZt+VaFUPrpKOUTt/xRcQMS+J5e7IxHQZIjM1wvpwCOUasfWGL+M4wVDF4BM2SS1qlH6 8xlp3+JM3Y6r14Fgozh7oe3KkZS5FgEvS/4yBQRWnggLSHF/iPWO6SioApDOFhNdl4SA iw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.onmicrosoft.com; s=selector2-oracle-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=re0P4EL+vsuAMnkU6+U3L8Z9mO4wKUciF6fdiFyOPAY=; b=IOsUNvN/FFw4Yiox3KhQ2j6kW9KLHCJg67UvyvdboIgnydELQO4dDqdOORcKf2E326UUrNvqyz2D+gg+t46nIzdI2eyvjLr4TLpoV7ReT/j4zdQ/hueIeQx6ONARF7m6jr21V1R82zjHLHuyQc4/rtOlHto2+LkePTRvsrUnO5k= Date: Tue, 17 May 2022 21:40:09 +0300 From: Dan Carpenter Subject: Re: [PATCH] check_spectre: Add a switch to optionally use host data Message-ID: <20220517184009.GN29930@kadam> References: <20220516085547.1007627-1-elena.reshetova@intel.com> <20220516125425.GL4009@kadam> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: MIME-Version: 1.0 List-ID: To: "Reshetova, Elena" Cc: "smatch@vger.kernel.org" On Mon, May 16, 2022 at 01:39:49PM +0000, Reshetova, Elena wrote: > > Fantastic. Thanks! I've applied both. I'll test them out tonight > > and push later. > > > > regards, > > dan carpenter > > Thank you very much Dan! > Let me know if any issues: I have run my tests as usual. Hey Elena, It looks good. I pushed this out now. regards, dan carpenter