Comment 19 for bug 164231

Revision history for this message
Kees Cook (kees) wrote :

The regression is being investigated. Sorry about the trouble; we should have a solution published shortly. For anyone that needs to roll-back to the earlier kernel, you can use:

 IMGPKG=$(dpkg -S /boot/vmlinuz-2.6.22-14* | cut -d: -f1)
 sudo apt-get install $IMGPKG=2.6.22-14.46

(Basically, force a down-grade of the kernel-image-2.6.22 flavour that is installed)