Package Details: linux-mainline 6.13rc1-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: 279
Popularity: 2.83
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2024-12-02 00:59 (UTC)

Required by (6)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

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

muziknavi commented on 2024-12-05 11:31 (UTC) (edited on 2024-12-05 11:31 (UTC) by muziknavi)

Could you add these wifi drivers to config? I have this wifi for which the kernel started support since 6.13

CONFIG_RTW88_8821AU=m
CONFIG_RTW88_8812AU=m

muziknavi commented on 2024-12-02 04:36 (UTC) (edited on 2024-12-02 04:37 (UTC) by muziknavi)

In 6.13rc1 at least rtw8821/12 is not set:

# CONFIG_RTW88_8821AU is not set
# CONFIG_RTW88_8812AU is not set

emilot commented on 2024-11-23 00:00 (UTC)

So, how do we enable the new preemp-RT "mode"? In the config file there is no such option. Thanx.

gromit commented on 2024-11-22 07:40 (UTC)

@alpha_gu yes this is a known problem, see https://bbs.archlinux.org/viewtopic.php?id=301155

alpha_gu commented on 2024-11-21 23:41 (UTC)

Virtualbox can't run with this kernel, a error message says VMX ROOT MODE ...

xx777 commented on 2024-10-04 08:06 (UTC)

The modules are not compressed.

And the binary packages in miffe repo didn't work on my pc, the packages built on my pc didn't work neither, I will try to find the cause this weekend.

InoriHeart commented on 2024-07-29 01:28 (UTC)

The upstream Linux 6.11 kernel is making it easier to build a Pacman package of the kernel for use on Arch Linux and other Arch derived distributions relying on Pacman.

Merged to the mainline Linux Git codebase is support for the "make pacman-pkg" target for generating a Pacman package of the kernel for use on Arch Linux and its derivatives.

edgarscirulis commented on 2024-07-07 23:49 (UTC)

@gromit Yes, I do looked logs.

edgars@arch linux-next-git]$ 02:48:03.598841 http.c:843              == Info: Couldn't find host git.kernel.org in the .netrc file; using defaults
> 02:48:03.598857 http.c:843              == Info: Found bundle for host: 0x555ca22df500 [serially]
> 02:48:03.598865 http.c:843              == Info: Can not multiplex, even if we wanted to
> 02:48:03.598874 http.c:843              == Info: Re-using existing connection with host git.kernel.org
> 02:48:03.598999 http.c:790              => Send header, 0000000370 bytes (0x00000172)
> 02:48:03.599007 http.c:802              => Send header: POST /pub/scm/linux/kernel/git/torvalds/linux.git/git-upload-pack HTTP/1.1
> 02:48:03.599012 http.c:802              => Send header: Host: git.kernel.org
> 02:48:03.599016 http.c:802              => Send header: User-Agent: git/2.45.2
> 02:48:03.599019 http.c:802              => Send header: Accept-Encoding: deflate, gzip, br, zstd
> 02:48:03.599021 http.c:802              => Send header: Content-Type: application/x-git-upload-pack-request
> 02:48:03.599025 http.c:802              => Send header: Accept: application/x-git-upload-pack-result
> 02:48:03.599028 http.c:802              => Send header: Accept-Language: en-US, *;q=0.9
> 02:48:03.599032 http.c:802              => Send header: Git-Protocol: version=2
> 02:48:03.599036 http.c:802              => Send header: Content-Encoding: gzip
> 02:48:03.599039 http.c:802              => Send header: Content-Length: 21428
> 02:48:03.599043 http.c:802              => Send header:
> 02:48:03.599048 http.c:843              == Info: upload completely sent off: 21428 bytes
> 02:48:03.733760 http.c:790              <= Recv header, 0000000026 bytes (0x0000001a)
> 02:48:03.733791 http.c:802              <= Recv header: HTTP/1.1 502 Bad Gateway
> 02:48:03.733801 http.c:790              <= Recv header, 0000000015 bytes (0x0000000f)
> 02:48:03.733805 http.c:802              <= Recv header: Server: nginx
> 02:48:03.733811 http.c:790              <= Recv header, 0000000037 bytes (0x00000025)
> 02:48:03.733815 http.c:802              <= Recv header: Date: Sun, 07 Jul 2024 23:48:03 GMT
> 02:48:03.733821 http.c:790              <= Recv header, 0000000025 bytes (0x00000019)
> 02:48:03.733825 http.c:802              <= Recv header: Content-Type: text/html
> 02:48:03.733830 http.c:790              <= Recv header, 0000000021 bytes (0x00000015)
> 02:48:03.733834 http.c:802              <= Recv header: Content-Length: 150
> 02:48:03.733839 http.c:790              <= Recv header, 0000000024 bytes (0x00000018)
> 02:48:03.733842 http.c:802              <= Recv header: Connection: keep-alive
> 02:48:03.733847 http.c:790              <= Recv header, 0000000002 bytes (0x00000002)
> 02:48:03.733851 http.c:802              <= Recv header:
> 02:48:03.733871 http.c:843              == Info: Connection #0 to host git.kernel.org left intact
> error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
> 02:48:03.734015 pkt-line.c:86           packet:          git> 0002
> 02:48:03.734132 pkt-line.c:86           packet:        clone< 0002
> fatal: expected 'packfile'

gromit commented on 2024-07-07 22:29 (UTC)

@edgarscirulis are you still getting this error? It seems to be a transient error with the AUR platform