Skip to content

Restores the missing log messages for kexts listed in the KextsToBlock#816

Merged
chris1111 merged 1 commit intoCloverHackyColor:masterfrom
YBronst:master
Mar 16, 2026
Merged

Restores the missing log messages for kexts listed in the KextsToBlock#816
chris1111 merged 1 commit intoCloverHackyColor:masterfrom
YBronst:master

Conversation

@YBronst
Copy link
Contributor

@YBronst YBronst commented Mar 16, 2026

Description

This change restores the missing log messages for kexts listed in the KextsToBlock section of config.plist. Users noticed that messages like "Allow IOSkywalk Downgrade" (which is a comment label for blocking com.apple.iokit.IOSkywalkFamily) were no longer appearing in bdmesg.

The implementation iterates through the KextsToBlock array, evaluates whether each entry should be active based on user settings and macOS version compatibility, and logs the result using the DBG macro. This logging mirrors the behavior of other patch types in Clover, providing transparency into which kexts are being blocked during the boot process without affecting the actual blocking logic.

Describe in detail what was changed.

Type of change

  • Bugfix
  • New functionality
  • Code improvements
  • Documentation update

Checklist

  • Tested my changes locally
  • Added relevant comments to the code
  • Updated the relevant documentation

Additional information

Include any extra details relevant to your PR.

This change restores the missing log messages for kexts listed in the `KextsToBlock` section of `config.plist`. Users noticed that messages like "Allow IOSkywalk Downgrade" (which is a comment label for blocking `com.apple.iokit.IOSkywalkFamily`) were no longer appearing in `bdmesg`.

The implementation iterates through the `KextsToBlock` array, evaluates whether each entry should be active based on user settings and macOS version compatibility, and logs the result using the `DBG` macro. This logging mirrors the behavior of other patch types in Clover, providing transparency into which kexts are being blocked during the boot process without affecting the actual blocking logic.
@chris1111 chris1111 merged commit 459b95b into CloverHackyColor:master Mar 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants