Commit Graph

6233 Commits

Author SHA1 Message Date
David Abdurachmanov b1430c9d82
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-12-03 22:53:34 +02:00
Justin M. Forbes 25b2848099
kernel-6.6.4-100
* Sun Dec 03 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.6.4-0]
- redhat: Fix macro for kernel-uki-virt flavor (Neal Gompa)
- Change the uki reqs for Fedora (Justin M. Forbes)
- Linux v6.6.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-03 11:28:04 -06:00
David Abdurachmanov 4fa5097dce
Update riscv64 filters
[..]
+ '[' 1 -eq 1 ']'
+ find lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel -name '*.ko'
+ sort -n
+ ./filter-modules.sh modules.list riscv64
+ rm filter-aarch64.sh filter-modules.sh filter-ppc64le.sh filter-riscv64.sh filter-s390x.sh filter-x86_64.sh
+ depmod -b . -aeF ./System.map 6.6.3-100.0.riscv64.fc38.riscv64
+ '[' -s depmod.out ']'
+ echo 'Depmod failure'
Depmod failure
+ cat depmod.out
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.6.3-100.0.riscv64.fc38.riscv64/./lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel/drivers/vfio/pci/pds/pds-vfio-pci.ko needs unknown symbol pds_client_unregister
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.6.3-100.0.riscv64.fc38.riscv64/./lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel/drivers/vfio/pci/pds/pds-vfio-pci.ko needs unknown symbol pdsc_get_pf_struct
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.6.3-100.0.riscv64.fc38.riscv64/./lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel/drivers/vfio/pci/pds/pds-vfio-pci.ko needs unknown symbol pds_client_register
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.6.3-100.0.riscv64.fc38.riscv64/./lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel/drivers/vfio/pci/pds/pds-vfio-pci.ko needs unknown symbol pdsc_register_notify
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.6.3-100.0.riscv64.fc38.riscv64/./lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel/drivers/vfio/pci/pds/pds-vfio-pci.ko needs unknown symbol pdsc_unregister_notify
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.6.3-100.0.riscv64.fc38.riscv64/./lib/modules/6.6.3-100.0.riscv64.fc38.riscv64/kernel/drivers/vfio/pci/pds/pds-vfio-pci.ko needs unknown symbol pdsc_adminq_post
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.S2Hx1q (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.S2Hx1q (%build)
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-11-30 09:52:04 +02:00
David Abdurachmanov 8823dce7e3
Update filters and config
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-11-29 13:50:59 +02:00
David Abdurachmanov ece5bc26a2
Misc. spec clean ups
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-11-29 13:33:08 +02:00
David Abdurachmanov aa1194eab0
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-11-29 13:29:55 +02:00
Justin M. Forbes e9636d3799
kernel-6.6.3-100
* Tue Nov 28 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.6.3-0]
- Add BugsFixed for 6.6.3 (Justin M. Forbes)
- Update BugsFixed (Justin M. Forbes)
- Turn on USB_DWC3 for Fedora (rhbz 2250955) (Justin M. Forbes)
- Revert "netfilter: nf_tables: remove catchall element in GC sync path" (Justin M. Forbes)
- More BugsFixed (Justin M. Forbes)
- netfilter: nf_tables: remove catchall element in GC sync path (Pablo Neira Ayuso)
- frop the build number back to 200 for fedora-srpm.sh (Justin M. Forbes)
- ACPI: video: Use acpi_device_fix_up_power_children() (Hans de Goede)
- ACPI: PM: Add acpi_device_fix_up_power_children() function (Hans de Goede)
- Linux v6.6.3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-28 12:31:05 -06:00
Justin M. Forbes 4c5a57b6e2
kernel-6.6.2-101
* Mon Nov 20 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.6.2-0]
- Add bug for AMD ACPI alarm (Justin M. Forbes)
- rtc: cmos: Use ACPI alarm for non-Intel x86 systems too (Mario Limonciello)
- Add bluetooth fixes to BugsFixed (Justin M. Forbes)
- Drop F37 from release targets as it will not rebase to 6.6 (Justin M. Forbes)
- Linux v6.6.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-22 14:49:12 -06:00
Augusto Caringi 202b980e0c kernel-6.5.12-200
* Mon Nov 20 2023 Augusto Caringi <acaringi@redhat.com> [6.5.12-0]
- Add bug for AMD ACPI alarm (Justin M. Forbes)
- rtc: cmos: Use ACPI alarm for non-Intel x86 systems too (Mario Limonciello)
- Linux v6.5.12
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-11-20 18:31:29 -03:00
Augusto Caringi 7f97d6fe89 kernel-6.5.11-200
* Wed Nov 08 2023 Augusto Caringi <acaringi@redhat.com> [6.5.11-0]
- Linux v6.5.11
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-11-08 18:01:19 -03:00
Justin M. Forbes 6cf1685bc6
kernel-6.5.10-200
* Thu Nov 02 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.5.10-0]
- Linux v6.5.10
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-02 14:18:04 -05:00
Augusto Caringi 489c97b764 kernel-6.5.9-200
* Wed Oct 25 2023 Augusto Caringi <acaringi@redhat.com> [6.5.9-0]
- Updated Fedora configs (Justin M. Forbes)
- Add UFSHCD bug to BugsFixed (Justin M. Forbes)
- Turn on UFSHCD for Fedora x86 (Justin M. Forbes)
- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede)
- Linux v6.5.9
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-10-25 16:59:14 -03:00
Augusto Caringi 95da077d39 kernel-6.5.8-200
* Fri Oct 20 2023 Augusto Caringi <acaringi@redhat.com> [6.5.8-0]
- Linux v6.5.8
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-10-20 12:12:33 -03:00
Augusto Caringi 4031693b50 kernel-6.5.7-200
* Tue Oct 10 2023 Augusto Caringi <acaringi@redhat.com> [6.5.7-0]
- common: aarch64: enable CONFIG_ARM64_ERRATUM_2966298 (Augusto Caringi)
- Linux v6.5.7
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-10-10 23:53:45 -03:00
Augusto Caringi 9560771995 kernel-6.5.6-200
* Fri Oct 06 2023 Augusto Caringi <acaringi@redhat.com> [6.5.6-0]
- power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint (Kai-Heng Feng)
- Revert "Add linux-next specific files for 20231004" (Justin M. Forbes)
- redhat/configs: enable missing Kconfig options for Qualcomm RideSX4 (Brian Masney)
- add a couple of CVEs to BugsFixed (Justin M. Forbes)
- Add another F39 FE bug to BugsFixed (Justin M. Forbes)
- Add linux-next specific files for 20231004 (Stephen Rothwell)
- common: aarch64: enable NXP Flex SPI (Peter Robinson)
- fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Javier Martinez Canillas)
- Add bug for amdgpu to BugsFixed for 6.5.6 (Justin M. Forbes)
- drm/amdgpu: set completion status as preempted for the resubmission (Jiadong Zhu)
- Add CVE-2023-42756 to BugsFixed for 6.5.6 (Justin M. Forbes)
- Linux v6.5.6
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-10-06 15:20:32 -03:00
Justin M. Forbes 1f32f1eff8
kernel-6.5.5-200
* Sat Sep 23 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.5.5-0]
- iommu/apple-dart: Handle DMA_FQ domains in attach_dev() (Hector Martin)
- Note fix for atomic locking in BugsFixed (Justin M. Forbes)
- locking/atomic: scripts: fix fallback ifdeffery (Mark Rutland)
- redhat: spec: Fix typo for kernel_variant_preun for 16k-debug flavor (Neal Gompa)
- Fix installreq for UKI (Justin M. Forbes)
- Add btrfs bug to BugsFixed for 6.5.5 (Justin M. Forbes)
- btrfs: adjust overcommit logic when very close to full (Josef Bacik)
- btrfs: properly report 0 avail for very full file systems (Josef Bacik)
- Linux v6.5.5
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-23 17:20:11 -05:00
Justin M. Forbes 2f781ad87e
kernel-6.5.4-200
* Tue Sep 19 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.5.4-0]
- Add F38 and F37 as release targets (Justin M. Forbes)
- Add NFS bug fix for 6.5.4 (Justin M. Forbes)
- selinux: fix handling of empty opts in selinux_fs_context_submount() (Ondrej Mosnacek)
- Turn off appletalk for fedora (Justin M. Forbes)
- Linux v6.5.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-19 06:57:10 -05:00
Augusto Caringi 4681e0d256 kernel-6.4.16-200
* Wed Sep 13 2023 Augusto Caringi <acaringi@redhat.com> [6.4.16-0]
- Config change required for build (CONFIG_VIDEO_CAMERA_SENSOR) (Augusto Caringi)
- Add nvme bug to BugsFixed for 6.4.16 (Justin M. Forbes)
- Revert "misc: rtsx: judge ASPM Mode to set PETXCFG Reg" (Justin M. Forbes)
- Fix RHeL config for 6.4.16 (Justin M. Forbes)
- Linux v6.4.16
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-09-13 14:44:54 -03:00
Augusto Caringi dc79406567 kernel-6.4.15-200
* Wed Sep 06 2023 Augusto Caringi <acaringi@redhat.com> [6.4.15-0]
- Add TPM bug to BugsFixed (Justin M. Forbes)
- tpm: Enable hwrng only for Pluton on AMD CPUs (Jarkko Sakkinen)
- Linux v6.4.15
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-09-06 20:43:22 -03:00
Justin M. Forbes cf410ae425
kernel-6.4.14-200
* Sat Sep 02 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.14-0]
- Add bug fixed by 6.4.14 (Justin M. Forbes)
- erofs: ensure that the post-EOF tails are all zeroed (Gao Xiang)
- Linux v6.4.14
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-02 10:24:40 -05:00
Justin M. Forbes ba5ce7a448
kernel-6.4.13-200
* Wed Aug 30 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.13-0]
- Add CVE-2023-4563 bugs to BugsFixed (Justin M. Forbes)
- Linux v6.4.13
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-08-30 10:59:13 -05:00
David Abdurachmanov e7cdc34c2e
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-08-24 11:22:50 +03:00
Justin M. Forbes 83325d8238
kernel-6.4.12-200
* Wed Aug 23 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.12-0]
- ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop (Ranjani Sridharan)
- Make sure posttrans script doesn't fail if restorecon is not installed (Daan De Meyer)
- Linux v6.4.12
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-08-23 12:04:48 -05:00
David Abdurachmanov b610751b02
Update riscv64 configs
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-08-17 09:49:14 +03:00
David Abdurachmanov c40446d35e
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-08-17 09:43:22 +03:00
Justin M. Forbes e78f94bb63
kernel-6.4.11-200
* Wed Aug 16 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.11-0]
- Add more bugfixes for 6.4.11 (Justin M. Forbes)
- Turn off DMABUF_SYSFS_STATS (Justin M. Forbes)
- Revert "KVM: SEV: remove ghcb variable declarations" (Justin M. Forbes)
- Add bug fixed for 6.4.11 (Justin M. Forbes)
- redhat: Add arm64-16k kernel flavor scaffold for 16K page-size'd AArch64 (Neal Gompa)
- Linux v6.4.11
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-08-16 11:54:51 -05:00
Justin M. Forbes 26f631aafd
kernel-6.4.10-200
* Fri Aug 11 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.10-0]
- More security bug fixes for 6.4.10 (Justin M. Forbes)
- KVM: SEV: remove ghcb variable declarations (Paolo Bonzini)
- KVM: SEV: only access GHCB fields once (Paolo Bonzini)
- KVM: SEV: snapshot the GHCB before accessing it (Paolo Bonzini)
- Add another bug fixed by the 6.4.10 release (Justin M. Forbes)
- drm/amd/display: Fix a regression on Polaris cards (Mario Limonciello)
- redhat/configs: Remove `CONFIG_HZ_1000 is not set` for aarch64 (Enric Balletbo i Serra)
- Add new CVEs fixed in 6.4.9 to BugsFixed (Justin M. Forbes)
- Linux v6.4.10
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-08-11 06:37:39 -05:00
Justin M. Forbes ecd220e533
kernel-6.4.9-200
* Tue Aug 08 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.9-0]
- Config updates for 6.4.9 (Justin M. Forbes)
- Update BugsFixed for 6.4.9 (Justin M. Forbes)
- Add some BugsFixed for the 6.4.9 update (Justin M. Forbes)
- ACPI: resource: revert "Remove "Zen" specific match and quirks" (Hans de Goede)
- arm: i.MX: Some minor NXP i.MX cleanups (Peter Robinson)
- Linux v6.4.9
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-08-08 14:18:57 -05:00
David Abdurachmanov 60449ad0cf
Update riscv64 configs
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-08-05 17:15:37 +03:00
David Abdurachmanov ffd4213cb4
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-08-05 17:14:09 +03:00
Augusto Caringi b2e952570c kernel-6.4.8-200
* Thu Aug 03 2023 Augusto Caringi <acaringi@redhat.com> [6.4.8-0]
- redhat: configs: Disable CONFIG_CRYPTO_STATS since performance issue for storage (Kate Hsuan) [2227793]
- Linux v6.4.8
Resolves: rhbz#2227793

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-08-03 18:01:44 -03:00
David Abdurachmanov ca00f77b91
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-07-28 11:24:09 +03:00
Augusto Caringi f053371b29 kernel-6.4.7-200
* Thu Jul 27 2023 Augusto Caringi <acaringi@redhat.com> [6.4.7-0]
- Linux v6.4.7
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-07-27 16:01:11 -03:00
David Abdurachmanov 49e48a9136
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-07-25 10:30:29 +03:00
Augusto Caringi 3d919c0f98 kernel-6.4.6-200
* Mon Jul 24 2023 Augusto Caringi <acaringi@redhat.com> [6.4.6-0]
- Change pathfix.py to %%py3_shebang_fix (Justin M. Forbes)
- Add config option coming to a stable update soon (Justin M. Forbes)
- Linux v6.4.6
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-07-24 16:31:30 -03:00
David Abdurachmanov bacf1ede80
Update riscv64 config
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-07-24 18:26:54 +03:00
David Abdurachmanov 38dfaa658e
Update for v6.4.4 riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-07-24 15:43:52 +03:00
David Abdurachmanov 81232f716a
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-07-24 15:31:22 +03:00
Justin M. Forbes 05344083c3
kernel-6.4.4-200
* Wed Jul 19 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.4.4-0]
- move ownership of /lib/modules/<ver>/ to kernel-core (Thorsten Leemhuis)
- Let kernel-modules-core own the files depmod generates. (Thorsten Leemhuis)
- Add more bugs fixed in 6.4.4 (Justin M. Forbes)
- Add some bugs to be fixed in 6.4.4 (Justin M. Forbes)
- Add kunit configs for 6.4.4 (Justin M. Forbes)
- Add hid-uclogic-test to mod-internal.list (Thorsten Leemhuis)
- Add input_test to mod-intenal.list (Thorsten Leemhuis)
- fedora: wifi: tweak ZYDAS WiFI config options (Peter Robinson)
- Fix module filters for aarch64 and ppc (Justin M. Forbes)
- Fix up some config mismatches (Justin M. Forbes)
- Linux v6.4.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-07-19 10:49:41 -05:00
Justin M. Forbes e0412c4338
Add hid-uclogic-test to mod-internal.list
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-07-12 07:39:32 -05:00
Augusto Caringi bd8db2fbca kernel-6.3.13-200
* Tue Jul 11 2023 Augusto Caringi <acaringi@redhat.com> [6.3.13-0]
- redhat/configs: Enable CONFIG_HID_KUNIT_TEST (Augusto Caringi)
- Turn on NET_VENDOR_QUALCOMM so that rmnet builds (Justin M. Forbes)
- Linux v6.3.13
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-07-12 00:16:10 -03:00
Augusto Caringi 46b818bdec kernel-6.3.12-200
* Wed Jul 05 2023 Augusto Caringi <acaringi@redhat.com> [6.3.12-0]
- Linux v6.3.12
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-07-05 16:27:32 -03:00
David Abdurachmanov c0406186f6
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-07-02 16:50:34 +03:00
Justin M. Forbes 89876f95ef
kernel-6.3.11-200
* Sun Jul 02 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.11-0]
- Linux v6.3.11
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-07-02 06:36:21 -06:00
David Abdurachmanov 54bdfd4f1e
Switch back to non-zboot kernel.
This requires EFI bootflow, which we don't support yet in Fedora/RISCV.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-29 08:39:38 +03:00
David Abdurachmanov 17cec4a544
Merge remote-tracking branch 'up/f38' into f38-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-29 08:29:06 +03:00
Augusto Caringi 89c90be095 kernel-6.3.10-200
* Wed Jun 28 2023 Augusto Caringi <acaringi@redhat.com> [6.3.10-0]
- Linux v6.3.10
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2023-06-28 15:41:45 -03:00
David Abdurachmanov a6336cd889
Add intel-m10-bmc-pmci to singlemods in filter (riscv64)
Fixes:
Depmod failure
+ cat depmod.out
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.3.9-200.0.riscv64.fc38.riscv64/./lib/modules/6.3.9-200.0.riscv64.fc38.riscv64/kernel/drivers/mfd/intel-m10-bmc-pmci.ko needs unknown symbol __dfl_driver_register
depmod: WARNING: /builddir/build/BUILDROOT/kernel-6.3.9-200.0.riscv64.fc38.riscv64/./lib/modules/6.3.9-200.0.riscv64.fc38.riscv64/kernel/drivers/mfd/intel-m10-bmc-pmci.ko needs unknown symbol dfl_driver_unregister
+ exit 1

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-24 08:59:25 +03:00
David Abdurachmanov dd57f2cd83
Update riscv64 configs
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-23 19:45:05 +03:00
David Abdurachmanov 3cd7aa3a84
Update riscv64 configs
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-23 18:27:02 +03:00