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)
Dec 30 2024, 12:04 AM
Unknown Object (File)
Dec 21 2024, 11:01 AM
Unknown Object (File)
Nov 19 2024, 5:23 AM
Unknown Object (File)
Nov 16 2024, 10:18 AM
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

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

What's the difference in Linux ?

sys/compat/linuxkpi/common/include/linux/highmem.h
96

style(9) need new line.

126

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