LKML News v5.11

[PATCH v2] mm: cma: support sysfs (Minchan Kim)

https://lkml.kernel.org/r/20210208180142.2765456-1-minchan@kernel.org

This patch introduces sysfs interface for CMA that shows stats including number of CMA allocation attempts and failures.

[PATCH v10 00/14] prohibit pinning pages in ZONE_MOVABLE (Pavel Tatashin)

https://lkml.kernel.org/r/20210211162427.618913-1-pasha.tatashin@soleen.com

The 10th version of the patchset making ZONE_MOVABLE really movable.

Linux 5.11 (Linus Torvalds)

https://lkml.kernel.org/r/CAHk-=wg8LpRi9+P2_V+ehJ2_EoJifNh2QmVf47aLXfkCd-1UAQ@mail.gmail.com

Nothing strange happened last week, so Linus released v5.11 as expected. The number of changes from the rc7 to this release is actually even smaller than average.

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 2019-02-15 | ~/lazybox/gnuplot/plot.py \
    --data_fmt table --type labeled-lines --xtics_rotate -90 \
    --font "Times New Roman, 5pt" --ylog --pointsize 0.3
Avatar
SeongJae Park
Kernel Development Engineer

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

Related