Skip to main content
  1. Blog
  2. Article

Canonical
on 21 March 2018

Kernel Team summary: March 21, 2018


Development (18.04)

https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule

On the road to 18.04 we have a 4.15 based kernel in the Bionic repository.

Important upcoming dates:

        Final Beta - Apr 5 (~2 weeks away)
     Kernel Freeze - Apr 12 (~3 weeks away)
      Final Freeze - Apr 19 (~4 weeks away)
      Ubuntu 18.04 - Apr 26 (~5 weeks away)
   

Stable (Released & Supported)

  • The updated kernel packages for the current SRU cycle are now in -proposed ready for verification and tests.

Kernel versions in -proposed:

               trusty  3.13.0-144.193
               artful  4.13.0-38.43
               bionic  4.15.0-13.14
               xenial  4.4.0-117.141

        linux-hwe  4.13.0-38.43~16.04.1
   linux-hwe-edge  4.15.0-13.14~16.04.1
 linux-lts-trusty  3.13.0-144.193~precise1
 linux-lts-xenial  4.4.0-117.141~14.04.1
  • Current cycle: 09-Mar through 31-Mar

               09-Mar   Last day for kernel commits for this cycle.
      12-Mar - 17-Mar   Kernel prep week.
      18-Mar - 30-Mar   Bug verification & Regression testing.
               02-Apr   Release to -updates.
    
  • Next cycle: 30-Mar through 21-Apr

               30-Mar   Last day for kernel commits for this cycle.
      02-Apr - 07-Apr   Kernel prep week.
      08-Apr - 20-Apr   Bug verification & Regression testing.
               23-Apr   Release to -updates.
    

Misc

  • The current CVE status
  • If you would like to reach the kernel team, you can find us at the #ubuntu-kernel
    channel on FreeNode. Alternatively, you can mail the Ubuntu Kernel Team mailing
    list at: kernel-team@lists.ubuntu.com.

Related posts


Bertrand Boisseau
24 June 2026

Anbox Cloud on C4A metal: Android, at scale, without friction

Ubuntu Article

Why C4A metal is a great place to run Android and why Anbox Cloud makes that practical. If you’ve spent even a small portion of time working with Android development at scale, you’ve likely encountered some pinch points. The platform was built for Arm-based devices, mobile physical hardware, and tightly controlled system environments. Clo ...


Rajan Patel
23 June 2026

Canonical announces live kernel patching for Arm64

Security Article

Canonical Livepatch now officially supports Arm64, further expanding its security patching automation capabilities. For the first time, Ubuntu on an Arm64 machine can apply critical kernel updates, without service interruption or rebooting. Starting with Ubuntu Core 26 for Arm64, and for Ubuntu Core 20 and onwards for AMD64 machines, a wi ...


Jon Taylor
22 June 2026

How to use RISC-V custom instructions with Ubuntu

Silicon Article

Introduction My previous blog talked about the importance of instruction set standardization for ecosystem stability and growth through the use of profiles. And standardization is indeed important, but since one of RISC-V’s great benefits is the ability to customize the instruction set, we should also consider how to support that ability. ...