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.78 |
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »
<deleted-account> commented on 2022-01-11 23:38 (UTC)
And where exactly do you want that "option" to be? I think I get the main idea of what you are trying to say but I'm not really sure. This kernel comes with a config and patches that I deem best for znver2, and its static. If you want to change the buildproces to something dynamic towards your system and preferences, I am unsure what you need this kernel for ... ?
dedguy21 commented on 2022-01-11 20:17 (UTC)
Hi, Just wondering
Am I missing where the option to build this with only ldconfig (only using the modules that are loaded with modprobed-db)?
There are a lot of modules I'm trying not to include in the build
PeerK commented on 2021-10-10 14:39 (UTC)
Thank you very much: As you see, I am not an expert ;) I changed makepkg.conf .
<deleted-account> commented on 2021-10-10 13:58 (UTC)
"Maybe the option "-j(Nr_of_cores-2)" as default might be a useful parameter?"
I dont control that variable, its provided by makepkg.conf, which is provided by core/pacman. I can only give you my experiences, and I had a situation where I had to do a "nr_of_cors+ 2+" -J flag.
I'm just glad you found your problem :-)
PeerK commented on 2021-10-10 13:16 (UTC) (edited on 2021-10-10 13:17 (UTC) by PeerK)
I have 8 cores, single threaded (4700U, laptop) and I tested the build process with -j4 and -j6, since I was still logged on.
Although I did not benchmark the processes precisely, -j6 built the kernel in a few minutes, while the default from the package was inacceptable long while the cores were sleeping ;-)
Maybe the option "-j(Nr_of_cores-2)" as default might be a useful parameter?
Thanks for the hint with -O3, I reset it to the default. Kind regards
<deleted-account> commented on 2021-10-10 10:35 (UTC)
how much cores you have and how many workers you pick? try adding 5 workers more than your threads and see what happens.
Be careful with choosing -O3, not all makefiles/packages support this and you might run into compatibility issues.
PeerK commented on 2021-10-10 10:26 (UTC)
For the last few kernel updates, the build process does not run on all availiable core.
Since this takes obviously much, much more time, I wondered if there is a technical reason, not to use on all the cores any more.
I am a noob, but I wonder, if "-j <no. of cores - 1>" in $MAKEFLAGS and "-O3" in $CFLAGS could speed up building the kernel.
Cheers,
s3rj1k commented on 2021-09-30 13:10 (UTC)
@eggz
provides=linux
description in wiki about reasons are quite full, but I wonder, what will happen if one would actually add this to a PKGBUILD, lets say separate one, specificaly tailored to replace existing default kernel, I mean like, would arch people take this AUR package down or it would just block a merge to community repo.Would like to here a comment about that from Arch people.
<deleted-account> commented on 2021-09-30 04:39 (UTC)
sorry bkuri, I got told by arch linux staff not to do so. I find it annoying aswel.
https://aur.archlinux.org/pkgbase/linux-amd-znver2/?O=60&PP=10#comment-780129 https://aur.archlinux.org/pkgbase/linux-slim/?O=10&PP=10#comment-781913
bkuri commented on 2021-09-29 23:50 (UTC) (edited on 2021-09-29 23:59 (UTC) by bkuri)
@eggz Thanks for maintaining this package.
Would it be possible to add
provides=linux
to the PKGBUILD? I'm trying to remove the built-in manjaro kernel by using the following commandmhwd-kernel -r linux510
, but I'm receiving an error like "removing linux510 breaks dependency 'linux'".Cheers!
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »