I'm curious if CONFIG_INTEL_ISH_HID would be included.
Search Criteria
Package Details: linux-mainline-docs 6.14rc5-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: | 289 |
Popularity: | 2.71 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-03-02 23:10 (UTC) |
Dependencies (15)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
ishitatsuyuki commented on 2016-11-29 10:12 (UTC)
afzalarsalan commented on 2016-11-28 00:36 (UTC)
If you look at the commit, you'll see it's quite the simple fix for CONFIG_MODVERSIONS ;)
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cd3caefb4663e3811d37cc2afad3cce642d60061&utm_source=anzwix
smirky commented on 2016-11-27 22:36 (UTC)
@lesto
Yes, -rc7 has the patch.
http://lkml.iu.edu/hypermail/linux/kernel/1611.3/02062.html
"Fix subtle CONFIG_MODVERSIONS problems"
Make some research next time :)
lesto commented on 2016-11-27 22:22 (UTC) (edited on 2016-11-27 22:23 (UTC) by lesto)
@smirky waiting for RC7, can you confirm the patch is there? i don't find it in the realeases notes! http://lkml.iu.edu/hypermail/linux/kernel/1611.3/02062.html
smirky commented on 2016-11-25 06:22 (UTC)
@lesto,
Read the link I provided here, make it on a patch, add it in the PKGBUILD and build.
lesto commented on 2016-11-25 02:30 (UTC)
@blueyed using default pkgbuild, so make olddefconfig.
can' use localmodconfig as i need modules for a bit of everything (embedded dev)
smirky commented on 2016-11-22 19:37 (UTC)
https://lkml.org/lkml/2016/11/21/49
fpqc commented on 2016-11-19 15:35 (UTC) (edited on 2016-11-19 15:50 (UTC) by fpqc)
This package needs to install a hook file as follows:
====
/usr/share/libalpm/hooks/80-linux-mainline.hook
====
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = boot/vmlinuz-linux-mainline
Target = usr/lib/initcpio/*
[Action]
Description = Updating Arch Linux-Mainline initramfs image
When = PostTransaction
Exec = /usr/bin/mkinitcpio -p linux-mainline
======
blueyed commented on 2016-11-18 01:16 (UTC)
@lesto (and others):
Are you using `make localmodconfig`?
I think it would be good to have some (wiki) article about this package:
1. how and if `make localmodconfig` is supported / supposed to work. Just use it instead of "make olddefconfig" in the PKGBUILD?
2. how to change the config and rebuild the package without building it from scratch?
2a. When not cleaning the "src" directory you will get messages like the following during patching:
The next patch would create the file .gitattributes,
which already exists! Assume -R? [n]
Thanks!
Pinned Comments
That1Calculator commented on 2025-01-17 19:37 (UTC) (edited on 2025-02-23 21:34 (UTC) by That1Calculator)
!!! IMPORTANT NOTICE REGARDING
linux-mainline-um5606
!!!I will be deprecating this package upon the release of Linux 6.14rc1, as the only remaining patch for this series of laptops has been merged into Linux and is slated for release in 6.14rc1!
https://lore.kernel.org/lkml/CAPM=9tw+ySbm80B=zHVhodMFoS_fqNw_v4yVURCv3cc9ukvYYg@mail.gmail.com/
Thank you all for using this package for the last few months!! ❤️🐧
miffe commented on 2020-01-30 21:44 (UTC)
Repository here