LKML News v6.4-rc2
[PATCH 0/2] Optimization of CMA allocation and reclaiming (Zhaoyang Huang)
https://lkml.kernel.org/r/1683538383-19685-1-git-send-email-zhaoyang.huang@unisoc.com
This patchset avoids being OOMed when all free pages are composed of CMA.
[RFC PATCH 0/2] mm: Working Set Reporting (Yuanchu Xie)
https://lkml.kernel.org/r/20230509185419.1088297-1-yuanchu@google.com
This RFC patch adds working set size reporting structure for each node and total, using MGLRU as its core, and extends virtio-balloon for letting the host get the information.
[PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS (Lukas Bulwahn)
https://lkml.kernel.org/r/20230509074834.21521-1-lukas.bulwahn@gmail.com
A patch for fixing get_maintainer.pl
error that comes out while parsing
MAINTAINERS
file.
[PATCH 0/7] riscv: Memory Hot(Un)Plug support (Paul Walmsley)
https://lkml.kernel.org/r/20230512145737.985671-1-bjorn@kernel.org
A patchset for supporting memory hot(un)plug on RISC-V has posted.
[PATCH] mm: Convert migrate_pages() to work on folios (Matthew Wilcox)
https://lkml.kernel.org/r/20230513001101.276972-1-willy@infradead.org
Yet another Folio conversion for migrate_pages()
.
Linux 6.4-rc2 (Linus Torvalds)
https://lkml.kernel.org/r/CAHk-=wj3jDtVCi2LqyijGzut2cq=AkPrAMfF0+6gtZ1WB6ruWQ@mail.gmail.com
The kernel release for the Mother’s day, 6.4-rc2, has released as usual on Sunday. Also quite calm release as usual, because there were no many time for people to find problems after rc1 release.
Below is the diffstat of the releases in the last two years.
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 2021-03-15 | ~/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 -rc2 releases in the last two years.