Skip to content

[kernel] Fix config.h typo with CONFIG_BLK_DEV_FD option for DF driver track cache#2685

Merged
ghaerr merged 1 commit into
masterfrom
configfd
May 15, 2026
Merged

[kernel] Fix config.h typo with CONFIG_BLK_DEV_FD option for DF driver track cache#2685
ghaerr merged 1 commit into
masterfrom
configfd

Conversation

@ghaerr

@ghaerr ghaerr commented May 15, 2026

Copy link
Copy Markdown
Owner

Another fix found by @Vutshi in #2678.

When the BIOS driver was unset and the DF driver set along with CONFIG_TRACK_CACHE unset, the kernel compiled but then crashed on boot, since a typo disallowed the required allocation of the track cache used the DF driver. (CONFIG_TRACK_CACHE is only applicable to the BIOS driver, whereas DF driver settings are currently within its own source file directfd.c).

Thanks @Vutshi!

@ghaerr ghaerr merged commit 57132ad into master May 15, 2026
1 check passed
@ghaerr ghaerr deleted the configfd branch May 15, 2026 03:40
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.

1 participant