On Thu, 29 May 2025 11:18:37 -0700, Kees Cook wrote: > When KCOV is enabled all functions get instrumented, unless the > __no_sanitize_coverage attribute is used. To prepare for > __no_sanitize_coverage being applied to __init functions[1], we have > to handle differences in how GCC's inline optimizations get resolved. > For thinkpad_acpi routines, this means forcing two functions to be > inline with __always_inline. > > [...]
Thank you for your contribution, it has been applied to my local review-ilpo-next branch. Note it will show up in the public platform-drivers-x86/review-ilpo-next branch only once I've pushed my local branch there, which might take a while. The list of commits applied: [1/1] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches commit: 6418a8504187dc7f5b6f9d0649c03e362cb0664b -- i.