Re: [GIT PULL] slab changes for 6.1-rc1

From: Linus Torvalds
Date: Mon Oct 10 2022 - 13:39:33 EST


On Mon, Oct 3, 2022 at 9:07 AM Vlastimil Babka <vbabka@xxxxxxx> wrote:
>
> This time I tried using topic branches much more than previously, hopefully in
> an acceptable way. After rc5-ish I also tried to stabilize their merging into
> for-next (and thus the resulting for-6.1) as well. Hence branches
> slab/for-6.1/trivial and slab/for-6.1/slub_validation_locking appear to be
> merged twice due an extra cleanup and fix, respectivelly, being added and
> merged only last week. In slab/for-6.1/kmalloc_size_roundup I however decided
> for squashing a fix last week [1] to avoid needless build errors while bisecting.

Looks good to me. And thanks to the topic branches, you can actually
see the different series (particularly that "common kmalloc" one
clearly in the history.

Thanks,

Linus