Package Details: linux-mainline-docs 6.15rc4-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: Documentation for the Linux Mainline kernel
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 290
Popularity: 1.37
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-04-28 11:29 (UTC)

Required by (0)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 93 Next › Last »

Shadowigor commented on 2019-08-21 09:55 (UTC) (edited on 2019-08-21 09:57 (UTC) by Shadowigor)

I just tried to compile this kernel and I'm getting the following error:

*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Event                            | Plugins
PLUGIN_FINISH_TYPE               | structleak_plugin
PLUGIN_ATTRIBUTES                | structleak_plugin
In file included from ./include/linux/tcp.h:20,
                 from ./include/linux/ipv6.h:87,
                 from ./include/net/ipv6.h:12,
                 from ./include/net/inetpeer.h:16,
                 from ./include/net/route.h:24,
                 from ./include/net/ip.h:28,
                 from ./include/net/busy_poll.h:18,
                 from drivers/net/ethernet/sfc/falcon/net_driver.h:29,
                 from drivers/net/ethernet/sfc/falcon/ethtool.c:12:
./include/net/inet_connection_sock.h: In function ‘inet_csk_listen_poll’:
./include/net/inet_connection_sock.h:299:4: internal compiler error: 
Segmentation fault
  299 |    (EPOLLIN | EPOLLRDNORM) : 0;
      |    ^

I didn't change anything in the package, so I'm not sure what this plugin warning means and how I would disable it. A compiler segfault sounds like a compiler bug, is this the case or is there something wrong with the package? I tried to compile it twice so far and could reproduce it. I'm using the current GCC 9.1.0 for the compilation.

miffe commented on 2019-08-19 23:52 (UTC)

@C0rn3j: Can't change it now without introducing an epoch. But i'll do it for 5.4

C0rn3j commented on 2019-08-17 10:56 (UTC) (edited on 2019-08-17 11:02 (UTC) by C0rn3j)

Would you please consider changing the pkgver naming from "5.3rc4" to either "5.3-rc4" or "5.3.rc4" to be more consistent with the default kernel naming?

uname -r vs pacman -Q:

5.2.8-arch1-1-ARCH | linux 5.2.8.arch1-1

5.3.0-rc4-mainline | linux-mainline 5.3rc4-1

Also if the pkgrel could be present in the uname string, that'd be perfect then.

I'm making a script that detects running vs installed kernel version and would appreciate to have less/no workarounds for mainline, thanks!

SibrenVasse commented on 2019-07-22 21:49 (UTC)

@marcin19883 https://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/kconfig.html

marcin19883 commented on 2019-07-22 21:21 (UTC)

CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH is not set

how to turn on?

SibrenVasse commented on 2019-07-22 20:26 (UTC) (edited on 2019-07-22 20:27 (UTC) by SibrenVasse)

The upstream default is:

# CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH is not set

You'd have to enable this.

https://cateee.net/lkddb/web-lkddb/SND_SOC_INTEL_BYT_CHT_CX2072X_MACH.html

marcin19883 commented on 2019-07-22 20:06 (UTC) (edited on 2019-07-22 20:06 (UTC) by marcin19883)

Kernel 5.3 rc1. Module snd-soc-sst-byt-cht-cx2072x not available. Sound not working on Arch. On ubuntu it works.

<deleted-account> commented on 2019-07-11 10:36 (UTC)

I own a RTL8822BE WIFI device, the RTW88 driver shows up my device, but in a permanently DORMANT state. This kernel driver does not seem fully functional for all realtek WIFI devices. Same happens on core/linux aswell.

daenney commented on 2019-06-06 10:56 (UTC)

Please note that in 5.2 the old rtlwifi from drivers/staging has been removed in favour of the new RTW88 driver. If you have a Realtek wireless chipset that used rtlwifi you have to update the config with the following:

CONFIG_RTW88=m
CONFIG_RTW88_8822BE=y
CONFIG_RTW88_8822CE=y

miffe commented on 2019-04-15 16:48 (UTC)

@supakorn-jamie: I've disabled the documentation for now.