**Linux Kernel 3.9.4 **If you successfully installed one of kernel 3.9 series in your system before, then you may upgrade to this new one.

Here are some known issues that has been fixed in kernel 3.9.4:

  • **    x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(…)**
  • **    NTB: Multiple NTB client fix**
  • **    drm/radeon: Fix VRAM size calculation for VRAM >= 4GB**
  • **    drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcode**
  • **    x86: Fix bit corruption at CPU resume time**
  • **    i2c: designware: fix RX FIFO overrun**
  • **    btrfs: don’t stop searching after encountering the wrong item**
  • **    arm64: mm: Fix operands of clz in __flush_dcache_all  **

**Linux 3.9.4 Setup    **

Via the terminal, issue these commands under Ubuntu/Linux Mint at your own risk:

<code>cd /tmp</code>Code language: HTML, XML (xml)
<code>wget https://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.9.4 -O kernel-3.9.4</code>Code language: HTML, XML (xml)
<code>chmod +x kernel-3.9.4</code>Code language: HTML, XML (xml)
<code>sudo sh kernel-3.9.4</code>Code language: HTML, XML (xml)

sudo reboot

Linux 3.9.4 Removal

To remove kernel 3.9.4 from your system, enter this command:

<code>sudo apt-get purge linux-image-3.9.4*</code>Code language: HTML, XML (xml)

Enjoy!

I compiled a list of software and services that I use to improve my workflow, here is the link to the list.

Darryl Dias

I’m Darryl. I’m a 3D Artist, Programmer and Linux enthusiast. On this site I share my insights, tips and tricks, tutorials, methods and best practices.