@kgizdov: As miffe said, the core package's config is used as a base and is updated with olddefconfig which sets all new config options to their recommended/default values.
If you are unhappy with the upstream defaults, complain there. Alternatively, roll your own config as Det suggested.
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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 77 Next › Last »
WorMzy commented on 2017-04-12 23:32 (UTC)
kgizdov commented on 2017-04-12 22:10 (UTC)
@miffe, as I said, regardless of the flag I mentioned, you are saying you are using a config from a different version of Linux. That is not how Linux works. This is a problem. You can run the built-in conf routine in the Linux source yourself and then diff against the one from another version. You will find that they have huge differences. Please try to mitigate this.
miffe commented on 2017-04-10 11:38 (UTC)
@kgizdov: The core config is updated with make olddefconfig before building. It hasn't caused a problem yet. And core can add that flag when they update to 4.11 and then i'll merge it back here.
Det commented on 2017-04-10 09:55 (UTC)
I don't suppose it matters either too much, since it's just a module, but also on that, isn't it easy enough to just enable nconfig to go through your own changes?
kgizdov commented on 2017-04-10 09:49 (UTC)
@miffe, a lot of the times you need a different config with newer versions of the kernel. How do you justify using the "old" config from the core package? I don't necessarily mean you to add my flag in particular, but core cannot and will not add it because it doesn't exist for linux 4.10, but it does for linux 4.11. It's bad practice not to update the config to match the version of linux.
basica commented on 2017-04-10 08:59 (UTC)
@miffe, thanks. I will wait till it becomes a stable kernel, and if not included in the default config log a request with the arch devs.
miffe commented on 2017-04-10 08:50 (UTC)
@basica, kgizdov: This package uses the same config as core/linux, i wont to diverge from that. But once it's added there it will be here aswell.
basica commented on 2017-04-10 08:28 (UTC)
I was/am the maintainer for linux-ct which was the linux kernel patched to add support for HDMI sound for cherry/bay trail CPUs. This is now in the mainline kernel, but support isn't built by the default config. I don't suppose the config could be modified so that CONFIG_HDMI_LPE_AUDIO=m is added by default?
Thanks,
kgizdov commented on 2017-04-07 17:17 (UTC)
Has anyone tried building with PCIEASPM_POWER_SUPERSAVE or PCIEASPM_POWER_SAVE. I wonder if we should add it to the config. Thoughts? (http://www.phoronix.com/scan.php?page=news_item&px=ASPM-PCIE-L1-PM-Sub)
Mthw commented on 2017-04-03 06:55 (UTC) (edited on 2017-04-04 12:04 (UTC) by Mthw)
[deleted]
Thanks!
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here