kernel-6.18.0-0.rc6.251120g23cb64fb7625.54
* Thu Nov 20 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc6.23cb64fb7625.54] - powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek) - redhat/configs: clang_lto: disable CONFIG_FORTIFY_KUNIT_TEST (Scott Weaver) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
d51fe40b87
commit
26bf5d96c2
45 changed files with 184 additions and 218 deletions
33
kernel.spec
33
kernel.spec
|
|
@ -176,13 +176,13 @@ Summary: The Linux kernel
|
|||
%define specrpmversion 6.18.0
|
||||
%define specversion 6.18.0
|
||||
%define patchversion 6.18
|
||||
%define pkgrelease 0.rc6.251118ge7c375b181600.52
|
||||
%define pkgrelease 0.rc6.251120g23cb64fb7625.54
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.18-rc6-34-ge7c375b181600
|
||||
%define tarfile_release 6.18-rc6-96-g23cb64fb7625
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 18
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc6.251118ge7c375b181600.52%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc6.251120g23cb64fb7625.54%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.18.0
|
||||
|
||||
|
|
@ -3297,7 +3297,7 @@ pushd tools/testing/selftests
|
|||
export CFLAGS="%{build_cflags}"
|
||||
export CXXFLAGS="%{build_cxxflags}"
|
||||
|
||||
%{make} %{?_smp_mflags} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" ARCH=$Arch V=1 TARGETS="bpf cgroup kmod mm net net/can net/forwarding net/mptcp net/netfilter net/packetdrill tc-testing memfd drivers/net drivers/net/hw iommu cachestat pid_namespace rlimits timens pidfd capabilities clone3 exec filesystems firmware landlock mount mount_setattr move_mount_set_group nsfs openat2 proc safesetid seccomp tmpfs uevent vDSO" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install
|
||||
%{make} %{?_smp_mflags} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" ARCH=$Arch V=1 TARGETS="bpf cgroup kmod mm net net/can net/forwarding net/hsr net/mptcp net/netfilter net/packetdrill tc-testing memfd drivers/net drivers/net/hw iommu cachestat pid_namespace rlimits timens pidfd capabilities clone3 exec filesystems firmware landlock mount mount_setattr move_mount_set_group nsfs openat2 proc safesetid seccomp tmpfs uevent vDSO" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install
|
||||
|
||||
# Restore the original level of source fortification
|
||||
%define _fortify_level %{_fortify_level_bak}
|
||||
|
|
@ -3679,6 +3679,12 @@ find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/forwardi
|
|||
find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/forwarding/{} \;
|
||||
find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/forwarding/{} \;
|
||||
popd
|
||||
# install net/hsr selftests
|
||||
pushd tools/testing/selftests/net/hsr
|
||||
find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/hsr/{} \;
|
||||
find -type f -executable -exec install -D -m755 {} %{buildroot}%{_libexecdir}/kselftests/net/hsr/{} \;
|
||||
find -type f ! -executable -exec install -D -m644 {} %{buildroot}%{_libexecdir}/kselftests/net/hsr/{} \;
|
||||
popd
|
||||
# install net/mptcp selftests
|
||||
pushd tools/testing/selftests/net/mptcp
|
||||
find -type d -exec install -d %{buildroot}%{_libexecdir}/kselftests/net/mptcp/{} \;
|
||||
|
|
@ -4506,13 +4512,24 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Nov 18 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.0-0.rc6.251118ge7c375b181600.52]
|
||||
- Linux v6.18.0-0.rc6.251118ge7c375b181600
|
||||
|
||||
* Tue Nov 18 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc6.e7c375b18160.52]
|
||||
* Thu Nov 20 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc6.23cb64fb7625.54]
|
||||
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek)
|
||||
- redhat/configs: clang_lto: disable CONFIG_FORTIFY_KUNIT_TEST (Scott Weaver)
|
||||
|
||||
* Thu Nov 20 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc6.23cb64fb7625.53]
|
||||
- Revert "Removing Obsolete hba pci-ids from rhel8" (Scott Weaver)
|
||||
- rh_messages.h: add missing lpfc devices (Scott Weaver)
|
||||
- redhat/configs: Enable CONFIG_NFSD_V4_2_INTER_SSC in RHEL (Scott Mayhew)
|
||||
- redhat: Package net/hsr selftests (Felix Maurer)
|
||||
- Remove redundant Fedora VFIO overrides (Daniel P. Berrangé)
|
||||
- Enable CONFIG_VFIO_DEVICE_CDEV on Fedora (Daniel P. Berrangé)
|
||||
- redhat/configs: automotive: enable I2C_IMX and dependencies (Jared Kangas)
|
||||
- Linux v6.18.0-0.rc6.23cb64fb7625
|
||||
|
||||
* Wed Nov 19 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc6.8b690556d8fe.52]
|
||||
- Set some late arrival config options for Fedora 6.18 (Justin M. Forbes)
|
||||
- Linux v6.18.0-0.rc6.8b690556d8fe
|
||||
|
||||
* Tue Nov 18 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.18.0-0.rc6.e7c375b18160.51]
|
||||
- Linux v6.18.0-0.rc6.e7c375b18160
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue