VFIO passthrough is broken on 5.9 rc1/rc2, but the following patch fixes it:
https://bugzilla.kernel.org/attachment.cgi?id=292167
And here's the bug report it comes from:
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 282 |
Popularity: | 3.65 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-06 18:58 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 77 Next › Last »
VFIO passthrough is broken on 5.9 rc1/rc2, but the following patch fixes it:
https://bugzilla.kernel.org/attachment.cgi?id=292167
And here's the bug report it comes from:
They are in the git repo for core/linux. Thanks for the heads-up.
@jsutton: I don't have the time to maintain a custom config. Get that change in the core/linux package and it will show up here. I merge the config changes for every rc1.
Any possibility to have the following added to the kernel config?
CONFIG_SND_SOC_AMD_RENOIR=m
CONFIG_SND_SOC_AMD_RENOIR_MACH=m
CONFIG_SENSORS_AMD_ENERGY=m
These are important for Ryzen 4000 Mobile APUs.
Thanks!
@ekollof then why don't you? https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation
Why are MAKEFLAGS not used in the PKGBUILD? I'd like to use parallel make to speed up the build.
Just a forewarning about the upcoming kernel 5.8-rc1, there's a critical problem with ext4 that needs to be patched before running it or you may experience data corruption.
The patch is at: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/commit/?h=dev&id=811985365378df01386c3cfb7ff716e74ca376d5
This is already documented in many other places, but take care that you will need to apply this patch if you build this kernel using GCC 10 (which is already in core), or you will get an unbootable kernel:
EDIT: This patch is already included in -rc6 so it is unnecessary to include it.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here