Search Criteria
Package Details: linux-amd-znver2 6.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-amd-znver2.git (read-only, click to copy) |
---|---|
Package Base: | linux-amd-znver2 |
Description: | The Linux kernel and modules - Compile with AMD Family 17h Zen 2 processors support |
Upstream URL: | https://www.kernel.org/ |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | None |
Maintainer: | archdevlab |
Last Packager: | archdevlab |
Votes: | 17 |
Popularity: | 0.75 |
First Submitted: | 2020-10-26 18:04 (UTC) |
Last Updated: | 2024-10-11 02:39 (UTC) |
Dependencies (34)
- 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)
- binutils (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cpio (cpio-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- kmod (busybox-coreutilsAUR, kmod-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- make (make-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- patch (patch-gitAUR) (make)
- Show 14 more dependencies...
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- linux-amd-znver2-headers
- 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 (6)
- 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- 0002-arch-Kconfig-Default-to-maximum-amount-of-ASLR-bits.patch
- 0003-x86-apic-Remove-logical-destination-mode-for-64-bit.patch
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz
- https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/14fad3df4488776debb20a3abdd9ae98efaa9df5/config
- more-ISA-levels-and-uarches-for-kernel-6.8-rc4+.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »
<deleted-account> commented on 2023-08-06 04:00 (UTC)
did a rebuild with latest updates, any luck?
EndlessEden commented on 2023-08-04 23:31 (UTC)
@eggz : after some digging I discovered that repo is compiling with our of date GcC and I can't link against.
My builds didn't work as I have clang by default and dkms was using gcc.
So please advise and review.
PancakeSparkle1 commented on 2023-08-04 22:00 (UTC)
@eggz I am having the same DKMS issue as @EndlessEden, but with different modules, on the binary kernel
<deleted-account> commented on 2023-08-04 10:58 (UTC)
did you compile the kernel yourself? Maybe download/install the binary kernel from the repo?
EndlessEden commented on 2023-08-04 02:08 (UTC)
@eggz: nope, https://pastebin.com/VJfE9pyS no idea whats going on.
again, arch kernel is fine. -- any advice or ways to find logs?
<deleted-account> commented on 2023-08-03 09:10 (UTC)
@EndlessEden no idea, dkms works fine here, I have no idea how to debug it from my end... There is a new release coming up right now maybe you have more luck there :-)
EndlessEden commented on 2023-08-03 08:59 (UTC) (edited on 2023-08-03 09:01 (UTC) by EndlessEden)
@eggz | absolutely, i compiled it myself and repo. installed headers alongside the kernel in both occasions.
Affects all 3 variants (and all loadable kernel modules, breaking everything)
`==> dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD-znver2 configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting ***
CONFIG_MODULES=yin the kernel configuration and run ***
make modules_preparein the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running
make prepare, *** use the OpenZFS
--enable-linux-builtinconfigure option, *** copy the OpenZFS sources into the Linux source tree using ***
./copy-builtin <linux source directory>, *** set
CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual.Error! Bad return status for module build on kernel: 6.4.7-AMD-znver2 (x86_64) Consult /var/lib/dkms/zfs/2.2.99.r52.ge47e9bbe86/build/make.log for more information. ==> WARNING:
dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD-znver2' exited 10 ==> dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting ***
CONFIG_MODULES=yin the kernel configuration and run ***
make modules_preparein the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running
make prepare, *** use the OpenZFS
--enable-linux-builtinconfigure option, *** copy the OpenZFS sources into the Linux source tree using ***
./copy-builtin <linux source directory>, *** set
CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual.Error! Bad return status for module build on kernel: 6.4.7-AMD (x86_64) Consult /var/lib/dkms/zfs/2.2.99.r52.ge47e9bbe86/build/make.log for more information.``
NOTE: it builds fine against -arch kernels. so i know its not a DKMS bug.
<deleted-account> commented on 2023-08-03 07:32 (UTC)
zfs-dkms installs here without problem
Did you install your headers correctly? did you upgrade your kernel without rebooting?
EndlessEden commented on 2023-08-03 00:30 (UTC) (edited on 2023-08-03 08:57 (UTC) by EndlessEden)
Modules wont build suddenly against this. ZFS reports "This kernel does not include the required loadable module support!" -- but its enabled in the config
PancakeSparkle1 commented on 2023-06-24 23:02 (UTC)
@eggz Compiling again, thanks for the fix!
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »