Commit 68037d2
committed
docs(uffd): note slice-retry-under-RLock latency in faultPage
Slice retries (up to ~2s exponential backoff) run while the calling
worker holds settleRequests.RLock, which delays REMOVE batch
processing by the same amount. Correctness is unaffected (uffd-ring
FIFO still serialises any subsequent same-page fault), but if this
latency ever shows up in production metrics the documented fix lives
here.1 parent da5a856 commit 68037d2
1 file changed
Lines changed: 9 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
412 | 421 | | |
413 | 422 | | |
414 | 423 | | |
| |||
0 commit comments