Monday, April 01, 2013

Upgrading Linux Kernel 3.8.5 (Stable) release in Ubuntu 12.10


Linux kernel 3.8.5 has recently released on March 28, 2013 with lots of bugfixes and improvements.

The changelog contains all the improvements and bugfixes made in the kernel.

Below mentioned are some important fixes and improvements.

* drm/radeon: fix backend map setup on 1 RB trinity boards
    * drm/radeon: fix S/R on VM systems (cayman/TN/SI)
    * ARM: tegra: fix register address of slink controller
    * target/iscsi: Fix mutual CHAP auth on big-endian arches
    * rtlwifi: rtl8192cu: Fix problem that prevents reassociation
    * rtlwifi: rtl8192cu: Fix schedule while atomic bug splat
    * ALSA: hda - Fix typo in checking IEC958 emphasis bit
    * ALSA: hda/cirrus - Fix the digital beep registration
    * vhost/net: fix heads usage of ubuf_info
    * tcp: fix skb_availroom()
    * ipv4: fix definition of FIB_TABLE_HASHSZ
    * USB: EHCI: fix regression in QH unlinking
    * udf: Fix bitmap overflow on large filesystems with small block size
    * x86-64: Fix the failure case in copy_user_handle_tail()
    * nfsd: fix bad offset use
    * MD RAID5: Fix kernel oops when RAID4/5/6 is used via device-mapper
    * IPoIB: Fix send lockup due to missed TX completion
    * ext4: fix data=journal fast mount/umount hang


We shall upgrade the default kernel version 3.5.0-17.28 shipped with Ubuntu 12.10 to 3.8.5-030805.

Download the script to perform an automated kernel upgrade process.

Now open the terminal and run the below command from the folder where script is downloaded to make it executable.
$ sudo chmod +x ker-upg-3.8.5.sh

$ sudo sh ker-upg-3.8.5.sh

After the completion, reboot the system for the changes to take effect and after reboot run the below command to confirm the version.

$ uname -r

In case if the kernel 3.8.5 is not compatible with your system hardware, then run the below command to remove the kernel 3.8.5 and switch back to previous kernel.

$ sudo apt-get purge linux-image-3.8.5-030805

No comments:

Post a Comment