Automatically upgrade the Linux kernel from Debian stable security

We upgrade all non-kernel packages automatically from Debian stable security updates. And we also upgrade the kernel automatically when its ABI (and thus the linux-image-$ABI-amd64) package name remains the same, and only its version changes.

But when the Linux kernel ABI changes in a stable security update, we don't get it automatically, and we spend time:

  1. noticing there's an upgrade (or missing it like #20589 (closed) was spotted during the release process "thanks" to #16375 triggering a FTBFS)
  2. considering the pros&cons of the upgrade (https://tails.net/contribute/Linux_kernel/) which for stable security updates is a bit overkill
  3. pushing a MR, checking CI results, getting it merged

I think this is not worth the effort as long as we're installing the Linux kernel from stable. All this added work and complexity comes from a time when we were tracking testing/sid for improved hardware support. I hope we'll be able to do that again at some point, but in the meantime, IMO we should stop doing what's mostly busywork here.

@anonym, @boyska, WDYT?

In passing, as a bonus, if we do what I'm proposing here, then:

Edited by intrigeri