From: Greg Kroah-Hartman Date: Thu, 29 Nov 2018 19:19:35 +0000 (+0100) Subject: drop acpi patch from 4.14 X-Git-Tag: v4.19.6~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=421e8905fd7330e5999213bfed13591b6e938d74;p=thirdparty%2Fkernel%2Fstable-queue.git drop acpi patch from 4.14 --- diff --git a/queue-4.14/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch b/queue-4.14/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch deleted file mode 100644 index 2ee919cf1c1..00000000000 --- a/queue-4.14/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 4abb951b73ff0a8a979113ef185651aa3c8da19b Mon Sep 17 00:00:00 2001 -From: Erik Schmauss -Date: Wed, 17 Oct 2018 14:09:35 -0700 -Subject: ACPICA: AML interpreter: add region addresses in global list during initialization - -From: Erik Schmauss - -commit 4abb951b73ff0a8a979113ef185651aa3c8da19b upstream. - -The table load process omitted adding the operation region address -range to the global list. This omission is problematic because the OS -queries the global list to check for address range conflicts before -deciding which drivers to load. This commit may result in warning -messages that look like the following: - -[ 7.871761] ACPI Warning: system_IO range 0x00000428-0x0000042F conflicts with op_region 0x00000400-0x0000047F (\PMIO) (20180531/utaddress-213) -[ 7.871769] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver - -However, these messages do not signify regressions. It is a result of -properly adding address ranges within the global address list. - -Link: https://bugzilla.kernel.org/show_bug.cgi?id=200011 -Tested-by: Jean-Marc Lenoir -Signed-off-by: Erik Schmauss -Cc: All applicable -Signed-off-by: Rafael J. Wysocki -Cc: Jean Delvare -Signed-off-by: Greg Kroah-Hartman - ---- - drivers/acpi/acpica/dsopcode.c | 4 ++++ - 1 file changed, 4 insertions(+) - ---- a/drivers/acpi/acpica/dsopcode.c -+++ b/drivers/acpi/acpica/dsopcode.c -@@ -451,6 +451,10 @@ acpi_ds_eval_region_operands(struct acpi - ACPI_FORMAT_UINT64(obj_desc->region.address), - obj_desc->region.length)); - -+ status = acpi_ut_add_address_range(obj_desc->region.space_id, -+ obj_desc->region.address, -+ obj_desc->region.length, node); -+ - /* Now the address and length are valid for this opregion */ - - obj_desc->region.flags |= AOPOBJ_DATA_VALID; diff --git a/queue-4.14/series b/queue-4.14/series index 900c0744294..9d0e06d12ea 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -41,7 +41,6 @@ can-rx-offload-introduce-can_rx_offload_get_echo_skb-and-can_rx_offload_queue_so can-rx-offload-rename-can_rx_offload_irq_queue_err_skb-to-can_rx_offload_queue_tail.patch can-raw-check-for-can-fd-capable-netdev-in-raw_sendmsg.patch can-hi311x-use-level-triggered-interrupt.patch -acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch ib-hfi1-eliminate-races-in-the-sdma-send-error-path.patch pinctrl-meson-fix-pinconf-bias-disable.patch kvm-ppc-move-and-undef-trace_include_path-file.patch