Bug 1469757 - kernel: Implement vDSO support for getpid
Summary: kernel: Implement vDSO support for getpid
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1469670
TreeView+ depends on / blocked
 
Reported: 2017-07-11 19:14 UTC by Florian Weimer
Modified: 2021-08-29 20:51 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2017-07-11 19:14:07 UTC
glibc used to have a getpid wrapper which cached the current PID in userspace.  It turned out that this cache was difficult to maintain because certain system calls (with specific flags) invalidate it, while at the same time, the semantics of those system calls do not permit unconditional invalidation of the cache.

However, as pointed out in bug 1443976 comment 5 and bug 1469670, the system call overhead introduces a substantial performance regression in some cases.  Therefore, it would be nice to have a getpid implementation in the vDSO which does not perform a context switch.


Note You need to log in before you can comment on or make changes to this bug.