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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 20CD3C433DB for ; Mon, 4 Jan 2021 19:43:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D697521919 for ; Mon, 4 Jan 2021 19:43:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726338AbhADTnH (ORCPT ); Mon, 4 Jan 2021 14:43:07 -0500 Received: from mga17.intel.com ([192.55.52.151]:49852 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbhADTnG (ORCPT ); Mon, 4 Jan 2021 14:43:06 -0500 IronPort-SDR: ow2+1eStsliJp/cR9vR6+P6js0/PlYV4hLt1l5E6OrgSvXnKOJeVkS35QRAnv+v99ZSzglUHhK LO0mGbAH05Yg== X-IronPort-AV: E=McAfee;i="6000,8403,9854"; a="156786006" X-IronPort-AV: E=Sophos;i="5.78,474,1599548400"; d="scan'208";a="156786006" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 11:42:26 -0800 IronPort-SDR: 8wSDOwWaVDcmpzynYVszdh249uHJ0FOW84ywLY0eWO94id7za+Ib2YKQ8NWWD1nl0W72PPCyrZ M7sTU7T6hv2g== X-IronPort-AV: E=Sophos;i="5.78,474,1599548400"; d="scan'208";a="569458351" Received: from otcwcpicx6.sc.intel.com ([172.25.55.29]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 11:42:26 -0800 Date: Mon, 4 Jan 2021 19:42:25 +0000 From: Fenghua Yu To: Thomas Gleixner , Borislav Petkov , Ingo Molnar , Peter Zijlstra , Tony Luck , Randy Dunlap , Xiaoyao Li , Ravi V Shankar Cc: linux-kernel , x86 Subject: Re: [PATCH v4 0/4] x86/bus_lock: Enable bus lock detection Message-ID: References: <20201124205245.4164633-1-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201124205245.4164633-1-fenghua.yu@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Dear X86 Maintainers, On Tue, Nov 24, 2020 at 08:52:41PM +0000, Fenghua Yu wrote: > A bus lock [1] is acquired through either split locked access to > writeback (WB) memory or any locked access to non-WB memory. This is > typically >1000 cycles slower than an atomic operation within > a cache line. It also disrupts performance on other cores. This is a friendly reminder. Any comment on this series? Thanks. -Fenghua