Page MenuHomeFreeBSD

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

Authored by dumbbell on Mar 15 2025, 11:22 AM.
Tags
None
Referenced Files
F150756957: D49384.id153603.diff
Fri, Apr 3, 8:45 PM
Unknown Object (File)
Tue, Mar 31, 5:56 PM
Unknown Object (File)
Tue, Mar 31, 1:17 AM
Unknown Object (File)
Mon, Mar 30, 7:00 PM
Unknown Object (File)
Sun, Mar 29, 5:44 AM
Unknown Object (File)
Sat, Mar 28, 10:57 PM
Unknown Object (File)
Wed, Mar 18, 1:54 PM
Unknown Object (File)
Wed, Mar 18, 10:31 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.