Page MenuHomeFreeBSD

vtblk: Fix dumping
ClosedPublic

Authored by cperciva on Nov 3 2022, 1:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 10:14 PM
Unknown Object (File)
Dec 9 2024, 6:42 PM
Unknown Object (File)
Nov 26 2024, 10:15 AM
Unknown Object (File)
Sep 27 2024, 5:46 PM
Unknown Object (File)
Sep 27 2024, 5:22 PM
Unknown Object (File)
Sep 27 2024, 5:21 PM
Unknown Object (File)
Sep 26 2024, 11:27 AM
Unknown Object (File)
Sep 24 2024, 3:26 PM
Subscribers

Details

Summary

Now that vtblk uses busdma, it keeps important information inside its
request structures. The functions used for kernel dumps synthesize
their own request structures rather than using structures initialized
with the necessary bits for busdma.

Add busdma-bypass paths.

Reported by: glebius

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 3 2022, 7:53 AM
Closed by commit rG75549de770df: vtblk: Fix dumping (authored by cperciva). · Explain Why
This revision was automatically updated to reflect the committed changes.