Re: [edk2-devel] [PATCH v1 1/1] MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func

2022-11-09 Thread Robert Wood via groups.io
Hi G Edhaya, Thank you for taking the time to review this patch and issue. I have tested the changes you have made and they pass locally and resolve the issues we are experiencing with this test. Thanks, Robert Wood -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to thi

[edk2-devel] [PATCH v1 1/1] MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func

2022-10-05 Thread Robert Wood via groups.io
The Stall_Func test on the highest TPL causes issues with the disk IO by blocking interrupts. This blocking can cause disk corruption through IO timeouts. Since this doesn't seem to be the intent of the test this revision reduces the stall interval from 10 seconds to 4 and adjusts the delta toleran

[edk2-devel] [PATCH v1 0/1] uefi-sct/SctPkg: Fix for Stall_Func IO timeout

2022-10-05 Thread Robert Wood via groups.io
These changes contain an adjustment to the duration of the stall command to avoid disk corruption via IO timeouts. Robert Wood (1): MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/MiscBootServices/BlackBoxTest/MiscBoot

[edk2-devel] [PATCH v1 1/1] MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func

2022-09-29 Thread Robert Wood via groups.io
The Stall_Func test on the highest TPL causes issues with the disk IO by blocking interrupts. This blocking can cause disk corruption through IO timeouts. Since this doesn't seem to be the intent of the test this revision reduces the stall interval from 10 seconds to 4 and adjusts the delta toleran

[edk2-devel] [PATCH v1 0/1] Update Stall_Func interval to avoid IO timeouts

2022-09-29 Thread Robert Wood via groups.io
These changes contain an adjustment to the duration of the stall command to avoid disk corruption via IO timeouts. Robert Wood (1): MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/MiscBootServices/BlackBoxTest/MiscBoot