From 0ed45aa2b51b096dd577201fbdc4a0921d0ec052 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Thu, 18 Mar 2021 12:13:21 +0100 Subject: [PATCH] all: release mars0.1astable126 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7eebfb86..34bd3287 100644 --- a/ChangeLog +++ b/ChangeLog @@ -140,6 +140,18 @@ Changelog for series 0.1a: The old stable branch mars 0.1.y is EOL, now fully superseeded by this branch. +mars0.1astable126 + * Critical regression from mars0.1astable125: uninitialized + pointer could lead to (rare) kernel oops. Not observed in + practice until now. Please upgrade for safety. + * Major fix, only relevant when logfile compression was enabled: + In certain corner cases, compressed logfiles were not always + decompressible, as indicated by DefectiveLog error messages. + Workaround was possible by switching compression off, cron, + and invalidate. + * Minor compat fix: very old kernels missing WRITE_ONCE. + * Minor cosmetics: benchmark results now priority KERN_INFO. + mars0.1astable125 * Critical fixes: over a very long time, internal int counters could wrap around into negative numbers and cause kernel Oops.