Fixes in Linux Kernel 3.11.3:
Kernel 3.11.3 Installation
to install kernel 3.11.3 in Ubuntu/Linux Mint, enter these commands:
To remove kernel 3.11.3 and revert back to the previous kernel, run this command:
- rpc: fix huge kmalloc's in gss-proxy
- skge: fix broken driver
- drm/radeon: fix panel scaling with eDP and LVDS bridges
- drm/radeon/dpm: fix fallback for empty UVD clocks
- tg3: Expand led off fix to include 5720
- drm/radeon: fix handling of variable sized arrays for router objects
- drm/radeon: fix resume on some rs4xx boards (v2)
- drm/radeon: fix init ordering for r600+
- drm/radeon: fix LCD record parsing
- drm/ttm: fix the tt_populated check in ttm_tt_destroy()
- drm/i915: fix wait_for_pending_flips vs gpu hang deadlock
- rt2800: fix wrong TX power compensation
Kernel 3.11.3 Installation
to install kernel 3.11.3 in Ubuntu/Linux Mint, enter these commands:
cd /tmp
wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.11.3 -O kernel-3.11.3
chmod +x kernel-3.11.3
sudo sh kernel-3.11.3
sudo reboot
To remove kernel 3.11.3 and revert back to the previous kernel, run this command:
sudo apt-get purge linux-image-3.11.3*