All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] slab fix for 6.0-rc7
@ 2022-09-22 20:13 Vlastimil Babka
  2022-09-22 21:52 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vlastimil Babka @ 2022-09-22 20:13 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

Linus,

please pull the latest slab changes from

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

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

- Fix a possible use-after-free in SLUB's kmem_cache removal, introduced in
  this cycle, by Feng Tang.

- WQ_MEM_RECLAIM dependency fix for the workqueue-based cpu slab flushing
  introduced in 5.15, by Maurizio Lombardi.

- Add missing KASAN hooks in two kmalloc entry paths, by Peter Collingbourne.

- A BUG_ON() removal in SLUB's kmem_cache creation when allocation fails (too
  small to possibly happen in practice, syzbot used fault injection), by Chao
  Yu.

Thanks,
Vlastimil
----------------------------------------------------------------
Chao Yu (1):
      mm/slub: fix to return errno if kmalloc() fails

Feng Tang (1):
      mm/slab_common: fix possible double free of kmem_cache

Maurizio Lombardi (1):
      mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.

Peter Collingbourne (1):
      kasan: call kasan_malloc() from __kmalloc_*track_caller()

 mm/slab_common.c |  5 ++++-
 mm/slub.c        | 18 ++++++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] slab fix for 6.0-rc7
  2022-09-22 20:13 [GIT PULL] slab fix for 6.0-rc7 Vlastimil Babka
@ 2022-09-22 21:52 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-09-22 21:52 UTC (permalink / raw)
  To: Vlastimil Babka
  Cc: Linus Torvalds, David Rientjes, Joonsoo Kim, Christoph Lameter,
	Pekka Enberg, Andrew Morton, linux-mm, LKML, patches,
	Roman Gushchin, Hyeonggon Yoo

The pull request you sent on Thu, 22 Sep 2022 22:13:51 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3c0f396a386c81715e34472566cdd8f39dde5a6a

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:[~2022-09-22 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 20:13 [GIT PULL] slab fix for 6.0-rc7 Vlastimil Babka
2022-09-22 21:52 ` pr-tracker-bot

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.