I tried to select a newer version in aptitude for linux-image-amd64, but it did not upgrade other packages like linux-headers-amd64 which would likely result in broken system. I must be doing something wrong.
I could install more packages but I worry about modules, drivers, dkms, linux-tools and other things that might break and I'm not an expert do tell if the following does what I need.
# apt-get install -t jessie-backports \
linux-image-amd64 linux-headers-amd64 linux-tools \
--install-suggests
Is there a 'simple' process that would allow be to upgrade every package that depends on my current kernel version?