Package Details: linux-mainline 6.14rc6-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: The Linux Mainline kernel and modules
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 289
Popularity: 2.35
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-03-10 00:55 (UTC)

Required by (6)

Sources (2)

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

Latest Comments

« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 92 Next › Last »

lesto commented on 2017-04-15 09:28 (UTC)

the revision 2 has a bug, yaourt thinks this is still revision 1 and try to install it over and over. Not 100% sure but could be cause by pkgrel=1??

smirky commented on 2017-04-13 21:52 (UTC) (edited on 2017-04-13 21:54 (UTC) by smirky)

https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-mainline&id=ae054cccecbba92d2fce801e82bffb433b9e6759 This commit breaks the kernel's hook. We get an empty file here because of that: /usr/share/libalpm/hooks/90-linux-mainline.hook To fix it, we just need to rename the 99-linux.hook to 90-linux.hook, otherwise, we do sed on a non-existing file, forcing us to workaround it with mkinitcpio -p linux-mainline (manually).

kgizdov commented on 2017-04-13 11:04 (UTC)

@WozMzy, sorry, I misunderstood how the config was handled. I thought it was just taken plainly from core, who has already applied olddefconfig. That is fine then.

WorMzy commented on 2017-04-12 23:32 (UTC)

@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.

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.