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

CONFIG_KMALLOC_PARTITION_CACHES: Partitioned slab caches for normal kmalloc

General informations

The Linux kernel configuration item CONFIG_KMALLOC_PARTITION_CACHES:

Help text

A hardening feature that creates multiple isolated copies of slab caches for normal kmalloc allocations. This makes it more difficult to exploit memory-safety vulnerabilities by attacking vulnerable co-located memory objects. Several modes are provided.

Currently the number of copies is set to 16, a reasonably large value that effectively diverges the memory objects allocated for different subsystems or modules into different caches, at the expense of a limited degree of memory and CPU overhead that relates to hardware and system workload.

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