Page MenuHomeFreeBSD

Put linux_platform into the vdso to avoid copying it onto the stack at every exec.
ClosedPublic

Authored by dchagin on Nov 1 2014, 1:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 1 2025, 8:16 AM
Unknown Object (File)
Jan 17 2025, 1:41 PM
Unknown Object (File)
Jan 12 2025, 10:08 PM
Unknown Object (File)
Jan 7 2025, 7:18 AM
Unknown Object (File)
Dec 18 2024, 4:10 AM
Unknown Object (File)
Dec 18 2024, 3:22 AM
Unknown Object (File)
Nov 15 2024, 10:15 AM
Unknown Object (File)
Oct 12 2024, 9:37 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to Put linux_platform into the vdso to avoid copying it onto the stack at every exec..
trasz added inline comments.
sys/compat/linux/linux_misc.c
734 โ†—(On Diff #2199)

I'd feel safer if you converted LINUX_MAX_UTSNAME into proper sizeof; here and the places above.

sys/compat/linux/linux_misc.c
734 โ†—(On Diff #2199)

LINUX_MAX_UTSNAME is a proper dst size.

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 25 2015, 11:22 AM
This revision was automatically updated to reflect the committed changes.