]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Sep 2023 13:14:39 +0000 (14:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Sep 2023 13:14:39 +0000 (14:14 +0100)
from everywhere

queue-5.10/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch [deleted file]
queue-5.10/series
queue-5.15/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch [deleted file]
queue-5.15/series
queue-6.1/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch [deleted file]
queue-6.1/series
queue-6.4/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch [deleted file]
queue-6.4/series
queue-6.5/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch [deleted file]
queue-6.5/series

diff --git a/queue-5.10/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch b/queue-5.10/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
deleted file mode 100644 (file)
index fafa759..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-From 110e70fccce4f22b53986ae797d665ffb1950aa6 Mon Sep 17 00:00:00 2001
-From: Amit Pundir <amit.pundir@linaro.org>
-Date: Wed, 26 Jul 2023 18:57:19 +0530
-Subject: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
-
-From: Amit Pundir <amit.pundir@linaro.org>
-
-commit 110e70fccce4f22b53986ae797d665ffb1950aa6 upstream.
-
-Adding a reserved memory region for the framebuffer memory
-(the splash memory region set up by the bootloader).
-
-It fixes a kernel panic (arm-smmu: Unhandled context fault
-at this particular memory region) reported on DB845c running
-v5.10.y.
-
-Cc: stable@vger.kernel.org # v5.10+
-Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
-Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-Link: https://lore.kernel.org/r/20230726132719.2117369-2-amit.pundir@linaro.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845-db845c.dts |    9 +++++++++
- 1 file changed, 9 insertions(+)
-
---- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-@@ -85,6 +85,14 @@
-               };
-       };
-+      reserved-memory {
-+              /* Cont splash region set up by the bootloader */
-+              cont_splash_mem: framebuffer@9d400000 {
-+                      reg = <0x0 0x9d400000 0x0 0x2400000>;
-+                      no-map;
-+              };
-+      };
-+
-       lt9611_1v8: lt9611-vdd18-regulator {
-               compatible = "regulator-fixed";
-               regulator-name = "LT9611_1V8";
-@@ -482,6 +490,7 @@
- };
- &mdss {
-+      memory-region = <&cont_splash_mem>;
-       status = "okay";
- };
index 28a28212de6e8de647d4deef8b35cb4940ed5666..7a7fa359cad50b09a36fe87d6704539c23971d1d 100644 (file)
@@ -275,7 +275,6 @@ skbuff-skb_segment-call-zero-copy-functions-before-using-skbuff-frags.patch
 igb-set-max-size-rx-buffer-when-store-bad-packet-is-enabled.patch
 pm-devfreq-fix-leak-in-devfreq_dev_release.patch
 alsa-pcm-fix-missing-fixup-call-in-compat-hw_refine-ioctl.patch
-arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
 printk-ringbuffer-fix-truncating-buffer-size-min_t-cast.patch
 scsi-core-fix-the-scsi_set_resid-documentation.patch
 ipmi_si-fix-a-memleak-in-try_smi_init.patch
diff --git a/queue-5.15/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch b/queue-5.15/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
deleted file mode 100644 (file)
index fafa759..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-From 110e70fccce4f22b53986ae797d665ffb1950aa6 Mon Sep 17 00:00:00 2001
-From: Amit Pundir <amit.pundir@linaro.org>
-Date: Wed, 26 Jul 2023 18:57:19 +0530
-Subject: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
-
-From: Amit Pundir <amit.pundir@linaro.org>
-
-commit 110e70fccce4f22b53986ae797d665ffb1950aa6 upstream.
-
-Adding a reserved memory region for the framebuffer memory
-(the splash memory region set up by the bootloader).
-
-It fixes a kernel panic (arm-smmu: Unhandled context fault
-at this particular memory region) reported on DB845c running
-v5.10.y.
-
-Cc: stable@vger.kernel.org # v5.10+
-Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
-Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-Link: https://lore.kernel.org/r/20230726132719.2117369-2-amit.pundir@linaro.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845-db845c.dts |    9 +++++++++
- 1 file changed, 9 insertions(+)
-
---- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-@@ -85,6 +85,14 @@
-               };
-       };
-+      reserved-memory {
-+              /* Cont splash region set up by the bootloader */
-+              cont_splash_mem: framebuffer@9d400000 {
-+                      reg = <0x0 0x9d400000 0x0 0x2400000>;
-+                      no-map;
-+              };
-+      };
-+
-       lt9611_1v8: lt9611-vdd18-regulator {
-               compatible = "regulator-fixed";
-               regulator-name = "LT9611_1V8";
-@@ -482,6 +490,7 @@
- };
- &mdss {
-+      memory-region = <&cont_splash_mem>;
-       status = "okay";
- };
index 8fe4b0bb5ede6a37b568e21957e40b45ab95359b..17bc939dec28166fe98cbd67aebfb5d11366bdca 100644 (file)
@@ -328,7 +328,6 @@ skbuff-skb_segment-call-zero-copy-functions-before-using-skbuff-frags.patch
 igb-set-max-size-rx-buffer-when-store-bad-packet-is-enabled.patch
 pm-devfreq-fix-leak-in-devfreq_dev_release.patch
 alsa-pcm-fix-missing-fixup-call-in-compat-hw_refine-ioctl.patch
-arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
 rcu-dump-vmalloc-memory-info-safely.patch
 printk-ringbuffer-fix-truncating-buffer-size-min_t-cast.patch
 scsi-core-fix-the-scsi_set_resid-documentation.patch
diff --git a/queue-6.1/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch b/queue-6.1/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
deleted file mode 100644 (file)
index c9854e6..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-From 110e70fccce4f22b53986ae797d665ffb1950aa6 Mon Sep 17 00:00:00 2001
-From: Amit Pundir <amit.pundir@linaro.org>
-Date: Wed, 26 Jul 2023 18:57:19 +0530
-Subject: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
-
-From: Amit Pundir <amit.pundir@linaro.org>
-
-commit 110e70fccce4f22b53986ae797d665ffb1950aa6 upstream.
-
-Adding a reserved memory region for the framebuffer memory
-(the splash memory region set up by the bootloader).
-
-It fixes a kernel panic (arm-smmu: Unhandled context fault
-at this particular memory region) reported on DB845c running
-v5.10.y.
-
-Cc: stable@vger.kernel.org # v5.10+
-Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
-Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-Link: https://lore.kernel.org/r/20230726132719.2117369-2-amit.pundir@linaro.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845-db845c.dts |    9 +++++++++
- 1 file changed, 9 insertions(+)
-
---- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-@@ -100,6 +100,14 @@
-               };
-       };
-+      reserved-memory {
-+              /* Cont splash region set up by the bootloader */
-+              cont_splash_mem: framebuffer@9d400000 {
-+                      reg = <0x0 0x9d400000 0x0 0x2400000>;
-+                      no-map;
-+              };
-+      };
-+
-       lt9611_1v8: lt9611-vdd18-regulator {
-               compatible = "regulator-fixed";
-               regulator-name = "LT9611_1V8";
-@@ -512,6 +520,7 @@
- };
- &mdss {
-+      memory-region = <&cont_splash_mem>;
-       status = "okay";
- };
index 1d07a36a60b3694389044b27ca7f156b850be9ea..d051ab645931c1123406411fe12bca3f5d6e3627 100644 (file)
@@ -523,7 +523,6 @@ skbuff-skb_segment-call-zero-copy-functions-before-using-skbuff-frags.patch
 igb-set-max-size-rx-buffer-when-store-bad-packet-is-enabled.patch
 pm-devfreq-fix-leak-in-devfreq_dev_release.patch
 alsa-pcm-fix-missing-fixup-call-in-compat-hw_refine-ioctl.patch
-arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
 rcu-dump-vmalloc-memory-info-safely.patch
 printk-ringbuffer-fix-truncating-buffer-size-min_t-cast.patch
 scsi-core-fix-the-scsi_set_resid-documentation.patch
@@ -536,7 +535,6 @@ ipmi_si-fix-a-memleak-in-try_smi_init.patch
 arm-omap2-fix-warray-bounds-warning-in-_pwrdm_state_switch.patch
 xarray-do-not-return-sibling-entries-from-xa_load.patch
 io_uring-break-iopolling-on-signal.patch
-io_uring-break-out-of-iowq-iopoll-on-teardown.patch
 backlight-gpio_backlight-compare-against-struct-fb_info.device.patch
 backlight-bd6107-compare-against-struct-fb_info.device.patch
 backlight-lv5207lp-compare-against-struct-fb_info.device.patch
diff --git a/queue-6.4/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch b/queue-6.4/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
deleted file mode 100644 (file)
index 7469e70..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-From 110e70fccce4f22b53986ae797d665ffb1950aa6 Mon Sep 17 00:00:00 2001
-From: Amit Pundir <amit.pundir@linaro.org>
-Date: Wed, 26 Jul 2023 18:57:19 +0530
-Subject: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
-
-From: Amit Pundir <amit.pundir@linaro.org>
-
-commit 110e70fccce4f22b53986ae797d665ffb1950aa6 upstream.
-
-Adding a reserved memory region for the framebuffer memory
-(the splash memory region set up by the bootloader).
-
-It fixes a kernel panic (arm-smmu: Unhandled context fault
-at this particular memory region) reported on DB845c running
-v5.10.y.
-
-Cc: stable@vger.kernel.org # v5.10+
-Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
-Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-Link: https://lore.kernel.org/r/20230726132719.2117369-2-amit.pundir@linaro.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845-db845c.dts |    9 +++++++++
- 1 file changed, 9 insertions(+)
-
---- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-@@ -101,6 +101,14 @@
-               };
-       };
-+      reserved-memory {
-+              /* Cont splash region set up by the bootloader */
-+              cont_splash_mem: framebuffer@9d400000 {
-+                      reg = <0x0 0x9d400000 0x0 0x2400000>;
-+                      no-map;
-+              };
-+      };
-+
-       lt9611_1v8: lt9611-vdd18-regulator {
-               compatible = "regulator-fixed";
-               regulator-name = "LT9611_1V8";
-@@ -517,6 +525,7 @@
- };
- &mdss {
-+      memory-region = <&cont_splash_mem>;
-       status = "okay";
- };
index 906e2bdc3649630347f99805ffc4e19f29cfa85c..9a3e7b28d7b2dc9809cbb7e0f68eae72400fe5ad 100644 (file)
@@ -642,7 +642,6 @@ igb-set-max-size-rx-buffer-when-store-bad-packet-is-enabled.patch
 pm-devfreq-fix-leak-in-devfreq_dev_release.patch
 multi-gen-lru-fix-per-zone-reclaim.patch
 alsa-pcm-fix-missing-fixup-call-in-compat-hw_refine-ioctl.patch
-arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
 virtio_pmem-add-the-missing-req_op_write-for-flush-bio.patch
 rcu-dump-vmalloc-memory-info-safely.patch
 printk-ringbuffer-fix-truncating-buffer-size-min_t-cast.patch
diff --git a/queue-6.5/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch b/queue-6.5/arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
deleted file mode 100644 (file)
index f321875..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-From 110e70fccce4f22b53986ae797d665ffb1950aa6 Mon Sep 17 00:00:00 2001
-From: Amit Pundir <amit.pundir@linaro.org>
-Date: Wed, 26 Jul 2023 18:57:19 +0530
-Subject: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
-
-From: Amit Pundir <amit.pundir@linaro.org>
-
-commit 110e70fccce4f22b53986ae797d665ffb1950aa6 upstream.
-
-Adding a reserved memory region for the framebuffer memory
-(the splash memory region set up by the bootloader).
-
-It fixes a kernel panic (arm-smmu: Unhandled context fault
-at this particular memory region) reported on DB845c running
-v5.10.y.
-
-Cc: stable@vger.kernel.org # v5.10+
-Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
-Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-Link: https://lore.kernel.org/r/20230726132719.2117369-2-amit.pundir@linaro.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845-db845c.dts |    9 +++++++++
- 1 file changed, 9 insertions(+)
-
---- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
-@@ -101,6 +101,14 @@
-               };
-       };
-+      reserved-memory {
-+              /* Cont splash region set up by the bootloader */
-+              cont_splash_mem: framebuffer@9d400000 {
-+                      reg = <0x0 0x9d400000 0x0 0x2400000>;
-+                      no-map;
-+              };
-+      };
-+
-       lt9611_1v8: lt9611-vdd18-regulator {
-               compatible = "regulator-fixed";
-               regulator-name = "LT9611_1V8";
-@@ -506,6 +514,7 @@
- };
- &mdss {
-+      memory-region = <&cont_splash_mem>;
-       status = "okay";
- };
index 2abf3685ac1f23d8078e5118204cd7f2f7305a8d..04e27fc0fc71cf37030157f0c500cd521c88a8e9 100644 (file)
@@ -636,7 +636,6 @@ parisc-ccio-dma-create-private-runway-procfs-root-entry.patch
 pm-devfreq-fix-leak-in-devfreq_dev_release.patch
 multi-gen-lru-fix-per-zone-reclaim.patch
 alsa-pcm-fix-missing-fixup-call-in-compat-hw_refine-ioctl.patch
-arm64-dts-qcom-sdm845-db845c-mark-cont-splash-memory-region-as-reserved.patch
 virtio_pmem-add-the-missing-req_op_write-for-flush-bio.patch
 rcu-dump-vmalloc-memory-info-safely.patch
 printk-ringbuffer-fix-truncating-buffer-size-min_t-cast.patch