Skip to content

draft: ACPI v6.4 bisect to find cki failure

JIRA: https://issues.redhat.com/browse/RHEL-1020

git bisect start
# status: waiting for both good and bad commits
# bad: [e17890b890499b4812fbdb3aaf0733a316828f16] efi: fix missing prototype warnings
git bisect bad e17890b890499b4812fbdb3aaf0733a316828f16
# status: waiting for good commit(s), bad commit known
# good: [75db82e5394e6263fc982f87320e723ba3c50f20] [redhat] kernel-5.14.0-363.el9
git bisect good 75db82e5394e6263fc982f87320e723ba3c50f20
# bad: [53241c5709ddaeab8a7bed580ee027b2819d2e44] ACPICA: Update all copyrights/signons to 2023
git bisect bad 53241c5709ddaeab8a7bed580ee027b2819d2e44
# good: [b76ffe70d90a1031bb315ff26abb472759663809] cpufreq: ACPI: Prevent a warning when another frequency driver is loaded
git bisect good b76ffe70d90a1031bb315ff26abb472759663809
# good: [2624ab4ecb10714dc35a5386b3198cc057538bf3] ACPI: SPCR: Amend indentation
git bisect good 2624ab4ecb10714dc35a5386b3198cc057538bf3
# good: [d8b1c985358a1f4f3c4713d2cd89d9f84dac7550] ACPI: thermal: Replace ternary operator with min_t()
git bisect good d8b1c985358a1f4f3c4713d2cd89d9f84dac7550
# good: [60456f3789862703b21215d889935633be6c9ef5] ACPICA: Add missing macro ACPI_FUNCTION_TRACE() for acpi_ns_repair_HID()
git bisect good 60456f3789862703b21215d889935633be6c9ef5
# bad: [2c83f48a591cbf026b8163814356a974923abb5c] ACPICA: acpisrc: Add missing tables to astable
git bisect bad 2c83f48a591cbf026b8163814356a974923abb5c
# good: [31139542c5e43a2862cb9f113ccde5109f072164] ACPICA: ACPI 6.5: MADT: add support for trace buffer extension in GICC
git bisect good 31139542c5e43a2862cb9f113ccde5109f072164
# first bad commit: [2c83f48a591cbf026b8163814356a974923abb5c] ACPICA: acpisrc: Add missing tables to astable

RETRY
git bisect start
# status: waiting for both good and bad commits
# bad: [1f7e836549f884daed5519acb96dd370742d3856] efi: fix missing prototype warnings
git bisect bad 1f7e836549f884daed5519acb96dd370742d3856
# status: waiting for good commit(s), bad commit known
# good: [82260b76eed9083b1bbb587c67669d7eb0b5bc20] [redhat] kernel-5.14.0-370.el9
git bisect good 82260b76eed9083b1bbb587c67669d7eb0b5bc20
# bad: [679706d7f7dc648d8b83f2b59836a7ad70b42176] ACPICA: Update all copyrights/signons to 2023
git bisect bad 679706d7f7dc648d8b83f2b59836a7ad70b42176
# good: [e89e809ec414f69db8fb1cbe03d086b8bdb409d1] cpufreq: ACPI: Prevent a warning when another frequency driver is loaded
git bisect good e89e809ec414f69db8fb1cbe03d086b8bdb409d1
# good: [d57c537f801dee6e9a83db1efa1e9386edde29ef] ACPI: SPCR: Amend indentation
git bisect good d57c537f801dee6e9a83db1efa1e9386edde29ef
# good: [09bff46a9b99576027127beeb24a9420c7bb267e] ACPI: thermal: Replace ternary operator with min_t()
git bisect good 09bff46a9b99576027127beeb24a9420c7bb267e
# good: [fb295dd9db763d56e0d8aee0beca4359d2d45520] ACPICA: Add missing macro ACPI_FUNCTION_TRACE() for acpi_ns_repair_HID()
git bisect good fb295dd9db763d56e0d8aee0beca4359d2d45520
# good: [e0e2cde93c15ea1fe3f524b530093c051343d48c] ACPICA: acpisrc: Add missing tables to astable
git bisect good e0e2cde93c15ea1fe3f524b530093c051343d48c
# first bad commit: [679706d7f7dc648d8b83f2b59836a7ad70b42176] ACPICA: Update all copyrights/signons to 202

Signed-off-by: Mark Langsdorf mlangsdo@redhat.com

Edited by Mark Langsdorf

Merge request reports