2 min read

Linus Torvalds announced on 4th November that Kernel 4.20-rc1 is tagged and pushed out, and the merge window is closed.  Linux 4.20 brings a lot of prominent changes from AMD Vega 20 support getting squared away, AMD Picasso APU support, Intel 2.5G Ethernet support, the removal of Speck, peer-to-peer PCI memory support, and other new hardware support additions and software features.

Here are some of the features of 4.20-rc 1r:

  1. 70% of the patch is driver updates including changes in the gpu drivers
  2. Arch updates in x86, arm64, arm, powerpc, and the new C-SKY architecture),
  3. Updates in the  header files, networking, core mm and kernel, and tooling
    4. Tooling has been upgraded as well.
  4. The Kernel will have more than 350 thousand lines of new code!
  5. The AMD Vega 20 7nm workstation GPU support is now largely squared away for when this graphics card will be released in the months ahead.
  6. GPUVM performance improvements for the AMDGPU kernel driver.
  7. The Intel DRM driver now has full PPGTT support for Haswell/Ivy/Valley View hardware.
  8. Support for the Hygon Dhyana CPUs -the new Chinese data center processors based on AMD Zen.
  9. Scheduler improvements that should benefit asymmetric CPU systems like ARM big.LITTLE processors.
  10.  Faster context switching on IBM POWER9.
  11.  Several Btrfs performance improvements.
  12.  Intel 2.5G Ethernet support was added via the new “IGC” driver.
  13. Xbox One S controller rumble support along with Logitech high-resolution scrolling and the new Apple Trackpad 2 driver are among the input hardware improvements.
  14.  The Linux kernel is now VLA-free for variable length arrays to improve code portability and better performance and security.
  15. Speck crypto code was removed due to this crypto algorithm being quite controversial with its roots inside the NSA.

The highly anticipated WireGuard secure VPN tunnel is held off until the next cycle. The FreeSync / Adaptive-Sync / HDMI VRR bits are also being held off for DRM until the next cycle.

As the merge window closes, there will be some delay in the pull request which will be taken care of in the second week of the merge window.

The duration of the merge window is two weeks. Linus is considering making an explicit rule that he will stop taking new pull requests some time during the second week unless users have a good reason for why it was delayed.

He also hopes that by the time the next merge window rolls around, there will be a new automation for it, so that everybody just automatically gets notified when their pull request hit mainline.

You can head over to Phoronix.com for a detailed list of all the new improvements added to 4.2 0 rc 1. You can also read the change log for further details.

Read Next

Soon, RHEL (Red Hat Enterprise Linux) won’t support KDE

Microsoft releases ProcDump for Linux, a Linux version of the ProcDump Sysinternals tool

Facebook open sources a set of Linux kernel products including BPF, Btrfs, Cgroup2, and others to address production issues