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 9F4CBC433ED for ; Mon, 17 May 2021 18:46:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 790BD611F1 for ; Mon, 17 May 2021 18:46:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236250AbhEQSrp (ORCPT ); Mon, 17 May 2021 14:47:45 -0400 Received: from mga05.intel.com ([192.55.52.43]:1909 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235486AbhEQSro (ORCPT ); Mon, 17 May 2021 14:47:44 -0400 IronPort-SDR: l36sVhyjRggpiuaY6dIvURWi9zPLehtd0wWlj7h/eZfBF8Mw0mGuXsARxMd8MUbDSI5WbM1XWg CRncXS1CJQ5A== X-IronPort-AV: E=McAfee;i="6200,9189,9987"; a="286068099" X-IronPort-AV: E=Sophos;i="5.82,307,1613462400"; d="scan'208";a="286068099" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 11:46:27 -0700 IronPort-SDR: ow5fnO3Rv0w3EMf4yV9xevk+7ZgBecb5WfB0gY9Dnc5yPENpB5PjeMKhn8xKJXoSDQeGxba0xQ HGMP9f3S9vZw== X-IronPort-AV: E=Sophos;i="5.82,307,1613462400"; d="scan'208";a="630118842" Received: from otcwcpicx3.sc.intel.com ([172.25.55.73]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2021 11:46:27 -0700 Date: Mon, 17 May 2021 18:46:21 +0000 From: Fenghua Yu To: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Randy Dunlap , Tony Luck , Xiaoyao Li , Ravi V Shankar Cc: linux-kernel , x86 Subject: Re: [PATCH 0/4] x86/bus_lock: Set rate limit for bus lock Message-ID: References: <20210419214958.4035512-1-fenghua.yu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210419214958.4035512-1-fenghua.yu@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Dear X86 maintainers, On Mon, Apr 19, 2021 at 09:49:54PM +0000, Fenghua Yu wrote: > Bus lock warn and fatal handling is in tip. This series sets system > wide bus lock rate limit to throttle malicious code. > > This series is applied on top of tip master branch. > > Change Log: > -Set system wide rate limit instead of per-user rate limit (Thomas). > -Thomas suggested to split the previous bus lock into warn and fatal > patch set and this rate limit patch set: > https://lore.kernel.org/lkml/871rca6dbp.fsf@nanos.tec.linutronix.de/ Any comment on this series? The series can be applied to 5.13-rc cleanly without any change. Thanks. -Fenghua