FreeBSD-stable-15-amd64-test - Build #624 - Fixed

From: <jenkins-admin_at_FreeBSD.org>
Date: Mon, 13 Apr 2026 11:07:27 UTC
FreeBSD-stable-15-amd64-test - Build #624 (84561bc27cb4830a9d4fa27f6ce32c8042f53185) - Fixed

Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/624/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/624/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-test/624/console

Change summaries:
(Those commits are likely but not certainly responsible)

e6d30726b97a449b584cf65447a983d452f9511a by kevans:
kqueue: simplify knote_fdclose()

f30a8cff5171864e7f46d49ca41574606a3d5f1e by kevans:
kqueue: avoid a possible fork-deadlock

d02c54533aa49980ad3e8b984d9af4ec835d9adc by kevans:
kqueue: add some kn_knlist assertions around knlist_(add|remove)

94429503486f0738b5670b9a203f48fc2bd5fabf by kevans:
kqueue: compare against the size in kqueue_expand

842bee699fe21c46285ba0fe885519a6e3adbd44 by kevans:
lualoader: allow the local module to filter out the BE list

65e1c27b4bab018926837b6106cb16daafd3a7ac by kevans:
kqueue: slightly clarify the flow in knlist_cleardel()

ac6173b54ffbad0bc65396b8ce7e5f30fba4e12e by kevans:
libc: fix memfd_create's HUGETLB handling

60618b0b57ddd49f56e1d1f07e132b765a8f840a by kevans:
kqueue: don't leak file refs on failure to knote_attach()

84561bc27cb4830a9d4fa27f6ce32c8042f53185 by kevans:
tests: kqueue: add a basic test for CPONFORK