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)
Fri, Oct 10, 7:04 PM
Unknown Object (File)
Wed, Oct 8, 8:44 PM
Unknown Object (File)
Fri, Oct 3, 5:25 AM
Unknown Object (File)
Thu, Oct 2, 6:01 PM
Unknown Object (File)
Mon, Sep 29, 8:45 AM
Unknown Object (File)
Mon, Sep 22, 5:05 AM
Unknown Object (File)
Sat, Sep 20, 9:38 PM
Unknown Object (File)
Fri, Sep 19, 7:22 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.