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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 57008C7618F for ; Mon, 15 Jul 2019 19:38:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 351E72077A for ; Mon, 15 Jul 2019 19:38:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730804AbfGOTii (ORCPT ); Mon, 15 Jul 2019 15:38:38 -0400 Received: from mga06.intel.com ([134.134.136.31]:28806 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730362AbfGOTih (ORCPT ); Mon, 15 Jul 2019 15:38:37 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jul 2019 12:38:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,494,1557212400"; d="scan'208";a="318771531" Received: from tassilo.jf.intel.com (HELO tassilo.localdomain) ([10.7.201.137]) by orsmga004.jf.intel.com with ESMTP; 15 Jul 2019 12:38:36 -0700 Received: by tassilo.localdomain (Postfix, from userid 1000) id AA1BA301AE9; Mon, 15 Jul 2019 12:38:36 -0700 (PDT) Date: Mon, 15 Jul 2019 12:38:36 -0700 From: Andi Kleen To: Thomas Gleixner Cc: Uros Bizjak , LKML , X86 ML , Andrew Lutomirski Subject: Re: [RFC PATCH, x86]: Disable CPA cache flush for selfsnoop targets Message-ID: <20190715193836.GF32439@tassilo.jf.intel.com> References: <8736j7gsza.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > That does not answer the question whether it's worthwhile to do that. It's likely worthwhile for (Intel integrated) graphics. There was also a recent issue with 3dxp/dax, which uses ioremap in some cases. -Andi