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)
Oct 12 2024, 10:21 PM
Unknown Object (File)
Oct 2 2024, 10:53 PM
Unknown Object (File)
Sep 29 2024, 11:59 PM
Unknown Object (File)
Sep 27 2024, 5:08 AM
Unknown Object (File)
Sep 23 2024, 6:05 PM
Unknown Object (File)
Sep 23 2024, 5:11 PM
Unknown Object (File)
Sep 19 2024, 9:48 PM
Unknown Object (File)
Sep 11 2024, 5:53 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