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
F163254257: D38155.diff
Tue, Jul 21, 11:23 AM
Unknown Object (File)
Sat, Jul 18, 1:49 PM
Unknown Object (File)
Sat, Jul 18, 9:40 AM
Unknown Object (File)
Fri, Jul 17, 10:16 AM
Unknown Object (File)
Tue, Jul 7, 6:03 AM
Unknown Object (File)
Tue, Jul 7, 2:36 AM
Unknown Object (File)
Mon, Jul 6, 10:28 PM
Unknown Object (File)
May 22 2026, 3:49 AM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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