DF-0762 / manifest.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | { "finding_id": "DF-0762", "guest_uname": "DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #0: Thu Jul 2 06:02:54 UTC 2026 root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64", "code_hash": "b9a306d0f9e7f73e4c245b4cc038294a3be6c13dd327ab55b89b5a9764a94a47", "tested_at": "2026-07-22T18:10:00Z", "verdict": "REPRODUCED", "impact": "dos", "confidence": "certain", "reproduce": { "build": "./build.sh", "run": "./run.sh", "expected": "guest hang/wedge (DoS); see run.log. On a fixed kernel: returns promptly." }, "kernel_refs": [ "sys/vfs/hammer2/hammer2_chain.c:577", "sys/vfs/hammer2/hammer2_chain.c:593", "sys/vfs/hammer2/hammer2_chain.c:646", "sys/vfs/hammer2/hammer2_chain.c:650", "sys/vfs/hammer2/hammer2_chain.c:654", "sys/vfs/hammer2/hammer2.h:325", "sys/vfs/hammer2/hammer2.h:238" ], "artifacts": [ { "path": "h2_churn.c", "type": "trigger-source", "desc": "multi-thread HAMMER2 churn harness (create/delete/rename/mkdir/sync) run as unprivileged user" }, { "path": "setup_h2.sh", "type": "setup-script", "desc": "root-side: vnconfig + newfs_hammer2 + mount + chown to maxx" }, { "path": "build.sh", "type": "build-script", "desc": "cc -O2 -pthread -o h2_churn h2_churn.c" }, { "path": "run.sh", "type": "run-script", "desc": "runs the churn harness as unprivileged user" }, { "path": "build.log", "type": "build-log", "desc": "harness build output (rc=0, no warnings)" }, { "path": "run.log", "type": "run-log", "desc": "baseline #0 churn runs (no panic; narrow race)" }, { "path": "fix_run.log", "type": "run-log", "desc": "patched #1 churn run (no panic, no regression)" }, { "path": "fix_build.log", "type": "build-log", "desc": "full single-fix kernel build (NK_DONE rc=0)" }, { "path": "bootlog_excerpt.txt", "type": "panic-signature", "desc": "serial console excerpt - no panic/fatal-trap lines during churn" }, { "path": "env.txt", "type": "environment", "desc": "uname, cc version, mount/sysctl state" }, { "path": "fix.diff", "type": "suggested-fix", "desc": "git-apply-able diff: remove bogus hammer2_spin_unex(&parent->core.spin) in no-parent retry branch" }, { "path": "VERDICT.md", "type": "verdict", "desc": "full narrative: mechanism, reachability, fix validation" }, { "path": "README.md", "type": "readme", "desc": "human-facing repro + impact ceiling" }, { "path": "manifest.json", "type": "manifest", "desc": "this catalog" }, { "path": "fix_apply.log", "type": "apply-log", "desc": "patch --dry-run output proving fix.diff applies cleanly on with-src" }, { "path": "../fix_build_combined.log", "type": "build-log", "desc": "Combined 41-finding kernel build (rc=0, -Werror clean)" }, { "path": "../fix_build_summary.txt", "type": "build-summary", "desc": "Summary of the combined 41-finding kernel build" } ] } |