Files
linux/drivers/misc
Harry Yoo 28cd28a752 lkdtm: use SLAB_NO_MERGE instead of an empty constructor
Use SLAB_NO_MERGE flag to prevent merging instead of providing an
empty constructor. Using an empty constructor in this manner is an abuse
of slab interface.

The SLAB_NO_MERGE flag should be used with caution, but in this case,
it is acceptable as the cache is intended soley for debugging purposes.

No functional changes intended.

Signed-off-by: Harry Yoo <harry.yoo@oracle.com>
Link: https://lore.kernel.org/r/20250318014533.1624852-1-harry.yoo@oracle.com
Signed-off-by: Kees Cook <kees@kernel.org>
2025-04-28 10:32:43 -07:00
..
2023-10-27 08:51:00 +02:00
2025-03-16 22:04:27 +11:00
2024-08-13 11:27:38 +02:00
2025-03-16 22:04:27 +11:00
2024-05-22 08:31:17 -04:00
2024-10-13 17:11:51 +02:00