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
F152994343: D38155.id115955.diff
Sat, Apr 18, 12:55 PM
F152932008: D38155.id.diff
Sat, Apr 18, 3:56 AM
F152896803: D38155.id115412.diff
Fri, Apr 17, 9:11 PM
Unknown Object (File)
Wed, Apr 15, 8:39 PM
Unknown Object (File)
Wed, Mar 25, 2:30 PM
Unknown Object (File)
Mar 17 2026, 1:17 PM
Unknown Object (File)
Mar 8 2026, 2:22 PM
Unknown Object (File)
Mar 7 2026, 6:32 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