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)
Sun, Apr 19, 10:20 PM
Unknown Object (File)
Sun, Apr 19, 5:58 PM
Unknown Object (File)
Sat, Apr 18, 7:28 PM
Unknown Object (File)
Sat, Apr 18, 12:55 PM
Unknown Object (File)
Sat, Apr 18, 3:56 AM
Unknown Object (File)
Fri, Apr 17, 9:11 PM
Unknown Object (File)
Wed, Apr 15, 8:39 PM
Unknown Object (File)
Wed, Mar 25, 2:30 PM

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