A friend of mine (somewhat new to linux) recently upgraded from 10.10 to 11.04 and his OS broke from the upgrade. A few minutes of troubleshooting showed that the culprit was the PAE kernel that the upgrade decided to install since it determined he had 4GB of phyisical RAM. More specifically the upgrade forgot to install the linux-headers-generic-pae
required by the closed source nvidia drivers.
I'm not entirely sure how to report this bug to the devs. Its an easy fix (after booting into the non-pae kernel and installing the package everything worked), but they are encouraging users to use the built-in bug reporting system and I'm not entirely certain how to report update bugs.
You should open a bug against the linux kernel package. The easiest way to do this is from a shell prompt, by typing the following:
If the problem is tied to a particular package, such as a missing dependency, even if it's relevant only during an upgrade, then it should be reported to that particular package.