feat(kernel): enable x86 USB storage and UAS - #18287
Open
sirredbeard wants to merge 1 commit into
Open
Conversation
Enable the standard USB mass-storage and USB Attached SCSI transports as modules in the x86_64 kernel configuration. SCSI disk support is already built in. Building usb-storage and uas as modules makes common USB storage devices available while keeping them out of the base kernel image. The arm64 configuration already enables USB storage and UAS.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Enables x86_64 USB mass-storage and UAS support, matching existing arm64 capabilities.
Changes:
- Enables
CONFIG_USB_STORAGEandCONFIG_USB_UASas modules. - Bumps the kernel package release to 12.
- Refreshes rendered outputs and the kernel lock fingerprint.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
base/comps/kernel/6.18-x86_64-azl.config |
Enables x86_64 USB storage modules. |
base/comps/kernel/kernel.azl.macros |
Bumps package release. |
base/comps/kernel/kernel.spec |
Adds the changelog entry. |
locks/kernel.lock |
Updates the input fingerprint. |
specs/k/kernel/6.18-x86_64-azl.config |
Contains rendered configuration changes. |
specs/k/kernel/kernel.azl.macros |
Contains rendered release bump. |
specs/k/kernel/kernel.spec |
Contains rendered changelog update. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable
CONFIG_USB_STORAGE=mandCONFIG_USB_UAS=mfor x86_64.The x86_64 configuration already builds SCSI disk support. This adds the standard USB mass-storage and USB Attached SCSI transports as modules.
arm64 already enables USB storage and UAS.