|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
%global _binary_payload w3T.xzdio
|
|
|
|
|
|
|
|
|
|
# Define the version of the Linux Kernel Archive tarball.
|
|
|
|
|
%global LKAver 6.10.4
|
|
|
|
|
%global LKAver 6.12.1
|
|
|
|
|
|
|
|
|
|
# Define the buildid, if required.
|
|
|
|
|
#global buildid .local
|
|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Set pkg_release.
|
|
|
|
|
%global pkg_release 1%{?buildid}%{?dist}.inferit
|
|
|
|
|
%global pkg_release 1%{?buildid}%{?dist}
|
|
|
|
|
|
|
|
|
|
# Architectures upon which we can sign the kernel
|
|
|
|
|
# for secure boot authentication.
|
|
|
|
@ -55,6 +55,13 @@
|
|
|
|
|
%global signmodules 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
### BCAT
|
|
|
|
|
# Further investigation is required before these features
|
|
|
|
|
# are enabled for the ELRepo Project kernels.
|
|
|
|
|
%global signkernel 0
|
|
|
|
|
%global signmodules 0
|
|
|
|
|
### BCAT
|
|
|
|
|
|
|
|
|
|
# Compress modules on all architectures that build modules.
|
|
|
|
|
%ifarch x86_64 || aarch64
|
|
|
|
|
%global zipmodules 1
|
|
|
|
@ -223,7 +230,7 @@ Source4: config-%{version}-aarch64
|
|
|
|
|
|
|
|
|
|
Source20: mod-denylist.sh
|
|
|
|
|
Source21: mod-sign.sh
|
|
|
|
|
Source23: x509.genkey.rhel
|
|
|
|
|
Source23: x509.genkey
|
|
|
|
|
Source26: mod-extra.list
|
|
|
|
|
|
|
|
|
|
Source34: filter-x86_64.sh
|
|
|
|
@ -242,11 +249,12 @@ Source2000: cpupower.service
|
|
|
|
|
Source2001: cpupower.config
|
|
|
|
|
Source2002: kvm_stat.logrotate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{signkernel}
|
|
|
|
|
%define secureboot_ca_0 %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
|
|
|
|
|
%define secureboot_key_0 %{_datadir}/pki/sb-certs/secureboot-kernel-%{_arch}.cer
|
|
|
|
|
|
|
|
|
|
%define pesign_name_0 spheresecureboot001
|
|
|
|
|
%define pesign_name_0 redhatsecureboot501
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -333,6 +341,12 @@ Obsoletes: cpufrequtils < 1:009-0.6.p1
|
|
|
|
|
Provides: cpufrequtils = 1:009-0.6.p1
|
|
|
|
|
Obsoletes: cpuspeed < 1:1.5-16
|
|
|
|
|
Requires: %{name}-tools-libs = %{version}-%{release}
|
|
|
|
|
%if "%{name}" == "kernel-ml"
|
|
|
|
|
Conflicts: kernel-lt-tools
|
|
|
|
|
%else
|
|
|
|
|
# it's kernel-lt
|
|
|
|
|
Conflicts: kernel-ml-tools
|
|
|
|
|
%endif
|
|
|
|
|
%define __requires_exclude ^%{_bindir}/python
|
|
|
|
|
%description -n %{name}-tools
|
|
|
|
|
This package contains the tools/ directory from the Linux kernel
|
|
|
|
@ -343,6 +357,12 @@ Summary: Libraries for the %{name}-tools.
|
|
|
|
|
License: GPLv2
|
|
|
|
|
Obsoletes: kernel-tools-libs < %{version}
|
|
|
|
|
Provides: kernel-tools-libs = %{version}-%{release}
|
|
|
|
|
%if "%{name}" == "kernel-ml"
|
|
|
|
|
Conflicts: kernel-lt-tools-libs
|
|
|
|
|
%else
|
|
|
|
|
# it's kernel-lt
|
|
|
|
|
Conflicts: kernel-ml-tools-libs
|
|
|
|
|
%endif
|
|
|
|
|
%description -n %{name}-tools-libs
|
|
|
|
|
This package contains the libraries built from the tools/ directory
|
|
|
|
|
of the Linux kernel source.
|
|
|
|
@ -357,6 +377,12 @@ Provides: cpupowerutils-devel = 1:009-0.6.p1
|
|
|
|
|
Provides: %{name}-tools-devel
|
|
|
|
|
Requires: %{name}-tools-libs = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-tools = %{version}-%{release}
|
|
|
|
|
%if "%{name}" == "kernel-ml"
|
|
|
|
|
Conflicts: kernel-lt-tools-libs-devel
|
|
|
|
|
%else
|
|
|
|
|
# it's kernel-lt
|
|
|
|
|
Conflicts: kernel-ml-tools-libs-devel
|
|
|
|
|
%endif
|
|
|
|
|
%description -n %{name}-tools-libs-devel
|
|
|
|
|
This package contains the development files for the tools/ directory
|
|
|
|
|
of the Linux kernel source.
|
|
|
|
@ -585,7 +611,7 @@ openssl x509 -inform der -in %{SOURCE100} -out rheldup3.pem
|
|
|
|
|
openssl x509 -inform der -in %{SOURCE101} -out rhelkpatch1.pem
|
|
|
|
|
openssl x509 -inform der -in %{SOURCE102} -out rhelimaca1.pem
|
|
|
|
|
|
|
|
|
|
cat rheldup3.pem rhelkpatch1.pem rhelimaca1.pem > certs/rhel.pem
|
|
|
|
|
cat rheldup3.pem rhelkpatch1.pem > certs/rhel.pem
|
|
|
|
|
for i in config-%{version}-*; do
|
|
|
|
|
sed -i 's@CONFIG_SYSTEM_TRUSTED_KEYS="*"@CONFIG_SYSTEM_TRUSTED_KEYS="certs/rhel.pem"@' $i
|
|
|
|
|
done
|
|
|
|
@ -613,7 +639,7 @@ cp config-%{version}-%{_target_cpu} .config
|
|
|
|
|
%{__make} -s ARCH=%{bldarch} oldconfig
|
|
|
|
|
|
|
|
|
|
%if %{signkernel} || %{signmodules}
|
|
|
|
|
cp %{SOURCE23} certs/x509.genkey
|
|
|
|
|
cp %{SOURCE23} certs/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with_std}
|
|
|
|
@ -709,7 +735,7 @@ popd > /dev/null
|
|
|
|
|
%define __modsign_install_post \
|
|
|
|
|
if [ "%{signmodules}" -eq "1" ]; then \
|
|
|
|
|
if [ "%{with_std}" -ne "0" ]; then \
|
|
|
|
|
%{SOURCE21} linux-%{version}-%{release}.x86_64/certs/signing_key.pem.sign linux-%{version}-%{release}.x86_64/certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
|
|
|
|
|
%{SOURCE21} certs/signing_key.pem.sign certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
|
|
|
|
|
fi \
|
|
|
|
|
fi \
|
|
|
|
|
if [ "%{zipmodules}" -eq "1" ]; then \
|
|
|
|
@ -861,7 +887,7 @@ cp -a --parents tools/include/tools/le_byteshift.h $RPM_BUILD_ROOT/lib/modules/%
|
|
|
|
|
cp -a --parents tools/include/linux/compiler* $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
cp -a --parents tools/include/linux/types.h $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
cp -a --parents tools/build/Build.include $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
cp --parents tools/build/Build $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
# cp --parents tools/build/Build $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
cp --parents tools/build/fixdep.c $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
cp --parents tools/objtool/sync-check.sh $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
|
cp -a --parents tools/bpf/resolve_btfids $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/build
|
|
|
|
@ -1087,11 +1113,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-keys/%{KVERREL}
|
|
|
|
|
install -m 0644 %{secureboot_ca_0} $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-keys/%{KVERREL}/kernel-signing-ca.cer
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
# Red Hat IMA code-signing cert, which is used to authenticate package files
|
|
|
|
|
install -m 0644 %{ima_signing_cert} $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-keys/$KernelVer/%{ima_cert_name}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{signmodules}
|
|
|
|
|
# Save the signing keys so that we can sign the modules in __modsign_install_post.
|
|
|
|
|
cp certs/signing_key.pem certs/signing_key.pem.sign
|
|
|
|
@ -1473,7 +1494,6 @@ fi
|
|
|
|
|
/lib/modules/%{KVERREL}%{?3:+%{3}}/weak-updates\
|
|
|
|
|
/lib/modules/%{KVERREL}%{?3:+%{3}}/systemtap\
|
|
|
|
|
%{_datadir}/doc/%{name}-keys/%{KVERREL}%{?3:+%{3}}\
|
|
|
|
|
%{_datadir}/doc/%{name}-keys/ima.cer\
|
|
|
|
|
%if %{1}\
|
|
|
|
|
/lib/modules/%{KVERREL}%{?3:+%{3}}/vdso\
|
|
|
|
|
%endif\
|
|
|
|
@ -1494,23 +1514,281 @@ fi
|
|
|
|
|
%kernel_ml_variant_files %{_use_vdso} %{with_std}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.10.4-1.inferit
|
|
|
|
|
- Update to 6.10.4
|
|
|
|
|
* Tue Dec 3 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 6.12.1-1
|
|
|
|
|
- Rebuild for MSVSphere 9.5
|
|
|
|
|
|
|
|
|
|
* Fri Nov 22 2024 Akemi Yagi <toracat@elrepo.org> - 6.12.1-1
|
|
|
|
|
- Updated with the 6.12.1 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.1]
|
|
|
|
|
- Enabled DRBD
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1492]
|
|
|
|
|
|
|
|
|
|
* Sun Nov 17 2024 Akemi Yagi <toracat@elrepo.org> - 6.12.0-1
|
|
|
|
|
- Updated with the 6.12 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12]
|
|
|
|
|
|
|
|
|
|
* Sun Nov 17 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.9-1
|
|
|
|
|
- Updated with the 6.11.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.9]
|
|
|
|
|
|
|
|
|
|
* Thu Nov 14 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.8-1
|
|
|
|
|
- Updated with the 6.11.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.8]
|
|
|
|
|
|
|
|
|
|
* Fri Nov 08 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.7-1
|
|
|
|
|
- Updated with the 6.11.7 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.7]
|
|
|
|
|
|
|
|
|
|
* Thu Oct 31 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.6-1
|
|
|
|
|
- Updated with the 6.11.6 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.6]
|
|
|
|
|
|
|
|
|
|
* Tue Oct 22 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.5-1
|
|
|
|
|
- Updated with the 6.11.5 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.5]
|
|
|
|
|
|
|
|
|
|
* Thu Oct 17 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.4-1
|
|
|
|
|
- Updated with the 6.11.4 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.4]
|
|
|
|
|
|
|
|
|
|
* Thu Oct 10 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.3-1
|
|
|
|
|
- Updated with the 6.11.3 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.3]
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.2-1
|
|
|
|
|
- Updated with the 6.11.2 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.2]
|
|
|
|
|
|
|
|
|
|
* Mon Sep 30 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.1-1
|
|
|
|
|
- Updated with the 6.11.1 source tarball.
|
|
|
|
|
- Config mods as requested
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1483] x86_64 only
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1484] aarch64 only
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.1]
|
|
|
|
|
|
|
|
|
|
* Sun Sep 15 2024 Akemi Yagi <toracat@elrepo.org> - 6.11.0-1
|
|
|
|
|
- Updated with the 6.11 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11]
|
|
|
|
|
|
|
|
|
|
* Thu Sep 12 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.10-1
|
|
|
|
|
- Updated with the 6.10.10 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.10]
|
|
|
|
|
|
|
|
|
|
* Sun Sep 08 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.9-1
|
|
|
|
|
- Updated with the 6.10.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.9]
|
|
|
|
|
- Add conflicts to -tools sections
|
|
|
|
|
|
|
|
|
|
* Wed Sep 04 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.8-1
|
|
|
|
|
- Updated with the 6.10.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.8]
|
|
|
|
|
|
|
|
|
|
* Thu Aug 29 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.7-1
|
|
|
|
|
- Updated with the 6.10.7 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.7]
|
|
|
|
|
|
|
|
|
|
* Sun Aug 18 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.6-1
|
|
|
|
|
- Updated with the 6.10.6 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.6]
|
|
|
|
|
- Add OCP TimeCard driver support
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1475]
|
|
|
|
|
|
|
|
|
|
* Wed Aug 14 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.5-1
|
|
|
|
|
- Updated with the 6.10.5 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.5]
|
|
|
|
|
|
|
|
|
|
* Sun Aug 11 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.4-1
|
|
|
|
|
- Updated with the 6.10.4 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.4]
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.3-1
|
|
|
|
|
- Updated with the 6.10.3 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.3]
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.2-1
|
|
|
|
|
- Updated with the 6.10.2 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.2]
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.1-1
|
|
|
|
|
- Updated with the 6.10.1 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10.1]
|
|
|
|
|
- Enable MEI modules
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1470]
|
|
|
|
|
|
|
|
|
|
* Sun Jul 14 2024 Akemi Yagi <toracat@elrepo.org> - 6.10.0-1
|
|
|
|
|
- Updated with the 6.10 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.10]
|
|
|
|
|
|
|
|
|
|
* Thu Jul 11 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.9-1
|
|
|
|
|
- Updated with the 6.9.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.9]
|
|
|
|
|
|
|
|
|
|
* Fri Jul 05 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.8-1
|
|
|
|
|
- Updated with the 6.9.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.8]
|
|
|
|
|
- Enabled CONFIG_UNICODE
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1467]
|
|
|
|
|
|
|
|
|
|
* Thu Jun 27 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.7-1
|
|
|
|
|
- Updated with the 6.9.7 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.7]
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.6-1
|
|
|
|
|
- Updated with the 6.9.6 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.6]
|
|
|
|
|
|
|
|
|
|
* Sun Jun 16 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.5-1
|
|
|
|
|
- Updated with the 6.9.5 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.5]
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.4-1
|
|
|
|
|
- Updated with the 6.9.4 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.4]
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.3-1
|
|
|
|
|
- Updated with the 6.9.3 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.3]
|
|
|
|
|
|
|
|
|
|
* Sat May 25 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.2-1
|
|
|
|
|
- Updated with the 6.9.2 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.2]
|
|
|
|
|
|
|
|
|
|
* Sun May 19 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.1-3
|
|
|
|
|
- Enable CONFIG_CORESIGHT=m
|
|
|
|
|
|
|
|
|
|
* Sat May 18 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.1-2
|
|
|
|
|
- Config corrected [https://elrepo.org/bugs/view.php?id=1452]
|
|
|
|
|
|
|
|
|
|
* Fri May 17 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.1-1
|
|
|
|
|
- Updated with the 6.9.1 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9.1]
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2024 Akemi Yagi <toracat@elrepo.org> - 6.9.0-1
|
|
|
|
|
- Updated with the 6.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.9]
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.9-1
|
|
|
|
|
- Updated with the 6.8.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.9]
|
|
|
|
|
|
|
|
|
|
* Sat Apr 27 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.8-1
|
|
|
|
|
- Updated with the 6.8.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.8]
|
|
|
|
|
|
|
|
|
|
* Wed Apr 17 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.7-1
|
|
|
|
|
- Updated with the 6.8.7 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.7]
|
|
|
|
|
|
|
|
|
|
* Sat Apr 13 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.6-1
|
|
|
|
|
- Updated with the 6.8.6 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.6]
|
|
|
|
|
|
|
|
|
|
* Wed Apr 10 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.5-1
|
|
|
|
|
- Updated with the 6.8.5 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.5]
|
|
|
|
|
|
|
|
|
|
* Thu Apr 04 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.4-1
|
|
|
|
|
- Updated with the 6.8.4 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.4]
|
|
|
|
|
|
|
|
|
|
* Wed Apr 03 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.3-1
|
|
|
|
|
- Updated with the 6.8.3 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.3]
|
|
|
|
|
|
|
|
|
|
* Tue Mar 26 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.2-1]
|
|
|
|
|
- Updated with the 6.8.2 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.2]
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.1-1]
|
|
|
|
|
- Updated with the 6.8.1 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8.1]
|
|
|
|
|
|
|
|
|
|
* Sun Mar 10 2024 Akemi Yagi <toracat@elrepo.org> - 6.8.0-1]
|
|
|
|
|
- Updated with the 6.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.8]
|
|
|
|
|
|
|
|
|
|
* Wed Mar 06 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.9-1
|
|
|
|
|
- Updated with the 6.7.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.9]
|
|
|
|
|
|
|
|
|
|
* Sat Mar 02 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.8-1
|
|
|
|
|
- Updated with the 6.7.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.8]
|
|
|
|
|
|
|
|
|
|
* Fri Mar 01 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.7-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.7]
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.6-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.6]
|
|
|
|
|
- Enable CONFIG_NFS_V2
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1431]
|
|
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.5-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.5]
|
|
|
|
|
|
|
|
|
|
* Mon Feb 05 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.4-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.4]
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.3-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.3]
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.2-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.2]
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.1-2
|
|
|
|
|
- Enable SND_SOC_INTEL_SOUNDWIRE_SOF_MACH (x86_64)
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1421]
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.1-1
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7.1]
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.0-3
|
|
|
|
|
- Enable UDMABUF
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1415]
|
|
|
|
|
|
|
|
|
|
* Tue Jan 09 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.0-2
|
|
|
|
|
- Enable bcachefs filesystem support
|
|
|
|
|
[https://elrepo.org/bugs/view.php?id=1414]
|
|
|
|
|
|
|
|
|
|
* Sun Jan 07 2024 Akemi Yagi <toracat@elrepo.org> - 6.7.0-1
|
|
|
|
|
- Updated with the 6.7 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.7]
|
|
|
|
|
|
|
|
|
|
* Fri Jan 05 2024 Akemi Yagi <toracat@elrepo.org> - 6.6.10-1
|
|
|
|
|
- Updated with the 6.6.10 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.10]
|
|
|
|
|
|
|
|
|
|
* Mon Jan 01 2024 Akemi Yagi <toracat@elrepo.org> - 6.6.9-1
|
|
|
|
|
- Updated with the 6.6.9 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.9]
|
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.8-1
|
|
|
|
|
- Updated with the 6.6.8 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.8]
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.7-1
|
|
|
|
|
- Updated with the 6.6.7 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.7]
|
|
|
|
|
|
|
|
|
|
* Wed May 8 2024 Arkady L. Shane <ashejn@msvsphere.ru> - 6.8.9-1.inferit
|
|
|
|
|
- Update to 6.8.9
|
|
|
|
|
* Mon Dec 11 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.6-1
|
|
|
|
|
- Updated with the 6.6.6 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.6]
|
|
|
|
|
|
|
|
|
|
* Wed Dec 27 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 6.6.8-1.inferit
|
|
|
|
|
- Update to 6.6.8
|
|
|
|
|
* Fri Dec 08 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.5-1
|
|
|
|
|
- Updated with the 6.6.5 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.5]
|
|
|
|
|
|
|
|
|
|
* Sat Nov 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 6.6.2-1.inferit
|
|
|
|
|
- Update to 6.6.2
|
|
|
|
|
* Sun Dec 03 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.4-1
|
|
|
|
|
- Updated with the 6.6.4 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.4]
|
|
|
|
|
|
|
|
|
|
* Sun Nov 12 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 6.6.1-1.inferit
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
* Tue Nov 28 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.3-1
|
|
|
|
|
- Updated with the 6.6.3 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.3]
|
|
|
|
|
|
|
|
|
|
* Sun Nov 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.6.1-1.inferit
|
|
|
|
|
- Apply MSVSphere certs
|
|
|
|
|
* Mon Nov 20 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.2-1
|
|
|
|
|
- Updated with the 6.6.2 source tarball.
|
|
|
|
|
- [https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.2]
|
|
|
|
|
|
|
|
|
|
* Wed Nov 08 2023 Akemi Yagi <toracat@elrepo.org> - 6.6.1-1
|
|
|
|
|
- Updated with the 6.6.1 source tarball.
|