Package Details: linux-next-git 20250307.r0.g0a2f88912896-1

Git Clone URL: https://aur.archlinux.org/linux-next-git.git (read-only, click to copy)
Package Base: linux-next-git
Description: The Linux NEXT kernel and modules
Upstream URL: http://www.kernel.org/
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: Nefelim4ag
Maintainer: sir_lucjan (ptr1337)
Last Packager: sir_lucjan
Votes: 18
Popularity: 0.108762
First Submitted: 2014-10-12 19:04 (UTC)
Last Updated: 2025-03-10 07:13 (UTC)

Dependencies (20)

Required by (8)

Sources (5)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

gamezelda commented on 2025-03-10 21:28 (UTC)

@sir_lucjan: Tried again and I could build successfully. Thanks!

sir_lucjan commented on 2025-03-10 07:18 (UTC)

Could you try now?

gamezelda commented on 2025-03-08 22:17 (UTC) (edited on 2025-03-08 22:17 (UTC) by gamezelda)

For the past week, the build has failed with an error near the end of the build, similar to https://bugs.gentoo.org/949240:

arch/x86/tools/insn_decoder_test: error: malformed line 5243013:

This patch fixes the build: https://lore.kernel.org/lkml/Y9ES4UKl%2F+DtvAVS@gmail.com/T/

gromit commented on 2025-03-06 07:52 (UTC)

@sir_lucjan, @ptr1337, the package is missing 'git' as makedep:

==> Validating source files with sha512sums...
    linux-next ... Skipped
    0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch ... Passed
    0002-arch-Kconfig-Default-to-maximum-amount-of-ASLR-bits.patch ... Passed
    config ... Passed
==> ERROR: Cannot find the git package needed to handle git sources.
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/chris-1/build

gamezelda commented on 2024-09-26 18:07 (UTC)

The checksum verification for the config file fails since the last commit.

sir_lucjan commented on 2024-05-15 08:14 (UTC)

ucjan at cachyos ~ 10:13:37    
❯ pacman -Ss linux-next-git                                                                            
archlinuxcn/linux-next-git 20240513.r0.g6ba6c795dc73-1
    The Linux NEXT kernel and modules
archlinuxcn/linux-next-git-docs 20240513.r0.g6ba6c795dc73-1
    Documentation for the Linux NEXT kernel
archlinuxcn/linux-next-git-headers 20240513.r0.g6ba6c795dc73-1
    Headers and scripts for building modules for the Linux NEXT kernel

giovanni commented on 2024-05-15 08:01 (UTC)

I am also looking for an unofficial repository for linux-next.

kola54453 commented on 2024-05-13 00:00 (UTC)

is there any pacman unofficial repo for linux-next like linux-mainline ?

ozz commented on 2024-04-02 13:55 (UTC)

Maybe it has been discussed but wouldn't it make sense to use git clone --depth 1 in prepare() as the source instead of the default VCS (git) source? It's so much faster and wastes less bandwidth.

xiota commented on 2024-01-13 00:53 (UTC) (edited on 2024-01-13 00:56 (UTC) by xiota)

Would be better to set config variables like:

: ${_NUMAdisable=}
: ${_disable_debug=y}

This will change the value only if they are unset. This allows users to set the options without editing the PKGBUILD.

_NUMAdisable=y _disable_debug= makepkg