* [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon
@ 2022-03-30 23:47 Palmer Dabbelt
2022-03-30 23:47 ` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n Palmer Dabbelt
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Palmer Dabbelt @ 2022-03-30 23:47 UTC (permalink / raw)
To: linux-riscv
Cc: Paul Walmsley, Palmer Dabbelt, aou, anup, heinrich.schuchardt,
atishp, mchitale, alexandre.ghiti, damien.lemoal, axboe,
linux-riscv, linux-kernel, Palmer Dabbelt
From: Palmer Dabbelt <palmer@rivosinc.com>
As of 3938d5a2f936 ("riscv: default to CONFIG_RISCV_SBI_V01=n") we no
longer default to enabling SBI-0.1 support, so these dependent configs
no longer have any effect. Remove them to avoid clutter.
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
arch/riscv/configs/defconfig | 2 --
arch/riscv/configs/rv32_defconfig | 2 --
2 files changed, 4 deletions(-)
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 7cd10ded7bf8..74df9e1dd2d2 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -64,8 +64,6 @@ CONFIG_INPUT_MOUSEDEV=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
-CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
-CONFIG_HVC_RISCV_SBI=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_VIRTIO=y
diff --git a/arch/riscv/configs/rv32_defconfig b/arch/riscv/configs/rv32_defconfig
index e0e5c7c09ab8..cabfd6a5b47b 100644
--- a/arch/riscv/configs/rv32_defconfig
+++ b/arch/riscv/configs/rv32_defconfig
@@ -62,8 +62,6 @@ CONFIG_INPUT_MOUSEDEV=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
-CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
-CONFIG_HVC_RISCV_SBI=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_VIRTIO=y
--
2.34.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
2022-03-30 23:47 [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
@ 2022-03-30 23:47 ` Palmer Dabbelt
2022-03-31 0:26 ` Damien Le Moal
2022-03-30 23:47 ` [PATCH 3/3] RISC-V: defconfigs: Re-order CONFIG_DEBUG_MISC Palmer Dabbelt
2022-04-01 2:37 ` [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
2 siblings, 1 reply; 7+ messages in thread
From: Palmer Dabbelt @ 2022-03-30 23:47 UTC (permalink / raw)
To: linux-riscv
Cc: Paul Walmsley, Palmer Dabbelt, aou, anup, heinrich.schuchardt,
atishp, mchitale, alexandre.ghiti, damien.lemoal, axboe,
linux-riscv, linux-kernel, Palmer Dabbelt
From: Palmer Dabbelt <palmer@rivosinc.com>
As of 93917ad50972 ("RISC-V: Add support for restartable sequence") we
have support for restartable sequences, which default to enabled. These
select MEMBARRIER, so disabling it is now redundant.
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
I'm not actually sure this is the right way to go: presumably the K210
defconfigs had MEMBARRIER=n for a reason (maybe just size?), so we might
actually want to move to RSEQ=n instead? As usual: I don't test on the
K210, so I'm not exactly sure what the constraints are.
---
arch/riscv/configs/nommu_k210_defconfig | 1 -
arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 -
arch/riscv/configs/nommu_virt_defconfig | 1 -
3 files changed, 3 deletions(-)
diff --git a/arch/riscv/configs/nommu_k210_defconfig b/arch/riscv/configs/nommu_k210_defconfig
index 3f42ed87dde8..2438fa39f8ae 100644
--- a/arch/riscv/configs/nommu_k210_defconfig
+++ b/arch/riscv/configs/nommu_k210_defconfig
@@ -21,7 +21,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_AIO is not set
# CONFIG_IO_URING is not set
# CONFIG_ADVISE_SYSCALLS is not set
-# CONFIG_MEMBARRIER is not set
# CONFIG_KALLSYMS is not set
CONFIG_EMBEDDED=y
# CONFIG_VM_EVENT_COUNTERS is not set
diff --git a/arch/riscv/configs/nommu_k210_sdcard_defconfig b/arch/riscv/configs/nommu_k210_sdcard_defconfig
index af64b95e88cc..9a133e63ae5b 100644
--- a/arch/riscv/configs/nommu_k210_sdcard_defconfig
+++ b/arch/riscv/configs/nommu_k210_sdcard_defconfig
@@ -13,7 +13,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_AIO is not set
# CONFIG_IO_URING is not set
# CONFIG_ADVISE_SYSCALLS is not set
-# CONFIG_MEMBARRIER is not set
# CONFIG_KALLSYMS is not set
CONFIG_EMBEDDED=y
# CONFIG_VM_EVENT_COUNTERS is not set
diff --git a/arch/riscv/configs/nommu_virt_defconfig b/arch/riscv/configs/nommu_virt_defconfig
index e1c9864b6237..5269fbb6b4fc 100644
--- a/arch/riscv/configs/nommu_virt_defconfig
+++ b/arch/riscv/configs/nommu_virt_defconfig
@@ -19,7 +19,6 @@ CONFIG_EXPERT=y
# CONFIG_AIO is not set
# CONFIG_IO_URING is not set
# CONFIG_ADVISE_SYSCALLS is not set
-# CONFIG_MEMBARRIER is not set
# CONFIG_KALLSYMS is not set
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_COMPAT_BRK is not set
--
2.34.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 3/3] RISC-V: defconfigs: Re-order CONFIG_DEBUG_MISC
2022-03-30 23:47 [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
2022-03-30 23:47 ` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n Palmer Dabbelt
@ 2022-03-30 23:47 ` Palmer Dabbelt
2022-04-01 2:37 ` [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
2 siblings, 0 replies; 7+ messages in thread
From: Palmer Dabbelt @ 2022-03-30 23:47 UTC (permalink / raw)
To: linux-riscv
Cc: Paul Walmsley, Palmer Dabbelt, aou, anup, heinrich.schuchardt,
atishp, mchitale, alexandre.ghiti, damien.lemoal, axboe,
linux-riscv, linux-kernel, Palmer Dabbelt
From: Palmer Dabbelt <palmer@rivosinc.com>
This has no functional effect, but is suggested by savedefconfig.
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
arch/riscv/configs/nommu_k210_defconfig | 2 +-
arch/riscv/configs/nommu_k210_sdcard_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/riscv/configs/nommu_k210_defconfig b/arch/riscv/configs/nommu_k210_defconfig
index 2438fa39f8ae..172eaa6b935c 100644
--- a/arch/riscv/configs/nommu_k210_defconfig
+++ b/arch/riscv/configs/nommu_k210_defconfig
@@ -80,9 +80,9 @@ CONFIG_LSM="[]"
CONFIG_PRINTK_TIME=y
# CONFIG_SYMBOLIC_ERRNAME is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
+# CONFIG_DEBUG_MISC is not set
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
# CONFIG_FRAME_POINTER is not set
-# CONFIG_DEBUG_MISC is not set
CONFIG_PANIC_ON_OOPS=y
# CONFIG_SCHED_DEBUG is not set
# CONFIG_RCU_TRACE is not set
diff --git a/arch/riscv/configs/nommu_k210_sdcard_defconfig b/arch/riscv/configs/nommu_k210_sdcard_defconfig
index 9a133e63ae5b..09794b1aebf8 100644
--- a/arch/riscv/configs/nommu_k210_sdcard_defconfig
+++ b/arch/riscv/configs/nommu_k210_sdcard_defconfig
@@ -77,9 +77,9 @@ CONFIG_LSM="[]"
CONFIG_PRINTK_TIME=y
# CONFIG_SYMBOLIC_ERRNAME is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
+# CONFIG_DEBUG_MISC is not set
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
# CONFIG_FRAME_POINTER is not set
-# CONFIG_DEBUG_MISC is not set
CONFIG_PANIC_ON_OOPS=y
# CONFIG_SCHED_DEBUG is not set
# CONFIG_RCU_TRACE is not set
--
2.34.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
2022-03-30 23:47 ` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n Palmer Dabbelt
@ 2022-03-31 0:26 ` Damien Le Moal
2022-03-31 2:16 ` Palmer Dabbelt
2022-04-02 0:00 ` Niklas Cassel
0 siblings, 2 replies; 7+ messages in thread
From: Damien Le Moal @ 2022-03-31 0:26 UTC (permalink / raw)
To: Palmer Dabbelt, linux-riscv, Niklas Cassel
Cc: Paul Walmsley, Palmer Dabbelt, aou, anup, heinrich.schuchardt,
atishp, mchitale, alexandre.ghiti, axboe, linux-kernel
On 3/31/22 08:47, Palmer Dabbelt wrote:
> From: Palmer Dabbelt <palmer@rivosinc.com>
>
> As of 93917ad50972 ("RISC-V: Add support for restartable sequence") we
> have support for restartable sequences, which default to enabled. These
> select MEMBARRIER, so disabling it is now redundant.
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
>
> ---
>
> I'm not actually sure this is the right way to go: presumably the K210
> defconfigs had MEMBARRIER=n for a reason (maybe just size?), so we might
> actually want to move to RSEQ=n instead? As usual: I don't test on the
> K210, so I'm not exactly sure what the constraints are.
Not sure either. It is like this now because I think this was the default
at the time the config was created.
Niklas,
Can you test this please ?
> ---
> arch/riscv/configs/nommu_k210_defconfig | 1 -
> arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 -
> arch/riscv/configs/nommu_virt_defconfig | 1 -
> 3 files changed, 3 deletions(-)
>
> diff --git a/arch/riscv/configs/nommu_k210_defconfig b/arch/riscv/configs/nommu_k210_defconfig
> index 3f42ed87dde8..2438fa39f8ae 100644
> --- a/arch/riscv/configs/nommu_k210_defconfig
> +++ b/arch/riscv/configs/nommu_k210_defconfig
> @@ -21,7 +21,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> # CONFIG_AIO is not set
> # CONFIG_IO_URING is not set
> # CONFIG_ADVISE_SYSCALLS is not set
> -# CONFIG_MEMBARRIER is not set
> # CONFIG_KALLSYMS is not set
> CONFIG_EMBEDDED=y
> # CONFIG_VM_EVENT_COUNTERS is not set
> diff --git a/arch/riscv/configs/nommu_k210_sdcard_defconfig b/arch/riscv/configs/nommu_k210_sdcard_defconfig
> index af64b95e88cc..9a133e63ae5b 100644
> --- a/arch/riscv/configs/nommu_k210_sdcard_defconfig
> +++ b/arch/riscv/configs/nommu_k210_sdcard_defconfig
> @@ -13,7 +13,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> # CONFIG_AIO is not set
> # CONFIG_IO_URING is not set
> # CONFIG_ADVISE_SYSCALLS is not set
> -# CONFIG_MEMBARRIER is not set
> # CONFIG_KALLSYMS is not set
> CONFIG_EMBEDDED=y
> # CONFIG_VM_EVENT_COUNTERS is not set
> diff --git a/arch/riscv/configs/nommu_virt_defconfig b/arch/riscv/configs/nommu_virt_defconfig
> index e1c9864b6237..5269fbb6b4fc 100644
> --- a/arch/riscv/configs/nommu_virt_defconfig
> +++ b/arch/riscv/configs/nommu_virt_defconfig
> @@ -19,7 +19,6 @@ CONFIG_EXPERT=y
> # CONFIG_AIO is not set
> # CONFIG_IO_URING is not set
> # CONFIG_ADVISE_SYSCALLS is not set
> -# CONFIG_MEMBARRIER is not set
> # CONFIG_KALLSYMS is not set
> # CONFIG_VM_EVENT_COUNTERS is not set
> # CONFIG_COMPAT_BRK is not set
--
Damien Le Moal
Western Digital Research
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
2022-03-31 0:26 ` Damien Le Moal
@ 2022-03-31 2:16 ` Palmer Dabbelt
2022-04-02 0:00 ` Niklas Cassel
1 sibling, 0 replies; 7+ messages in thread
From: Palmer Dabbelt @ 2022-03-31 2:16 UTC (permalink / raw)
To: damien.lemoal
Cc: linux-riscv, Niklas.Cassel, Paul Walmsley, aou, anup,
heinrich.schuchardt, atishp, mchitale, alexandre.ghiti, axboe,
linux-kernel
On Wed, 30 Mar 2022 17:26:45 PDT (-0700), damien.lemoal@opensource.wdc.com wrote:
> On 3/31/22 08:47, Palmer Dabbelt wrote:
>> From: Palmer Dabbelt <palmer@rivosinc.com>
>>
>> As of 93917ad50972 ("RISC-V: Add support for restartable sequence") we
>> have support for restartable sequences, which default to enabled. These
>> select MEMBARRIER, so disabling it is now redundant.
>>
>> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
>>
>> ---
>>
>> I'm not actually sure this is the right way to go: presumably the K210
>> defconfigs had MEMBARRIER=n for a reason (maybe just size?), so we might
>> actually want to move to RSEQ=n instead? As usual: I don't test on the
>> K210, so I'm not exactly sure what the constraints are.
>
> Not sure either. It is like this now because I think this was the default
> at the time the config was created.
>
> Niklas,
>
> Can you test this please ?
Thanks. I'm OK either way, I guess I'd learn towards turning on the
features if they work/fit. I'll hold off on merging this one for a bit,
I don't see any rush (it's just a defconfig) and if what was there is
broken then we can take it as a fix. Otherwise it'll just get rolled up
into the next round of these, which I'll hopefully remember to do
earlier next time.
>
>> ---
>> arch/riscv/configs/nommu_k210_defconfig | 1 -
>> arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 -
>> arch/riscv/configs/nommu_virt_defconfig | 1 -
>> 3 files changed, 3 deletions(-)
>>
>> diff --git a/arch/riscv/configs/nommu_k210_defconfig b/arch/riscv/configs/nommu_k210_defconfig
>> index 3f42ed87dde8..2438fa39f8ae 100644
>> --- a/arch/riscv/configs/nommu_k210_defconfig
>> +++ b/arch/riscv/configs/nommu_k210_defconfig
>> @@ -21,7 +21,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>> # CONFIG_AIO is not set
>> # CONFIG_IO_URING is not set
>> # CONFIG_ADVISE_SYSCALLS is not set
>> -# CONFIG_MEMBARRIER is not set
>> # CONFIG_KALLSYMS is not set
>> CONFIG_EMBEDDED=y
>> # CONFIG_VM_EVENT_COUNTERS is not set
>> diff --git a/arch/riscv/configs/nommu_k210_sdcard_defconfig b/arch/riscv/configs/nommu_k210_sdcard_defconfig
>> index af64b95e88cc..9a133e63ae5b 100644
>> --- a/arch/riscv/configs/nommu_k210_sdcard_defconfig
>> +++ b/arch/riscv/configs/nommu_k210_sdcard_defconfig
>> @@ -13,7 +13,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>> # CONFIG_AIO is not set
>> # CONFIG_IO_URING is not set
>> # CONFIG_ADVISE_SYSCALLS is not set
>> -# CONFIG_MEMBARRIER is not set
>> # CONFIG_KALLSYMS is not set
>> CONFIG_EMBEDDED=y
>> # CONFIG_VM_EVENT_COUNTERS is not set
>> diff --git a/arch/riscv/configs/nommu_virt_defconfig b/arch/riscv/configs/nommu_virt_defconfig
>> index e1c9864b6237..5269fbb6b4fc 100644
>> --- a/arch/riscv/configs/nommu_virt_defconfig
>> +++ b/arch/riscv/configs/nommu_virt_defconfig
>> @@ -19,7 +19,6 @@ CONFIG_EXPERT=y
>> # CONFIG_AIO is not set
>> # CONFIG_IO_URING is not set
>> # CONFIG_ADVISE_SYSCALLS is not set
>> -# CONFIG_MEMBARRIER is not set
>> # CONFIG_KALLSYMS is not set
>> # CONFIG_VM_EVENT_COUNTERS is not set
>> # CONFIG_COMPAT_BRK is not set
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon
2022-03-30 23:47 [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
2022-03-30 23:47 ` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n Palmer Dabbelt
2022-03-30 23:47 ` [PATCH 3/3] RISC-V: defconfigs: Re-order CONFIG_DEBUG_MISC Palmer Dabbelt
@ 2022-04-01 2:37 ` Palmer Dabbelt
2 siblings, 0 replies; 7+ messages in thread
From: Palmer Dabbelt @ 2022-04-01 2:37 UTC (permalink / raw)
To: linux-riscv
Cc: Paul Walmsley, aou, anup, heinrich.schuchardt, atishp, mchitale,
alexandre.ghiti, damien.lemoal, axboe, linux-riscv, linux-kernel
On Wed, 30 Mar 2022 16:47:37 PDT (-0700), Palmer Dabbelt wrote:
> From: Palmer Dabbelt <palmer@rivosinc.com>
>
> As of 3938d5a2f936 ("riscv: default to CONFIG_RISCV_SBI_V01=n") we no
> longer default to enabling SBI-0.1 support, so these dependent configs
> no longer have any effect. Remove them to avoid clutter.
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
> arch/riscv/configs/defconfig | 2 --
> arch/riscv/configs/rv32_defconfig | 2 --
> 2 files changed, 4 deletions(-)
>
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index 7cd10ded7bf8..74df9e1dd2d2 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -64,8 +64,6 @@ CONFIG_INPUT_MOUSEDEV=y
> CONFIG_SERIAL_8250=y
> CONFIG_SERIAL_8250_CONSOLE=y
> CONFIG_SERIAL_OF_PLATFORM=y
> -CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
> -CONFIG_HVC_RISCV_SBI=y
> CONFIG_VIRTIO_CONSOLE=y
> CONFIG_HW_RANDOM=y
> CONFIG_HW_RANDOM_VIRTIO=y
> diff --git a/arch/riscv/configs/rv32_defconfig b/arch/riscv/configs/rv32_defconfig
> index e0e5c7c09ab8..cabfd6a5b47b 100644
> --- a/arch/riscv/configs/rv32_defconfig
> +++ b/arch/riscv/configs/rv32_defconfig
> @@ -62,8 +62,6 @@ CONFIG_INPUT_MOUSEDEV=y
> CONFIG_SERIAL_8250=y
> CONFIG_SERIAL_8250_CONSOLE=y
> CONFIG_SERIAL_OF_PLATFORM=y
> -CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
> -CONFIG_HVC_RISCV_SBI=y
> CONFIG_VIRTIO_CONSOLE=y
> CONFIG_HW_RANDOM=y
> CONFIG_HW_RANDOM_VIRTIO=y
This and #3 are on for-next, I'm holding off on #2 pending testing on
the K210.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
2022-03-31 0:26 ` Damien Le Moal
2022-03-31 2:16 ` Palmer Dabbelt
@ 2022-04-02 0:00 ` Niklas Cassel
1 sibling, 0 replies; 7+ messages in thread
From: Niklas Cassel @ 2022-04-02 0:00 UTC (permalink / raw)
To: Damien Le Moal
Cc: Palmer Dabbelt, linux-riscv, Paul Walmsley, Palmer Dabbelt, aou,
anup, heinrich.schuchardt, atishp, mchitale, alexandre.ghiti,
axboe, linux-kernel
On Thu, Mar 31, 2022 at 09:26:45AM +0900, Damien Le Moal wrote:
> On 3/31/22 08:47, Palmer Dabbelt wrote:
> > From: Palmer Dabbelt <palmer@rivosinc.com>
> >
> > As of 93917ad50972 ("RISC-V: Add support for restartable sequence") we
> > have support for restartable sequences, which default to enabled. These
> > select MEMBARRIER, so disabling it is now redundant.
> >
> > Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> >
> > ---
> >
> > I'm not actually sure this is the right way to go: presumably the K210
> > defconfigs had MEMBARRIER=n for a reason (maybe just size?), so we might
> > actually want to move to RSEQ=n instead? As usual: I don't test on the
> > K210, so I'm not exactly sure what the constraints are.
>
> Not sure either. It is like this now because I think this was the default
> at the time the config was created.
>
> Niklas,
>
> Can you test this please ?
Apologies for not being able to get back sooner.
I can see that this has already landed in Linus's tree:
a3dfc532b873 ("Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux")
I smoke tested the above SHA1 on a k210 board, and on QEMU no-MMU
(since that defconfig was updated as well), and saw no issues.
Kind regards,
Niklas
>
> > ---
> > arch/riscv/configs/nommu_k210_defconfig | 1 -
> > arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 -
> > arch/riscv/configs/nommu_virt_defconfig | 1 -
> > 3 files changed, 3 deletions(-)
> >
> > diff --git a/arch/riscv/configs/nommu_k210_defconfig b/arch/riscv/configs/nommu_k210_defconfig
> > index 3f42ed87dde8..2438fa39f8ae 100644
> > --- a/arch/riscv/configs/nommu_k210_defconfig
> > +++ b/arch/riscv/configs/nommu_k210_defconfig
> > @@ -21,7 +21,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> > # CONFIG_AIO is not set
> > # CONFIG_IO_URING is not set
> > # CONFIG_ADVISE_SYSCALLS is not set
> > -# CONFIG_MEMBARRIER is not set
> > # CONFIG_KALLSYMS is not set
> > CONFIG_EMBEDDED=y
> > # CONFIG_VM_EVENT_COUNTERS is not set
> > diff --git a/arch/riscv/configs/nommu_k210_sdcard_defconfig b/arch/riscv/configs/nommu_k210_sdcard_defconfig
> > index af64b95e88cc..9a133e63ae5b 100644
> > --- a/arch/riscv/configs/nommu_k210_sdcard_defconfig
> > +++ b/arch/riscv/configs/nommu_k210_sdcard_defconfig
> > @@ -13,7 +13,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> > # CONFIG_AIO is not set
> > # CONFIG_IO_URING is not set
> > # CONFIG_ADVISE_SYSCALLS is not set
> > -# CONFIG_MEMBARRIER is not set
> > # CONFIG_KALLSYMS is not set
> > CONFIG_EMBEDDED=y
> > # CONFIG_VM_EVENT_COUNTERS is not set
> > diff --git a/arch/riscv/configs/nommu_virt_defconfig b/arch/riscv/configs/nommu_virt_defconfig
> > index e1c9864b6237..5269fbb6b4fc 100644
> > --- a/arch/riscv/configs/nommu_virt_defconfig
> > +++ b/arch/riscv/configs/nommu_virt_defconfig
> > @@ -19,7 +19,6 @@ CONFIG_EXPERT=y
> > # CONFIG_AIO is not set
> > # CONFIG_IO_URING is not set
> > # CONFIG_ADVISE_SYSCALLS is not set
> > -# CONFIG_MEMBARRIER is not set
> > # CONFIG_KALLSYMS is not set
> > # CONFIG_VM_EVENT_COUNTERS is not set
> > # CONFIG_COMPAT_BRK is not set
>
>
> --
> Damien Le Moal
> Western Digital Research
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-04-02 0:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 23:47 [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
2022-03-30 23:47 ` [PATCH 2/3] RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n Palmer Dabbelt
2022-03-31 0:26 ` Damien Le Moal
2022-03-31 2:16 ` Palmer Dabbelt
2022-04-02 0:00 ` Niklas Cassel
2022-03-30 23:47 ` [PATCH 3/3] RISC-V: defconfigs: Re-order CONFIG_DEBUG_MISC Palmer Dabbelt
2022-04-01 2:37 ` [PATCH 1/3] RISC-V: defconfig: Drop redundant SBI HVC and earlycon Palmer Dabbelt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®