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)
Sat, Jul 26, 7:36 PM
Unknown Object (File)
Jun 29 2025, 12:51 PM
Unknown Object (File)
Jun 25 2025, 12:50 PM
Unknown Object (File)
Jun 24 2025, 11:51 AM
Unknown Object (File)
Jun 20 2025, 9:56 AM
Unknown Object (File)
Jun 19 2025, 5:49 PM
Unknown Object (File)
Jun 19 2025, 1:43 PM
Unknown Object (File)
Apr 27 2025, 12:56 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.