[PATCH v3 0/4] mm/page_alloc: couple of followups for recent cleanups
Brendan Jackman <[email protected]>
| Newsgroups | dev.linux.lists.linux-rt-devel,org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
--- Changes in v3: - Fixed Sashiko Links: (Zi Yan) - Fixed kerneldoc syntax (Sashiko) - Removed extra VM_BUG_ON() (Sashiko) - Link to v2: https://patch.msgid.link/[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]> To: David Hildenbrand <[email protected]> To: Lorenzo Stoakes <[email protected]> To: "Liam R. Howlett" <[email protected]> To: Mike Rapoport <[email protected]> Cc: [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 couple of VM_BUG_ON()st include/linux/gfp.h | 1 - kernel/cgroup/cpuset.c | 13 +++++-------- mm/page_alloc.c | 22 +++++++++++----------- 3 files changed, 16 insertions(+), 20 deletions(-) --- base-commit: 59c684a9908d2e6f7a791f7f033eae57ec2b3a61 change-id: 20260710-spin-trylock-followup-332c636e0d99 Best regards, -- Brendan Jackman <[email protected]>