After the upgrade to 4.9rc1-1, boot could not find the dev mapper for my root device (systemd-boot + luks + lvm) so I had an unbootable machine (didn't get any errors/warnings during mkinit or install).
I've downgraded back to linux-mainline 4.8-1 but word of warning and/or any advice/input is welcome
Search Criteria
Package Details: linux-mainline 6.15rc3-1
Package Actions
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, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 290 |
Popularity: | 1.52 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-04-21 02:53 (UTC) |
Dependencies (24)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (kmod-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)
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- rust-bindgen (rust-bindgen-gitAUR) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (make)
- tar (tar-gitAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- Show 4 more dependencies...
Required by (8)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
- wine-osu-spectator (requires NTSYNC-MODULE) (optional)
- wine-osu-spectator-wow64 (requires NTSYNC-MODULE) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 40 41 42 43 44 45 46 47 48 49 50 .. 93 Next › Last »
enckse commented on 2016-10-16 13:53 (UTC)
miffe commented on 2016-09-15 10:50 (UTC)
@mirh: They dont change that often. See https://git.archlinux.org/svntogit/packages.git/log/trunk?h=packages/linux
And it seems pointless to update them just to get another version string in a comment.
mirh commented on 2016-09-14 19:37 (UTC)
They can even be a week old, but if this is 4.8rc6, why the header of the file mentions 4.7.3-2 ?
miffe commented on 2016-08-29 14:04 (UTC)
They are a week old. And they are necessary.
mirh commented on 2016-08-29 13:22 (UTC)
Config files this package comes with are, for as much default, quite old and trigger some warnings.
Could they be updated?
Or even better, do we really need to ship them?
talonz commented on 2016-07-09 22:49 (UTC) (edited on 2016-07-17 01:37 (UTC) by talonz)
I got a problem trying to get r8168-dkms working it fails to build the module
Is there something I need to add to the package build to get it working, this fails on both mainline and git kernels
Your kernel headers for kernel cannot be found at
/usr/lib/modules//build or /usr/lib/modules//source.
Edit: i have linux-mainline-headers installed and the git one as well
Edit 2:
$ cat /var/lib/dkms/r8168/8.042/build/make.log
DKMS make.log for r8168-8.042 for kernel 4.7.0-rc7-gfa3a9f574 (x86_64)
Sat Jul 16 08:00:11 AEST 2016
make: Entering directory '/usr/lib/modules/4.7.0-rc7-gfa3a9f574/build'
CC [M] /var/lib/dkms/r8168/8.042/build/src/r8168_n.o
/var/lib/dkms/r8168/8.042/build/src/r8168_n.c: In function ‘rtl8168_init_one’:
/var/lib/dkms/r8168/8.042/build/src/r8168_n.c:22799:28: error: ‘struct net_device’ has no member named ‘gso_min_segs’; did you mean ‘gso_max_segs’?
dev->gso_min_segs = NIC_MIN_PHYS_BUF_COUNT;
^~
/var/lib/dkms/r8168/8.042/build/src/r8168_n.c:22807:28: error: ‘struct net_device’ has no member named ‘gso_min_segs’; did you mean ‘gso_max_segs’?
dev->gso_min_segs = NIC_MIN_PHYS_BUF_COUNT;
^~
/var/lib/dkms/r8168/8.042/build/src/r8168_n.c: In function ‘rtl8168_start_xmit’:
/var/lib/dkms/r8168/8.042/build/src/r8168_n.c:24969:12: error: ‘struct net_device’ has no member named ‘trans_start’; did you mean ‘mem_start’?
dev->trans_start = jiffies;
^~
make[1]: *** [scripts/Makefile.build:290: /var/lib/dkms/r8168/8.042/build/src/r8168_n.o] Error 1
make: *** [Makefile:1457: _module_/var/lib/dkms/r8168/8.042/build/src] Error 2
make: Leaving directory '/usr/lib/modules/4.7.0-rc7-gfa3a9f574/build'
any help would be much appreciated as i am currently tethering off of my phone for a week ;[
kgizdov commented on 2016-07-09 16:47 (UTC) (edited on 2016-07-09 16:47 (UTC) by kgizdov)
I'm getting the following warning:
Hunk #1 succeeded at 39 (offset 2 lines).
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf --olddefconfig Kconfig
.config:1614:warning: symbol value 'm' invalid for RXKAD
.config:7711:warning: symbol value 'm' invalid for ASYMMETRIC_KEY_TYPE
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
I wonder if it's a misconfiguration some where.
Jhackler commented on 2016-06-11 15:46 (UTC)
I had the same issue as craftyguy and his solution fixed it.
craftyguy commented on 2016-06-06 04:05 (UTC)
FYI, after installing 4.7rc2, I got an "error loading libudev.so.1" error when trying to start X11. Reinstalling systemd and libsystemd resolved the issue. Not sure if there's anything you can do in the PKGBUILD for that, but thought I would mention it here in case others hit this.
oniram commented on 2016-05-25 20:19 (UTC) (edited on 2016-05-25 20:19 (UTC) by oniram)
Package community/bbswitch-dkms fails to build the module on this kernel (linux-mainline-4.6-1). I've tracked the problem down to a new user-space utility (objtool) that comes with 4.6 and needs to be installed.
In the core/linux package they handle it like this:
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=2ae7d54ecc5cbebdf766134fd68452b011d5cd7a
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here