The branch releng/14.4 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=61dbfaa13cfea0e867fb304bf28b396a28b5b9c6
commit 61dbfaa13cfea0e867fb304bf28b396a28b5b9c6 Author: Mark Johnston <[email protected]> AuthorDate: 2025-06-25 12:50:50 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2026-02-09 21:37:40 +0000 amd64/conf: Remove a config committed by accident Approved by: re (cperciva) Reported by: kib, kp Fixes: 350ba9672a7f ("unix: Set O_RESOLVE_BENEATH on fds transferred between jails") (cherry picked from commit 3ef39f58e5d63a78fd1c37e6c62d599bc68d5e1e) (cherry picked from commit 302120bcb934ea150555362326c812353fb72eaa) --- sys/amd64/conf/SYZKALLER | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/amd64/conf/SYZKALLER b/sys/amd64/conf/SYZKALLER deleted file mode 100644 index 965841313616..000000000000 --- a/sys/amd64/conf/SYZKALLER +++ /dev/null @@ -1,5 +0,0 @@ -include GENERIC-KASAN -ident SYZKALLER - -options COVERAGE -options KCOV
