LKML News v5.9-rc6

[PATCH v14 0/5] KASAN-KUnit Integration (David Gow)

https://lkml.kernel.org/r/20200915035828.570483-1-davidgow@google.com

The 14th patchset for the KASAN and KUnit integration. From the v13, compile warnings in test_kasan_module fixed.

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

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

The second version of the KFENCE posted.

[PATCH 1/2] fs: Add a filesystem flag for THPs (Matthew Wilcox)

https://lkml.kernel.org/r/20200916032717.22917-1-willy@infradead.org

This patchset caches whether the backing filesystem support THP or not in an address space flags, so that the page cache can determine if it can send THP to the backing filesystem or not.

[PATCH] mmap_lock: add tracepoints around lock acquisition (Axel Rasmussen)

https://lkml.kernel.org/r/20200917181347.1359365-1-axelrasmussen@google.com

This patchset adds tracepoints in the mmap_lock(), for debugging of the lock contentions.

Linux 5.9-rc6 (Linus Torvalds)

https://lkml.kernel.org/r/CAHk-=wjSWKpiNbcMpzQ9fBUA5s11sU-STLztzQkHhCHtYvLP5A@mail.gmail.com

Last week was again normally calm enough for rc6. One thing that Torvalds mentions is the removal of fbcon and vgacon. Those were removed by Torvalds, mainly because the parts has raised a few of security bugs but not actively maintained now. Torvalds told he will resurrect it only after people complain and some maintainers come up.

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-09-21 | ~/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 -rc6 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