linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] slab updates for 6.16
@ 2025-06-04  9:02 Vlastimil Babka
  2025-06-04 16:37 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vlastimil Babka @ 2025-06-04  9:02 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Rientjes, Christoph Lameter, Andrew Morton,
	linux-mm@kvack.org, LKML, Roman Gushchin, Hyeonggon Yoo

Hi Linus,

please pull the latest slab updates from:

  git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.16

AFAIK no conflicts. A small PR this time, but the next merge window should
be different. The second commit came somewhat late hence the PR is also
later than usual to allow for more -next soak time.

Thanks,
Vlastimil

======================================

* Make kvmalloc() more suitable for callers that need it to succeed, but
  without unnecessary overhead by reclaim and compaction to get a physically
  contiguous allocation. Instead fallback to vmalloc() more easily by default,
  unless instructed by __GFP_RETRY_MAYFAIL to prefer kmalloc() harder.
  This should allow the removal of a xfs-specific workaround (Michal Hocko)

* Remove potentially excessive warnings due to memory pressure when allocating
  structures for per-object allocation profiling metadata (Usama Arif)

----------------------------------------------------------------
Michal Hocko (1):
      mm: kvmalloc: make kmalloc fast path real fast path

Usama Arif (1):
      mm: slub: only warn once when allocating slab obj extensions fails

 mm/slub.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


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

* Re: [GIT PULL] slab updates for 6.16
  2025-06-04  9:02 [GIT PULL] slab updates for 6.16 Vlastimil Babka
@ 2025-06-04 16:37 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-04 16:37 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Linus Torvalds, David Rientjes, Christoph Lameter, Andrew Morton,
	linux-mm@kvack.org, LKML, Roman Gushchin, Hyeonggon Yoo

The pull request you sent on Wed, 4 Jun 2025 11:02:26 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1af80d00e1e026c317c6ec19b1072f81ba7af64c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


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

end of thread, other threads:[~2025-06-04 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04  9:02 [GIT PULL] slab updates for 6.16 Vlastimil Babka
2025-06-04 16:37 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).