Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_RANDSTRUCT_FULL: Fully randomize structure layout

General informations

The Linux kernel configuration item CONFIG_RANDSTRUCT_FULL:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab