Page MenuHomeFreeBSD

move p_sigqueue to the end of struct proc
ClosedPublic

Authored by badger on May 21 2017, 4:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 24, 7:48 AM
Unknown Object (File)
Wed, May 22, 4:19 AM
Unknown Object (File)
Tue, May 21, 12:17 PM
Unknown Object (File)
Tue, May 21, 4:38 AM
Unknown Object (File)
Mon, May 13, 3:59 PM
Unknown Object (File)
Apr 4 2024, 1:55 PM
Unknown Object (File)
Apr 4 2024, 1:54 PM
Unknown Object (File)
Apr 4 2024, 1:53 PM
Subscribers

Details

Summary

In order to preserve KBI in stable branches, replace the existing
p_sigqueue slot with padding and move the expanded (as of r315949)
p_sigqueue to the end of the struct.

This is a repeat of r317529 (which concerned td_sigqueue in struct
thread) for p_sigqueue in struct proc.

Virtualbox modules are affected without this fix.

Test Plan

Check that various offsets in struct proc now match what they were in
11.0-RELEASE. Load vboxdrv kmod and start a virtual machine.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9419
Build 9877: arc lint + arc unit