LKML News v5.9-rc8

[RFC PATCH v2 00/30] 1GB PUD THP support on x86_64 (Zi Yan)

https://lkml.kernel.org/r/20200928175428.4110504-1-zi.yan@sent.com

This patch adds support of 1GB THP using PUD.

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector (Marco Elver)

https://lkml.kernel.org/r/20200929133814.2834621-1-elver@google.com

The 4th version of the KFENCE patchset.

[PATCH 0/5] Speed up mremap on large regions (Kalesh Singh)

https://lkml.kernel.org/r/20200930222130.4175584-1-kaleshsingh@google.com

This patchset optimizes mremap() by allowing memory regions to be able to mapped at PMD/PUD.

[PATCH] selftests/vm: 10x speedup for hmm-tests

https://lkml.kernel.org/r/20201003011721.44238-1-jhubbard@nvidia.com

This patch reduces number of iteration of hmm-tests so it can run faster.

Linux v5.9-rc8 (Linus Torvalds)

https://lkml.kernel.org/r/CAHk-=wj-H5BYCU_kKiOK=B9sN3BtRzL4pnne2AJPyf54nQ+d=w@mail.gmail.com

As expected, rc8 instead of the v5.9 is released. Torvalds is still waiting some fixes from network part, but he also says it was really calm last week and therefore he think this is the right time for the last week before the v5.9 release.

Below is the diffstat of the releases in the last two years.

Kernel release stat

Note that the y-axis is in logarithm. I draw it using https://github.com/sjp38/relstat and https://github.com/sjp38/lazybox using below command:

$ relstat.py --since 2018-10-05 | ~/lazybox/gnuplot/plot.py \
    --data_fmt table --type labeled-lines --xtics_rotate -90 \
    --font "Times New Roman, 5pt" --ylog --pointsize 0.3

And, below is the diffstat of the -rc8 releases in the last two years.

rc2 release stat

Avatar
SeongJae Park
Kernel Development Engineer

SeongJae Park is a programmer who loves to analyze and develop systems.

Related