[PATCH v2 0/4] mm/page_alloc: couple of followups for recent cleanups
Brendan Jackman <[email protected]>
| Newsgroups | org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
--- Changes in v2: - Separated from functional fixes - Added cpuset cleanup, comment fixup, VM_BUG_ON() removal from Zi Yan's review of [0]. - Link to v1: https://patch.msgid.link/[email protected] Based on mm-new, these are followups to [0] The alloc_pages_nolock_noprof() comment fixup could be squashed into "mm/page_alloc: relax GFP WARN in nolock allocs" - currently 11770f8836f44 in mm-new. The VM_BUG_ON() removal could be squashed into "mm: remove __alloc_pages_node()", currently fba100a6cdfc5. [0]: https://lore.kernel.org/all/[email protected]/ To: Andrew Morton <[email protected]> To: Vlastimil Babka <[email protected]> To: Suren Baghdasaryan <[email protected]> To: Michal Hocko <[email protected]> To: Brendan Jackman <[email protected]> To: Johannes Weiner <[email protected]> To: Zi Yan <[email protected]> To: Sebastian Andrzej Siewior <[email protected]> To: Clark Williams <[email protected]> To: Steven Rostedt <[email protected]> To: Waiman Long <[email protected]> To: Ridong Chen <[email protected]> To: Tejun Heo <[email protected]> To: Michal Koutný <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] --- Brendan Jackman (4): mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK cgroup/cpuset: update some comments about the page allocator mm/page_alloc: fixup alloc_pages_nolock_noprof() comment mm/page_alloc: remove a VM_BUG_ON() kernel/cgroup/cpuset.c | 13 +++++-------- mm/page_alloc.c | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 19 deletions(-) --- base-commit: 61cccb8363fcc282d4ae0555b8739dd227f5ad0b change-id: 20260710-spin-trylock-followup-332c636e0d99 Best regards, -- Brendan Jackman <[email protected]>