Page MenuHomeFreeBSD

linuxkpi: Fix `sg_alloc_table_from_pages()` to have the same API as Linux
ClosedPublic

Authored by dumbbell on Jan 16 2023, 7:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 24 2024, 9:59 AM
Unknown Object (File)
Sep 23 2024, 1:56 AM
Unknown Object (File)
Sep 22 2024, 8:01 PM
Unknown Object (File)
Sep 22 2024, 7:28 AM
Unknown Object (File)
Sep 18 2024, 11:38 AM
Unknown Object (File)
Sep 18 2024, 6:06 AM
Unknown Object (File)
Sep 18 2024, 1:42 AM
Unknown Object (File)
Sep 16 2024, 6:12 PM

Details

Summary

It now returns a struct scatterlist * pointer instead of an error code only.

The implementation is incomplete because it doesn't use the prv argument.

This is part of the update of the DRM drivers to Linux 5.13.

Diff Detail

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