The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=4dc01fe70d9204d1cb635c76d59623c9e7c7776e
commit 4dc01fe70d9204d1cb635c76d59623c9e7c7776e Author: Peter Holm <[email protected]> AuthorDate: 2026-07-21 07:52:57 +0000 Commit: Peter Holm <[email protected]> CommitDate: 2026-07-21 07:52:57 +0000 stress2: Added a comment --- tools/test/stress2/misc/rename18.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test/stress2/misc/rename18.sh b/tools/test/stress2/misc/rename18.sh index f71e29bb1bef..a835cd10e65d 100755 --- a/tools/test/stress2/misc/rename18.sh +++ b/tools/test/stress2/misc/rename18.sh @@ -2,6 +2,7 @@ # Test scenario from: # Bug 295826 - kern_renameat() infinite loop +# D57453: Avoid infinite loop in renameat(2) set -u root=/root
