Per title, I'm trying to build the kernel with a quirk patch enabled.
I've thus checked out https://git.proxmox.com/?p=pve-kernel.git;a=log;h=refs/heads/pve-kernel-5.13
But the build fails, because it can't find the 5.13.19-14 headers. Those headers aren't available:
In any case, that kernel never seems to have been released, and I don't see any tags on the branch? Is the expectation to just check the commit log, and find the commit with "bump version to x.x.x"?
I don't even see that for 5.13.19-6, it goes from 5.13.19-4 in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=5c65ad73e412656f952b89d13f868539bc84ce90 to 5.13.19-9 in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=bcc5f56bff4a765735b461a2e4df5339f6677d03
Code:
root@pve:~/sources/pve-kernel# uname -a
Linux pve 5.13.19-6-pve #1 SMP PVE 5.13.19-15 (Tue, 29 Mar 2022 15:59:50 +0200) x86_64 GNU/Linux
I've thus checked out https://git.proxmox.com/?p=pve-kernel.git;a=log;h=refs/heads/pve-kernel-5.13
But the build fails, because it can't find the 5.13.19-14 headers. Those headers aren't available:
Code:
root@pve:~/sources/pve-kernel# apt install pve-headers-5.13.19-14-pve
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package pve-headers-5.13.19-14-pve
E: Couldn't find any package by glob 'pve-headers-5.13.19-14-pve'
In any case, that kernel never seems to have been released, and I don't see any tags on the branch? Is the expectation to just check the commit log, and find the commit with "bump version to x.x.x"?
I don't even see that for 5.13.19-6, it goes from 5.13.19-4 in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=5c65ad73e412656f952b89d13f868539bc84ce90 to 5.13.19-9 in https://git.proxmox.com/?p=pve-kernel.git;a=commit;h=bcc5f56bff4a765735b461a2e4df5339f6677d03
Last edited: