Search Criteria
Package Details: linux-amd-drm-next 6.12.2024.09.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-amd-drm-next.git (read-only, click to copy) |
---|---|
Package Base: | linux-amd-drm-next |
Description: | The Linux kernel next with bleeding edge AMD DRM drivers kernel and modules |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Submitter: | heavysink |
Maintainer: | heavysink (lilac) |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-21 04:55 (UTC) |
Last Updated: | 2024-09-13 21:22 (UTC) |
Dependencies (20)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-uutilsAUR, coreutils-hybridAUR, coreutils-selinuxAUR)
- 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)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-fullAUR, imagemagick-full-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-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-gitAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR) (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)
Latest Comments
ripplingsnake commented on 2024-03-14 04:33 (UTC)
any chance of a conf file for pacman to update kernel rather than recompiling at each update ?
kode54 commented on 2023-10-15 04:59 (UTC)
This builds, but somehow cannot detect and mount my NVMe root volume.
NogradThGin commented on 2023-04-10 16:36 (UTC) (edited on 2023-04-10 19:40 (UTC) by NogradThGin)
Hello, currently modified the tag in PKGBUILD to build a 6.4 version of the kernel (tag: amd-drm-next-6.4-2023-03-31).
But facing this error at the end of the compilation (on 2 different PCs):
libbpf: failed to find '.BTF' ELF section in vmlinux
FAILED: load BTF from vmlinux: No data available
make[1]: *** [scripts/Makefile.vmlinux:35: vmlinux] Error 255
make[1]: *** Deleting file 'vmlinux'
make: *** [Makefile:1250: vmlinux] Error 2
Actually never faced this error before, do you have any ideas how to fix it ?
EDIT: Just fixed the problem (thanks to this mailing list https://lore.kernel.org/bpf/57830c30-cd77-40cf-9cd1-3bb608aa602e@app.fastmail.com/T/)
With disabling Kernel IBT:
cd ~/.cache/yay/linux-amd-drm-next/
sed -e '/CONFIG_X86_KERNEL_IBT/ s/y$/n/g' config -i
sed -e '/^_tag/ s/6.3-2023-02-17/6.4-2023-03-31/g' -e '/^pkgver/ s/6.3.2023.02.17/6.4.2023.03.31/g' PKGBUILD -i
makepkg -fsi