Page MenuHomeFreeBSD

Eliminate p_elf_machine from struct proc.
ClosedPublic

Authored by dchagin on Jun 28 2021, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 18, 2:43 AM
Unknown Object (File)
Fri, Aug 8, 12:01 PM
Unknown Object (File)
Thu, Aug 7, 8:04 AM
Unknown Object (File)
Sat, Aug 2, 3:14 AM
Unknown Object (File)
Jul 8 2025, 2:36 AM
Unknown Object (File)
Jun 28 2025, 11:38 PM
Unknown Object (File)
Jun 26 2025, 5:43 AM
Unknown Object (File)
Jun 16 2025, 6:49 PM
Subscribers

Details

Summary

Instead of p_elf_machine use machine member of the Elf_Brandinfo which is now
cached in the struct proc at p_elf_brandinfo member.

As p_elf_flags alignment is 8 bytes here is a hole, should I remove p_reserved?

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib added inline comments.
sys/sys/proc.h
702–703

We do not leave the cruft in system structures (in HEAD), even if it is padding.

This revision is now accepted and ready to land.Jun 28 2021, 5:56 PM
This revision was automatically updated to reflect the committed changes.