RE: [PATCH V2] ACPI: APEI: Use ERST timeout for slow devices

2023-10-02 Thread Jeshua Smith
Resending due to lack of responses. -Original Message- From: Jeshua Smith Sent: Monday, September 11, 2023 10:16 AM To: Luck, Tony ; keesc...@chromium.org; gpicc...@igalia.com; raf...@kernel.org; l...@kernel.org; james.mo...@arm.com; b...@alien8.de Cc: linux-a...@vger.kernel.org; linux

RE: [PATCH V2] ACPI: APEI: Use ERST timeout for slow devices

2023-10-23 Thread Jeshua Smith
Can we get this merged please, or at least instructions for what needs to happen to get it merged? Thanks. -Original Message- From: Jeshua Smith Sent: Monday, October 2, 2023 10:10 AM To: Luck, Tony ; keesc...@chromium.org; gpicc...@igalia.com; raf...@kernel.org; l...@kernel.org

RE: [PATCH V2] ACPI: APEI: Use ERST timeout for slow devices

2023-10-25 Thread Jeshua Smith
Hi Boris, You asked several questions, and it's not clear to me if you are suggesting the answers be sent as email reply, or if you're asking for the answers to be added to the commit message. Below are my email replies to those questions. Borislav Petkov wrote: > When I see "may" in commit mes

[PATCH V3] ACPI: APEI: Use ERST timeout for slow devices

2023-10-27 Thread Jeshua Smith
ple, the code will flag a timeout after 1ms and return an error to pstore. With this change, unless the max time value from the ERST table is exceeded, the code will not flag a timeout and will return success to pstore after the operation completes. Signed-off-by: Jeshua Smith --- v3: * Extended commit