public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Cc: linux-riscv@lists.infradead.org,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Vlastimil Babka <vbabka@suse.cz>,
	Conor Dooley <Conor.Dooley@microchip.com>
Subject: Re: [PATCH] riscv: Update k210 defconfigs
Date: Mon, 14 Nov 2022 20:05:19 +0000	[thread overview]
Message-ID: <Y3Kffxz33QV1Vvii@spud> (raw)
In-Reply-To: <20221114013151.714578-1-damien.lemoal@opensource.wdc.com>

On Mon, Nov 14, 2022 at 10:31:51AM +0900, Damien Le Moal wrote:
> In preparation for SLOB deprecation, update the nommu_k210_* defconfigs
> to switch to using SLUB. To save memory, CONFIG_SLUB_CPU_PARTIAL is not
> selected.
> 
> Suggested-by: Vlastimil Babka <vbabka@suse.cz>
> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

Hey,
Gave it a go w/ your v21 branch. To me, seems about as usable as it was
before...
Tested-by: Conor Dooley <conor.dooley@microchip.com>

btw, what's the craic with that? Looks like you actually landed in
upstream buildroot fairly soon after you pointed me at your series.
Anything missing from buildroot, or did it all land?

Thanks,
Conor.

> ---
>  arch/riscv/configs/nommu_k210_defconfig        | 6 +++---
>  arch/riscv/configs/nommu_k210_sdcard_defconfig | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/riscv/configs/nommu_k210_defconfig b/arch/riscv/configs/nommu_k210_defconfig
> index 96fe8def644c..18de91e84d1c 100644
> --- a/arch/riscv/configs/nommu_k210_defconfig
> +++ b/arch/riscv/configs/nommu_k210_defconfig
> @@ -23,9 +23,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>  # CONFIG_ADVISE_SYSCALLS is not set
>  # CONFIG_KALLSYMS is not set
>  CONFIG_EMBEDDED=y
> -# CONFIG_VM_EVENT_COUNTERS is not set
> -# CONFIG_COMPAT_BRK is not set
> -CONFIG_SLOB=y
>  # CONFIG_MMU is not set
>  CONFIG_SOC_CANAAN=y
>  CONFIG_NONPORTABLE=y
> @@ -39,6 +36,9 @@ CONFIG_CMDLINE_FORCE=y
>  # CONFIG_BLOCK is not set
>  CONFIG_BINFMT_FLAT=y
>  # CONFIG_COREDUMP is not set
> +# CONFIG_SLUB_CPU_PARTIAL is not set
> +# CONFIG_COMPAT_BRK is not set
> +# CONFIG_VM_EVENT_COUNTERS is not set
>  CONFIG_DEVTMPFS=y
>  CONFIG_DEVTMPFS_MOUNT=y
>  # CONFIG_FW_LOADER is not set
> diff --git a/arch/riscv/configs/nommu_k210_sdcard_defconfig b/arch/riscv/configs/nommu_k210_sdcard_defconfig
> index 379740654373..718d2729a03e 100644
> --- a/arch/riscv/configs/nommu_k210_sdcard_defconfig
> +++ b/arch/riscv/configs/nommu_k210_sdcard_defconfig
> @@ -15,9 +15,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>  # CONFIG_ADVISE_SYSCALLS is not set
>  # CONFIG_KALLSYMS is not set
>  CONFIG_EMBEDDED=y
> -# CONFIG_VM_EVENT_COUNTERS is not set
> -# CONFIG_COMPAT_BRK is not set
> -CONFIG_SLOB=y
>  # CONFIG_MMU is not set
>  CONFIG_SOC_CANAAN=y
>  CONFIG_NONPORTABLE=y
> @@ -32,6 +29,9 @@ CONFIG_CMDLINE_FORCE=y
>  # CONFIG_MQ_IOSCHED_KYBER is not set
>  CONFIG_BINFMT_FLAT=y
>  # CONFIG_COREDUMP is not set
> +# CONFIG_SLUB_CPU_PARTIAL is not set
> +# CONFIG_COMPAT_BRK is not set
> +# CONFIG_VM_EVENT_COUNTERS is not set
>  CONFIG_DEVTMPFS=y
>  CONFIG_DEVTMPFS_MOUNT=y
>  # CONFIG_FW_LOADER is not set
> -- 
> 2.38.1
> 
> 
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2022-11-14 20:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14  1:31 [PATCH] riscv: Update k210 defconfigs Damien Le Moal
2022-11-14 20:05 ` Conor Dooley [this message]
2022-11-14 20:58   ` Damien Le Moal
2022-11-14 21:05     ` Conor Dooley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y3Kffxz33QV1Vvii@spud \
    --to=conor@kernel.org \
    --cc=Conor.Dooley@microchip.com \
    --cc=damien.lemoal@opensource.wdc.com \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=vbabka@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox