diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-28 10:47:43 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-28 10:47:43 -0500 |
commit | a616131ac22d45b75445824b5de79959ceefe320 (patch) | |
tree | 25d7eac6096085fc037892c83afb64433b287105 /Makefile.rhelver | |
parent | 8dbfc48c5c691f38a8c3e3e6c6bcb0fa8d382cf2 (diff) | |
download | kernel-a616131ac22d45b75445824b5de79959ceefe320.tar.gz kernel-a616131ac22d45b75445824b5de79959ceefe320.tar.xz kernel-a616131ac22d45b75445824b5de79959ceefe320.zip |
kernel-5.10.0-0.rc1.20201028gited8780e3f2ec.56
* Wed Oct 28 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc1.20201028gited8780e3f2ec.56]
- Fix LTO issues with kernel-tools (Don Zickus)
- Point pathfix to the new location for gen_compile_commands.py ("Justin M. Forbes")
- Filter out LTO build options from the perl ccopts ("Justin M. Forbes")
- Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 ("Justin M. Forbes")
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 104463fa3..f2cf71d95 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 = 56 +RHEL_RELEASE = 57 # # Early y+1 numbering |