lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87a751bc-34be-b96e-f157-9c841d153f52@suse.cz>
Date:   Wed, 9 Nov 2022 15:48:10 +0100
From:   Vlastimil Babka <vbabka@...e.cz>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     David Rientjes <rientjes@...gle.com>,
        Joonsoo Kim <iamjoonsoo.kim@....com>,
        Christoph Lameter <cl@...ux.com>,
        Pekka Enberg <penberg@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        "linux-mm@...ck.org" <linux-mm@...ck.org>,
        LKML <linux-kernel@...r.kernel.org>, patches@...ts.linux.dev,
        Roman Gushchin <roman.gushchin@...ux.dev>,
        Hyeonggon Yoo <42.hyeyoo@...il.com>,
        Kees Cook <keescook@...omium.org>
Subject: [GIT PULL] slab fixes for 6.1-rc4

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ