Package Details: linux-next-git-headers 20241212.r0.g3e42dc9229c5-1

Git Clone URL: https://aur.archlinux.org/linux-next-git.git (read-only, click to copy)
Package Base: linux-next-git
Description: Headers and scripts for building modules for the Linux NEXT kernel
Upstream URL: http://www.kernel.org/
Licenses: GPL-2.0-only
Submitter: Nefelim4ag
Maintainer: sir_lucjan (ptr1337)
Last Packager: sir_lucjan
Votes: 18
Popularity: 0.42
First Submitted: 2014-10-12 19:04 (UTC)
Last Updated: 2024-12-12 18:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

CyrIng commented on 2021-10-17 03:17 (UTC) (edited on 2021-10-17 03:17 (UTC) by CyrIng)

==> Validating source files with sha512sums...
    linux-next ... Skipped
    0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch ... FAILED
    config ... Passed
==> ERROR: One or more files did not pass the validity check!

sir_lucjan commented on 2021-10-09 17:36 (UTC)

Done, thanks.

gamezelda commented on 2021-10-09 11:20 (UTC)

I'm not entirely sure if requiring resolve_btfids for building external modules was intentional, but yeah, it doesn't hurt to change the PKGBUILD to install the tool to get external modules / DKMS working again.

(BTW, the commit introducing the requirement is the one named "bpf: Enable TCP congestion control kfunc from modules" in case anyone wants to look deeper.)

sir_lucjan commented on 2021-10-08 20:32 (UTC) (edited on 2021-10-08 20:33 (UTC) by sir_lucjan)

@gamezelda

Did I understand correctly that you want me to add this to PKGBUILD?

gamezelda commented on 2021-10-08 20:25 (UTC)

Since recently I've had to add the resolve_btfids tool in order to build external (DKMS) modules:

   # add objtool for external module building and enabled VALIDATION_STACK option
   install -Dt "$builddir/tools/objtool" tools/objtool/objtool
+  install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids

   # add xfs and shmem for aufs building

catman commented on 2021-08-23 04:02 (UTC)

@sir_lucjan

works now. thanks.

sir_lucjan commented on 2021-08-21 18:15 (UTC)

@catman

Could you try now? I've disabled html docs.

catman commented on 2021-08-21 00:58 (UTC)

Sphinx parallel build error: docutils.utils.SystemMessage: /home/catman/linux-next-git/src/linux-next/Documentation/powerpc/associativity.rst:1: (SEVERE/4) Title overline & underline mismatch.

Ttz_ztT commented on 2021-01-12 16:45 (UTC) (edited on 2021-01-15 07:14 (UTC) by Ttz_ztT)

@habys : same here. builds fine, doesn't want to boot. with an almost identical entry for /boot (nvme0n1p1 instead) on booting kernel.

dmesg gives lots of "BPF:No data" and "failed to validate module [crc*] BTF: -22" ?

The only difference I see in dmesg is that -next finds a numa node on my ryzen 3xxx now...

Edit: 210115 works.