Skip to content

feat(kernel): enable x86 USB storage and UAS - #18287

Open
sirredbeard wants to merge 1 commit into
microsoft:4.0from
sirredbeard:enable-x86-usb-storage
Open

feat(kernel): enable x86 USB storage and UAS#18287
sirredbeard wants to merge 1 commit into
microsoft:4.0from
sirredbeard:enable-x86-usb-storage

Conversation

@sirredbeard

Copy link
Copy Markdown

Enable CONFIG_USB_STORAGE=m and CONFIG_USB_UAS=m for 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.

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.
Copilot AI review requested due to automatic review settings August 2, 2026 23:32
@sirredbeard
sirredbeard requested a review from a team as a code owner August 2, 2026 23:32
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables x86_64 USB mass-storage and UAS support, matching existing arm64 capabilities.

Changes:

  • Enables CONFIG_USB_STORAGE and CONFIG_USB_UAS as 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.

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