summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-23 16:34:01 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-23 16:34:01 -0500
commit6eb15e4d5d5c6d68a03bc9f42fd508e1e2523e55 (patch)
treef0571d2e055f26aa2c5a5701f779281987020bec /kernel.spec
parentea07b7aad97f41bb4b451fc80bd3f102f0440053 (diff)
downloadkernel-6eb15e4d5d5c6d68a03bc9f42fd508e1e2523e55.tar.gz
kernel-6eb15e4d5d5c6d68a03bc9f42fd508e1e2523e55.tar.xz
kernel-6eb15e4d5d5c6d68a03bc9f42fd508e1e2523e55.zip
kernel-5.17-300
* Wed Mar 23 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17-300] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) - Turn on RANDOM_TRUST_BOOTLOADER (Justin M. Forbes) - Revert "PCI/MSI: Mask MSI-X vectors only on success" (Justin M. Forbes) - Define SNAPSHOT correctly for VERSION_ON_UPSTREAM=0 (Justin M. Forbes) - Config fixups after some RHEL specific patches were reverted (Justin M. Forbes) - Basic Fedora Branch setup (Justin M. Forbes) - Reset Makefile.rhelver for the 5.18 cycle (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 222235cc5..1e86c8014 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -3019,7 +3019,9 @@ fi
#
#
%changelog
-* Tue Mar 22 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17-300]
+* Wed Mar 23 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17-300]
+- mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
+- Turn on RANDOM_TRUST_BOOTLOADER (Justin M. Forbes)
- Revert "PCI/MSI: Mask MSI-X vectors only on success" (Justin M. Forbes)
- Define SNAPSHOT correctly for VERSION_ON_UPSTREAM=0 (Justin M. Forbes)
- Config fixups after some RHEL specific patches were reverted (Justin M. Forbes)