mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
kfence: Remove mention of PG_slab
Improve the documentation slightly, assuming I understood it correctly. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Acked-by: Harry Yoo <harry.yoo@oracle.com> Link: https://patch.msgid.link/20250611155916.2579160-10-willy@infradead.org Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
This commit is contained in:
parent
a39a6acc37
commit
97189f84a1
@ -605,8 +605,8 @@ static unsigned long kfence_init_pool(void)
|
||||
pages = virt_to_page(__kfence_pool);
|
||||
|
||||
/*
|
||||
* Set up object pages: they must have PG_slab set, to avoid freeing
|
||||
* these as real pages.
|
||||
* Set up object pages: they must have PGTY_slab set to avoid freeing
|
||||
* them as real pages.
|
||||
*
|
||||
* We also want to avoid inserting kfence_free() in the kfree()
|
||||
* fast-path in SLUB, and therefore need to ensure kfree() correctly
|
||||
|
Loading…
Reference in New Issue
Block a user