Compare commits

..

174 Commits

Author SHA1 Message Date
David Abdurachmanov 7bd1e31739
Enable selftests and bpftool on riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-14 09:13:36 +02:00
David Abdurachmanov c236be83b2
Merge remote-tracking branch 'up/f33' into f33-riscv64-v2
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-13 08:41:27 +02:00
Justin M. Forbes f222378c29
kernel-5.14.18-1
* Fri Nov 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.18-1]
- usb: xhci: tegra: Check padctrl interrupt presence in device tree (Dmitry Osipenko)
- Input: i8042 - Add quirk for Fujitsu Lifebook T725 (Takashi Iwai)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-11-12 10:25:31 -06:00
David Abdurachmanov 6fdd2db7c2
Disable bpftool on riscv64
This is the actual failing line mentioned in the previous commit.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-09 10:54:44 +02:00
David Abdurachmanov 446707818c
Disable bpftool (via kernel selftests) on riscv64
This is new compared to v5.10 kernel (last one we built for riscv64).

This is only disabled for armv7hl in Fedora upstream. This failed on
riscv64:

[..]
+ bpftool btf dump file vmlinux format c
Error: failed to load BTF from vmlinux: Invalid argument
error: Bad exit status from /var/tmp/rpm-tmp.Hsyyvw (%build)
[..]

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-09 06:57:48 +02:00
David Abdurachmanov 2d7fb8ad11
Update riscv64 configs
[..]
Found CONFIG_SYSFS_SYSCALL=y after generation, had CONFIG_SYSFS_SYSCALL=is not set in Source tree
Found CONFIG_SND_SOC_AC97_BUS=y after generation, had CONFIG_SND_SOC_AC97_BUS=is not set in Source tree
Found CONFIG_SND_SOC_WM8804=m after generation, had CONFIG_SND_SOC_WM8804=is not set in Source tree
Found CONFIG_RTC_DRV_GOLDFISH=y after generation, had CONFIG_RTC_DRV_GOLDFISH=is not set in Source tree
Found CONFIG_RPMSG=m after generation, had CONFIG_RPMSG=is not set in Source tree
error: Bad exit status from /var/tmp/rpm-tmp.JchKqw (%prep)
[..]

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-08 18:56:19 +02:00
David Abdurachmanov e80c0dc114
Update riscv64 configs
[..]
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
error: Bad exit status from /var/tmp/rpm-tmp.KTsADt (%prep)
[..]

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-08 17:40:55 +02:00
David Abdurachmanov 61ff6900ec
Update riscv64 configs
[..]
CONFIG_NUMA_BALANCING=n
CONFIG_NODES_SHIFT=2
CONFIG_MMC_DW_PLTFM=m
CONFIG_MMC_DW_EXYNOS=n
CONFIG_MMC_DW_HI3798CV200=n
CONFIG_MMC_DW_K3=n
CONFIG_MMC_DW_PCI=n
error: Bad exit status from /var/tmp/rpm-tmp.7jhc2u (%prep)
[..]

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-08 16:57:17 +02:00
David Abdurachmanov 23afda0dfd
Update riscv64 configs
[..]
CONFIG_NUMA=n
CONFIG_PHYS_RAM_BASE_FIXED=n
CONFIG_XIP_KERNEL=n
CONFIG_EFI_VARS_PSTORE=y
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
CONFIG_EFI_BOOTLOADER_CONTROL=n
CONFIG_EFI_CAPSULE_LOADER=n
CONFIG_VMAP_STACK=y
CONFIG_RPMSG_WWAN_CTRL=n
CONFIG_SND_SOC_RT5640=n
CONFIG_MMC_DW=n
CONFIG_DEV_DAX=n
error: Bad exit status from /var/tmp/rpm-tmp.lWPxrt (%prep)
    Bad exit status from /var/tmp/rpm-tmp.lWPxrt (%prep)
[..]

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-08 15:51:45 +02:00
Justin M. Forbes c526017ddd
kernel-5.14.17-1
* Mon Nov 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.17-1]
- btrfs: fix memory ordering between normal and ordered work functions (Nikolay Borisov)
- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-11-08 07:39:52 -06:00
David Abdurachmanov d491ffb2b7
Add support for RISC-V (riscv64)
This is an attempt to move from v5.10 - v5.14 and later to v5.15 using
kernel-ark.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-11-08 13:43:25 +02:00
Justin M. Forbes 50ad15a0dc
kernel-5.14.16-1
* Wed Nov 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.16-1]
- Update release for usb fix rebuild (Justin M. Forbes)
- Revert "xhci: Set HCD flag to defer primary roothub registration" (Justin M. Forbes)
- Revert "usb: core: hcd: Add support for deferring roothub registration" (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-11-03 08:34:53 -05:00
Justin M. Forbes c529d83d76
kernel-5.14.16-0
* Tue Nov 02 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.16-0]
- Changelog entry for 5.14.15 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-11-02 16:08:27 -05:00
Justin M. Forbes 85ac641a5a
kernel-5.14.15-100
* Wed Oct 27 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.15-100]
- Changelog entry for 5.14.15 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-27 10:33:15 -05:00
Justin M. Forbes d974843d6b
kernel-5.14.14-0
* Wed Oct 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.14-0]
- autofs: fix wait name hash calculation in autofs_wait() (Ian Kent)
- Fix up quirk to match upstream (Justin M. Forbes)
- Re-enable CONFIG_RDMA_RXE for Fedora (Justin M. Forbes)
- Fix up backport of Dell XPS 9710 quirk (Justin M. Forbes)
- Fix changelog missing entries (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-20 10:51:34 -05:00
Justin M. Forbes e5eedd2e3f
Fix up backport for Dell XPS 9710 quirk
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-18 06:56:59 -05:00
Justin M. Forbes 1548053b71
kernel-5.14.13-100
* Sun Oct 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.13-100]
- Fix changelog missing entries (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-17 11:01:44 -05:00
Justin M. Forbes cbdf08b91c
kernel-5.14.12-0
* Wed Oct 13 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.12-0]
- Linux v5.14.12
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-13 08:52:11 -05:00
Justin M. Forbes 448648890b
kernel-5.14.11-0
* Sun Oct 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.11-0]
- Linux v5.14.11
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-10 09:11:25 -05:00
Justin M. Forbes 3623561c3a
kernel-5.14.10-0
* Thu Oct 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.10-0]
- Revert "net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings" (Peter Robinson)
- e100e: Fix packet loss issues seen on Intel network controller (Mark Pearson)
- bpf: Fix integer overflow in prealloc_elems_and_freelist() (Tatsuhiko Yasumatsu)
- Revert "acpi: prefer booting with ACPI over DTS" (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-10-07 15:38:33 -05:00
Justin M. Forbes 4e7550243d
kernel-5.14.9-0
* Thu Sep 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.9-0]
- Revert "block, bfq: honor already-setup queue merges" (Jens Axboe)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-30 06:34:43 -05:00
Justin M. Forbes 1b1824e1f4
kernel-5.14.8-0
* Mon Sep 27 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.8-0]
- thermal/drivers/int340x: Do not set a wrong tcc offset on resume (Antoine Tenart)
Resolves: rhbz# 1992706

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-27 09:18:23 -05:00
Justin M. Forbes 52ad9e99ff
kernel-5.14.7-0
* Wed Sep 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.7-0]
- Add Fedora 34 and 33 to release_targets (Justin M. Forbes)
- Strip [redhat] entries from changelog (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-22 09:45:36 -05:00
Justin M. Forbes de5e773029
kernel-5.13.19-100
* Sat Sep 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.19-100]
- kernel-5.13.19-0 (Justin M. Forbes)
- drm/i915/display/psr: Disable DC3CO when the PSR2 is used (Gwan-gyeong Mun)

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-18 11:09:54 -05:00
Justin M. Forbes 5f8ea3dba2
Add Intel patch from Lyude's MR
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-16 15:49:19 -05:00
Justin M. Forbes cd7ebee28b
kernel-5.13.18-100
* Thu Sep 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.18-100]
- kernel-5.13.18-0 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-16 10:05:21 -05:00
Justin M. Forbes be77a85299
kernel-5.13.17-100
* Wed Sep 15 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.17-100]
- kernel-5.13.17-0 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-15 07:25:36 -05:00
Justin M. Forbes cb50491e43
kernel-5.13.16-100
* Mon Sep 13 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.16-100]
- kernel-5.13.16-0 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-13 07:13:26 -05:00
Justin M. Forbes 3bd0a10ca2
kernel-5.13.15-100
* Wed Sep 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.15-100]
- kernel-5.13.15-0 (Justin M. Forbes)
Resolves: rhbz# 2001951,2001952

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-08 10:29:04 -05:00
Justin M. Forbes 4c9f81c1a2
kernel-5.13.14-100
* Fri Sep 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.14-100]
- kernel-5.13.14-0 (Justin M. Forbes)
Resolves: rhbz#1997720

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-09-03 10:14:27 -05:00
Justin M. Forbes 11aa66943d
kernel-5.13.13-100
* Thu Aug 26 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.13-100]
- kernel-5.13.13-0 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-26 11:49:50 -05:00
Justin M. Forbes c1ddcd83ad
kernel-5.13.12-100
* Wed Aug 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.12-100]
- kernel-5.13.12-0 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-18 08:04:34 -05:00
Justin M. Forbes d7687b4cdb
kernel-5.13.11-100
* Tue Aug 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.11-100]
- kernel-5.13.11-0 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-17 10:19:48 -05:00
Justin M. Forbes cb6a6ba4e1
kernel-5.13.10-100
* Thu Aug 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.10-100]
- bpf: Fix integer overflow involving bucket_size (Tatsuhiko Yasumatsu)
- kernel-5.13.10-0 (Justin M. Forbes)
- Fix up backport of Dell XPS 9710 quirk (Justin M. Forbes)
- ASoC: Intel: sof_sdw_max98373: remove useless inits (Pierre-Louis Bossart)
- ASoC: Intel: update sof_pcm512x quirks (Pierre-Louis Bossart)
- ASoC: SOF: Intel: Use DMI string to search for adl_mx98373_rt5682 variant (jairaj arava)
- ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 (Pierre-Louis Bossart)
Resolves: rhbz#1993190,1993191

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-12 11:01:12 -05:00
Justin M. Forbes 81a6b6c62e
kernel-5.13.10-100
* Thu Aug 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.10-100]
- kernel-5.13.10-0 (Justin M. Forbes)
- Fix up backport of Dell XPS 9710 quirk (Justin M. Forbes)
- ASoC: Intel: sof_sdw_max98373: remove useless inits (Pierre-Louis Bossart)
- ASoC: Intel: update sof_pcm512x quirks (Pierre-Louis Bossart)
- ASoC: SOF: Intel: Use DMI string to search for adl_mx98373_rt5682 variant (jairaj arava)
- ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 (Pierre-Louis Bossart)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-12 08:57:14 -05:00
Justin M. Forbes def41da9f8
kernel-5.13.9-100
* Sun Aug 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.9-100]
- kernel-5.13.9-0 (Justin M. Forbes)
- drm/i915/dp: Use max params for older panels (Kai-Heng Feng)
- pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko)
Resolves: rhbz#1965645

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-08 09:15:37 -05:00
Justin M. Forbes db89967185
kernel-5.13.8-100
* Wed Aug 04 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.8-100]
- kernel-5.13.8-0 (Justin M. Forbes)
- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes)
- Revert CRYPTO_ECDH and CRYPTO_ECDA from builtin to module to fix fips (Justin M. Forbes)
- drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas)
- powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju)
Resolves: rhbz# 1966245 1974002 1989771

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-08-04 08:51:28 -05:00
Justin M. Forbes 0af3289191
kernel-5.13.7-100
* Sat Jul 31 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.7-100]
- kernel-5.13.7-0 (Justin M. Forbes)
- kernel-5.13.6-0 (Justin M. Forbes)
- kernel-5.13.5-0 (Justin M. Forbes)
- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes)
- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes)
- RHEL configs need this too (Justin M. Forbes)
- kernel-5.13.4-0 (Justin M. Forbes)
- Config update for 5.13.4 (Justin M. Forbes)
- kernel-5.13.3-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-31 08:55:34 -05:00
Justin M. Forbes 15773b17d9
kernel-5.13.6-100
* Wed Jul 28 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.6-100]
- kernel-5.13.6-0 (Justin M. Forbes)
- kernel-5.13.5-0 (Justin M. Forbes)
- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes)
- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes)
- RHEL configs need this too (Justin M. Forbes)
- kernel-5.13.4-0 (Justin M. Forbes)
- Config update for 5.13.4 (Justin M. Forbes)
- kernel-5.13.3-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-28 10:04:26 -05:00
Justin M. Forbes e18ca5ec6c
kernel-5.13.5-100
* Sun Jul 25 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.5-100]
- kernel-5.13.5-0 (Justin M. Forbes)
- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes)
- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes)
- RHEL configs need this too (Justin M. Forbes)
- kernel-5.13.4-0 (Justin M. Forbes)
- Config update for 5.13.4 (Justin M. Forbes)
- kernel-5.13.3-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-25 11:01:04 -05:00
Justin M. Forbes a219e71ba3
kernel-5.13.4-100
* Tue Jul 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.4-100]
- RHEL configs need this too (Justin M. Forbes)
- kernel-5.13.4-0 (Justin M. Forbes)
- Config update for 5.13.4 (Justin M. Forbes)
- kernel-5.13.3-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-20 15:05:55 -05:00
Justin M. Forbes 8fc0fb03ce
kernel-5.13.3-100
* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.3-100]
- kernel-5.13.3-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-20 08:59:23 -05:00
Justin M. Forbes a67d473235
kernel-5.12.18-200
* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.18-200]
- kernel-5.12.18-0 (Justin M. Forbes)
- Don't tag a release as [redhat] (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-19 08:06:03 -05:00
Justin M. Forbes 90c03581cf
kernel-5.12.14-0
* Wed Jun 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.14-0]
- Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes)
- can: bcm: delay release of struct bcm_op after synchronize_rcu (Thadeu Lima de Souza Cascardo)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-14 12:34:39 -05:00
Justin M. Forbes 48339b21fc
kernel-5.12.14-0
* Wed Jun 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.14-0]
- Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes)
- can: bcm: delay release of struct bcm_op after synchronize_rcu (Thadeu Lima de Souza Cascardo)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-07-07 10:55:07 -05:00
Justin M. Forbes 2a5bce723c
kernel-5.12.14-0
* Wed Jun 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.14-0]
- Add CONFIG_SYSTEM_REVOCATION_LIST backported config option for 5.12.14 (Justin M. Forbes)
- can: bcm: delay release of struct bcm_op after synchronize_rcu (Thadeu Lima de Souza Cascardo)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-06-30 13:16:55 -05:00
Justin M. Forbes 4de13ae7a3
kernel-5.12.11-0
* Wed Jun 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.11-0]
- Bluetooth: btqca: Don't modify firmware contents in-place (Connor Abbott)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-06-23 10:56:39 -05:00
Justin M. Forbes 0ff92564ea
kernel-5.12.12-0
* Fri Jun 18 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.12-0]
- Linux v5.12.12

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-06-18 08:47:53 -05:00
Justin M. Forbes b8ba37b6cf
kernel-5.12.11-0
* Wed Jun 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.11-0]
- Bluetooth: btqca: Don't modify firmware contents in-place (Connor Abbott)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-06-16 10:49:52 -05:00
Justin M. Forbes eb00041066
kernel-5.12.10-0
* Thu Jun 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.10-0]
- Bluetooth: use correct lock to prevent UAF of hdev object (Lin Ma)
- nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect (Krzysztof Kozlowski)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-06-10 08:39:51 -05:00
Justin M. Forbes 39ee1d7ded
kernel-5.12.9-0
* Thu Jun 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.9-0]
- selinux: Allow context mounts for unpriviliged overlayfs (Vivek Goyal)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-06-03 08:34:54 -05:00
Justin M. Forbes 9e0d342e20
kernel-5.12.7-0
* Wed May 26 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.7-0]
- Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS (Justin M. Forbes)
- powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (Nicholas Piggin)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-28 10:02:36 -05:00
Justin M. Forbes af1b203d79
kernel-5.12.7-0
* Wed May 26 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.7-0]
- Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS (Justin M. Forbes)
- powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (Nicholas Piggin)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-26 07:52:18 -05:00
Justin M. Forbes 20f434ce5f
kernel-5.12.6-0
* Sat May 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.6-0]
- bus: mhi: core: Download AMSS image from appropriate function (Bhaumik Bhatt)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-22 15:20:46 -05:00
Justin M. Forbes e5bcc1ca7f
kernel-5.12.5-0
* Wed May 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.5-0]
- drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas)
- fedora: enable zonefs (Damien Le Moal)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-19 12:43:49 -05:00
Justin M. Forbes 8cb19dcb95
kernel-5.11.21-0
* Fri May 14 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.21-0]
- can: isotp: prevent race between isotp_bind() and isotp_setsockopt() (Norbert Slusarek)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-14 12:15:19 -05:00
Justin M. Forbes 51cd087f07
kernel-5.11.20-0
* Wed May 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.20-0]
- io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers (Thadeu Lima de Souza Cascardo)
- bpf: Prevent writable memory-mapping of read-only ringbuf pages (Andrii Nakryiko)
- bpf, ringbuf: Deny reserve of buffers larger than ringbuf (Thadeu Lima de Souza Cascardo)
- bpf: Fix alu32 const subreg bound tracking on bitwise operations (Daniel Borkmann)
- net/nfc: fix use-after-free llcp_sock_bind/connect (Or Cohen)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-12 07:25:13 -05:00
Justin M. Forbes fbd93473ed kernel-5.11.19-0
* Fri May 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.19-0]
- Fedora-5.12: Make amd_pinctrl module builtin (Hans de Goede)
- ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA (Takashi Iwai)
- nitro_enclaves: Fix stale file descriptors on failed usercopy (Mathias Krause)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-07 08:40:12 -05:00
Justin M. Forbes 4a0e1984f8 kernel-5.11.18-200
* Mon May 03 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.18-200]
- nitro_enclaves: Fix stale file descriptors on failed usercopy (Mathias Krause)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-05-03 09:43:28 -05:00
Justin M. Forbes cfe1331ef8 kernel-5.11.17-0
* Wed Apr 28 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.17-0]
- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-04-28 08:46:37 -05:00
Justin M. Forbes decb97f0d4 kernel-5.11.16-0
* Wed Apr 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.16-0]
- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-04-21 07:57:24 -05:00
Justin M. Forbes 25d2b42ab1 kernel-5.11.15-0
* Fri Apr 16 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.15-0]
- Turn on CONFIG_VDPA_SIM_NET (rhbz 1942343) (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-04-16 08:20:10 -05:00
Justin M. Forbes 8c48960631 kernel-5.11.14-0
* Wed Apr 14 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.14-0]
- Quick hack to reset release to 0 (Justin M. Forbes)
- Add clarity to rebase notes since that change was backed out (Justin M. Forbes)
- drm/i915/gen11+: Only load DRAM information from pcode (José Roberto de Souza)
- Add CONFIG_NVIDIA_CARMEL_CNP_ERRATUM to RHEL configs too (Justin M. Forbes)
- Add config for CONFIG_NVIDIA_CARMEL_CNP_ERRATUM (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-04-14 10:04:00 -05:00
Justin M. Forbes ffff3d67a9 kernel-5.11.13-200
* Sat Apr 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.13-200]
- Add CONFIG_NVIDIA_CARMEL_CNP_ERRATUM to RHEL configs too (Justin M. Forbes)
- Add config for CONFIG_NVIDIA_CARMEL_CNP_ERRATUM (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-04-10 16:04:27 -05:00
Justin M. Forbes 4e1ec11884 kernel-5.11.12-14
* Wed Apr 07 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.12-14]
- Backport of SOF audio hang fix for X1 Carbon 9 (Mark Pearson)
- drm/amdgpu: check alignment on CPU page for bo map (Xℹ Ruoyao)
- drm/amdgpu: Set a suitable dev_info.gart_page_size (Huacai Chen)
- drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() (Nirmoy Das)
- Set CONFIG_XEN_MEMORY_HOTPLUG_LIMIT as required by 5.11.11 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-04-07 11:09:09 -05:00
Justin M. Forbes 93aa93f667 kernel-5.11.11-200
* Tue Mar 30 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.11-200]
- Set CONFIG_XEN_MEMORY_HOTPLUG_LIMIT as required by 5.11.11 (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-30 11:13:40 -05:00
Justin M. Forbes 7268f6207c kernel-5.11.10-12
* Thu Mar 25 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.10-12]
- drm/i915/tgl/psr: Disable PSR on Tigerlake for now (Lyude Paul)
- Fedora: Turn off the SND_INTEL_BYT_PREFER_SOF option (Hans de Goede)
- ASoC: intel: atom: Stop advertising non working S24LE support (Hans de Goede)
- fix up RHEL config (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-25 08:49:10 -05:00
Justin M. Forbes dd9778036d kernel-5.11.9-11
* Wed Mar 24 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.9-11]
- KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path (Fabiano Rosas)
- drm/nouveau/kms/nve4-nv108: Don't advertise 256x256 cursor support yet (Lyude Paul)
- platform/x86: intel-vbtn: Stop reporting SW_DOCK events (Hans de Goede)
- platform/x86: dell-wmi-sysman: Cleanup create_attributes_level_sysfs_files() (Hans de Goede)
- platform/x86: dell-wmi-sysman: Make sysman_init() return -ENODEV of the interfaces are not found (Hans de Goede)
- platform/x86: dell-wmi-sysman: Cleanup sysman_init() error-exit handling (Hans de Goede)
- platform/x86: dell-wmi-sysman: Fix release_attributes_data() getting called twice on init_bios_attributes() failure (Hans de Goede)
- platform/x86: dell-wmi-sysman: Make it safe to call exit_foo_attributes() multiple times (Hans de Goede)
- platform/x86: dell-wmi-sysman: Fix possible NULL pointer deref on exit (Hans de Goede)
- platform/x86: dell-wmi-sysman: Fix crash caused by calling kset_unregister twice (Hans de Goede)
- platform/x86: thinkpad_acpi: Disable DYTC CQL mode around switching to balanced mode (Hans de Goede)
- platform/x86: thinkpad_acpi: Allow the FnLock LED to change state (Esteve Varela Colominas)
- platform/x86: thinkpad_acpi: check dytc version for lapmode sysfs (Mark Pearson)
- platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 (Alban Bedel)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-24 06:43:31 -05:00
Justin M. Forbes 763ac6d6cb kernel-5.11.8-10
* Sun Mar 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.8-10]
- This is a released kernel branch (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-21 20:12:18 -05:00
Justin M. Forbes d3eed9c059 kernel-5.11.7-200
* Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-200]
- This is a released kernel branch (Justin M. Forbes)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-17 13:33:56 -05:00
Justin M. Forbes 4c7acfbb33 This is a released_kernel
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-17 13:02:46 -05:00
Justin M. Forbes fbd0b1b80f Turn off CONFIG_SND_INTEL_BYT_PREFER_SOF for F33
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-17 12:42:47 -05:00
Justin M. Forbes 9f9072fb3f Fixup sources for rebase
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-17 12:39:51 -05:00
Justin M. Forbes 2d7cbaa6f9 kernel-5.11.7-9
* Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9]
- Disable weak-modules again rhbz 1828455 (Justin M. Forbes)
- More config updates for gcc-plugin turn off (Justin M. Forbes)
- fedora: the PCH_CAN driver is x86-32 only (Peter Robinson)
- common: disable legacy CAN device support (Peter Robinson)
- common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson)
- common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson)
- common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson)
- common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson)
- common: enable common CAN layer 2 protocols (Peter Robinson)
- ark: disable CAN_LEDS option (Peter Robinson)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-17 12:38:46 -05:00
Justin M. Forbes 8cb9b8957f Linux v5.10.23
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-11 11:06:31 -06:00
Justin M. Forbes 474312ee3a Linux v5.10.22
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-09 11:16:44 -06:00
Justin M. Forbes 180211693c Linux v5.10.21
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-07 17:47:43 -06:00
Hans de Goede 0d16125ca8 Fix broadwell-rt286 sound (rhbz#1933229) 2021-03-04 17:32:47 +01:00
Justin M. Forbes f6cf69d6fa Linux v5.10.20
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-03-04 06:56:20 -06:00
Justin M. Forbes 3aecce4192 Linux v5.10.19
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-26 09:59:26 -06:00
Justin M. Forbes d787235acb Some i915 fixes for 5.10 (rhbz 1925346)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-25 08:32:59 -06:00
Justin M. Forbes f586bfec61 Linux v5.10.18
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-23 10:02:17 -06:00
Hans de Goede ac8490438f Fix various QCA bluetooth devices no longer working (rhbz#1916104) 2021-02-18 14:46:49 +01:00
Justin M. Forbes 72c9290c22 Linux v5.10.17
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-17 14:57:42 -06:00
Justin M. Forbes 3ac105db2e Forgot to upload the patch
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-13 14:54:07 -06:00
Justin M. Forbes 252289319a Linux v5.10.16
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-13 14:52:21 -06:00
Justin M. Forbes 33f97eddc3 Notate some bugs fixed by 5.10.15
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-10 11:24:35 -06:00
Justin M. Forbes e69613c219 Revery commit causing blank screens for some amd users
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-10 09:53:36 -06:00
Justin M. Forbes bc92356cf5 Linux v5.10.15
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-10 07:42:25 -06:00
Peter Robinson b7cc2182c2 arm: enable a couple of aarch64 audio codecs 2021-02-07 23:06:41 +00:00
Justin M. Forbes 967caa65bb Linux v5.10.14
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-07 13:17:33 -06:00
Justin M. Forbes 59380a4298 Linux v5.10.13
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-02-03 19:09:20 -06:00
Peter Robinson 886993c023 fix for rpi4 display interfering with certain 2.4ghz wifi freqencies 2021-02-02 16:23:36 +00:00
Justin M. Forbes 836165dd2d Linux v5.10.12
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-31 20:18:28 -06:00
Justin M. Forbes 1284584cfc Fix wacom touchscreens (rhbz 1918486)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-27 08:47:43 -06:00
Justin M. Forbes 2c6af93c2f Fix URB buffer allocation of pwc driver (rhbz 1918778)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-27 08:22:04 -06:00
Justin M. Forbes d852f3308a Linux v5.10.11
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-27 08:11:41 -06:00
Justin M. Forbes 3833c98a41 Turn VIRTIO_CONSOLE back on for s390
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-27 06:56:31 -06:00
Justin M. Forbes 7b170a67fe Linux v5.10.10
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-24 11:33:04 -06:00
Justin M. Forbes c48d79f758 Fix USB_XHCI_PCI regression
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-20 12:37:03 -06:00
Peter Robinson 812d7cd6a9 Fix for ARMv7 builder pause issue - rhbz 1576593 regresion 2021-01-20 14:45:25 +00:00
Justin M. Forbes eff8587a7e Linux v5.10.9
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-19 15:06:42 -06:00
Peter Robinson 4204abb155 Fix for USB on some newer RPi4 / firmware combinations 2021-01-18 23:08:03 +00:00
Justin M. Forbes dc872e5815 Linux v5.10.8
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-17 13:12:49 -06:00
Justin M. Forbes b238267df7 Linux v5.10.7
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-12 13:58:44 -06:00
Justin M. Forbes e18a08842c Linux v5.10.6
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2021-01-11 11:52:31 -06:00
Justin M. Forbes f045479ce0 Linux v5.9.16
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-12-21 07:47:19 -06:00
Justin M. Forbes ec32831443 Linux v5.9.15
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-12-16 08:09:13 -06:00
Justin M. Forbes 805cff33ae Linux v5.9.14
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-12-11 07:51:14 -06:00
Justin M. Forbes b57160e20d Linux v5.9.13
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-12-08 09:21:48 -06:00
Justin M. Forbes cd63899b7a Linux v5.9.12
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-12-02 08:51:01 -06:00
Justin M. Forbes 756f140b4d Linux v5.9.11
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-24 11:55:26 -06:00
Justin M. Forbes f1641aebd7 Ooops, copy/paste error
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-23 11:06:30 -06:00
Justin M. Forbes d0b8d18b13 Linux v5.9.10
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-23 10:45:17 -06:00
Justin M. Forbes b5ca9bd2a0 Linux v5.9.9
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-19 07:27:53 -06:00
Justin M. Forbes c1ab92cfa5 Enable NANDSIM rhbz 1898638 2020-11-18 11:42:48 -06:00
Justin M. Forbes 3d5f764fff Re-enable CONFIG_ACPI_TABLE_UPGRADE for Fedora since upstream disables this if secureboot is active
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-18 07:06:34 -06:00
Justin M. Forbes bd34279372 Turn on ATH11K
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-13 08:03:17 -06:00
Justin M. Forbes ee6e0fd035 Fix bluetooth disconnect issues
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-12 12:53:53 -06:00
Justin M. Forbes 60b0fbf5f5 Note that 5.9.8 fixes CVE-2020-8694
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-10 16:33:08 -06:00
Justin M. Forbes e339e9205c Linux v5.9.8
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-10 15:38:13 -06:00
Justin M. Forbes 73c86ebaee Linux v5.9.7 rebase
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-10 11:02:01 -06:00
Justin M. Forbes 4139fe1eb1 Linux v5.8.18
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-11-02 10:53:49 -06:00
Justin M. Forbes 82b65923c7 Fix CVE-2020-27675 (rhbz 1891114 1891115)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-29 10:32:39 -05:00
Justin M. Forbes 011aad74d2 Linux v5.8.17
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-29 08:04:17 -05:00
Peter Robinson d354708b54 more fixes for the allwinner fallout 2020-10-28 19:17:39 +00:00
Peter Robinson 52f551733a Fixes for AllWinner wired network issues due to Realtek PHY driver change (rhbz 1889090) 2020-10-28 18:55:48 +00:00
Justin M. Forbes 5aa9fafaf0 Linux v5.8.16
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-19 07:19:21 -05:00
Hans de Goede 23e8d9fdd4 Fix Micrsoft Surface Go series boot regression (rhbz 1886249) 2020-10-16 12:10:07 +02:00
Justin M. Forbes 482f2b98e4 Fix BleedingTooth CVE-2020-12351 CVE-2020-12352 (rhbz 1886521 1888439 1886529 1888440)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-15 10:31:29 -05:00
Justin M. Forbes b84b27ed88 Linux v5.8.15
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-14 11:45:22 -05:00
Peter Robinson 4373d1a2e4 enabled ENERGY_MODEL 2020-10-09 14:05:34 +01:00
Justin M. Forbes 9fff1ee5d6 Linux v5.8.14
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-07 07:25:43 -05:00
Peter Robinson f86768e230 Fix boot crash on aarch64 Ampere eMAG systems (rhbz #1874117), a more complete fix that's headed to 5.10 2020-10-07 09:32:51 +01:00
Peter Robinson 768279ca4c Fix aarch64 boot crash on BTI capable systems 2020-10-07 08:39:57 +01:00
Justin M. Forbes d5cb967093 Linux v5.8.13
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-10-01 12:40:19 -05:00
Peter Robinson a3007a3533 Add tegra iommu patch 2020-09-28 12:54:32 +01:00
Justin M. Forbes abc92ec5ac Linux v5.8.12
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-28 06:52:04 -05:00
Peter Robinson f5ace03a14 A Tegra210 iommu fix 2020-09-28 11:36:30 +01:00
Peter Robinson 6121db23c4 Enable cpufreq on Jetson Nano 2020-09-27 18:36:22 +01:00
Peter Robinson af68b2d706 A few more Pinebook Pro fixes 2020-09-27 09:09:59 +01:00
Peter Robinson bad683795e Add patch to fix display on Pinebook Pro 2020-09-25 12:43:06 +01:00
Justin M. Forbes d016e417e0 Forgot sources
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-23 08:28:34 -05:00
Justin M. Forbes 0403e14919 Linux v5.8.11
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-23 08:23:56 -05:00
Justin M. Forbes fa577033c7 fix 'make scripts' for kernel-devel package (rhbz 1821946)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-22 13:15:45 -05:00
Justin M. Forbes ae08e3e25b Drop patch that was not in F32/31 but was in F33 for some reason
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-17 12:32:13 -05:00
Justin M. Forbes 2d9503a905 Fix patch numbering as F33 is not in sync
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-17 12:00:32 -05:00
Justin M. Forbes 8a74f415f4 Linux v5.8.10
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-17 11:26:36 -05:00
Justin M. Forbes 5ddef448e9 Fix error code in bdev_del_part (rhbz 1878858)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-14 12:54:37 -05:00
Justin M. Forbes b01e7f008e Linux v.5.8.9
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-14 08:54:08 -05:00
Peter Robinson 323978eed5 upstream fixes for SDIO speed issues, certain mSD cards on Raspberry Pi 4, older brcm sdio WiFi 2020-09-12 13:23:31 +01:00
Justin M. Forbes 11aa761191 Fix CVE-2020-25211 (rhbz 1877571 1877572)
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-10 09:50:34 -05:00
Justin M. Forbes 128e352d21 Linux v5.8.8
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-09 14:11:04 -05:00
Justin M. Forbes 33d954533d Linux v5.8.7
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-07 09:03:08 -05:00
Justin M. Forbes c7d1d684f7 Bump for build
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-03 16:20:56 -05:00
Justin M. Forbes 9454f0768f 5.8.6 once more, with feeling
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-03 08:59:57 -05:00
Justin M. Forbes b2abdc4307 Linux v5.8.6
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-03 08:22:41 -05:00
Justin M. Forbes af8da8d54d Move CONFIG_USB_XHCI_PCI_RENESAS to inline
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-09-03 07:51:39 -05:00
Peter Robinson 67af028089 aarch64: fix crash on some Ampere X-Gene systems (rhbz #1874117) 2020-09-02 14:25:50 +01:00
Justin M. Forbes 0ad27eb739 Linux v5.8.5
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-27 13:52:53 -05:00
Justin M. Forbes 6e852b6e11 Temporary build fix
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-26 17:08:45 -05:00
Justin M. Forbes 9eaa11e3b8 Linux v5.8.4
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-26 10:56:12 -05:00
Justin M. Forbes e962ca16c1 Linux v5.8.3
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-21 10:05:51 -05:00
Peter Robinson 5b833d6ee8 remove local buildid I accidentally pushed 2020-08-19 15:28:21 +01:00
Justin M. Forbes c129e1aaf4 Linux v5.8.2
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-19 07:36:59 -05:00
Peter Robinson 46469f558f arm: fixes for rpi4 2020-08-19 12:45:07 +01:00
Peter Robinson a4a4cff8d5 arm: a few minor updates 2020-08-16 11:49:52 +01:00
Peter Robinson e33009d931 iio: chem: enable pmsX000 series particle sensors 2020-08-13 13:11:44 +01:00
Justin M. Forbes c2be47a5f9 More missing configs, seems exclude added a bunch
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-13 07:03:05 -05:00
Justin M. Forbes eac03f8017 Add missing config files
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-13 06:56:15 -05:00
Justin M. Forbes 426b17af14 More files for stable Fedora
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-12 08:27:52 -05:00
Justin M. Forbes 424795858b Spec cleanups to prepare for stable Fedora
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-12 08:22:41 -05:00
Justin M. Forbes 8341d1868d Cleanups to prepare for stable Fedora
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-12 08:21:58 -05:00
Justin M. Forbes 47a895f435 Linux v5.8.1
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2020-08-12 08:03:24 -05:00
62 changed files with 34375 additions and 11744 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 99
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 122
RHEL_RELEASE = 1
#
# Early y+1 numbering

0
Module.kabi_dup_riscv64 Normal file
View File

0
Module.kabi_riscv64 Normal file
View File

View File

@ -1,228 +1,150 @@
https://gitlab.com/cki-project/kernel-ark/-/commit/8773e8c6039ff74d1426cc80de30de759cd0c2a2
8773e8c6039ff74d1426cc80de30de759cd0c2a2 irq: export irq_check_status_bit
https://gitlab.com/cki-project/kernel-ark/-/commit/3715b05fa9dc06b00536752b10ddd70252ed8b35
3715b05fa9dc06b00536752b10ddd70252ed8b35 usb: xhci: tegra: Check padctrl interrupt presence in device tree
https://gitlab.com/cki-project/kernel-ark/-/commit/e187313e5f0086538fefe0925ef84480f99616d8
e187313e5f0086538fefe0925ef84480f99616d8 gcc-plugins: fix gcc 11 indigestion with plugins...
https://gitlab.com/cki-project/kernel-ark/-/commit/b9f75c7f59600e9aa65cd915248c9a94fa98c56d
b9f75c7f59600e9aa65cd915248c9a94fa98c56d Input: i8042 - Add quirk for Fujitsu Lifebook T725
https://gitlab.com/cki-project/kernel-ark/-/commit/0c84b348e33ab9d7df5c3c5acc7fbc07fd96fafc
0c84b348e33ab9d7df5c3c5acc7fbc07fd96fafc Fix up bad merge with efi: generalize efi_get_secureboot
https://gitlab.com/cki-project/kernel-ark/-/commit/135e0ca7843b0c75078420af44f09c03adf031e4
135e0ca7843b0c75078420af44f09c03adf031e4 btrfs: fix memory ordering between normal and ordered work functions
https://gitlab.com/cki-project/kernel-ark/-/commit/364788093bdf437c33753d327136c363be8f756c
364788093bdf437c33753d327136c363be8f756c Fix up a merge issue with rxe.c
https://gitlab.com/cki-project/kernel-ark/-/commit/4ea42fc748bc3ba5da69dd285681603f8474732e
4ea42fc748bc3ba5da69dd285681603f8474732e Revert "xhci: Set HCD flag to defer primary roothub registration"
https://gitlab.com/cki-project/kernel-ark/-/commit/a4d554ce883e24df77cce42bc2deec527028c213
a4d554ce883e24df77cce42bc2deec527028c213 Filter out LTO build options from the perl ccopts
https://gitlab.com/cki-project/kernel-ark/-/commit/492e6a0e07e3e62e977f7b705eab528495923772
492e6a0e07e3e62e977f7b705eab528495923772 Revert "usb: core: hcd: Add support for deferring roothub registration"
https://gitlab.com/cki-project/kernel-ark/-/commit/17b0f7f1d49df30661b517d668715ff5ee1bab09
17b0f7f1d49df30661b517d668715ff5ee1bab09 Fixes "acpi: prefer booting with ACPI over DTS" to be RHEL only
https://gitlab.com/cki-project/kernel-ark/-/commit/c72074b04c2b97c40f0fecb2754cd58f83c21642
c72074b04c2b97c40f0fecb2754cd58f83c21642 autofs: fix wait name hash calculation in autofs_wait()
https://gitlab.com/cki-project/kernel-ark/-/commit/e7c009cd91ababdbb5f726ef592c7800f0682d3a
e7c009cd91ababdbb5f726ef592c7800f0682d3a arch/x86: Remove vendor specific CPU ID checks
https://gitlab.com/cki-project/kernel-ark/-/commit/cf1b4a61d08376edbf118eaadd3917b1feb96dac
cf1b4a61d08376edbf118eaadd3917b1feb96dac Fix up quirk to match upstream
https://gitlab.com/cki-project/kernel-ark/-/commit/7120b2a26fc4c7954fd0395973dc6739c110e091
7120b2a26fc4c7954fd0395973dc6739c110e091 redhat: Replace hardware.redhat.com link in Unsupported message
https://gitlab.com/cki-project/kernel-ark/-/commit/959b672c6338f5fa203aadc5cd121c724ea2a002
959b672c6338f5fa203aadc5cd121c724ea2a002 Fix up backport of Dell XPS 9710 quirk
https://gitlab.com/cki-project/kernel-ark/-/commit/7a28e2fde653a161913abb8eee943cdacb5ff2ae
7a28e2fde653a161913abb8eee943cdacb5ff2ae x86: Fix compile issues with rh_check_supported()
https://gitlab.com/cki-project/kernel-ark/-/commit/7669a9b770057fa6a97e4fc23225e72ddba8719d
7669a9b770057fa6a97e4fc23225e72ddba8719d ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710
https://gitlab.com/cki-project/kernel-ark/-/commit/45f64c1a24e73af7987cffec3ea941e29364f87f
45f64c1a24e73af7987cffec3ea941e29364f87f e1000e: bump up timeout to wait when ME un-configure ULP mode
https://gitlab.com/cki-project/kernel-ark/-/commit/32568097ff5803d25ac5e233583903c1c4666711
32568097ff5803d25ac5e233583903c1c4666711 e100e: Fix packet loss issues seen on Intel network controller
https://gitlab.com/cki-project/kernel-ark/-/commit/6c14763b1ce98698949ff45135c15e333aa6416d
6c14763b1ce98698949ff45135c15e333aa6416d drm/sun4i: sun6i_mipi_dsi: fix horizontal timing calculation
https://gitlab.com/cki-project/kernel-ark/-/commit/e84b9781b4fec1e48909260cb3d3454fb82c241d
e84b9781b4fec1e48909260cb3d3454fb82c241d Revert "net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warnings"
https://gitlab.com/cki-project/kernel-ark/-/commit/67a19b16012b12cffba0b515c6503e5f8cdbb798
67a19b16012b12cffba0b515c6503e5f8cdbb798 drm: panel: add Xingbangda XBD599 panel
https://gitlab.com/cki-project/kernel-ark/-/commit/d885e8f2615cb029f9173d7cdd49ae0815bb019c
d885e8f2615cb029f9173d7cdd49ae0815bb019c bpf: Fix integer overflow in prealloc_elems_and_freelist()
https://gitlab.com/cki-project/kernel-ark/-/commit/d220dbf98cef820367b5a2a2eeaacebee958bdd4
d220dbf98cef820367b5a2a2eeaacebee958bdd4 dt-bindings: panel: add binding for Xingbangda XBD599 panel
https://gitlab.com/cki-project/kernel-ark/-/commit/d816db8fabf7346ef722cf5b3a3a12b43bdd0460
d816db8fabf7346ef722cf5b3a3a12b43bdd0460 Revert "acpi: prefer booting with ACPI over DTS"
https://gitlab.com/cki-project/kernel-ark/-/commit/80660062260dec4bdca9540922577542c16145e8
80660062260dec4bdca9540922577542c16145e8 ARM: fix __get_user_check() in case uaccess_* calls are not inlined
https://gitlab.com/cki-project/kernel-ark/-/commit/be4d6e21716592aa0230e5ae6ecaedce6f36d9a5
be4d6e21716592aa0230e5ae6ecaedce6f36d9a5 Revert "block, bfq: honor already-setup queue merges"
https://gitlab.com/cki-project/kernel-ark/-/commit/24d8743613b2a6a585fc68cfe95078d9a3d5b389
24d8743613b2a6a585fc68cfe95078d9a3d5b389 mm/kmemleak: skip late_init if not skip disable
https://gitlab.com/cki-project/kernel-ark/-/commit/b404ad1e47af572e35ac407260103356c961c627
b404ad1e47af572e35ac407260103356c961c627 thermal/drivers/int340x: Do not set a wrong tcc offset on resume
https://gitlab.com/cki-project/kernel-ark/-/commit/b697ff5e26974fee8fcd31a1e221e9dd41515efc
b697ff5e26974fee8fcd31a1e221e9dd41515efc KEYS: Make use of platform keyring for module signature verify
https://gitlab.com/cki-project/kernel-ark/-/commit/f0c98d3a1045b6149d85b93b350a738d2a495d16
f0c98d3a1045b6149d85b93b350a738d2a495d16 ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported
https://gitlab.com/cki-project/kernel-ark/-/commit/081d2185e22479b449586c4e9843602ca0d49806
081d2185e22479b449586c4e9843602ca0d49806 Drop that for now
https://gitlab.com/cki-project/kernel-ark/-/commit/e11905f1a6ea9f03a9f1a3b061a1a581536a2850
e11905f1a6ea9f03a9f1a3b061a1a581536a2850 Revert "team: mark team driver as deprecated"
https://gitlab.com/cki-project/kernel-ark/-/commit/5ef51389cf6673a0e9e004909c7be1dc785050b2
5ef51389cf6673a0e9e004909c7be1dc785050b2 Input: rmi4 - remove the need for artificial IRQ in case of HID
https://gitlab.com/cki-project/kernel-ark/-/commit/927ba0b97c46e67b851bffe5a5b059e2c150e30b
927ba0b97c46e67b851bffe5a5b059e2c150e30b iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
https://gitlab.com/cki-project/kernel-ark/-/commit/c1788012ebf8de46e9dc80d18051ed0c77c811b6
c1788012ebf8de46e9dc80d18051ed0c77c811b6 ARM: tegra: usb no reset
https://gitlab.com/cki-project/kernel-ark/-/commit/2c29a8ec49e688b5e1f176f8cdb7b9421e2dd63e
2c29a8ec49e688b5e1f176f8cdb7b9421e2dd63e arm64: use common CONFIG_MAX_ZONEORDER for arm kernel
https://gitlab.com/cki-project/kernel-ark/-/commit/577365feaa909db4c0949eabfcda7e4a972b8e54
577365feaa909db4c0949eabfcda7e4a972b8e54 arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT
https://gitlab.com/cki-project/kernel-ark/-/commit/a383c4f942e2ad84ad77aa1be014e3984f0b9d5a
a383c4f942e2ad84ad77aa1be014e3984f0b9d5a arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
https://gitlab.com/cki-project/kernel-ark/-/commit/331be9c5a436057ee852075c102d9d90a9046a30
331be9c5a436057ee852075c102d9d90a9046a30 redhat: rh_kabi: deduplication friendly structs
https://gitlab.com/cki-project/kernel-ark/-/commit/c67ec1e149814af06aa3eb360c36693f5f1e2c1e
c67ec1e149814af06aa3eb360c36693f5f1e2c1e arm64: dts: rockchip: Setup USB typec port as datarole on
https://gitlab.com/cki-project/kernel-ark/-/commit/34d79fbfb327f732ebf3ece4db21a14f81fedf03
34d79fbfb327f732ebf3ece4db21a14f81fedf03 redhat: rh_kabi add a comment with warning about RH_KABI_EXCLUDE usage
https://gitlab.com/cki-project/kernel-ark/-/commit/d8ceedb7b31c9d99dfad6d1fa3c3631d0c3b36ef
d8ceedb7b31c9d99dfad6d1fa3c3631d0c3b36ef xfs: drop experimental warnings for bigtime and inobtcount
https://gitlab.com/cki-project/kernel-ark/-/commit/93a4b5f12d5a1c2d62cf1d7c440b31d9847eab07
93a4b5f12d5a1c2d62cf1d7c440b31d9847eab07 redhat: rh_kabi: introduce RH_KABI_EXTEND_WITH_SIZE
https://gitlab.com/cki-project/kernel-ark/-/commit/eda5f508fa800d5bf58f89b2daccfe9660539b6d
eda5f508fa800d5bf58f89b2daccfe9660539b6d crypto: rng - Override drivers/char/random in FIPS mode
https://gitlab.com/cki-project/kernel-ark/-/commit/8e5c06356457f5351289e9f687b991189d163dae
8e5c06356457f5351289e9f687b991189d163dae redhat: rh_kabi: Indirect EXTEND macros so nesting of other macros will resolve.
https://gitlab.com/cki-project/kernel-ark/-/commit/82b8341b9ce582b15c668f9c6b0e91d8e3ab6e30
82b8341b9ce582b15c668f9c6b0e91d8e3ab6e30 random: Add hook to override device reads and getrandom(2)
https://gitlab.com/cki-project/kernel-ark/-/commit/212cbccda77cc81fcb60123907eabdac8ad5adb7
212cbccda77cc81fcb60123907eabdac8ad5adb7 redhat: rh_kabi: Fix RH_KABI_SET_SIZE to use dereference operator
https://gitlab.com/cki-project/kernel-ark/-/commit/65e9b4c30f3040d9ba164851b012fb911e4b3147
65e9b4c30f3040d9ba164851b012fb911e4b3147 bpf, selftests: Disable tests that need clang13
https://gitlab.com/cki-project/kernel-ark/-/commit/6f7744b412e1fb86a67d8761e64df69cf891b4ad
6f7744b412e1fb86a67d8761e64df69cf891b4ad redhat: rh_kabi: Add macros to size and extend structs
https://gitlab.com/cki-project/kernel-ark/-/commit/8bc427008360a6a2d403851717cd11051d5a17b6
8bc427008360a6a2d403851717cd11051d5a17b6 RHEL: disable io_uring support
https://gitlab.com/cki-project/kernel-ark/-/commit/049623d33998be30d79692c69b34acb502c496e3
049623d33998be30d79692c69b34acb502c496e3 Removing Obsolete hba pci-ids from rhel8
https://gitlab.com/cki-project/kernel-ark/-/commit/b45be7889fb6d73b23b355ffe391ce8760a7bfd9
b45be7889fb6d73b23b355ffe391ce8760a7bfd9 team: mark team driver as deprecated
https://gitlab.com/cki-project/kernel-ark/-/commit/43ef1d631ecfe84084db3572c9ed1bedbdceb0f8
43ef1d631ecfe84084db3572c9ed1bedbdceb0f8 mptsas: pci-id table changes
https://gitlab.com/cki-project/kernel-ark/-/commit/a101e602d7b7a99f0329ffa3005e9aaedca36896
a101e602d7b7a99f0329ffa3005e9aaedca36896 mm/cma: mark CMA on x86_64 tech preview and print RHEL-specific infos
https://gitlab.com/cki-project/kernel-ark/-/commit/e5726695109dd1a73da92487b75de6a51d54c015
e5726695109dd1a73da92487b75de6a51d54c015 mptsas: Taint kernel if mptsas is loaded
https://gitlab.com/cki-project/kernel-ark/-/commit/3541ba30d5a508547c983acfe4f558c17f4126bb
3541ba30d5a508547c983acfe4f558c17f4126bb wireguard: disable in FIPS mode
https://gitlab.com/cki-project/kernel-ark/-/commit/ee4dcd6f04ca76ad35ab0f38c436ab2f7de53f16
ee4dcd6f04ca76ad35ab0f38c436ab2f7de53f16 mptspi: pci-id table changes
https://gitlab.com/cki-project/kernel-ark/-/commit/db90e7a7b3c346ae458f78defce8da82a7abb21e
db90e7a7b3c346ae458f78defce8da82a7abb21e REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70
https://gitlab.com/cki-project/kernel-ark/-/commit/bd305f716d8b64be1926bc7aebe02468ac6bf599
bd305f716d8b64be1926bc7aebe02468ac6bf599 qla2xxx: Remove PCI IDs of deprecated adapter
https://gitlab.com/cki-project/kernel-ark/-/commit/1d728cdb15541dbd7f44947256956fe903cd1098
1d728cdb15541dbd7f44947256956fe903cd1098 KEYS: Make use of platform keyring for module signature verify
https://gitlab.com/cki-project/kernel-ark/-/commit/803ff9a2c660c094e14d246ef05019bf6008d503
803ff9a2c660c094e14d246ef05019bf6008d503 be2iscsi: remove unsupported device IDs
https://gitlab.com/cki-project/kernel-ark/-/commit/285e6d047914d3159c4c5b16bd269d8614ba608c
285e6d047914d3159c4c5b16bd269d8614ba608c Input: rmi4 - remove the need for artificial IRQ in case of HID
https://gitlab.com/cki-project/kernel-ark/-/commit/2cb24399321f555f18b0804d3fe02cf53949fba1
2cb24399321f555f18b0804d3fe02cf53949fba1 mptspi: Taint kernel if mptspi is loaded
https://gitlab.com/cki-project/kernel-ark/-/commit/2614d25eaaa61d641e5fd3c39fec343f57ddcc77
2614d25eaaa61d641e5fd3c39fec343f57ddcc77 ARM: tegra: usb no reset
https://gitlab.com/cki-project/kernel-ark/-/commit/ad1740551ff4af49f1ef10a130783d9369e955a0
ad1740551ff4af49f1ef10a130783d9369e955a0 hpsa: remove old cciss-based smartarray pci ids
https://gitlab.com/cki-project/kernel-ark/-/commit/df3c9535fb451e8c7c2402439f4bf8d36d12062d
df3c9535fb451e8c7c2402439f4bf8d36d12062d arm: make CONFIG_HIGHPTE optional without CONFIG_EXPERT
https://gitlab.com/cki-project/kernel-ark/-/commit/4197ba3e766656eea9175c11ed05903620d98a28
4197ba3e766656eea9175c11ed05903620d98a28 qla4xxx: Remove deprecated PCI IDs from RHEL 8
https://gitlab.com/cki-project/kernel-ark/-/commit/ad4fd7a9e06e9c92a03cbc91cfeb3969bd6bd631
ad4fd7a9e06e9c92a03cbc91cfeb3969bd6bd631 Add option of 13 for FORCE_MAX_ZONEORDER
https://gitlab.com/cki-project/kernel-ark/-/commit/7e285aec22ab1213639afda877902db363473cb0
7e285aec22ab1213639afda877902db363473cb0 aacraid: Remove depreciated device and vendor PCI id's
https://gitlab.com/cki-project/kernel-ark/-/commit/24ba2bb7c2fa976b43617118efe3adcd83393764
24ba2bb7c2fa976b43617118efe3adcd83393764 s390: Lock down the kernel when the IPL secure flag is set
https://gitlab.com/cki-project/kernel-ark/-/commit/846109a16be92155e69731c36dde48761d375153
846109a16be92155e69731c36dde48761d375153 megaraid_sas: remove deprecated pci-ids
https://gitlab.com/cki-project/kernel-ark/-/commit/8e8d5bc115659440bd170ff10a2afe0397ed0298
8e8d5bc115659440bd170ff10a2afe0397ed0298 efi: Lock down the kernel if booted in secure boot mode
https://gitlab.com/cki-project/kernel-ark/-/commit/6fd2019d01cee7ff36dc047d3ecdb504b968f222
6fd2019d01cee7ff36dc047d3ecdb504b968f222 mpt*: remove certain deprecated pci-ids
https://gitlab.com/cki-project/kernel-ark/-/commit/5fa3e71ead70441cdf224fd7a72e2087a3045c7b
5fa3e71ead70441cdf224fd7a72e2087a3045c7b efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
https://gitlab.com/cki-project/kernel-ark/-/commit/dddcd5c1129b275ff160324036a662739db51fc3
dddcd5c1129b275ff160324036a662739db51fc3 kernel: add SUPPORT_REMOVED kernel taint
https://gitlab.com/cki-project/kernel-ark/-/commit/0f76f2c9530c175fe0d95e040fab20a3a4cbc367
0f76f2c9530c175fe0d95e040fab20a3a4cbc367 security: lockdown: expose a hook to lock the kernel down
https://gitlab.com/cki-project/kernel-ark/-/commit/08d77161dba915d1ed0d9fede658085440ab4474
08d77161dba915d1ed0d9fede658085440ab4474 Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES
https://gitlab.com/cki-project/kernel-ark/-/commit/151d02298a1f4c0e17f38535b25c7211b067b124
151d02298a1f4c0e17f38535b25c7211b067b124 Make get_cert_list() use efi_status_to_str() to print error messages.
https://gitlab.com/cki-project/kernel-ark/-/commit/e2dc2ca6a25a445bf22ceb6a8e38e02706605341
e2dc2ca6a25a445bf22ceb6a8e38e02706605341 Add option of 13 for FORCE_MAX_ZONEORDER
https://gitlab.com/cki-project/kernel-ark/-/commit/0669b2ab2965ca99196f63f1158af3bd6a2b48c3
0669b2ab2965ca99196f63f1158af3bd6a2b48c3 Add efi_status_to_str() and rework efi_status_to_err().
https://gitlab.com/cki-project/kernel-ark/-/commit/2384646bf71d8c282cf49bb20321fdf802c61cce
2384646bf71d8c282cf49bb20321fdf802c61cce s390: Lock down the kernel when the IPL secure flag is set
https://gitlab.com/cki-project/kernel-ark/-/commit/d499277c4eb863d97520cd54836da645609a9f5c
d499277c4eb863d97520cd54836da645609a9f5c arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT
https://gitlab.com/cki-project/kernel-ark/-/commit/5850c93175b9d2e1081873f4bbe08dead202cb08
5850c93175b9d2e1081873f4bbe08dead202cb08 efi: Lock down the kernel if booted in secure boot mode
https://gitlab.com/cki-project/kernel-ark/-/commit/5f106e91008bacd5ffcf1da196d07d2c18edb7fc
5f106e91008bacd5ffcf1da196d07d2c18edb7fc iommu/arm-smmu: workaround DMA mode issues
https://gitlab.com/cki-project/kernel-ark/-/commit/53250b991f841be025fa4d264850dadc0fae2861
53250b991f841be025fa4d264850dadc0fae2861 efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
https://gitlab.com/cki-project/kernel-ark/-/commit/674ecaf4fd367edc7b7ef12954e50ab58ac8fcc9
674ecaf4fd367edc7b7ef12954e50ab58ac8fcc9 ipmi: do not configure ipmi for HPE m400
https://gitlab.com/cki-project/kernel-ark/-/commit/72223fd1241cc5c70b96a491db14d54c83beadd8
72223fd1241cc5c70b96a491db14d54c83beadd8 security: lockdown: expose a hook to lock the kernel down
https://gitlab.com/cki-project/kernel-ark/-/commit/be603873c33fb8e1c55cdba8bc66841d2ac092fa
be603873c33fb8e1c55cdba8bc66841d2ac092fa ahci: thunderx2: Fix for errata that affects stop engine
https://gitlab.com/cki-project/kernel-ark/-/commit/7ba28f03674fa9346610c3fea7fc93bc58f06d2a
7ba28f03674fa9346610c3fea7fc93bc58f06d2a Make get_cert_list() use efi_status_to_str() to print error messages.
https://gitlab.com/cki-project/kernel-ark/-/commit/d72ea76b45bf1fc6a2f84c947ff06069d773ed8b
d72ea76b45bf1fc6a2f84c947ff06069d773ed8b Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon
https://gitlab.com/cki-project/kernel-ark/-/commit/2ae9082db0b54d831a9b3782c049d9917e37d89f
2ae9082db0b54d831a9b3782c049d9917e37d89f Add efi_status_to_str() and rework efi_status_to_err().
https://gitlab.com/cki-project/kernel-ark/-/commit/e06adab2fb29443c34fd18f4cff0f150e47455ad
e06adab2fb29443c34fd18f4cff0f150e47455ad acpi: prefer booting with ACPI over DTS
https://gitlab.com/cki-project/kernel-ark/-/commit/cee1461ada1b7e4b92cd154e7ec241119afcd644
cee1461ada1b7e4b92cd154e7ec241119afcd644 Add support for deprecating processors
https://gitlab.com/cki-project/kernel-ark/-/commit/b118619ff9f1867774db0def76ab14e5d1ca0a00
b118619ff9f1867774db0def76ab14e5d1ca0a00 aarch64: acpi scan: Fix regression related to X-Gene UARTs
https://gitlab.com/cki-project/kernel-ark/-/commit/2420149f8f5fa9dd1e2dc793765b498022922a81
2420149f8f5fa9dd1e2dc793765b498022922a81 arm: aarch64: Drop the EXPERT setting from ARM64_FORCE_52BIT
https://gitlab.com/cki-project/kernel-ark/-/commit/043f75aff143edb6599e58511f4606df5a37e8a3
043f75aff143edb6599e58511f4606df5a37e8a3 ACPI / irq: Workaround firmware issue on X-Gene based m400
https://gitlab.com/cki-project/kernel-ark/-/commit/1d69b30b98b60aff639351f5788d20a3b17f6e27
1d69b30b98b60aff639351f5788d20a3b17f6e27 iommu/arm-smmu: workaround DMA mode issues
https://gitlab.com/cki-project/kernel-ark/-/commit/6b2e73e508e7a117b1db91596097c00e5570f64a
6b2e73e508e7a117b1db91596097c00e5570f64a rh_kabi: introduce RH_KABI_EXCLUDE
https://gitlab.com/cki-project/kernel-ark/-/commit/ecb9206bce179eb600c52642a6753012a69ce4a2
ecb9206bce179eb600c52642a6753012a69ce4a2 ipmi: do not configure ipmi for HPE m400
https://gitlab.com/cki-project/kernel-ark/-/commit/473be59fe72afa9969cf8d10609ef3f14f594631
473be59fe72afa9969cf8d10609ef3f14f594631 IB/rxe: Mark Soft-RoCE Transport driver as tech-preview
https://gitlab.com/cki-project/kernel-ark/-/commit/b94117795261f9c074a7addca2252238871b5081
b94117795261f9c074a7addca2252238871b5081 scsi: smartpqi: add inspur advantech ids
https://gitlab.com/cki-project/kernel-ark/-/commit/cae871558c333880c1687cab6f2a71accf40d105
cae871558c333880c1687cab6f2a71accf40d105 ice: mark driver as tech-preview
https://gitlab.com/cki-project/kernel-ark/-/commit/7d9cb007404211ea6638bde4a28dd0fbe8d95de0
7d9cb007404211ea6638bde4a28dd0fbe8d95de0 kABI: Add generic kABI macros to use for kABI workarounds
https://gitlab.com/cki-project/kernel-ark/-/commit/bd353e9aae8877dd490e6c92b67849e0dcfbab25
bd353e9aae8877dd490e6c92b67849e0dcfbab25 add pci_hw_vendor_status()
https://gitlab.com/cki-project/kernel-ark/-/commit/41a259999969bbdfe9f556ce71f2c3c07d7454f4
41a259999969bbdfe9f556ce71f2c3c07d7454f4 ahci: thunderx2: Fix for errata that affects stop engine
https://gitlab.com/cki-project/kernel-ark/-/commit/2a107343529ce648c11bff62e9f72bbeec738f3f
2a107343529ce648c11bff62e9f72bbeec738f3f Vulcan: AHCI PCI bar fix for Broadcom Vulcan early silicon
https://gitlab.com/cki-project/kernel-ark/-/commit/03e48a48f400a51a182a1254cf22ff0c08706d76
03e48a48f400a51a182a1254cf22ff0c08706d76 bpf: Add tech preview taint for syscall
https://gitlab.com/cki-project/kernel-ark/-/commit/607f0e89af7ef5682f79f2eea0a99638a1bc0c4f
607f0e89af7ef5682f79f2eea0a99638a1bc0c4f bpf: set unprivileged_bpf_disabled to 1 by default, add a boot parameter
https://gitlab.com/cki-project/kernel-ark/-/commit/31da227877eb734ddb484bc519aae85ce200802e
31da227877eb734ddb484bc519aae85ce200802e add Red Hat-specific taint flags
https://gitlab.com/cki-project/kernel-ark/-/commit/7a2e2c83be0230667756cccb5bc3687419dfbb8b
7a2e2c83be0230667756cccb5bc3687419dfbb8b kdump: fix a grammar issue in a kernel message
https://gitlab.com/cki-project/kernel-ark/-/commit/d345d54d33e7d496c9d845e4723550dd37cb3f88
d345d54d33e7d496c9d845e4723550dd37cb3f88 tags.sh: Ignore redhat/rpm
https://gitlab.com/cki-project/kernel-ark/-/commit/5c67dc1eb0783a5c4ca4eb5c545ff6fe05facff0
5c67dc1eb0783a5c4ca4eb5c545ff6fe05facff0 put RHEL info into generated headers
https://gitlab.com/cki-project/kernel-ark/-/commit/ce12884c009ec3bed11100c9d19f6d97628cf8ae
ce12884c009ec3bed11100c9d19f6d97628cf8ae kdump: add support for crashkernel=auto
https://gitlab.com/cki-project/kernel-ark/-/commit/18fb1389afccdc5535977a10669b49a37829b55a
18fb1389afccdc5535977a10669b49a37829b55a kdump: round up the total memory size to 128M for crashkernel reservation
https://gitlab.com/cki-project/kernel-ark/-/commit/5fb9821441cc0b77101ad9c0dfaa747957a4cce4
5fb9821441cc0b77101ad9c0dfaa747957a4cce4 acpi: prefer booting with ACPI over DTS
https://gitlab.com/cki-project/kernel-ark/-/commit/0cf21a40db6fca5d89cf3d65808117c8c14e524e
0cf21a40db6fca5d89cf3d65808117c8c14e524e aarch64: acpi scan: Fix regression related to X-Gene UARTs
https://gitlab.com/cki-project/kernel-ark/-/commit/de13e14cc2388478d9a2c68c5d90affd92098f11
de13e14cc2388478d9a2c68c5d90affd92098f11 ACPI / irq: Workaround firmware issue on X-Gene based m400
https://gitlab.com/cki-project/kernel-ark/-/commit/71c098f4afa38a15a95495c14f71fb087ab27308
71c098f4afa38a15a95495c14f71fb087ab27308 modules: add rhelversion MODULE_INFO tag
https://gitlab.com/cki-project/kernel-ark/-/commit/3247f9c838f4aa91aa5d08c152b385d61554d4b5
3247f9c838f4aa91aa5d08c152b385d61554d4b5 ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support
https://gitlab.com/cki-project/kernel-ark/-/commit/e80982feaa68226ff60d2f83dace2016c35270d3
e80982feaa68226ff60d2f83dace2016c35270d3 Add Red Hat tainting
https://gitlab.com/cki-project/kernel-ark/-/commit/2987f9a606df106f5bdfa4113eb55356a21085a6
2987f9a606df106f5bdfa4113eb55356a21085a6 Introduce CONFIG_RH_DISABLE_DEPRECATED
https://gitlab.com/cki-project/kernel-ark/-/commit/a99885a5e77af594dfdce586cc83e5911d8401ce
a99885a5e77af594dfdce586cc83e5911d8401ce Pull the RHEL version defines out of the Makefile
https://gitlab.com/cki-project/kernel-ark/-/commit/cd3a5d30570279538623ea8a1255db0ee4b728f7
cd3a5d30570279538623ea8a1255db0ee4b728f7 [initial commit] Add Red Hat variables in the top level makefile
https://gitlab.com/cki-project/kernel-ark/-/commit/cc63c6bdede927093d41916a61697349db0d02eb
cc63c6bdede927093d41916a61697349db0d02eb ACPI: APEI: arm64: Ignore broken HPE moonshot APEI support

View File

@ -9,10 +9,10 @@
# modifications to the overrides below. If something should be removed across
# all arches, remove it in the default instead of per-arch.
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga infiniband isdn leds media memstick message mmc mtd nfc ntb pcmcia power ssb soundwire staging tty uio uwb w1"
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick message mmc mtd nfc ntb pcmcia power ssb soundwire staging tty uio w1"
ethdrvs="3com adaptec arc alteon atheros broadcom cadence calxeda chelsio cisco dec dlink emulex icplus marvell micrel myricom neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis smsc stmicro sun tehuti ti via wiznet xircom"
ethdrvs="3com adaptec arc alteon atheros broadcom cadence calxeda chelsio cisco dec dlink emulex marvell micrel myricom neterion nvidia packetengines qlogic rdc sfc silan sis smsc stmicro sun tehuti ti via wiznet xircom"
drmdrvs="amd arm bridge ast exynos hisilicon i2c imx mgag200 meson msm nouveau panel pl111 radeon rockchip tegra sun4i sun4i-drm-hdmi tinydrm vc4"
drmdrvs="amd arm bridge ast exynos hisilicon i2c imx mgag200 meson msm nouveau panel pl111 radeon rockchip tegra sun4i tiny vc4"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls rnbd-client rnbd-server mlx5_vdpa"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr rnbd-client rnbd-server mlx5_vdpa dfl-emif octeontx2-cpt octeontx2-cptvf spi-altera-dfl rvu_cptpf rvu_cptvf regmap-sdw regmap-sdw-mbq"

View File

@ -9,10 +9,10 @@
# modifications to the overrides below. If something should be removed across
# all arches, remove it in the default instead of per-arch.
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga infiniband isdn media memstick message nfc ntb pcmcia ssb soundwire staging tty uio uwb w1"
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband media memstick message nfc ntb pcmcia ssb soundwire staging tty uio w1"
ethdrvs="3com adaptec alteon altera amd atheros broadcom cadence chelsio cisco dec dlink emulex icplus mellanox micrel myricom natsemi neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis sun tehuti via wiznet xircom"
ethdrvs="3com adaptec alteon altera amd atheros broadcom cadence chelsio cisco dec dlink emulex mellanox micrel myricom natsemi neterion nvidia packetengines qlogic rdc sfc silan sis sun tehuti via wiznet xircom"
drmdrvs="amd arm armada bridge ast exynos etnaviv hisilicon i2c imx meson mgag200 msm nouveau omapdrm panel pl111 radeon rockchip sti stm sun4i sun4i-drm-hdmi tegra tilcdc tinydrm vc4"
drmdrvs="amd arm armada bridge ast exynos etnaviv hisilicon i2c imx meson mgag200 msm nouveau omapdrm panel pl111 radeon rockchip sti stm sun4i tegra tilcdc tiny vc4"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls bq27xxx_battery_hdq mlx5_vdpa"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr bq27xxx_battery_hdq mlx5_vdpa dfl-emif spi-altera-dfl"

View File

@ -9,6 +9,6 @@
# modifications to the overrides below. If something should be removed across
# all arches, remove it in the default instead of per-arch.
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio uwb w1"
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio w1"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub hid-sensor-magn-3d hid-sensor-incl-3d hid-sensor-gyro-3d hid-sensor-iio-common hid-sensor-accel-3d hid-sensor-trigger hid-sensor-als hid-sensor-rotation hid-sensor-temperature hid-sensor-humidity target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw hid-asus"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject hid-sensor-hub hid-sensor-magn-3d hid-sensor-incl-3d hid-sensor-gyro-3d hid-sensor-iio-common hid-sensor-accel-3d hid-sensor-trigger hid-sensor-als hid-sensor-rotation hid-sensor-temperature hid-sensor-humidity target_core_user sbp_target cxgbit chcr parport_serial regmap-sdw hid-asus"

View File

@ -17,29 +17,29 @@
overrides="cec"
# Set the default dirs/modules to filter out
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio uwb w1"
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio w1"
chardrvs="mwave pcmcia"
netdrvs="appletalk can dsa hamradio ieee802154 irda ppp slip usb wireless"
netdrvs="appletalk can dsa hamradio ieee802154 ppp slip usb wireless"
ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex icplus marvell mellanox neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis smsc stmicro sun tehuti ti wiznet xircom"
ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex marvell mellanox neterion nvidia packetengines qlogic rdc sfc silan sis smsc stmicro sun tehuti ti wiznet xircom"
inputdrvs="gameport tablet touchscreen"
scsidrvs="aacraid advansys aic7xxx aic94xx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic isci libsas lpfc megaraid mpt2sas mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf wd719x"
hiddrvs="surface-hid"
usbdrvs="atm image misc serial wusbcore"
scsidrvs="aacraid aic7xxx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic isci libsas lpfc megaraid mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf"
fsdrvs="affs befs coda cramfs dlm ecryptfs hfs hfsplus jfs jffs2 minix ncpfs nilfs2 ocfs2 reiserfs romfs squashfs sysv ubifs ufs"
usbdrvs="atm image misc serial"
netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee802154 irda l2tp mac80211 mac802154 mpls netrom nfc rds rfkill rose sctp smc wireless"
fsdrvs="affs befs coda cramfs dlm ecryptfs hfs hfsplus jfs jffs2 minix nilfs2 ocfs2 reiserfs romfs squashfs sysv ubifs ufs"
netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dsa ieee802154 l2tp mac80211 mac802154 mpls netrom nfc rds rfkill rose sctp smc wireless"
drmdrvs="amd ast bridge gma500 i2c i915 mgag200 nouveau panel radeon"
iiodrvs="accel adc afe common dac gyro health humidity light magnetometer multiplexer orientation potentiometer potentiostat pressure temperature"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw hid-asus iTCO_wdt rnbd-client rnbd-server mlx5_vdpa"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr parport_serial regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus iTCO_wdt rnbd-client rnbd-server mlx5_vdpa spi-altera-dfl"
# Grab the arch-specific filter list overrides
source ./filter-$2.sh
@ -93,7 +93,7 @@ done
# Filter the char drivers
for char in ${chardrvs}
do
filter_dir $1 drivers/char/${input}
filter_dir $1 drivers/char/${char}
done
# Filter the ethernet drivers
@ -114,6 +114,12 @@ do
filter_dir $1 drivers/input/${input}
done
# hid
for hid in ${hiddrvs}
do
filter_dir $1 drivers/hid/${hid}
done
# USB
for usb in ${usbdrvs}
do
@ -140,6 +146,7 @@ done
# Just kill sound.
filter_dir $1 kernel/sound
filter_dir $1 kernel/drivers/soundwire
# Now go through and filter any single .ko files that might have deps on the
# things we filtered above

View File

@ -37,7 +37,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215
drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via "
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism hid-asus"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial ism regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus"
# Grab the arch-specific filter list overrides
source ./filter-$2.sh
@ -91,7 +91,7 @@ done
# Filter the char drivers
for char in ${chardrvs}
do
filter_dir $1 drivers/char/${input}
filter_dir $1 drivers/char/${char}
done
# Filter the ethernet drivers
@ -138,6 +138,7 @@ done
# Just kill sound.
filter_dir $1 kernel/sound
filter_dir $1 kernel/drivers/soundwire
# Now go through and filter any single .ko files that might have deps on the
# things we filtered above

View File

@ -9,6 +9,6 @@
# modifications to the overrides below. If something should be removed across
# all arches, remove it in the default instead of per-arch.
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga infiniband isdn leds media memstick message mmc mtd nfc ntb pcmcia platform power ssb staging tty uio uwb w1"
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick message mmc mtd nfc ntb pcmcia platform power ssb staging tty uio w1"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls rnbd-client rnbd-server mlx5_vdpa"
singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr rnbd-client rnbd-server mlx5_vdpa"

12
filter-riscv64.sh.fedora Normal file
View File

@ -0,0 +1,12 @@
#! /bin/bash
# This is the riscv64 override file for the core/drivers package split. The
# module directories listed here and in the generic list in filter-modules.sh
# will be moved to the resulting kernel-modules package for this arch.
# Anything not listed in those files will be in the kernel-core package.
#
# Please review the default list in filter-modules.sh before making
# modifications to the overrides below. If something should be removed across
# all arches, remove it in the default instead of per-arch.
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick message mtd nfc ntb pcmcia power ssb soundwire staging tty uio w1"

9
gating.yaml Normal file
View File

@ -0,0 +1,9 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional}
- !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional}
- !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional}
- !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional}

View File

@ -1,35 +0,0 @@
#!/bin/bash
set -e
# shellcheck disable=SC1091
. /etc/os-release
kernelver=$1 && shift
rootfs=$1 && shift
variant=$1 && shift
output="${rootfs}/lib/modules/${kernelver}/bls.conf"
date=$(date -u +%Y%m%d%H%M%S)
if [ "${variant:-5}" = "debug" ]; then
debugname=" with debugging"
debugid="-debug"
else
debugname=""
debugid=""
fi
# shellcheck will complain about bootprefix being referenced but not assigned,
# but that is perfectly OK here.
# shellcheck disable=SC2154
cat > "$output" <<EOF
title ${NAME} (${kernelver}) ${VERSION}${debugname}
version ${kernelver}${debugid}
linux ${bootprefix}/vmlinuz-${kernelver}
initrd ${bootprefix}/initramfs-${kernelver}.img
options \$kernelopts
id ${ID}-${date}-${kernelver}${debugid}
grub_users \$grub_users
grub_arg --unrestricted
grub_class kernel${variant}
EOF

25
generate_crashkernel_default.sh Executable file
View File

@ -0,0 +1,25 @@
#!/bin/bash
kernelver=$1 && shift
arch=$1 && shift
rootfs=$1 && shift
output="${rootfs}/lib/modules/${kernelver}/crashkernel.default"
case $arch in
x86_64|s390*)
ck_cmdline="crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M"
;;
arm64|aarch64)
ck_cmdline="crashkernel=2G-:448M"
;;
powerpc|ppc64*)
ck_cmdline="crashkernel=2G-4G:384M,4G-16G:512M,16G-64G:1G,64G-128G:2G,128G-:4G"
;;
*)
ck_cmdline=""
;;
esac
cat > "$output" <<EOF
$ck_cmdline
EOF

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

7431
kernel-riscv64-fedora.config Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

11
kvm_stat.logrotate Normal file
View File

@ -0,0 +1,11 @@
/var/log/kvm_stat.csv {
size 10M
missingok
compress
maxage 30
rotate 5
nodateext
postrotate
/usr/bin/systemctl try-restart kvm_stat.service
endscript
}

View File

@ -150,7 +150,7 @@ fi
# this replaces the old die_floppy_die.patch which removed the PNP-id from
# the module
floppylist=("$RpmDir"/"$ModDir"/extra/drivers/block/floppy.ko*)
floppylist=("$RpmDir"/"$ModDir"/kernel/drivers/block/floppy.ko*)
if [[ -n ${floppylist[0]} && -f ${floppylist[0]} ]]; then
blacklist "floppy"
fi

View File

@ -79,6 +79,7 @@ l2tp_core.ko
l2tp_debugfs.ko
l2tp_eth.ko
l2tp_ip.ko
l2tp_ip6.ko
l2tp_netlink.ko
l2tp_ppp.ko
lec.ko
@ -132,6 +133,7 @@ sch_red.ko
sch_sfb.ko
sch_teql.ko
sctp.ko
sctp_diag.ko
sctp_probe.ko
sidewinder.ko
sja1000.ko

View File

@ -1,4 +1,20 @@
dmatest
locktorture
mac80211_hwsim
netdevsim
pktgen
rcutorture
rocker
scftorture
test_klp_atomic_replace
test_klp_callbacks_demo
test_klp_callbacks_demo2
test_klp_callbacks_busy
test_klp_callbacks_mod
test_klp_livepatch
test_klp_shadow_vars
test_klp_state
test_klp_state2
test_klp_state3
torture
refscale

View File

@ -2,7 +2,7 @@
# The modules_sign target checks for corresponding .o files for every .ko that
# is signed. This doesn't work for package builds which re-use the same build
# directory for every flavour, and the .config may change between flavours.
# directory for every variant, and the .config may change between variants.
# So instead of using this script to just sign lib/modules/$KernelVer/extra,
# sign all .ko in the buildroot.

File diff suppressed because it is too large Load Diff

3244
patch-5.14-redhat.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,16 @@ die()
exit 1
}
get_cross_compile()
{
arch=$1
if [[ "$CC_IS_CLANG" -eq 1 ]]; then
echo "$arch"
else
echo "scripts/dummy-tools/"
fi
}
# stupid function to find top of tree to do kernel make configs
switch_to_toplevel()
{
@ -79,7 +89,7 @@ checkoptions()
then
while read -r LINE
do
if find ./ -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then
if find ./ -name "$(echo "$LINE" | awk -F "=" ' { print $1 } ' | awk ' { print $2 }')" -print0 | xargs -0 grep ^ | grep -q "process_configs_known_broken"; then
# This is a known broken config.
# See script help warning.
checkoptions_error=false
@ -135,9 +145,9 @@ parsenewconfigs()
BEGIN { inpatch=0;
outfile="none";
symbol="none"; }
/^CONFIG_.*:$/ {
split($0, a, ":");
symbol=a[1];
/^Symbol: .*$/ {
split($0, a, " ");
symbol="CONFIG_"a[2];
outfile=BASE "/fake_"symbol
}
/-----/ {
@ -193,11 +203,11 @@ function commit_new_configs()
fi
echo -n "Checking for new configs in $cfg ... "
make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE=$(get_cross_compile $arch) KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
grep -E 'CONFIG_' .listnewconfig > .newoptions
if test -s .newoptions
then
make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE=$(get_cross_compile $arch) KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig
parsenewconfigs
fi
rm .newoptions
@ -227,7 +237,7 @@ function process_configs()
fi
echo -n "Processing $cfg ... "
make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE=$(get_cross_compile $arch) KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
grep -E 'CONFIG_' .listnewconfig > .newoptions
if test -n "$NEWOPTIONS" && test -s .newoptions
then
@ -252,7 +262,7 @@ function process_configs()
rm .listnewconfig
make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1
make ${MAKEOPTS} ARCH="$arch" CROSS_COMPILE=$(get_cross_compile $arch) KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1
echo "# $arch" > "$cfgtmp"
cat "$cfgorig" >> "$cfgtmp"
if test -n "$CHECKOPTIONS"
@ -280,6 +290,8 @@ CONTINUEONERROR=""
NEWOPTIONS=""
TESTRUN=""
CHECKWARNINGS=""
MAKEOPTS=""
CC_IS_CLANG=0
RETURNCODE=0
@ -314,6 +326,13 @@ do
-z)
COMMITNEWCONFIGS="x"
;;
-m)
shift
if [ "$1" = "CC=clang" -o "$1" = "LLVM=1" ]; then
CC_IS_CLANG=1
fi
MAKEOPTS="$MAKEOPTS $1"
;;
*)
break;;
esac

Binary file not shown.

BIN
redhatsecureboot301.cer Normal file

Binary file not shown.

Binary file not shown.

BIN
redhatsecureboot501.cer Normal file

Binary file not shown.

BIN
redhatsecurebootca1.cer Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
redhatsecurebootca5.cer Normal file

Binary file not shown.

BIN
rheldup3.x509 Normal file

Binary file not shown.

BIN
rhelkpatch1.x509 Normal file

Binary file not shown.

10
rpminspect.yaml Normal file
View File

@ -0,0 +1,10 @@
# additional rpminspect configuration for this branch
---
emptyrpm:
expected_empty:
- kernel
- kernel-debug
- kernel-lpae
- kernel-zfcpdump
- kernel-zfcpdump-modules

BIN
secureboot_ppc.cer Normal file

Binary file not shown.

BIN
secureboot_s390.cer Normal file

Binary file not shown.

View File

@ -1,3 +1,4 @@
SHA512 (linux-5.11-rc3.tar.xz) = 022bc1e6c5d73eb4ab5873ec4424f6696af1cbc8c0b20297ba71224eb0d60ac4cfbf0fb67943684e4d2292226267f977632a536a77a148140941899d09224526
SHA512 (kernel-abi-whitelists-5.11.0-0.rc3.122.tar.bz2) = 0aad878bebf0bf7ece18a7b798d573cc85e4e8b63fb99f97f0a895b366f3d963645afa08327febff2f6ac17b88e09d133901303f663665e9c4652949242f8ad9
SHA512 (kernel-kabi-dw-5.11.0-0.rc3.122.tar.bz2) = 05599b2f821ed91e9384d9cc4873692d244659ff79078753f046549776a852faabaa992d58924365dd2963b0c16aff855c7ef3bee8babae2a295294a4f113199
SHA512 (kernel-abi-whitelists-5.13.19-100.tar.bz2) = aa42434b67960da00ae8b389c26ff8656a0e28af0e8650ad54b84d8dbaaf80a2878fda332ce42d82c032035c2ea86410087d67a242e4802e90e1b9c21701e32d
SHA512 (linux-5.14.18.tar.xz) = 02637ceeefcaf4fede857980cbd6848ae6d181a9b050b1c6e6ba8fcf3822862944f5fa2522c42bf556785a5ac0baa6dc2ab643ed8f363817855ae393976bb6ec
SHA512 (kernel-abi-stablelists-5.14.18-100.tar.bz2) = d72013144717d86a4c37aa190877ac9aec93dc9f81d50a084a54f9a965d3f97e4dd438599fab11f9e6d8f83f74bfe38895bd04e7ec47851f0b825c204638af35
SHA512 (kernel-kabi-dw-5.14.18-100.tar.bz2) = 01afcac40bbbd02099677133aa803945e7d9f57d9d98d66d0831573156faa5aec1571a6b5e25b0b03c2ad055bbbed0e13618677c426e61d46e73ee42036308be