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)
Tue, Aug 18, 12:35 AM
Unknown Object (File)
Thu, Aug 13, 8:26 PM
Unknown Object (File)
Thu, Aug 13, 6:01 PM
Unknown Object (File)
Wed, Aug 12, 5:19 PM
Unknown Object (File)
Sat, Aug 8, 11:18 PM
Unknown Object (File)
Sat, Aug 8, 3:59 PM
Unknown Object (File)
Sat, Aug 8, 10:23 AM
Unknown Object (File)
Wed, Jul 29, 7:28 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.