For automatic upgrades I has installed unattended-upgrades
package and configured it.
After each unattend kernel upgrade I must run following commands to recompile iscsi kernel modules:
apt-get install linux-headers-`uname -r`
apt-get install --reinstall iscsitarget-dkms
service iscsitarget start
How to to force system do this automatically?