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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 C48BEC47082 for ; Thu, 3 Jun 2021 12:47:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8763613E9 for ; Thu, 3 Jun 2021 12:47:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230403AbhFCMsx (ORCPT ); Thu, 3 Jun 2021 08:48:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:47574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229801AbhFCMsw (ORCPT ); Thu, 3 Jun 2021 08:48:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BAE416139A; Thu, 3 Jun 2021 12:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622724427; bh=Su72vlEv6szuZvJdTn531CxoIL0BBrwp4O+j1wekIvI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WqP8lNYoU8Jc1bKjVXmNl7TjxqjpU7g3r26V2pgNhoXRfZ+5iA5+P+my9ZnKAvWf8 FhLl7wxvQAifwtnr/Zo/gkmO4svx2LZrlljcHAvuTAWqY/5cDsuoJGGRkzLb6tlYRM lXBTHx8b5zvOXpQcB0ZkYFsfDYyY0OE6feHgoVIkRuMEjnSUerh6R2U0t/I1mqa0uM i5dZKGOi94gh8gnYwXu/wsA8dCs51dLHItLfv8QYrWXxOSmfvTYjmCSu2lylHD6MF+ hCTpT0jMfRNvnaV9p14C6u3kA84QV4yuPCyDSezC9eRViu/zX9HblFrdSG5v8YP8+z 2dcTq8nH5ARZQ== Date: Thu, 3 Jun 2021 18:17:04 +0530 From: Vinod Koul To: Borislav Petkov Cc: Thomas Gleixner , Fenghua Yu , linux-kernel , x86 , iommu@lists.linux-foundation.org, Ingo Molnar , H Peter Anvin , Andy Lutomirski , Jean-Philippe Brucker , Christoph Hellwig , Peter Zijlstra , David Woodhouse , Lu Baolu , Dave Hansen , Tony Luck , Randy Dunlap , Ashok Raj , Jacob Jun Pan , Dave Jiang , Sohil Mehta , Ravi V Shankar , dmaengine@vger.kernel.org Subject: Re: [PATCH] x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid() Message-ID: References: <1600187413-163670-1-git-send-email-fenghua.yu@intel.com> <1600187413-163670-10-git-send-email-fenghua.yu@intel.com> <87mtsd6gr9.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03-06-21, 13:42, Borislav Petkov wrote: > On Thu, Jun 03, 2021 at 04:50:26PM +0530, Vinod Koul wrote: > > Applied, thanks > > Actually, I'd prefer if I take it through the tip tree: > > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/log/?h=x86/urgent > > because it is needed for the following patch by tglx: > > 6867ee8bcb75 x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid() > db099bafbf5e dmaengine: idxd: Use cpu_feature_enabled() > > if you don't mind. > > I'll be sending this to Linus this weekend. Okay dropped now.. You can add: Acked-By: Vinod Koul -- ~Vinod