]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Move td_sigqueue to the end of struct thread
authorbadger <badger@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Apr 2017 22:28:49 +0000 (22:28 +0000)
committerbadger <badger@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Apr 2017 22:28:49 +0000 (22:28 +0000)
commita47a340844c2ccaaae06660723e118fabe657549
tree9993e2c2a6180fe3123abedc032fa2d33a9007d2
parentb913d209572a36eb600f13a8935cdec5cc5873f0
Move td_sigqueue to the end of struct thread

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

Reported by: jhb
Suggested by: kib
Reviewed by: jhb, kib, vangyzen
Sponsored by: Dell EMC
Differential Revision: https://reviews.freebsd.org/D10515

git-svn-id: svn://svn.freebsd.org/base/stable/10@317529 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sys/proc.h