Package Details: linux-mainline 6.13-1

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.20
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-01-20 06:29 (UTC)

Dependencies (21)

Required by (6)

Sources (2)

Pinned Comments

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 77 Next › Last »

prazola commented on 2018-02-21 13:18 (UTC) (edited on 2018-02-21 13:19 (UTC) by prazola)

Can someone help me with this?

make[2]: [scripts/Makefile.build:575: drivers/gpu/drm] Error 2 make[1]: [scripts/Makefile.build:575: drivers/gpu] Error 2 make: *** [Makefile:1048: drivers] Error 2

My config file: https://pastebin.com/p36QM8mZ

Det commented on 2018-01-27 13:28 (UTC)

@lub, google: arch base-devel

lub commented on 2018-01-27 13:27 (UTC)

I think gcc and make would make sense as makedepends.

novenary commented on 2017-11-27 16:10 (UTC) (edited on 2017-11-27 17:46 (UTC) by novenary)

Hey, thanks for providing this PKGBUILD and the prebuilt repo. Would you please consider enabling CONFIG_DRM_AMD_DC_PRE_VEGA? Thanks in advance. Edit: nevermind, looks like this only changes the default state of DC, so anyone who wants to enable it can do so with amdgpu.dc=1.

restl3ss commented on 2017-11-18 11:18 (UTC)

Great package overall, one small request - in the next update can you please update your config to build the kmod for rtl8822be? The module works just fine, and otherwise I'm going to have to download the PKGBUILD and edit the config every time I want to update. Thanks

mirh commented on 2017-10-21 10:43 (UTC)

Can you please make git at least shallow cloning? It's nuts I have to download GBs of history, just to build latest kernel. And especially, what is now the point of this repo with respect to linux-git?

xuiqzy commented on 2017-10-10 18:01 (UTC)

Could you please change the VCS url to git+https://... to pull the git sources over TLS encrypted https since the git protocol is not encrypted and not authenticated? Thanks in advance! :)

MK13 commented on 2017-10-04 15:05 (UTC)

Tarballs are unsigned since 4.12-rc1 https://www.kernel.org/rc-tarballs-and-patches-starting-with-412-rc1.html Also reflects in the PKGBUILD #"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign" Any plans to change to a git based build? Even if it comes with the downsides described in the kernel page