From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B987836B16; Tue, 24 Oct 2023 15:27:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (4096-bit key) header.d=alien8.de header.i=@alien8.de header.b="kxVNKjaE" Received: from mail.alien8.de (mail.alien8.de [65.109.113.108]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7C901BFD; Tue, 24 Oct 2023 08:27:35 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.alien8.de (SuperMail on ZX Spectrum 128k) with ESMTP id BDA5E40E0177; Tue, 24 Oct 2023 15:27:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.alien8.de Authentication-Results: mail.alien8.de (amavisd-new); dkim=pass (4096-bit key) header.d=alien8.de Received: from mail.alien8.de ([127.0.0.1]) by localhost (mail.alien8.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id O_JSFRhFDTp4; Tue, 24 Oct 2023 15:27:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=alien8; t=1698161247; bh=/VWdzD9YqeMFT65D6FtCfwIaXeG447+7p1CdxoXwJIM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kxVNKjaESkPKWatKh8WeOOZKJ1ZfuaVgDgM5/UvVCoZlAhb/b4CbP8xsjt1HY2cc6 cPkTwoQYuFxjl+AdYlPC7hESHx+YK3oFQSBcgS+YlbDEQa+h4+0dCMg41ECN13GMYI nH1Iz6JUmr85Y5GCdr/yhS8It5WFj+yININjan7rHmAbqjNzsbBYpms2MHGTnCcoAQ BPbLKYuIhv/q0U/L1STtsox8pBhcEdGb8G7QGWTS5j5QUGDYC5I6dUE7AbDp70tAAB 36L1gEGMBqJJyOcSJ0ydPSRMUmH/giseiKlmic3b3803vyKw4XSvlYS8Scj9+kAe6N 7TlyQiZ8oBWEwlbxb67JD/OVMdj1IuaGZhZV+cqNOQjjLpAT1AAmHqo47HgyFL7QwJ GijTGKb6VRCn1iu769UdbfYFnNL0eLTd1qGzH+Ovz3gYuJrYn71DRCCRkP+lsKUUax DJ8TYDNQ8gXyo48Yo3pxa1VdknGw7lEcgJp9RdG9K+lvbYmQGs2Gf1RDqiWiLXBJAq Md5zXKTrrrrqbJAPuGAhHAXm8E+aiv6h+R56fNBVnzLbl0/Lp6MW3skoeQ/lBx7kLE wdW6TaKOdvztuK78ATMHsCHvQFylhc/OqHpKlMboJlm1GbEixaCMrgnuDCGz1Mp2yd EjxWAJVMZVEuqWIKanOOmBEs= Received: from zn.tnic (pd95304da.dip0.t-ipconnect.de [217.83.4.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by mail.alien8.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 55E4240E014B; Tue, 24 Oct 2023 15:27:14 +0000 (UTC) Date: Tue, 24 Oct 2023 17:27:08 +0200 From: Borislav Petkov To: "Rafael J. Wysocki" Cc: Jeshua Smith , "Luck, Tony" , "james.morse@arm.com" , "keescook@chromium.org" , "gpiccoli@igalia.com" , "lenb@kernel.org" , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-hardening@vger.kernel.org" , "linux-tegra@vger.kernel.org" , Thierry Reding , Jonathan Hunter Subject: Re: [PATCH V2] ACPI: APEI: Use ERST timeout for slow devices Message-ID: <20231024152708.GFZTfiTL9C6onZKn99@fat_crate.local> References: <20230712223448.145079-1-jeshuas@nvidia.com> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Tue, Oct 24, 2023 at 04:32:48PM +0200, Rafael J. Wysocki wrote: > So there are 3 designated reviewers for APEI: Tony Luck, Borislav > Petkov and James Morse. I need an ACK or Reviewed-by from one of > them, so I can proceed with an APEI patch. Here's what I see: cat /tmp/patch | ./scripts/get_maintainer.pl Kees Cook (supporter:PSTORE FILESYSTEM) Tony Luck (reviewer:PSTORE FILESYSTEM) "Guilherme G. Piccoli" (reviewer:PSTORE FILESYSTEM) "Rafael J. Wysocki" (unknown:ACPI APEI) Len Brown (reviewer:ACPI APEI) James Morse (reviewer:ACPI APEI) Borislav Petkov (reviewer:ACPI APEI) so I'm guessing Kees, Tony, Guilherme ... >From what I can see, the change itself is making me ask more questions: When I see "may" in commit messages "Slow devices such as flash may not meet the default 1ms timeout value" then I wanna know what devices are those? What is the actual use case here? Upthread there's a question about the ACPI spec. That should be explained too. Because I have no clue what "the ERST max execution time value" is. And so on. HTH. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette