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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E8B5C433F5 for ; Fri, 1 Apr 2022 09:05:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231742AbiDAJGz (ORCPT ); Fri, 1 Apr 2022 05:06:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231157AbiDAJGy (ORCPT ); Fri, 1 Apr 2022 05:06:54 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AD8E197FBB; Fri, 1 Apr 2022 02:05:05 -0700 (PDT) Date: Fri, 1 Apr 2022 11:05:00 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1648803901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tR9DgVlpSOJuydn7n6nmqNv1be3Re6NKi4LsEiFJsmA=; b=upOCUZdQ1W7WMALoNxGm7U67PmhdPX40qo79mt2GS3MWDKxdYCzPGM7Bm+c/K5FUOY55r7 z31qwmXi4nm5ceBL70BH4UPuiuW02OjpkAK4hyngLLDxjHm/LJEIaRaW1WvmwsyJsCZ/m4 +VHmHzxzfyCzDdiZlr1rAGZsGQbXue7IbQhDHbSuX861v8nNuEJ95DJAOSTL00P8WBaUBX WO+U7hQuCnpYsN89NweqHFYC+eJwLNJkVR0VCXK3KP4NBkfzjpP3Vk4G4fAnDCo8AvW1H3 +OMgcYlWtELOJ3CvRK1eZoRV5QmDJXwpAv3ooK+7+ajmboWtsS/2E+pvC8tpEA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1648803901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tR9DgVlpSOJuydn7n6nmqNv1be3Re6NKi4LsEiFJsmA=; b=825AAtMzXSW8A6THac+dFj4CeDwCsfOO3CfjAxxvptsgp2WpaA/OjROo/WynlXLp0rJo9J 1C8+IID19gpkJ+CQ== From: Sebastian Andrzej Siewior To: Ard Biesheuvel Cc: Javier Martinez Canillas , "Ahmed S. Darwish" , Linux Kernel Mailing List , linux-efi , Brian Masney , Al Stone , Peter Robinson , Robbie Harwood , Peter Jones , Alexander Larsson , Andrew Halaney , linux-rt-users@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH v2] efi: Allow to enable EFI runtime services by default on RT Message-ID: References: <20220331151654.184433-1-javierm@redhat.com> <78a0360d-1a27-5280-10bf-d27d1d306fa5@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On 2022-04-01 10:34:03 [+0200], Ard Biesheuvel wrote: > I don't think we need another warning. exactly. > The kernel log already tells you whether or not EFI runtime services > are enabled. Correct. We either warn about all problematic options or none but this is independent of this patch. Sebastian