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

CONFIG_KMALLOC_PARTITION_RANDOM: Randomize slab caches for normal kmalloc

General informations

The Linux kernel configuration item CONFIG_KMALLOC_PARTITION_RANDOM:

Help text

Randomly pick a slab cache based on code address and a per-boot random seed.

This makes it harder for attackers to predict object co-location. The placement is random: while attackers don't know which kmalloc cache an object will be allocated from, they might circumvent the randomization by retrying attacks across multiple machines until the target objects are co-located.

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 - K index

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