[SOLVED] Kernel Age

Hey,

the only thing I can think of is to use the changelog, so something like apt-get changelog pve-kernel-5.15.53 | head -20 .
 
Thanks guys, this is a good place to start, in Windows, I can do something like this:
curl -kR http://download.proxmox.com/debian/pve/dists/bullseye/pve-no-subscription/binary-amd64/ -o - | grep -i pve-kernel | grep amd64 | grep 2022 | grep -i "Jul\|Aug\|Sep" > 1.txt

Then format the output and send myself the report.

From time to time a flawed kernel is released resulting in business disruption, so I like to wait a couple weeks after a kernel has been released before updating an restarting the server.