After having a second look I think this just comes from upstream:
$ make -s kernelrelease
6.8.0-rc2
See the Makefile
VERSION = 6
PATCHLEVEL = 8
SUBLEVEL = 0
EXTRAVERSION = -rc2
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: | 290 |
Popularity: | 2.02 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-04-06 22:33 (UTC) |
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 93 Next › Last »
After having a second look I think this just comes from upstream:
$ make -s kernelrelease
6.8.0-rc2
See the Makefile
VERSION = 6
PATCHLEVEL = 8
SUBLEVEL = 0
EXTRAVERSION = -rc2
@gromit: It should. I'm not sure why it's not working. I'll debug it someday.
The version reported by uname -r
differs from the pkgver, is this expected?
6.8-rc2
-> 6.8.0-rc2-1-mainline
I would have expected it to be 6.8-rc2-1-mainline
instead 😃
I'm a new to patching aur builds, where do I put the .patch file for the pkgbuild to use it?
@eggz: not sure if you where ironic or not, and changed to regular Arch Linux kernel as Virtualbox works better with that but 6.7 is released end of this week anyways
@bittin, please test on more hardware, we need to be sure.
Works good on the refurbed Dell laptop i got from bf for xmas
Dell Latitude 7390 with Intel i5-8350U
Hi! could you please add
provides=(linux-headers=${pkgver})
to the _package-headers() function? This'll allow users to use DKMS modules with this kernel
@Archcan_98: Changing disks in the server. It will be up and down for a week or so.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here