From c6d2d7ebb4801d2e6e3ff807f71a280bfbd5c16d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 12 Nov 2018 09:48:25 -0800 Subject: [PATCH] drop acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch from a bunch of trees --- ...in-global-list-during-initialization.patch | 45 ------------------- queue-3.18/series | 1 - ...in-global-list-during-initialization.patch | 45 ------------------- queue-4.14/series | 1 - ...in-global-list-during-initialization.patch | 45 ------------------- queue-4.4/series | 1 - ...in-global-list-during-initialization.patch | 45 ------------------- queue-4.9/series | 1 - 8 files changed, 184 deletions(-) delete mode 100644 queue-3.18/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch delete mode 100644 queue-4.14/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch delete mode 100644 queue-4.4/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch delete mode 100644 queue-4.9/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch diff --git a/queue-3.18/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch b/queue-3.18/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch deleted file mode 100644 index bde87f3869d..00000000000 --- a/queue-3.18/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch +++ /dev/null @@ -1,45 +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 -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 -@@ -449,6 +449,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-3.18/series b/queue-3.18/series index 2a2f825c832..f8ed85f2759 100644 --- a/queue-3.18/series +++ b/queue-3.18/series @@ -1,7 +1,6 @@ bcache-fix-miss-key-refill-end-in-writeback.patch jffs2-free-jffs2_sb_info-through-jffs2_kill_sb.patch pcmcia-implement-clkrun-protocol-disabling-for-ricoh-bridges.patch -acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch alsa-ca0106-disable-izd-on-sb0570-dac-to-fix-audio-pops.patch x86-corruption-check-fix-panic-in-memory_corruption_check-when-boot-option-without-value-is-provided.patch sparc-fix-single-pcr-perf-event-counter-management.patch 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 db5af2065f6..00000000000 --- a/queue-4.14/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch +++ /dev/null @@ -1,45 +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 -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 efe29239ff0..2b4ed86f701 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -6,7 +6,6 @@ hwmon-pmbus-fix-page-count-auto-detection.patch jffs2-free-jffs2_sb_info-through-jffs2_kill_sb.patch cpufreq-conservative-take-limits-changes-into-account-properly.patch pcmcia-implement-clkrun-protocol-disabling-for-ricoh-bridges.patch -acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch ipmi-fix-timer-race-with-module-unload.patch parisc-fix-address-in-hpmc-iva.patch parisc-fix-map_pages-to-not-overwrite-existing-pte-entries.patch diff --git a/queue-4.4/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch b/queue-4.4/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch deleted file mode 100644 index bde87f3869d..00000000000 --- a/queue-4.4/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch +++ /dev/null @@ -1,45 +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 -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 -@@ -449,6 +449,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.4/series b/queue-4.4/series index 8ae40146f98..686a9e7cc15 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -2,7 +2,6 @@ bcache-fix-miss-key-refill-end-in-writeback.patch hwmon-pmbus-fix-page-count-auto-detection.patch jffs2-free-jffs2_sb_info-through-jffs2_kill_sb.patch pcmcia-implement-clkrun-protocol-disabling-for-ricoh-bridges.patch -acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch ipmi-fix-timer-race-with-module-unload.patch parisc-fix-address-in-hpmc-iva.patch parisc-fix-map_pages-to-not-overwrite-existing-pte-entries.patch diff --git a/queue-4.9/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch b/queue-4.9/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch deleted file mode 100644 index 195cc4da1e3..00000000000 --- a/queue-4.9/acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch +++ /dev/null @@ -1,45 +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 -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 -@@ -452,6 +452,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.9/series b/queue-4.9/series index 19157ac0550..40e9e029d67 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -2,7 +2,6 @@ bcache-fix-miss-key-refill-end-in-writeback.patch hwmon-pmbus-fix-page-count-auto-detection.patch jffs2-free-jffs2_sb_info-through-jffs2_kill_sb.patch pcmcia-implement-clkrun-protocol-disabling-for-ricoh-bridges.patch -acpica-aml-interpreter-add-region-addresses-in-global-list-during-initialization.patch ipmi-fix-timer-race-with-module-unload.patch parisc-fix-address-in-hpmc-iva.patch parisc-fix-map_pages-to-not-overwrite-existing-pte-entries.patch -- 2.39.5