linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] slab fixes for 6.1-rc4
@ 2022-11-09 14:48 Vlastimil Babka
  2022-11-09 21:43 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vlastimil Babka @ 2022-11-09 14:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: David Rientjes, Joonsoo Kim, Christoph Lameter, Pekka Enberg,
	Andrew Morton, linux-mm, LKML, patches, Roman Gushchin,
	Hyeonggon Yoo, Kees Cook

Linus,

please pull the latest slab fixes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git tags/slab-for-6.1-rc4-fixes

Most are small fixups as described bellow, except the !CONFIG_TRACING commit
eb4940d4adf5 which would be otherwise done in the next merge window as part
of upcoming hardening changes. But we realized it can make the kmalloc waste
tracking introduced in this window inaccurate, so decided to go with it now.

Thanks, Vlastimil

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

* Remove !CONFIG_TRACING kmalloc() wrappers intended to save a function call,
  due to incompatilibity with recently introduced wasted space tracking and
  planned hardening changes.

* A tracing parameter regression fix, by Kees Cook.

* Two kernel-doc warning fixups, by Lukas Bulwahn and myself.
  
----------------------------------------------------------------
Kees Cook (1):
      mm/slab_common: Restore passing "caller" for tracing

Lukas Bulwahn (1):
      mm/slab_common: repair kernel-doc for __ksize()

Vlastimil Babka (2):
      mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()
      mm, slab: remove duplicate kernel-doc comment for ksize()

 include/linux/slab.h | 23 -----------------------
 mm/slab_common.c     | 24 ++++--------------------
 2 files changed, 4 insertions(+), 43 deletions(-)


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

end of thread, other threads:[~2022-11-09 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 14:48 [GIT PULL] slab fixes for 6.1-rc4 Vlastimil Babka
2022-11-09 21:43 ` 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