Fully randomize structure layout

configname: CONFIG_RANDSTRUCT_FULL

Randomize layout of sensitive kernel structures
└─>Fully randomize structure layout
In linux kernel since version 5.2 (release Date: 2019-07-07)  
Fully randomize the member layout of sensitive
structures as much as possible, which may have both a
memory size and performance impact.

One difference between the Clang and GCC plugin
implementations is the handling of bitfields. The GCC
plugin treats them as fully separate variables,
introducing sometimes significant padding. Clang tries
to keep adjacent bitfields together, but with their bit
ordering randomized.

selects
CONFIG_MODVERSIONS