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
F172556309: D1060.id.diff
Sat, Sep 19, 6:03 AM
Unknown Object (File)
Fri, Sep 18, 9:54 AM
Unknown Object (File)
Fri, Sep 11, 9:00 PM
Unknown Object (File)
Sun, Sep 6, 11:56 AM
Unknown Object (File)
Sun, Aug 23, 4:37 PM
Unknown Object (File)
Sun, Aug 23, 12:29 AM
Unknown Object (File)
Aug 19 2026, 7:39 AM
Unknown Object (File)
Aug 19 2026, 12:08 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.