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)
Tue, May 20, 3:35 AM
Unknown Object (File)
Sat, May 17, 8:46 PM
Unknown Object (File)
Apr 25 2025, 1:36 AM
Unknown Object (File)
Mar 18 2025, 8:59 PM
Unknown Object (File)
Feb 23 2025, 12:42 AM
Unknown Object (File)
Feb 22 2025, 11:15 AM
Unknown Object (File)
Feb 18 2025, 7:56 PM
Unknown Object (File)
Feb 10 2025, 12:30 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 Not Applicable
Unit
Tests Not Applicable