Commit Graph

5735 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