LKML News v5.10-rc3
[PATCH v7 0/9] KFENCE: A low-overhead sampling-based memory safety error detector (Marco Elver)
https://lkml.kernel.org/r/20201103175841.3495947-1-elver@google.com
The 7th version of KFENCE. Now the authors say they believe this is ready to be included in the mm tree. And, it has now merged in the -mm tree.
[PATCH] page_frag: Recover from memory pressure (Matthew Wilcox)
https://lkml.kernel.org/r/20201105042140.5253-1-willy@infradead.org
After an extreme memory pressure, some non-essential packets can be dropped because the ‘page_frag’ allocator do the drops to recover from the memory pressure but it doesn’t change back the behavior even after the recovery. This commit fixes this.
[PATCH v6 0/1] mmap_lock: add tracepoints around lock acquisition (Axel Rasmussen)
https://lkml.kernel.org/r/20201105211739.568279-1-axelrasmussen@google.com
Sixth version of adding tracepoints for mmap_lock
acquisition. This will be
helpful for the mmap locking contention understanding.
Linux 5.10-rc3
https://lkml.kernel.org/r/CAHk-=wiZtabGDAxTbxaAkxf7QjuJSK7c7mcZXFkrYjRfXmSnmQ@mail.gmail.com
Normal rc3 released. There is no particular thing in terms of the size and distribution of changes.
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 2018-11-09 | ~/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.