[opensuse-kernel] [PATCH] config: armv7hl: Temporarly disable CONFIG_PCIE_SPEAR13XX
spear13xx pcie leads to kernel oopses in random places, so lets disable it until proper solution to fix found. References: bko#92581 Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/vanilla | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/armv7hl/default b/config/armv7hl/default index e68dd15..559072b 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -722,7 +722,7 @@ CONFIG_PCI_TEGRA=y CONFIG_PCI_RCAR_GEN2=y CONFIG_PCI_RCAR_GEN2_PCIE=y CONFIG_PCI_HOST_GENERIC=y -CONFIG_PCIE_SPEAR13XX=y +# CONFIG_PCIE_SPEAR13XX is not set CONFIG_PCI_KEYSTONE=y CONFIG_PCIE_XILINX=y CONFIG_PCI_LAYERSCAPE=y diff --git a/config/armv7hl/vanilla b/config/armv7hl/vanilla index ff820b8..1532a4b 100644 --- a/config/armv7hl/vanilla +++ b/config/armv7hl/vanilla @@ -720,7 +720,7 @@ CONFIG_PCI_TEGRA=y CONFIG_PCI_RCAR_GEN2=y CONFIG_PCI_RCAR_GEN2_PCIE=y CONFIG_PCI_HOST_GENERIC=y -CONFIG_PCIE_SPEAR13XX=y +# CONFIG_PCIE_SPEAR13XX is not set CONFIG_PCI_KEYSTONE=y CONFIG_PCIE_XILINX=y CONFIG_PCI_LAYERSCAPE=y -- 2.1.4 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Am 16.02.2015 um 08:23 schrieb Matwey V. Kornilov:
spear13xx pcie leads to kernel oopses in random places, so lets disable it until proper solution to fix found.
References: bko#92581 Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/vanilla | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master. Do we also need this for stable already? Thanks, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
2015-02-16 21:16 GMT+03:00 Andreas Färber <afaerber@suse.de>:
Am 16.02.2015 um 08:23 schrieb Matwey V. Kornilov:
spear13xx pcie leads to kernel oopses in random places, so lets disable it until proper solution to fix found.
References: bko#92581 Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/vanilla | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master. Do we also need this for stable already?
Yes, we need, stable on 3.19 now. -- With best regards, Matwey V. Kornilov http://blog.matwey.name xmpp://0x2207@jabber.ru -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Am 16.02.2015 um 19:20 schrieb Matwey V. Kornilov:
2015-02-16 21:16 GMT+03:00 Andreas Färber <afaerber@suse.de>:
Am 16.02.2015 um 08:23 schrieb Matwey V. Kornilov:
spear13xx pcie leads to kernel oopses in random places, so lets disable it until proper solution to fix found.
References: bko#92581 Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/vanilla | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master. Do we also need this for stable already?
Yes, we need, stable on 3.19 now.
Cherry-picked. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Andreas Färber
-
Matwey V. Kornilov