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
F147733184: D10843.id28708.diff
Fri, Mar 13, 6:53 AM
Unknown Object (File)
Wed, Mar 4, 3:29 PM
Unknown Object (File)
Wed, Mar 4, 12:24 AM
Unknown Object (File)
Fri, Feb 27, 10:35 PM
Unknown Object (File)
Fri, Feb 27, 12:06 PM
Unknown Object (File)
Dec 28 2025, 4:37 AM
Unknown Object (File)
Dec 24 2025, 8:16 AM
Unknown Object (File)
Dec 18 2025, 12:17 AM
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 Not Applicable
Unit
Tests Not Applicable