Page MenuHomeFreeBSD

linuxkpi: Add `memcpy_{from,to}_page()`
ClosedPublic

Authored by dumbbell on Mar 15 2025, 11:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 20, 5:45 AM
Unknown Object (File)
Thu, Jun 18, 1:59 PM
Unknown Object (File)
May 11 2026, 6:04 PM
Unknown Object (File)
May 11 2026, 5:35 PM
Unknown Object (File)
May 11 2026, 2:37 AM
Unknown Object (File)
May 11 2026, 2:18 AM
Unknown Object (File)
May 11 2026, 2:17 AM
Unknown Object (File)
May 11 2026, 2:01 AM
Subscribers

Details

Summary

The i915 DRM driver started to use it in Linux 6.8.

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

Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

bz requested changes to this revision.Apr 1 2025, 11:27 PM
bz added a subscriber: bz.

Otherweise seems fine.

sys/compat/linuxkpi/common/include/linux/highmem.h
148

size_t is %zu %zu I would also add a page %p to %p just because...

162

size_t is %zu %zu I would also add a page %p from %p just because...

This revision now requires changes to proceed.Apr 1 2025, 11:27 PM
This revision is now accepted and ready to land.Apr 12 2025, 10:02 PM
This revision was automatically updated to reflect the committed changes.