All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 5.16 01/13] arm64: dts: qcom: c630: disable crypto due to serror
@ 2022-03-16 14:13 Sasha Levin
  2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 02/13] HID: logitech-dj: add new lightspeed receiver id Sasha Levin
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Sasha Levin @ 2022-03-16 14:13 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Steev Klimaszewski, Bjorn Andersson, Sasha Levin, agross,
	robh+dt, linux-arm-msm, devicetree

From: Steev Klimaszewski <steev@kali.org>

[ Upstream commit 382e3e0eb6a83f1cf73d4dfa3448ade1ed721f22 ]

Disable the crypto block due to it causing an SError in qce_start() on
the C630, which happens upon every boot when cryptomanager tests are
enabled.

Signed-off-by: Steev Klimaszewski <steev@kali.org>
[bjorn: Reworked commit message]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211105035235.2392-1-steev@kali.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
index 2e882a977e2c..89c11c147846 100644
--- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
+++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
@@ -804,3 +804,8 @@ &wifi {
 
 	qcom,snoc-host-cap-8bit-quirk;
 };
+
+&crypto {
+	/* FIXME: qce_start triggers an SError */
+	status= "disable";
+};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2022-03-16 16:41 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 14:13 [PATCH AUTOSEL 5.16 01/13] arm64: dts: qcom: c630: disable crypto due to serror Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 02/13] HID: logitech-dj: add new lightspeed receiver id Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 03/13] HID: Add support for open wheel and no attachment to T300 Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 04/13] xfrm: fix tunnel model fragmentation behavior Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 05/13] ARM: mstar: Select HAVE_ARM_ARCH_TIMER Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 06/13] virtio_console: break out of buf poll on remove Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 07/13] vdpa/mlx5: should verify CTRL_VQ feature exists for MQ Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 08/13] Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 09/13] tools/virtio: fix virtio_test execution Sasha Levin
2022-03-16 14:13   ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 10/13] ethernet: sun: Free the coherent when failing in probing Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 11/13] gpio: Revert regression in sysfs-gpio (gpiolib.c) Sasha Levin
2022-03-16 16:06   ` Linus Walleij
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 12/13] spi: Fix invalid sgs value Sasha Levin
2022-03-16 16:07   ` Geert Uytterhoeven
2022-03-16 16:40     ` Sasha Levin
2022-03-16 14:13 ` [PATCH AUTOSEL 5.16 13/13] net:mcf8390: Use platform_get_irq() to get the interrupt Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.