All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  Cleanups for zbud
@ 2021-06-08 11:45 Miaohe Lin
  2021-06-08 11:45 ` [PATCH v2 1/2] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool Miaohe Lin
  2021-06-08 11:45 ` [PATCH v2 2/2] mm/zbud: don't export any zbud API Miaohe Lin
  0 siblings, 2 replies; 7+ messages in thread
From: Miaohe Lin @ 2021-06-08 11:45 UTC (permalink / raw)
  To: akpm, sjenning, ddstreet; +Cc: linux-kernel, linux-mm, linmiaohe

Hi all,
This series contains just cleanups to save some possible memory in
zbud_pool and avoid exporting any unneeded zbud API. More details
can be found in the respective changelogs. Thanks!

v1->v2:
  Use union and add comment per Andrew.

Miaohe Lin (2):
  mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
  mm/zbud: don't export any zbud API

 MAINTAINERS          |   1 -
 include/linux/zbud.h |  23 -----
 mm/zbud.c            | 229 +++++++++++++++++++++++--------------------
 3 files changed, 120 insertions(+), 133 deletions(-)
 delete mode 100644 include/linux/zbud.h

-- 
2.23.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-18  2:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-08 11:45 [PATCH v2 0/2] Cleanups for zbud Miaohe Lin
2021-06-08 11:45 ` [PATCH v2 1/2] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool Miaohe Lin
2021-06-08 11:45 ` [PATCH v2 2/2] mm/zbud: don't export any zbud API Miaohe Lin
2021-06-18  0:44   ` Nathan Chancellor
2021-06-18  2:28     ` Miaohe Lin
2021-06-18  2:42       ` Nathan Chancellor
2021-06-18  2:52         ` Miaohe Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.