Below are some changes on Linux Kernel 3.7.9:
- efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameter
- PCI/PM: Clean up PME state when removing a device
- x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.
- x86/mm: Check if PUD is large when validating a kernel address
- x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systems
- x86: Do not leak kernel page mapping locations
- s390/timer: avoid overflow when programming clock comparator
- Revert: xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end
Install Linux Kernel 3.7.9 on Ubuntu
Please download all these files according to your system architecture, put them on same folder.
32bit:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-headers-3.7.9-030709_3.7.9-030709.201302171607_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-headers-3.7.9-030709-generic_3.7.9-030709.201302171607_i386.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-image-3.7.9-030709-generic_3.7.9-030709.201302171607_i386.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-image-extra-3.7.9-030709-generic_3.7.9-030709.201302171607_i386.deb
64bit:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-headers-3.7.9-030709_3.7.9-030709.201302171607_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-headers-3.7.9-030709-generic_3.7.9-030709.201302171607_amd64.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-image-3.7.9-030709-generic_3.7.9-030709.201302171607_amd64.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.9-raring/linux-image-extra-3.7.9-030709-generic_3.7.9-030709.201302171607_amd64.deb
Once downloaded, simply run the following command to install:
- sudo dpkg -i *.deb
Regards :)
0 comments:
Post a Comment