Page MenuHomeFreeBSD

Implement vdso - virtual dynamic shared object. Through vdso Linux exposes functions from kernel with proper DWARF CFI information so that it becomes easier to unwind through them. Using vdso is a mandatory for a thread cancelation && cleanup on a...
ClosedPublic

Authored by dchagin on Nov 1 2014, 12:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 6, 10:28 PM
Unknown Object (File)
Thu, Jan 30, 4:35 PM
Unknown Object (File)
Sat, Jan 25, 8:35 AM
Unknown Object (File)
Sat, Jan 25, 6:22 AM
Unknown Object (File)
Fri, Jan 24, 11:20 PM
Unknown Object (File)
Jan 14 2025, 3:55 AM
Unknown Object (File)
Jan 6 2025, 9:00 PM
Unknown Object (File)
Jan 6 2025, 10:14 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to Implement vdso - virtual dynamic shared object. Through vdso Linux exposes functions from kernel with proper DWARF CFI information so that it becomes easier to unwind through them. Using vdso is a mandatory for a thread cancelation && cleanup on a....
dchagin updated this object.

Merge imp@ ${SYSDIR} changes.

Updating D1060: Implement vdso - virtual dynamic shared object. Through vdso Linux

exposes functions from kernel with proper DWARF CFI information so that
it becomes easier to unwind through them.
Using vdso is a mandatory for a thread cancelation && cleanup
on a...

trasz added a subscriber: trasz.

This looks too low-level (all this asm stuff) for me to review. Konstantin, could you take a look? Thanks!

Can you use higher-level cfi pseudo-ops for annotations, instead of manually encoding the dwarf ?

This revision was automatically updated to reflect the committed changes.