diff mbox series

[J/linux-riscv] UBUNTU: [Config] Disable VMAP_STACK due to CPU stalls on EFI

Message ID 20220407115023.103642-1-dimitri.ledkov@canonical.com
State New
Headers show
Series [J/linux-riscv] UBUNTU: [Config] Disable VMAP_STACK due to CPU stalls on EFI | expand

Commit Message

Dimitri John Ledkov April 7, 2022, 11:50 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1967130

When booting with EFI, VMAP_STACK causes CPU stalls. Disable this
config option, until a fix exists that allows using VMAP_STACK
together with EFI. VMAP_STACK on RISC-V was first added in v5.14
kernels, thus this option has not yet shipped in any stable
series. EFI support is new in Jammy as well.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 debian.riscv/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Gardner April 8, 2022, 6:30 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

On 4/7/22 05:50, Dimitri John Ledkov wrote:
> BugLink: https://bugs.launchpad.net/bugs/1967130
> 
> When booting with EFI, VMAP_STACK causes CPU stalls. Disable this
> config option, until a fix exists that allows using VMAP_STACK
> together with EFI. VMAP_STACK on RISC-V was first added in v5.14
> kernels, thus this option has not yet shipped in any stable
> series. EFI support is new in Jammy as well.
> 
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
> ---
>   debian.riscv/config/config.common.ubuntu | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/debian.riscv/config/config.common.ubuntu b/debian.riscv/config/config.common.ubuntu
> index 2eac551e14..34a6c3f6b6 100644
> --- a/debian.riscv/config/config.common.ubuntu
> +++ b/debian.riscv/config/config.common.ubuntu
> @@ -8228,7 +8228,7 @@ CONFIG_VL6180=m
>   CONFIG_VLAN_8021Q=m
>   CONFIG_VLAN_8021Q_GVRP=y
>   CONFIG_VLAN_8021Q_MVRP=y
> -CONFIG_VMAP_STACK=y
> +# CONFIG_VMAP_STACK is not set
>   CONFIG_VME_BUS=y
>   CONFIG_VME_FAKE=m
>   CONFIG_VME_TSI148=m
Dimitri John Ledkov April 12, 2022, 2:42 p.m. UTC | #2
to jammy linux-riscv.
diff mbox series

Patch

diff --git a/debian.riscv/config/config.common.ubuntu b/debian.riscv/config/config.common.ubuntu
index 2eac551e14..34a6c3f6b6 100644
--- a/debian.riscv/config/config.common.ubuntu
+++ b/debian.riscv/config/config.common.ubuntu
@@ -8228,7 +8228,7 @@  CONFIG_VL6180=m
 CONFIG_VLAN_8021Q=m
 CONFIG_VLAN_8021Q_GVRP=y
 CONFIG_VLAN_8021Q_MVRP=y
-CONFIG_VMAP_STACK=y
+# CONFIG_VMAP_STACK is not set
 CONFIG_VME_BUS=y
 CONFIG_VME_FAKE=m
 CONFIG_VME_TSI148=m