Package Details: linux-next-git 20240529.r0.g9d99040b1bc8-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: 17
Popularity: 0.002675
First Submitted: 2014-10-12 19:04 (UTC)
Last Updated: 2024-05-30 09:23 (UTC)

Dependencies (15)

Required by (7)

Sources (4)

Latest Comments

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

gamezelda commented on 2023-10-19 22:23 (UTC)

The "Add sysctl and CONFIG to disallow unprivileged CLONE_NEWUSER" patch does not apply to the current linux-next due to a small change from "treewide: mark stuff as __ro_after_init" (https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/kernel/user_namespace.c?id=ea3229fa578b6e95a4a7ee53e1a98a45176e6f93).

It's enough to replace "__read_mostly " to "__ro_after_init" in the patch to get it working again.

sir_lucjan commented on 2023-08-30 15:46 (UTC)

You're welcome. Thanks for reporting the bug and the detailed description.

linux-aarhus commented on 2023-08-30 15:40 (UTC)

@sir_lucjan Thank you :9 - I would never have figured that out on my own.

==> Finished making: linux-next-git 20230830.r0.g56585460cc2e-1 (ons 30 aug 2023 17:39:08 CEST)
==> Installing linux-next-git package group with pacman -U...

sir_lucjan commented on 2023-08-30 14:49 (UTC)

@root.nix

Could you check now?

sir_lucjan commented on 2023-08-30 11:41 (UTC) (edited on 2023-08-30 11:46 (UTC) by sir_lucjan)

Warning: 'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.

This is a normal message/warning, you can not worry about it.

rm: cannot remove '/a/projects/nest-kernel/linux-next-git/pkg/linux-next-git/usr/lib/modules/6.5.0-next-20230830-1-next-git-13390-g56585460cc2e/source': No such file or directory
==> ERROR: A failure occurred in package_linux-next-git().
    Aborting...

This is absolutely not correct and this is what needs to be looked into.

EDIT: I think I found the culprit: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=d8131c2965d5ee59bfa4d548641e52a13cbe17c9

I will try to fix it as soon as possible.

linux-aarhus commented on 2023-08-30 11:27 (UTC)

I am using localmodconfig and my biweekly build usually finalizes with no issues.

As of today I am getting a strange message emitted getting to this point in the build

  echo "Installing modules..."
  ZSTD_CLEVEL=19 _make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
    DEPMOD=/doesnt/exist modules_install  # Suppress depmod

The message

Warning: 'make modules_install' requires /doesnt/exist. Please install it.
This is probably in the kmod package.
rm: cannot remove '/a/projects/nest-kernel/linux-next-git/pkg/linux-next-git/usr/lib/modules/6.5.0-next-20230830-1-next-git-13390-g56585460cc2e/source': No such file or directory
==> ERROR: A failure occurred in package_linux-next-git().
    Aborting...

sir_lucjan commented on 2023-02-06 19:28 (UTC)

@kro007

You're welcome. Thanks for report.

kro007 commented on 2023-02-06 19:24 (UTC)

It's ok now, thanks you

sir_lucjan commented on 2023-02-06 18:55 (UTC)

@kro007

Could you check now?

kro007 commented on 2023-02-06 18:27 (UTC) (edited on 2023-02-06 18:57 (UTC) by kro007)

Hello, i get this at the end of the build :

btf_encoder__encode: btf__dedup failed!
Failed to encode BTF
LD .tmp_vmlinux.kallsyms1
(...)
libbpf: failed to find '.BTF' ELF section in vmlinux
FAILED: load BTF from vmlinux: No data available
make[1]: [scripts/Makefile.vmlinux:35: vmlinux] Error 255
make[1]:
Suppression du fichier « vmlinux »
make: *** [Makefile:1249: vmlinux] Error 2
==> ERREUR : Une erreur s’est produite dans build().
Abandon…
-> erreur lors de la construction : linux-next-git

What can i do ?