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)
Fri, May 22, 3:49 AM
Unknown Object (File)
Fri, May 15, 5:26 PM
Unknown Object (File)
Fri, May 15, 5:26 PM
Unknown Object (File)
Fri, May 15, 5:25 PM
Unknown Object (File)
Fri, May 15, 5:25 PM
Unknown Object (File)
Fri, May 15, 5:09 PM
Unknown Object (File)
Mon, Apr 27, 2:45 PM
Unknown Object (File)
Sat, Apr 25, 3:33 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