* Fri Jan 29 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc5.138]
- v5.11-rc5-239-gbec4c2968fce rebase
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Wed Jan 27 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc5.136]
- v5.11-rc5-37-g2ab38c17aac1 rebase
- New configs in lib/Kconfig.debug (Jeremy Cline)
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Tue Jan 26 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc5.135]
- v5.11-rc5-7-g13391c60da33 rebase
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Mon Jan 25 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.11.0-0.rc5.134]
- v5.11-rc5 rebase
- Fedora 5.11 config updates part 4 ("Justin M. Forbes")
- Fedora 5.11 config updates part 3 ("Justin M. Forbes")
- Fedora 5.11 config updates part 2 ("Justin M. Forbes")
- Update internal (test) module list from RHEL-8 (Joe Lawrence) [1915073]
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Fri Jan 15 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc3.126]
- v5.11-rc3-193-g5ee88057889b rebase
- redhat: avoid conflict with mod-blacklist.sh and released_kernel defined ("Herton R. Krzesinski")
- redhat: handle certificate files conditionally as done for src.rpm ("Herton R. Krzesinski")
- Run MR testing in CKI pipeline (Veronika Kabatova)
- specfile: add {?_smp_mflags} to "make headers_install" in tools/testing/selftests (Denys Vlasenko)
- specfile: add {?_smp_mflags} to "make samples/bpf/" (Denys Vlasenko)
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Wed Jan 13 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc3.124]
- v5.11-rc3-32-ge609571b5ffa rebase
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Fri Jan 08 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc2.119]
- irq: export irq_check_status_bit (Levi Yun)
- Turn off vdso_install for ppc ("Justin M. Forbes")
- Fedora: arm updates for 5.11 and general cross Fedora cleanups (Peter Robinson)
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Wed Jan 06 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc2.117]
- Add gcc-c++ to BuildRequires ("Justin M. Forbes")
- irq: export irq_check_status_bit (Levi Yun)
- Turn off vdso_install for ppc ("Justin M. Forbes")
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Tue Jan 05 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc2.116]
- v5.11-rc2 rebase
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
Update configs: CONFIG_KCSAN added for x86 configs and CONFIG_KASAN_SW_TAGS
added for aarch64 configs. This is required because between last update and now,
gcc 11 was added to rhel9, and probably because it these new configs are now
visible. As there was no setting, the process_configs.sh script started to
report a failure, resulting in a brew build failure.
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Fri Dec 04 2020 Herton R. Krzesinski <herton@redhat.com> [5.10.0-0.rc6.92]
- v5.10-rc6 rebase
Resolves: rhbz#1903802
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* Fri Nov 13 2020 Herton R. Krzesinski <herton@redhat.com> [5.9.0-39]
- Apply patches from 5.9.8 upstream stable update ("Herton R. Krzesinski")
- Drop commit f2ac57a4c49d - "x86/unwind/orc:...", applied now through
5.9.8 update ("Herton R. Krzesinski")
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This change builds kernel-tools from this spec file again.
In order to do that, we had to properly disable LTO and correctly
build bpftool (by enabling CONFIG_DEBUG_INFO_BTF=y).
This is how we want RHEL-9-alpha built now.
Signed-off-by: Don Zickus <dzickus@redhat.com>
Due to auto-syncing the kernel version was pulled to far ahead to
5.10.0 which is still in development. Downgrade to 5.9.0 which
is officially released.
Currently this disables kernel-tools as there are known issues with
LTO and bpftool. This will be corrected later.
Signed-off-by: Don Zickus <dzickus@redhat.com>