Package Details: linux-vfio 6.10.10-1

Git Clone URL: https://aur.archlinux.org/linux-vfio.git (read-only, click to copy)
Package Base: linux-vfio
Description: The Linux kernel and modules (ACS override and i915 VGA arbiter patches)
Upstream URL: https://www.kernel.org
Keywords: acs arbiter assignment gpu i915 kvm override passthrough pci qemu vfio vga
Licenses: GPL-2.0-or-later
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: zman0900
Maintainer: xiota
Last Packager: xiota
Votes: 73
Popularity: 0.000851
First Submitted: 2015-01-30 06:41 (UTC)
Last Updated: 2024-09-14 07:14 (UTC)

Required by (5)

Sources (7)

Pinned Comments

xiota commented on 2024-01-09 18:43 (UTC) (edited on 2024-01-11 16:53 (UTC) by xiota)

  • Leaving eclairvoyant's comment pinned because it contains some useful information.
  • Patch policy is different, but similar.
    • Primary purpose of this package are the ACS override and i915 VGA arbiter patches.
    • Upstream Arch patches will be applied to maintain parity with the standard kernel.
    • No other patches will be added.
  • Package does have options that can be changed, like building with clang or disabling Arch patches.
    • Defaults will match Arch packages, except when incompatible with this package's primary patches.
    • Options are subject to change. Read PKGBUILD for details.
  • Avoid commenting and flagging at the same time for the same issue.
    • Flag for common issues with standard solutions, like new releases, key changes, etc.
    • Comment for issues requiring explanation or debugging.
      • Use a pastebin for blocks of text more than a few lines.

eclairevoyant commented on 2023-04-06 21:24 (UTC) (edited on 2023-04-06 21:31 (UTC) by eclairevoyant)

This package exists for the specific purpose of adding ported patches based on those originally created by Alex Williamson for:

Arbitrary patches will not be added.

Refer to the wiki on PCI passthrough and this blog post on IOMMU groups for risks/caveats before using this package.

Regular AUR etiquette applies as well (knowledge of makepkg and searching the wiki/Arch forums is expected, and AUR helpers or Arch-based distros that are not Arch Linux are unsupported).

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 32 Next › Last »

slowbro commented on 2020-02-22 08:23 (UTC)

Patches applied as-is for 5.5.5; untested.. https://github.com/slowbro/linux-vfio/tree/v5.5.5-arch1

shaybox commented on 2020-02-19 08:43 (UTC)

@slowbro I used your patches to update linux-zen-vfio :thumbsup:

slowbro commented on 2020-02-17 01:48 (UTC) (edited on 2020-02-17 02:08 (UTC) by slowbro)

Here's the two latest versions. 5.5.4 seems to work just as well as 5.5.3.

5.5.4.arch1-1: https://github.com/slowbro/linux-vfio/tree/v5.5.4-arch1

5.5.3.arch1-1: https://github.com/slowbro/linux-vfio/tree/v5.5.3-arch1

@glostark happy to help.

giostark commented on 2020-02-16 22:50 (UTC)

TNKS slowbro for the instructions. It worked as you stated. ;-) The kernel boot fine and my VM for work is finally on again.

slowbro commented on 2020-02-16 22:43 (UTC) (edited on 2020-02-16 22:49 (UTC) by slowbro)

Okay, the sha256sums are fixed: https://github.com/slowbro/linux-vfio/tree/v5.5.3-arch1

I just git push --force'd because I am a bad person.

BTW: 5.5.4.arch1 built successfully, I'm testing a full makepkg now.

slowbro commented on 2020-02-16 21:56 (UTC)

Ah, whoops.. I had reorganized the patches to make the diffs smaller and forgot to re-hash. I'll fix that asap, but in the mean time you can update the sha256sum lines in the PKGBUILD. Just run 'sha256sum *.patch' to get the new ones. The sum array has the hashes in the same order as the sources array.

giostark commented on 2020-02-16 21:52 (UTC)

Thanks for you time and work... :-)

I receive this : ==> Validating source files with sha256sums... archlinux-linux ... Skipped config ... Passed add-acs-overrides.patch ... FAILED i915-vga-arbiter.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!

Tried to delete the files and re-download , happen the same.

slowbro commented on 2020-02-16 21:09 (UTC) (edited on 2020-02-16 22:50 (UTC) by slowbro)

Alright, everything seems to be working on 5.5.3.arch1. I had switched to .3 because I noticed yesterday .4 was still in -testing.. but now .4 is out. This should just work with 5.5.4, you'll just need to change the PKGBUILD pkgver line. The patches apply cleanly. I'm compiling it now for 5.5.4 and will report back with results.

For now, enjoy 5.5.3.arch1: https://github.com/slowbro/linux-vfio/tree/v5.5.3-arch1

(Note: I make no guarantees, minimally tested,etc. My IOMMU groups are identical with this as they were with 5.3.7-arch1. I was able to boot my windows VM and it worked.)

alegru commented on 2020-02-16 13:57 (UTC)

I backported the changes to the linux-vfio-lts package, if someone wants to use it in the mean time

slowbro commented on 2020-02-15 20:31 (UTC)

I've been working on a PKGBUILD based on 5.5.4-arch1. I got the patches re-worked for all the recent intel_vga changes, and things seem good, I'll update later this weekend with a yay/nay.