Re: [PATCH] mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) builds

2021-03-19 Thread kernel test robot
Hi Rafael, Thank you for the patch! Yet something to improve: [auto build test ERROR on hnaz-linux-mm/master] url: https://github.com/0day-ci/linux/commits/Rafael-Aquini/mm-slab_common-provide-slab_merge-option-for-IS_ENABLED-CONFIG_SLAB_MERGE_DEFAULT-builds/20210320-032434 base: https://g

Re: [PATCH] mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) builds

2021-03-19 Thread kernel test robot
Hi Rafael, Thank you for the patch! Yet something to improve: [auto build test ERROR on hnaz-linux-mm/master] url: https://github.com/0day-ci/linux/commits/Rafael-Aquini/mm-slab_common-provide-slab_merge-option-for-IS_ENABLED-CONFIG_SLAB_MERGE_DEFAULT-builds/20210320-032434 base: https://g

Re: [PATCH] mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) builds

2021-03-19 Thread Rafael Aquini
On Fri, Mar 19, 2021 at 03:22:33PM -0400, Rafael Aquini wrote: > This is a minor addition to the allocator setup options to provide > a simple way to on demand enable back cache merging for builds > that by default run with CONFIG_SLAB_MERGE_DEFAULT not set. > > Signed-off-by: Rafael Aquini > ---

[PATCH] mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) builds

2021-03-19 Thread Rafael Aquini
This is a minor addition to the allocator setup options to provide a simple way to on demand enable back cache merging for builds that by default run with CONFIG_SLAB_MERGE_DEFAULT not set. Signed-off-by: Rafael Aquini --- Documentation/admin-guide/kernel-parameters.txt | 7 +++ mm/slab_comm