kernel-hci: Update config to enable DM multipath Kernel configurations. (#5951)
This commit is contained in:
parent
37895c10c2
commit
b9ca4e444b
|
@ -5,7 +5,7 @@
|
|||
Summary: Signed Linux Kernel for HCI
|
||||
Name: kernel-hci-signed-%{buildarch}
|
||||
Version: 5.15.123.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -149,6 +149,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
|
|||
%exclude /module_info.ld
|
||||
|
||||
%changelog
|
||||
* Mon Aug 07 2023 Lanze Liu <lanzeliu@microsoft.com> - 5.15.123.1-2
|
||||
- Bump release number to match kernel release.
|
||||
|
||||
* Tue Aug 01 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.123.1-1
|
||||
- Auto-upgrade to 5.15.123.1
|
||||
|
||||
|
|
|
@ -2364,10 +2364,10 @@ CONFIG_DM_MIRROR=m
|
|||
CONFIG_DM_RAID=m
|
||||
CONFIG_DM_ZERO=m
|
||||
CONFIG_DM_MULTIPATH=m
|
||||
# CONFIG_DM_MULTIPATH_QL is not set
|
||||
# CONFIG_DM_MULTIPATH_ST is not set
|
||||
# CONFIG_DM_MULTIPATH_HST is not set
|
||||
# CONFIG_DM_MULTIPATH_IOA is not set
|
||||
CONFIG_DM_MULTIPATH_QL=m
|
||||
CONFIG_DM_MULTIPATH_ST=m
|
||||
CONFIG_DM_MULTIPATH_HST=m
|
||||
CONFIG_DM_MULTIPATH_IOA=m
|
||||
CONFIG_DM_DELAY=m
|
||||
# CONFIG_DM_DUST is not set
|
||||
CONFIG_DM_UEVENT=y
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"cbl-mariner-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0",
|
||||
"config": "f6a002ea7e7f49d0435d27de80739ed5be04cce11d83816fd60af7e98f58cdcb",
|
||||
"config": "fc94887bd411f0bcd0515dedff3887b001f1b6cde060459fa3ccf1d75c095083",
|
||||
"kernel-5.15.123.1.tar.gz": "24ddb0fe18af4595db4d9332387781566ac75bcffde591afe99570f23b6e9ef0"
|
||||
}
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
Summary: Linux Kernel for HCI
|
||||
Name: kernel-hci
|
||||
Version: 5.15.123.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -431,6 +431,14 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
|
|||
%{_sysconfdir}/bash_completion.d/bpftool
|
||||
|
||||
%changelog
|
||||
* Mon Aug 07 2023 Lanze Liu <lanzeliu@microsoft.com> - 5.15.123.1-2
|
||||
- Add patch (0028) to enable DM multipath Kernel configurations
|
||||
- Changed CONFIG options:
|
||||
- Enabled DM multipath QLogic support (`CONFIG_DM_MULTIPATH_QL=m`)
|
||||
- Enabled DM multipath SCSI device handler (`CONFIG_DM_MULTIPATH_ST=m`)
|
||||
- Enabled DM multipath hardware-specific module (`CONFIG_DM_MULTIPATH_HST=m`)
|
||||
- Enabled DM multipath I/O ASCII storage (`CONFIG_DM_MULTIPATH_IOA=m`)
|
||||
|
||||
* Tue Aug 01 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.123.1-1
|
||||
- Auto-upgrade to 5.15.123.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue