Page MenuHomeFreeBSD

linuxkpi: Add _RET_IP_ macro in kernel.h
ClosedPublic

Authored by nc on Jun 9 2021, 6:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 5, 9:04 AM
Unknown Object (File)
Sat, Apr 4, 9:21 AM
Unknown Object (File)
Sat, Apr 4, 2:57 AM
Unknown Object (File)
Wed, Apr 1, 1:21 PM
Unknown Object (File)
Sat, Mar 28, 1:00 PM
Unknown Object (File)
Sun, Mar 22, 9:38 PM
Unknown Object (File)
Sun, Mar 22, 8:46 PM
Unknown Object (File)
Mar 5 2026, 4:03 PM

Details

Diff Detail

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

Event Timeline

nc requested review of this revision.Jun 9 2021, 6:20 PM

Please explain what it does and why it's needed.

This is used for the addresses in mutexes and log messages.

Source (OpenBSD): https://github.com/openbsd/src/search?q=_RET_IP_

This revision is now accepted and ready to land.Jun 9 2021, 8:37 PM
In D30707#690139, @nc wrote:

This is used for the addresses in mutexes and log messages.

Source (OpenBSD): https://github.com/openbsd/src/search?q=_RET_IP_

This is not an explanation, I don't understand why it was accepted.

This revision was automatically updated to reflect the committed changes.