Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion base/comps/kernel/6.18-x86_64-azl.config
Original file line number Diff line number Diff line change
Expand Up @@ -5992,7 +5992,9 @@ CONFIG_USB_ACM=m
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; see USB_STORAGE Help for more info
#
# CONFIG_USB_STORAGE is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_UAS=m

#
# USB Imaging devices
Expand Down
2 changes: 1 addition & 1 deletion base/comps/kernel/kernel.azl.macros
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Removed once these defines move directly into kernel.spec.
%_without_debug 1
%_without_selftests 1
%azl_pkgrelease 11
%azl_pkgrelease 12
%kextraversion 1
%nvidia_open_version 595.58.03
3 changes: 3 additions & 0 deletions base/comps/kernel/kernel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4575,6 +4575,9 @@ fi\

# AZL-KMOD-FILES-ANCHOR — do not remove (kmod overlays chain here)
%changelog
* Sun Aug 02 2026 Hayden Barnes <hbarnes@herodevs.com> - 6.18.31-1.12
- feat(kernel): enable x86 USB storage and UAS

* Thu Jul 30 2026 Elaheh Dehghani <edehghani@microsoft.com> - 6.18.31-1.11
- fix(kmod-nvidia-open): move driver version from package name into Version field

Expand Down
2 changes: 1 addition & 1 deletion locks/kernel.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Managed by azldev component update. Do not edit manually.
version = 1
input-fingerprint = 'sha256:66a11bc6b18f36071a7beae396db43de7e723cc207de3a263b75ce33a942683b'
input-fingerprint = 'sha256:6bd09c1c52d7e5e78e20dfd09b3d50e009449b067e76dfdf7e0ec79531ed186f'
resolution-input-hash = 'sha256:466421704711c4fd3c71f0b2ed715a0e61d49e3e26f3a2637fee755795849c8e'
4 changes: 3 additions & 1 deletion specs/k/kernel/6.18-x86_64-azl.config
Original file line number Diff line number Diff line change
Expand Up @@ -5992,7 +5992,9 @@ CONFIG_USB_ACM=m
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; see USB_STORAGE Help for more info
#
# CONFIG_USB_STORAGE is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_UAS=m

#
# USB Imaging devices
Expand Down
2 changes: 1 addition & 1 deletion specs/k/kernel/kernel.azl.macros
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Removed once these defines move directly into kernel.spec.
%_without_debug 1
%_without_selftests 1
%azl_pkgrelease 11
%azl_pkgrelease 12
%kextraversion 1
%nvidia_open_version 595.58.03
3 changes: 3 additions & 0 deletions specs/k/kernel/kernel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4578,6 +4578,9 @@ fi\

# AZL-KMOD-FILES-ANCHOR — do not remove (kmod overlays chain here)
%changelog
* Sun Aug 02 2026 Hayden Barnes <hbarnes@herodevs.com> - 6.18.31-1.12
- feat(kernel): enable x86 USB storage and UAS

* Thu Jul 30 2026 Elaheh Dehghani <edehghani@microsoft.com> - 6.18.31-1.11
- fix(kmod-nvidia-open): move driver version from package name into Version field

Expand Down
Loading