* Mon Feb 01 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc6.141]
- v5.11-rc6 rebase
- Remove bpf-helpers.7 from bpftool package (Jiri Olsa)
- [redhat] Makefile: consolidate rpmbuild cmds into one target (Ben Crocker)
- New configs in lib/Kconfig.debug (Fedora Kernel Team)
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* 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>
* Thu Jan 28 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc5.137]
- v5.11-rc5-40-g76c057c84d28 rebase
- Turn off CONFIG_VIRTIO_CONSOLE for s390x zfcpdump (Justin M. Forbes)
- Keep VIRTIO_CONSOLE on s390x available. (Jakub Čajka)
- New configs in drivers/clk (Justin M. Forbes)
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 22 2021 Herton R. Krzesinski <herton@redhat.com> [5.11.0-0.rc4.133]
- v5.11-rc4-164-g83d09ad4b950 rebase
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
* 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>
Add back CONFIG_KASAN_HW_TAGS setting to kernel-aarch64-debug-rhel.config,
but now with not set state, it's needed for the aarch64 build.
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
Drop CONFIG_KASAN_HW_TAGS change from kernel-aarch64-debug-rhel.config, to
avoid this build failure:
+ ./process_configs.sh -w -n -c kernel 5.11.0
Processing
/builddir/build/BUILD/kernel-5.11.0-0.rc2.116/linux-5.11.0-0.rc2.116.el9.x86_64/configs/kernel-5.11.0-aarch64-debug.config
... Found misconfigured config items, please set them to an appropriate value
/builddir/build/BUILD/kernel-5.11.0-0.rc2.116/linux-5.11.0-0.rc2.116.el9.x86_64/configs/kernel-5.11.0-aarch64-debug.config.orig:2601:warning:
override: KASAN_HW_TAGS changes choice state
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>
* 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>