We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39a6ac commit 97189f8Copy full SHA for 97189f8
mm/kfence/core.c
@@ -605,8 +605,8 @@ static unsigned long kfence_init_pool(void)
605
pages = virt_to_page(__kfence_pool);
606
607
/*
608
- * Set up object pages: they must have PG_slab set, to avoid freeing
609
- * these as real pages.
+ * Set up object pages: they must have PGTY_slab set to avoid freeing
+ * them as real pages.
610
*
611
* We also want to avoid inserting kfence_free() in the kfree()
612
* fast-path in SLUB, and therefore need to ensure kfree() correctly
0 commit comments