Bug 1583628

Summary: Missing ACPI debug options in the rawhide kernel
Product: [Fedora] Fedora Reporter: Artem S. Tashkinov <aros>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: rawhideCC: airlied, bskeggs, ewk, fedora-kernel-acpi, hdegoede, ichavero, itamar, jarodwilson, jglisse, john.j5live, jonathan, josef, kernel-maint, linville, mchehab, mjg59, steved
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Artem S. Tashkinov 2018-05-29 11:53:55 UTC
kernel-4.17.0-0.rc6.git3.1.fc29.src.rpm misses the following debug options:

CONFIG_ACPI_DEBUGGER=y
ACPI_DEBUGGER_USER=m

They are critical for debugging ACPI related issues.

Comment 1 Matthew Garrett 2018-05-29 16:47:27 UTC
This effectively gives userspace arbitrary read/write of the kernel, so it needs to be disabled when lockdown is enabled.

Comment 2 Laura Abbott 2018-05-29 18:24:07 UTC
I do think this is a good idea but it looks like there would be more work, including packaging the userspace tools (unless they are packaged elsewhere?). None of this is overly difficult, it just needs to happen.