Linux 4.0-rc2 http://lkml.iu.edu/hypermail/linux/kernel/1503.0/01963.html
Search Criteria
Package Details: linux-mainline 6.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | The Linux Mainline kernel and modules |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 281 |
Popularity: | 2.15 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-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-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)
- 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-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- 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 (2)
Latest Comments
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 77 Next › Last »
FadeMind commented on 2015-03-03 18:31 (UTC)
clfarron4 commented on 2015-02-23 10:28 (UTC)
Oh my days... 4.0-rc1 has arrived. https://www.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.0-rc1.tar.xz
Update: I think the 4MB patch-4.0-rc1.tar.xz is botched, because there's a Kconfig file missing which is there if you use the larger 70MB source.
alex.henrie commented on 2015-02-19 20:44 (UTC)
@miffe: You're right. `pacaur -Sy linux-mainline linux-mainline-headers` works.
miffe commented on 2015-02-19 10:59 (UTC)
@alex.henrie: It tries to copy arch/${KARCH}/Makefile in _package-headers(), but the KARCH variable is set in _package(). So if you build everything at once and not just the headers package it should work. I'll open a bug for core/linux.
alex.henrie commented on 2015-02-19 00:18 (UTC)
I can't get this package to install. When I run `pacaur -Sy linux-mainline-headers` the entire kernel compiles, then the installation stops with the message
IHEX firmware/yam/9600.bin
==> Entering fakeroot environment...
==> Starting package_linux-mainline-headers()...
cp: cannot stat 'arch//Makefile': No such file or directory
==> ERROR: A failure occurred in package_linux-mainline-headers().
Aborting...
:: linux-mainline cleaning skipped
:: failed to build linux-mainline-headers package(s)
miffe commented on 2015-02-11 12:22 (UTC)
@hzy199411: I wont change the config from whats in the core/linux package. Also, wont x32 need a different userland thats not available in archlinux?
hzy199411 commented on 2015-02-11 01:03 (UTC)
would you like enable x32 ABI for this kernel?
miffe commented on 2015-02-02 12:29 (UTC)
@clfarron4: See https://lkml.org/lkml/2015/1/26/522
I'll switch the PKGBUILD to using the full tarballs.
clfarron4 commented on 2015-02-02 09:17 (UTC)
Just tried building rc7 (by updating the sources) and I get this:
patching file arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
patching file arch/arm64/boot/dts/foundation-v8.dts
patching symbolic link arch/arm64/boot/dts/include/dt-bindings
symbolic link target '../../../../../include/dt-bindings' is invalid
==> ERROR: A failure occurred in prepare().
Aborting...
makepkg -s 27.05s user 2.89s system 38% cpu 1:18.73 total
Am I the only one?
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here