@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 :)
Search Criteria
Package Details: linux-mainline-headers 6.13rc4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | Headers and scripts for building modules for the Linux Mainline kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 280 |
Popularity: | 3.02 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2024-12-23 04:14 (UTC) |
Dependencies (16)
- pahole (pahole-gitAUR)
- 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)
Latest Comments
« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 77 Next › Last »
smirky commented on 2016-11-27 22:36 (UTC)
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!
lesto commented on 2016-11-17 20:58 (UTC)
rc5 still need CONFIG_MODVERSIONS to be disabled for both my pc, is that normal? shoun't be fixed by RC3?
<deleted-account> commented on 2016-11-03 21:45 (UTC)
frosth:
Thanks for the link. Disabling CONFIG_MODVERSIONS fixed it.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here