sha256sum for config
seems to be outdated.
Search Criteria
Package Details: linux-vfio-lts 6.6.62-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-vfio-lts.git (read-only, click to copy) |
---|---|
Package Base: | linux-vfio-lts |
Description: | The LTS 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: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-01 01:58 (UTC) |
Last Updated: | 2024-11-19 18:25 (UTC) |
Dependencies (18)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (5)
- ksmbd-tools (requires KSMBD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (8)
- 0001-6.6.62-disallow-unprivileged-CLONE_NEWUSER.patch
- 0002-6.6.62-nvidia-skip-simpledrm.patch
- 0003-6.6.62-set-default-aslr-bits.patch
- 1001-6.6.7-add-acs-overrides.patch
- 1002-6.6.7-i915-vga-arbiter.patch
- config-6.6.62
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.62.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.62.tar.xz
xiretza commented on 2020-04-12 14:16 (UTC)
alegru commented on 2020-02-16 14:00 (UTC)
Finally an update after a year. I backported from the linux-vfio package and used the standard config file from the lts package.
Punkado commented on 2019-01-24 10:00 (UTC)
Same problem here:
install: cannot stat 'drivers/media/dvb-core/*.h': No such file or directory
xiretza commented on 2019-01-17 15:31 (UTC)
Packaging fails:
install: cannot stat 'drivers/media/dvb-core/*.h': No such file or directory
I guess that line can just be removed from the PKGBUILD.
markzz commented on 2018-07-28 20:49 (UTC)
Since this package gets less attention, I'm not that eager to continuously check for new versions.
Saying that, the best way to get my attention to update it is to flag this as out-of-date.
BackgroundWorker commented on 2018-07-28 20:19 (UTC) (edited on 2018-07-28 20:20 (UTC) by BackgroundWorker)
Hello Everyone, i wanna know if the vfio-lts version will be updated soon from linux-vfio-lts 4.14.52-1 to linux-vfio-lts 4.14.56-1 because the lts kernel is 4.14.56-1 please let me know
mradi commented on 2018-04-17 00:45 (UTC)
Has anyone tried updating this package manually? Did it compile for you?
fl3sk commented on 2017-03-30 17:33 (UTC)
The kernel headers are missing objtool, thus building external kernel modules fails. Adding the snippet from linux/linux-vfio package to PKGBUILD helps:
# add objtool for external module building and enabled VALIDATION_STACK option
if [ -f tools/objtool/objtool ]; then
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool"
cp -a tools/objtool/objtool ${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool/
fi
markzz commented on 2017-03-03 21:25 (UTC)
Sorry all that use this package that it hasn't been updated for quite some time. I'm building it to see if 4.4.52 builds correctly and should be updated later the day this comment is posted.
zman0900 commented on 2016-09-09 04:11 (UTC)
You might want to avoid upgrading to 4.4.20 for a while. There are potential issues with the keyboard that can prevent booting if you use encryption.
https://bugs.archlinux.org/task/50700
Pinned Comments
xiota commented on 2024-01-09 18:42 (UTC) (edited on 2024-02-01 01:55 (UTC) by xiota)
clang
or disabling Arch patches.zman0900 commented on 2016-08-21 04:32 (UTC)