Page MenuHomeFreeBSD

LinuxKPI: Import linux/jump_label.h
ClosedPublic

Authored by wulf on Dec 6 2021, 11:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 5, 2:43 AM
Unknown Object (File)
Mar 8 2024, 12:10 AM
Unknown Object (File)
Feb 8 2024, 5:34 PM
Unknown Object (File)
Jan 12 2024, 7:46 AM
Unknown Object (File)
Dec 22 2023, 10:26 PM
Unknown Object (File)
Nov 6 2023, 7:43 AM
Unknown Object (File)
Oct 5 2023, 6:36 AM
Unknown Object (File)
Sep 29 2023, 5:01 AM

Details

Summary

Required by drm-kmod

Obtained from: DragonflyBSD
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wulf requested review of this revision.Dec 6 2021, 11:58 AM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/jump_label.h
29

In general I'd prefer LINUXKPI on new files to avoid confusion with the Linuxolator but that may just be me.

33

Do you need anything but types.h ?

sys/compat/linuxkpi/common/include/linux/jump_label.h
33

No I don't. But I think that it is a good idea to add all Linux`s #includes as existing code often depends on namespace pollution caused by them

This revision was not accepted when it landed; it landed in state Needs Review.Jan 10 2022, 7:51 PM
This revision was automatically updated to reflect the committed changes.