From: Greg Kroah-Hartman Date: Mon, 8 Jan 2024 15:33:52 +0000 (+0100) Subject: 6.1-stable patches X-Git-Tag: v4.14.336~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0fabbd2fdfa0e948a88336d06fe65677b099aa;p=thirdparty%2Fkernel%2Fstable-queue.git 6.1-stable patches added patches: revert-interconnect-qcom-sm8250-enable-sync_state.patch --- diff --git a/queue-6.1/revert-interconnect-qcom-sm8250-enable-sync_state.patch b/queue-6.1/revert-interconnect-qcom-sm8250-enable-sync_state.patch new file mode 100644 index 00000000000..430ecdf9b48 --- /dev/null +++ b/queue-6.1/revert-interconnect-qcom-sm8250-enable-sync_state.patch @@ -0,0 +1,33 @@ +From amit.pundir@linaro.org Mon Jan 8 16:33:05 2024 +From: Amit Pundir +Date: Sun, 7 Jan 2024 21:27:02 +0530 +Subject: Revert "interconnect: qcom: sm8250: Enable sync_state" +To: Greg KH , Sasha Levin , Georgi Djakov , Konrad Dybcio +Cc: Stable +Message-ID: <20240107155702.3395873-1-amit.pundir@linaro.org> + +From: Amit Pundir + +This reverts commit 3637f6bdfe2ccd53c493836b6e43c9a73e4513b3 which is +commit bfc7db1cb94ad664546d70212699f8cc6c539e8c upstream. + +This resulted in boot regression on RB5 (sm8250), causing the device +to hard crash into USB crash dump mode everytime. + +Signed-off-by: Amit Pundir +Link: https://lkft.validation.linaro.org/scheduler/job/7151629#L4239 +Signed-off-by: Greg Kroah-Hartman +--- + drivers/interconnect/qcom/sm8250.c | 1 - + 1 file changed, 1 deletion(-) + +--- a/drivers/interconnect/qcom/sm8250.c ++++ b/drivers/interconnect/qcom/sm8250.c +@@ -551,7 +551,6 @@ static struct platform_driver qnoc_drive + .driver = { + .name = "qnoc-sm8250", + .of_match_table = qnoc_of_match, +- .sync_state = icc_sync_state, + }, + }; + module_platform_driver(qnoc_driver); diff --git a/queue-6.1/series b/queue-6.1/series index 164521126d1..f28f662505f 100644 --- a/queue-6.1/series +++ b/queue-6.1/series @@ -147,3 +147,4 @@ bpf-fix-a-verifier-bug-due-to-incorrect-branch-offset-comparison-with-cpu-v4.pat bpf-syzkaller-found-null-ptr-deref-in-unix_bpf-proto-add.patch media-qcom-camss-comment-csid-dt_id-field.patch smb3-replace-smb2pdu-1-element-arrays-with-flex-arrays.patch +revert-interconnect-qcom-sm8250-enable-sync_state.patch