Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Ubuntu How to install and upgrade Linux Kernel 3.15     - Enable Intel Rapid Start in GNU / Linux (Linux)

- Improve the efficiency of Linux development tools 5 (Linux)

- Swift acquaintance of values and references, the circular reference, Agent Precautions (Programming)

- Oracle utilized undo data recovery operations (Database)

- Spring loaded container finishes executing a method (Programming)

- To use iostat display I / O status under Linux (Linux)

- SQL Server automatic backup script (Database)

- Vim copy and paste register (Linux)

- Linux process scheduling opportunity (Programming)

- Graphing tool: Gnuplot (Linux)

- How to enhance the Nagios server security (Linux)

- An Example of GoldenGate Extract Process Hang Problem Solving (Database)

- Stunning exclamation point at the Linux command line (Linux)

- ElasticSearch basic usage and cluster structures (Server)

- stat - Get more information than ls (Linux)

- Ubuntu modify DNS restart loss problem (Linux)

- Linux find and xargs (Linux)

- Singleton (Linux)

- How to Disable Linux IPv6 (Linux)

- Linux Network Programming - libnet Guide (Programming)

 
         
  Ubuntu How to install and upgrade Linux Kernel 3.15
     
  Add Date : 2018-11-21      
         
         
         
  Linus Torvalds has announced the Linux Kernel mailing list Linux Kernel 3.15:

So I ended up doing an rc8 because I was a bit worried about some last-minute dcache fixes, but it turns out that nobody seemed to even notice those. We did have other issues during the week, though, so it was just as well . The futex fixes and cleanups may stand out, but as usual there's various other random fixes since rc8 in there too: mainly drivers (drm, networking, sound, usb etc), networking, scheduling and perf tooling.
 
But it's all been fairly small and quiet, which * may * of course be due to the fact that last week was also the first week of the merge window for 3.16. That might have distracted some developers. I'm not entirely convinced I liked the overlap, but it seemed to work ok, and unless people scream really loudly ( "Please do not _ever_ do that again") and give good reasons for doing so, I might end up doing that overlapping merge window in the future too if it ends up helping out with some particular timing issue.
 
That said, I also do not think it was such a wonderful experience that I'd want to necessarily do the overlap every time, without a good specific reason for doing so. It was kind of nice being productive during the last week or rc (which is usually quite boring and dead), but I think it might be a distraction when people should be worrying about the stability of the rc.
 
Of course, maybe the overlap ends up meaning that we get less noise during the last week of stabilization, and it actually helps. It could go either way. I'd be interested to hear what people thought, although I _suspect_ most people don ' t feel strongly either way.
 
Anyway, with 3.15 released, my "master" branch has already merged the work in my "next" branch on my local machine, and I'll be decommissioning the "next" branch once I push that all out. After that, any future merge window work will happen on "master", and we'll be back to the normal single-branch model for my tree.

Linux Kernel 3.15 new features:

EFI support mixed-mode, 64-bit and 32-bit Linux kernel support UEFI
Faster suspend and resume time
Sony DualShock 4 controller support
The new Linux kernel that allows newer laptop to play a better performance
Future CPU front AVX-512's extended support for RDSEED
Support and improvement of open source graphics driver NVIDIA Maxwell GPU and the VCE 2.0
Video encoding support AMD graphics cards
......

The installation of a distinction 64-bit and 32-bit, install the following order:

linux-headers-3.15.0-xxxxxx_all.deb
linux-headers-3.15.0-xxx-generic / lowlatency-xxx_i386 / amd64.deb
linux-image-3.15.0-xxx-generic / lowlatency-xxx_i386 / amd64.deb
Or directly with the following command to upgrade to Ubuntu Linux Kernel 3.15:

32-bit Ubuntu

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
sudo dpkg -i linux-headers-3.15.0 -. * deb linux-image-3.15.0 -. * deb

64-bit Ubuntu

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
sudo dpkg -i linux-headers-3.15.0 -. * deb linux-image-3.15.0 -. * deb
     
         
         
         
  More:      
 
- Ubuntu users Steam controller does not work solutions (Linux)
- Analysis of Java reflection mechanism (Programming)
- How to install and configure in Ubuntu 14.10 'Weather Information Indicator' (Linux)
- Stucts2 values on the page and how the attribute values corresponding to the Action (Programming)
- Linux tmux tcpdump summary (Linux)
- Efficient running Linux virtual machine Six Tips (Linux)
- Easily create RPM packages using the FPM (Linux)
- Struts2 study notes -Valuestack (value stack) and OGNL expression (Programming)
- MySQL use benchmarking tool sysbench (Database)
- MySQL & NoSQL - Memcached widget (Database)
- Oracle Linux 5.9 configuration Xmanager (Linux)
- Linux C source code (Ascii HexToBinary: Converts hexadecimal string format ASCII codes) (Programming)
- To setup the Swift language learning environment under linux (Linux)
- How to use the process on the desktop xkill end Linux (Linux)
- Docker Private Registry Installation Guide at CentOS6.X (Linux)
- See Linux kernel, CPU, memory, and various versions of the command module and means (Linux)
- Based on a complete solution RMI service to transfer large files (Programming)
- Justniffer installed on Ubuntu 15.04 (Linux)
- iOS9 new feature - stacked view UIStackView (Programming)
- Git / Github use notes (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.