* Mon Jan 18 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc4.129]
- v5.11-rc4 rebase
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>
* Thu Jan 14 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc3.125]
- v5.11-rc3-68-g65f0d2414b70 rebase
- build system: run parallel make for bpf and kselftests install (Denys Vlasenko)
- Use cross_arm to compile kernel-ark on copr for armhfp (Nicolas Chauvet)
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>
* 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>
* Mon Nov 16 2020 Herton R. Krzesinski <herton@redhat.com> [5.9.0-40]
- Fix boot issue/failure to load modules due mismatch between kernel SUBLEVEL
number and directory we install modules due the rpm version, after applying
the upstream stable update patch in previous release ("Herton R. Krzesinski")
[1898144]
Resolves: rhbz#1898144
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>
Joe Lawrence reports that a fix is needed for livepatch/stack tracing behavior
in v5.9, this commit adds the needed fix. This is already in 5.10 tree, so when
we sync again from source git for 5.10 we will not loose it.
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>