linux/Documentation/RCU/Design/Requirements
Manuel Ebner f61bf5fdf7 Documentation: RCU: adopt new coding style of type-aware kmalloc-family
Update Documentation/RCU/* to reflect new type-aware kmalloc-family
as suggested in commit 2932ba8d9c ("slab: Introduce kmalloc_obj()
and family")

ptr = kmalloc(sizeof(*ptr), gfp);
 -> ptr = kmalloc_obj(*ptr, gfp);

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: SeongJae Park <sj@kernel.org>
Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260429072320.310817-2-manuelebner@mailbox.org>
2026-05-03 08:55:13 -06:00
..
GPpartitionReaders1.svg doc: RCU: Avoid 'Symbol' font-family in SVG figures 2021-11-30 17:23:14 -08:00
ReadersPartitionGP1.svg doc: RCU: Avoid 'Symbol' font-family in SVG figures 2021-11-30 17:23:14 -08:00
Requirements.rst Documentation: RCU: adopt new coding style of type-aware kmalloc-family 2026-05-03 08:55:13 -06:00