The branch releng/14.3 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3a495a08e9a2ce875f1ed0fd96609155ba2c454c
commit 3a495a08e9a2ce875f1ed0fd96609155ba2c454c Author: Mark Johnston <[email protected]> AuthorDate: 2025-06-25 12:50:50 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-02-23 16:00:13 +0000 amd64/conf: Remove a config committed by accident Approved by: so 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
