Liming Sun
Results
2
issues of
Liming Sun
In the latest code below, it was found that pv__transfer_write_repeated() could return 0 due to EINTR. When it happens, the data is not moving any more. 487 static int pv__transfer_write(pvstate_t...
This pull has two robust fixes: 1. Add a check to avoid polling the 'blocked' state during reset; 2. Adjust the default PCIe reset delay to avoid boot stream corruption.