62d929d62a
upgrade-forks.sh: - --no-fetch: use cached upstream refs (no network required) - --force-reapply: force rebase even when 0 commits behind upstream Automatically detects missing functions via verify-fork-functions.sh and triggers reapply when RB cherry-picks dropped upstream code. verify-fork-functions.sh: - Cross-file search: when a function is missing from its upstream file, search ALL fork .rs files for renamed/moved equivalents (→ MOVED) - Per-fork exclusion list: .verify-fork-functions.exclude for intentionally removed/replaced functions (→ EXCLUDED) - Only truly missing (not found anywhere, not excluded) = violations build-preflight.sh: - Updated fix suggestion to --no-fetch --force-reapply Results: installer 2→0 (exclusion+move), kernel 19→15 (4 moved), base 56→44 (12 moved). Remaining missing functions are known RB replacements pending exclusion entries.