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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1804021217070.24404@nuc-kabylake>
Date:   Mon, 2 Apr 2018 12:20:51 -0500 (CDT)
From:   Christopher Lameter <cl@...ux.com>
To:     Rao Shoaib <rao.shoaib@...cle.com>
cc:     linux-kernel@...r.kernel.org, paulmck@...ux.vnet.ibm.com,
        joe@...ches.com, willy@...radead.org, brouer@...hat.com,
        linux-mm@...ck.org
Subject: Re: [PATCH 2/2] kfree_rcu() should use kfree_bulk() interface

On Sun, 1 Apr 2018, rao.shoaib@...cle.com wrote:

> kfree_rcu() should use the new kfree_bulk() interface for freeing
> rcu structures as it is more efficient.

It would be even better if this approach could also use

	kmem_cache_free_bulk()

or

	kfree_bulk()

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ