This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 8d0214708a782bb102f8ed763d9e6a9a58f5db95 (commit)
from b1fced59446cb4186c0d875729e4bb115d95d294 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8d0214708a782bb102f8ed763d9e6a9a58f5db95
Author: Mike Kelly <[email protected]>
Date: Sat Mar 21 17:35:04 2026 +0000
libfshelp: Free Memory Read errors after calls to rele_lock()
This was showing whilst running in an SMP kernel. The address
associated with the rlock_list can be deallocated from the vm_map
after the call to free() resulting in a page fault failure. Altered
usage of for loops to while loops to manage the list iteration more
carefully and avoid the free memory read errors.
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
libfshelp/rlock-tweak.c | 36 ++++++++++++++++--------------------
1 file changed, 16 insertions(+), 20 deletions(-)
hooks/post-receive
--
Hurd