Search Criteria
Package Details: linux-mainline-docs 7.1rc4-1
Package Actions
| 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: | 297 |
| Popularity: | 3.68 |
| First Submitted: | 2011-07-22 06:50 (UTC) |
| Last Updated: | 2026-05-18 00:30 (UTC) |
Dependencies (25)
- bc (bc-ghAUR) (make)
- binutils (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- libgcc (libgcc-snapshotAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- Show 5 more dependencies...
Required by (0)
Sources (2)
bittin commented on 2026-05-11 09:38 (UTC)
abelvesa commented on 2026-05-09 22:37 (UTC)
Can we get aarch64 support merged?
https://github.com/abelvesa/archlinux-linux-mainline/tree/aarch64
bittin commented on 2026-04-28 11:20 (UTC)
Backlight don't work as it should on my Dell Latitude 7390 laptop with the latest rc kernel, had to revert to the one from [testing]
raishy commented on 2026-03-29 18:25 (UTC)
Had to add to the 7.0rc5-1 config to get audio working on a 2026 Dell XPS (may affect other Intel laptops?)
CONFIG_SND_SOC_SDCA_CLASS=m
CONFIG_SND_SOC_SDCA_CLASS_FUNCTION=m
CONFIG_SND_SOC_SDCA_FDL=y
aeden commented on 2025-09-24 02:41 (UTC) (edited on 2025-09-24 21:00 (UTC) by aeden)
for 6.17rc7-1, config needs to be altered so docker.service will run:
1569c1569
< # CONFIG_NETFILTER_XTABLES_LEGACY is not set
---
> CONFIG_NETFILTER_XTABLES_LEGACY=y
1729a1730
> CONFIG_IP_NF_IPTABLES_LEGACY=m
1748a1750
> CONFIG_IP_NF_FILTER=m
1750a1753,1757
> CONFIG_IP_NF_NAT=m
> CONFIG_IP_NF_TARGET_MASQUERADE=m
> CONFIG_IP_NF_TARGET_NETMAP=m
> CONFIG_IP_NF_TARGET_REDIRECT=m
> CONFIG_IP_NF_MANGLE=m
1751a1759,1762
> # CONFIG_IP_NF_TARGET_TTL is not set
> # CONFIG_IP_NF_RAW is not set
> # CONFIG_IP_NF_SECURITY is not set
> CONFIG_IP_NF_ARPTABLES=m
1752a1764
> # CONFIG_IP_NF_ARPFILTER is not set
1758a1771
> CONFIG_IP6_NF_IPTABLES_LEGACY=m
1778a1792,1793
> # CONFIG_IP6_NF_TARGET_HL is not set
> CONFIG_IP6_NF_FILTER=m
1780a1796,1799
> CONFIG_IP6_NF_MANGLE=m
> # CONFIG_IP6_NF_RAW is not set
> # CONFIG_IP6_NF_SECURITY is not set
> # CONFIG_IP6_NF_NAT is not set
1788a1808
> # CONFIG_BRIDGE_NF_EBTABLES_LEGACY is not set
EDIT: also need:
1597a1598
> # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
1602a1604
> # CONFIG_NETFILTER_XT_TARGET_TRACE is not set
1760c1762
< # CONFIG_IP_NF_RAW is not set
---
> CONFIG_IP_NF_RAW=m
1797c1799
< # CONFIG_IP6_NF_RAW is not set
---
> CONFIG_IP6_NF_RAW=m
1799c1801,1802
< # CONFIG_IP6_NF_NAT is not set
---
> CONFIG_IP6_NF_NAT=m
> CONFIG_IP6_NF_TARGET_MASQUERADE=m
Jirka13 commented on 2025-09-02 18:04 (UTC)
Hi, rustup should probably be removed from rust alternatives. I was not able to build latest version (6.17rc4-1) against it. I was getting this error (Sorry about the Czech, but should still be somehow informative):
==> Spouští se package_linux-mainline-headers()...
Installing build files...
Installing headers...
Installing KConfig files...
Installing Rust files...
install: nelze získat informace o 'rust/*.rmeta': Adresář nebo soubor neexistuje ==> CHYBA: Došlo k chybě v package_linux-mainline-headers().
Rušení... -> chyba při vytváření: linux-mainline-exit status 4
With rust installed this error disappeared.
lufog commented on 2025-08-10 20:59 (UTC) (edited on 2025-08-18 07:15 (UTC) by lufog)
@miffe, can you please apply this patch, it fixes
No longer relevant, it was merged in rc2.nouveau, which was broken by this patch in 6.17-rc1.
lufog commented on 2025-07-22 10:47 (UTC) (edited on 2025-08-10 21:00 (UTC) by lufog)
For those whose nouveau is broken (for example, on my GeForce 1660) on 6.17-rc1, with the error:
nouveau 0000:01:00.0: [drm] *ERROR* fbdev: Failed to setup emulation (ret=-22)
Apply this revert patch.
Better solution in next comment.
gromit commented on 2025-07-22 10:44 (UTC)
@lufog, I think this is the bug that you have hit: https://lore.kernel.org/all/aH9n_QGMFx2ZbKlw@debian.local
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here