Try to mitigate potential future driver core api changes by adding a
padding to struct work_struct and struct delayed_work
Based on a change made to the RHEL/CENTOS 8 kernel.
Leaf changes summary: 129 artifacts changed
Changed leaf types summary: 129 leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
type 'struct work_struct' changed:
type size changed from 256 to 384 (in bits)
2 data member insertions:
'u64 work_struct::android_kabi_reserved1', at offset 256 (in bits) at workqueue.h:110:1
'u64 work_struct::android_kabi_reserved2', at offset 320 (in bits) at workqueue.h:111:1
type 'struct delayed_work' changed:
type size changed from 704 to 960 (in bits)
2 data member insertions:
'u64 delayed_work::android_kabi_reserved1', at offset 832 (in bits) at workqueue.h:126:1
'u64 delayed_work::android_kabi_reserved2', at offset 896 (in bits) at workqueue.h:127:1
Bug: 151154716
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I5492a13e2430c1a5775aec52518144b7aa4f3268
21 KiB
21 KiB