I read about the 64 bit kernel vulnerability in the linux kernel today (9/20) Link to article
I have an ubuntu server 10.04 and 8.04 in my organization. My question is could I just use the apt-get utility or the aptitude safe-upgrade to patch these kernels - but is the 64 bit kernel patch included in those updates I would download?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
You should have gotten them through the updates... according to this they went out the 17th: |
|||
|
|
|
When wondering about these things, you can always check the changelog files for your installed kernels. For example, first make sure you're up to date: $ $ Then you can check what happened in the latest kernel update: $ $
Then you can compare what kernel you have running against the latest changelog, and reboot if you haven't already: $
|
||||
|
|