Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-26 Thread Kees Cook
On Tue, Mar 26, 2024 at 06:07:07PM +, julien.voi...@dustri.org wrote: > 25 March 2024 at 19:24, "Kees Cook" wrote: > > On Mon, Mar 25, 2024 at 10:03:23AM +0100, Vlastimil Babka wrote: > > > On 3/5/24 11:10 AM, Kees Cook wrote: > > > Hi, > > > > > > Repeating the commit logs for patch 4 her

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-26 Thread julien . voisin
25 March 2024 at 19:24, "Kees Cook" wrote: > > On Mon, Mar 25, 2024 at 10:03:23AM +0100, Vlastimil Babka wrote: > > > > > On 3/5/24 11:10 AM, Kees Cook wrote: > > > > Hi, > > > > > > > > Repeating the commit logs for patch 4 here: > > > > > > > > Dedicated caches are available Fo

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-25 Thread Kees Cook
On Mon, Mar 25, 2024 at 03:32:12PM -0400, Kent Overstreet wrote: > On Mon, Mar 25, 2024 at 10:03:23AM +0100, Vlastimil Babka wrote: > > On 3/5/24 11:10 AM, Kees Cook wrote: > > > Hi, > > > > > > Repeating the commit logs for patch 4 here: > > > > > > Dedicated caches are available For fixed s

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-25 Thread Kent Overstreet
On Mon, Mar 25, 2024 at 10:03:23AM +0100, Vlastimil Babka wrote: > On 3/5/24 11:10 AM, Kees Cook wrote: > > Hi, > > > > Repeating the commit logs for patch 4 here: > > > > Dedicated caches are available For fixed size allocations via > > kmem_cache_alloc(), but for dynamically sized alloc

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-25 Thread Kees Cook
On Mon, Mar 25, 2024 at 10:03:23AM +0100, Vlastimil Babka wrote: > On 3/5/24 11:10 AM, Kees Cook wrote: > > Hi, > > > > Repeating the commit logs for patch 4 here: > > > > Dedicated caches are available For fixed size allocations via > > kmem_cache_alloc(), but for dynamically sized alloc

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-25 Thread Vlastimil Babka
On 3/5/24 11:10 AM, Kees Cook wrote: > Hi, > > Repeating the commit logs for patch 4 here: > > Dedicated caches are available For fixed size allocations via > kmem_cache_alloc(), but for dynamically sized allocations there is only > the global kmalloc API's set of buckets available. T

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-15 Thread GONG, Ruiqi
On 2024/03/08 4:31, Kees Cook wrote: > On Wed, Mar 06, 2024 at 09:47:36AM +0800, GONG, Ruiqi wrote: >> >> >> On 2024/03/05 18:10, Kees Cook wrote: >>> Hi, >>> >>> Repeating the commit logs for patch 4 here: >>> >>> Dedicated caches are available For fixed size allocations via >>> kmem_ca

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-07 Thread Kees Cook
On Wed, Mar 06, 2024 at 09:47:36AM +0800, GONG, Ruiqi wrote: > > > On 2024/03/05 18:10, Kees Cook wrote: > > Hi, > > > > Repeating the commit logs for patch 4 here: > > > > Dedicated caches are available For fixed size allocations via > > kmem_cache_alloc(), but for dynamically sized al

Re: [PATCH v2 0/9] slab: Introduce dedicated bucket allocator

2024-03-05 Thread GONG, Ruiqi
On 2024/03/05 18:10, Kees Cook wrote: > Hi, > > Repeating the commit logs for patch 4 here: > > Dedicated caches are available For fixed size allocations via > kmem_cache_alloc(), but for dynamically sized allocations there is only > the global kmalloc API's set of buckets availabl