diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-03-08 11:11:22 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-03-08 11:11:22 -0600 |
commit | d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a (patch) | |
tree | bcd1d014f818f176d10d636494653b419ddb5867 /Makefile.rhelver | |
parent | 595bb02d550fc3c2cc56fa99f42178ece9989c9e (diff) | |
download | kernel-d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a.tar.gz kernel-d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a.tar.xz kernel-d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a.zip |
kernel-5.17-0.rc7.ea4424be1688.117
* Tue Mar 08 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc7.ea4424be1688.117]
- redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava)
- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava)
- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava)
- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava)
- redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava)
- redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava)
- redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava)
- redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava)
- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava)
- mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'Makefile.rhelver')
-rw-r--r-- | Makefile.rhelver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver index a67f070f8..7329c144b 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 99 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 116 +RHEL_RELEASE = 117 # # Early y+1 numbering |