all: release mars0.1astable161

This commit is contained in:
Thomas Schoebel-Theuer 2023-02-27 10:01:59 +01:00
parent 0ef35060f4
commit 150b43faaf
1 changed files with 11 additions and 0 deletions

View File

@ -182,6 +182,17 @@ Changelog for series 0.1a:
fixed during the preparation phase. I am releasing them
for the currently supported stable upstream kernels.
mars0.1astable161
(bugfix release)
* Major fix: rmmod could hang when certain preconditions were met.
Rarely observed in thorough testing was an rmmod during sync.
Workaround was possible by anything closing the established state
of a leftover TCP conncetion, like rmmod at the other side.
Now socket shutdown is done by mars.ko.
* Major fix: modprobe could lead to an unfortunate initialization
order, potentially resulting in some kernel memory issues.
* Minor cleanups.
mars0.1astable160
* Minor non-functional improvements of client/server bricks
and their communicatiopn behaviour. Testing did not reveal