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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB32FC43217 for ; Tue, 28 Sep 2021 13:35:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7CF060FE3 for ; Tue, 28 Sep 2021 13:35:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241505AbhI1Ngw (ORCPT ); Tue, 28 Sep 2021 09:36:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:43440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241044AbhI1Ngi (ORCPT ); Tue, 28 Sep 2021 09:36:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 90448611CC for ; Tue, 28 Sep 2021 13:34:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632836099; bh=Hud5+xwGKPTjXu8w2PHtjeTfxN4qI9TuoSjQgxyC/a4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WBDHKHWzv+mxrbVQm1NXHMAOflIRmoWVMXjwCe91GH9GrqdUHDeh1EQlXjKgmApiK Ytoj/lWPv1/bcILvm32AcIkTM2vrctCZRj1jakqvtu+vCwoEOFgu4XEdGLk2hB4WEg AUr+1fKRknRj7g2JNF1axr09eCiAbADq0MxJxkezCu7M8n7hgftB1XVm67AKmEZzjo IE0GsoXkeYDkn5imhIA3A/djQBu3UMOP+5nqenU3O6BBvsToL4DHciWSF0q/W2sPRR Lzt9dO+EP1RF+HKBzzlz5/vKG7bUOjLIE7LtUCFErQcIcMe5bpQsdu/sgthKcIMHak j1Cz/+Qo6PnRw== Received: by mail-ot1-f46.google.com with SMTP id d12-20020a05683025cc00b0054d8486c6b8so6928353otu.0 for ; Tue, 28 Sep 2021 06:34:59 -0700 (PDT) X-Gm-Message-State: AOAM531UTlCHPpmqn6bH9tUC19TQ9GYNj+p+W4V5els+o1sJEASZXWGB PoRO0l/8v0JeS1yZeSzjNpbN7MMAfH9YfXm8Uuc= X-Google-Smtp-Source: ABdhPJx07IcMlFqYIxYvYww5UQdWp2nULTYV8CWvd+tkafaHJiE25OYTKEdt6npMWDcjb8h/vdKCVzwpn7+0330NX2U= X-Received: by 2002:a9d:63c7:: with SMTP id e7mr747809otl.30.1632836098937; Tue, 28 Sep 2021 06:34:58 -0700 (PDT) MIME-Version: 1.0 References: <20210924134919.1913476-1-bigeasy@linutronix.de> <20210924134919.1913476-2-bigeasy@linutronix.de> <20210928133340.tmpjzdj367h54ddt@linutronix.de> In-Reply-To: <20210928133340.tmpjzdj367h54ddt@linutronix.de> From: Ard Biesheuvel Date: Tue, 28 Sep 2021 15:34:47 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] efi: Disable runtime services on RT To: Sebastian Andrzej Siewior Cc: linux-efi , Thomas Gleixner , Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On Tue, 28 Sept 2021 at 15:33, Sebastian Andrzej Siewior wrote: > > On 2021-09-28 15:30:32 [+0200], Ard Biesheuvel wrote: > > This is generic code and the commit log only talks about arm64. How > > about other architectures? > > They also invoke the EFI services with disables interrupts. If they > provide a RTC behind spi/i2c then we end up in the same situation right? > Or did I misunderstand your point? > Are you sure you want to disable EFI runtime services on all x86 systems with PREEMPT_RT as well?