10 Commits

Author SHA1 Message Date
lirent e963cdcc08 v6.8.8-1002 2024-07-02 16:21:32 +03:00
lirent c86dd92986 Makefile clear 2024-07-02 15:36:10 +03:00
lirent cd7c42fa58 Update Makefile 2024-07-02 13:47:11 +03:00
lirent 458b2bd06b Merge branch 'rdtsc-spoof' into lowlatency-develop 2024-07-02 11:53:10 +03:00
lirent b3166a7254 Merge branch 'rdtsc-spoof' into lowlatency-develop 2024-07-02 09:33:36 +03:00
lirent f10dc16880 Change ubuntu-kernel branch 2024-07-02 09:22:16 +03:00
lirent 35dab4914d Merge branch 'develop' into lowlatency-develop 2024-07-02 09:20:05 +03:00
lirent 08796d96fc Update submodules 2024-07-02 09:19:41 +03:00
lirent 7f90b04847 Update Makefile 2024-07-02 08:54:07 +03:00
lirent 642e6073ae Update Makefile 2024-07-02 08:51:48 +03:00
3 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -1,6 +1,7 @@
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = ../zfsonlinux
[submodule "submodules/ubuntu-kernel"]
path = submodules/ubuntu-kernel
url = ../mirror_ubuntu-kernels
url = https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy/
branch = lowlatency-hwe-6.8-next
[submodule "submodules/zfsonlinux"]
path = submodules/zfsonlinux
url = https://git.proxmox.com/git/zfsonlinux.git
+1 -1
View File
@@ -6,7 +6,7 @@ KERNEL_MIN=8
KERNEL_PATCHLEVEL=8
# increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate'
KREL=2
KREL=1002
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)