Re-vendor qnxprobe 1.28 (reads F2FS) - #2177
Merged
Merged
Conversation
qnxprobe 1.28 (abrignoni/qnxprobe cc1d8dd) adds an F2FS walker, so -t raw now walks the F2FS volume a current Android userdata partition carries instead of listing it as not recognised. The vendored copy and its manifest are updated, F2FS joins the filesystem list the GUI and -t help show and the test that requires each name there to have a walker, and the raw-image doc replaces its "F2FS is not read" bullet with the reader's real limits. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-vendors qnxprobe at 1.28, which reads F2FS, the filesystem most current Android userdata partitions use, so
-t rawnow walks an F2FS volume instead of listing it as not recognised.scripts/vendor/qnxprobe.pyatcc1d8dd, manifest updated; the vendoring check passes against the pinned upstream.-t rawhelp show, and to the test that requires each name there to have a walker.admin/docs/raw_image_input.md: F2FS joins the supported list, and the bullet that said it was not read gives its real limits instead (a compressed file is listed and not decompressed; per-file encrypted content is refused rather than staged as ciphertext).No seeker code changes:
FileSeekerRawwalks whatever the reader'svolumes()returns. The 24 raw-image seeker tests pass.🤖 Generated with Claude Code