Package Details: linux-next-git 20250403.r0.gf0a16f536332-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: ptr1337 (gromit)
Last Packager: ptr1337
Votes: 18
Popularity: 0.66
First Submitted: 2014-10-12 19:04 (UTC)
Last Updated: 2025-04-03 17:24 (UTC)

Dependencies (20)

Required by (8)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

sir_lucjan commented on 2018-12-24 12:56 (UTC)

Please try with another commit.

pagdot commented on 2018-12-24 08:42 (UTC) (edited on 2018-12-24 08:43 (UTC) by pagdot)

I get linker errors when trying to compile it on my machine:

ld: drivers/nvdimm/security.o: in function `nvdimm_request_key':
security.c:(.text+0x46): undefined reference to `key_type_encrypted'
ld: drivers/nvdimm/security.o: in function `nvdimm_lookup_user_key.isra.2':
security.c:(.text+0x134): undefined reference to `key_type_encrypted'
make: *** [Makefile:1038: vmlinux] Error 1

sir_lucjan commented on 2018-06-11 20:39 (UTC)

@Raansu

I've updated :)

Raansu commented on 2018-06-05 10:56 (UTC)

@sir_lucjan I put in a request for this package to be orphaned. If someone gets around to processing my request please take over maintaining this package.

sir_lucjan commented on 2018-05-29 17:40 (UTC)

Done.

https://github.com/sirlucjan/workbench/tree/master/linux-next

  1. Files: https://github.com/sirlucjan/workbench/tree/master/linux-next/linux-next-git

  2. Log #1 (build): https://github.com/sirlucjan/workbench/blob/master/linux-next/LOG%231

  3. Log #2 (install): https://github.com/sirlucjan/workbench/blob/master/linux-next/LOG%232

  4. Log #3 (remove): https://github.com/sirlucjan/workbench/blob/master/linux-next/LOG%233

sir_lucjan commented on 2018-05-29 13:47 (UTC)

I've updated PKGBUILD. I'm going to build and if everything will ok, I'll share my PKGBUILD.

sir_lucjan commented on 2018-05-29 11:10 (UTC)

I can adpot.

Raansu commented on 2018-05-29 09:24 (UTC)

Will this package be updated to include the below fixes?

jwhickman commented on 2017-10-28 21:49 (UTC)

The 'makedepends' for 'xmlto' 'docbook-xsl' can be removed. I modified the dvb config (since I disabled that subsystem) to add an if statement: ---------------- msg "Checking for DVB config to add to kernel headers" if [ -d include/config/dvb/ ]; then msg "DVB config found, adding to kernel headers" mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/" cp include/config/dvb/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/include/config/dvb/" fi