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
F137048705: D10843.id28633.diff
Fri, Nov 21, 1:22 AM
F137046774: D10843.id.diff
Fri, Nov 21, 1:17 AM
F137046205: D10843.id28708.diff
Fri, Nov 21, 1:15 AM
F137045690: D10843.diff
Fri, Nov 21, 1:13 AM
Unknown Object (File)
Thu, Nov 13, 4:56 PM
Unknown Object (File)
Wed, Nov 12, 6:30 AM
Unknown Object (File)
Mon, Nov 3, 6:39 AM
Unknown Object (File)
Thu, Oct 30, 11:48 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