Page MenuHomeFreeBSD

linuxkpi: Add `kmap_local_page_prot()` and `kunmap_local()`
ClosedPublic

Authored by dumbbell on Jan 22 2023, 2:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 9:08 AM
Unknown Object (File)
Mon, Sep 29, 2:01 PM
Unknown Object (File)
Thu, Sep 25, 1:32 PM
Unknown Object (File)
Sat, Sep 20, 7:07 PM
Unknown Object (File)
Sat, Sep 20, 1:37 PM
Unknown Object (File)
Sat, Sep 20, 8:18 AM
Unknown Object (File)
Sat, Sep 20, 7:31 AM
Unknown Object (File)
Aug 5 2025, 6:37 AM

Details

Diff Detail

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

Event Timeline

What's the difference in Linux ?

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

style(9) need new line.

130

style(9) need new line.

In D38155#866973, @manu wrote:

What's the difference in Linux ?

The *_atomic variant turn off preemption and page faults between the map and the unmap, something the *_local variant doesn't do.

This revision is now accepted and ready to land.Jan 28 2023, 8:32 AM