-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rsz: Fix "buffer ball" issues #6800
rsz: Fix "buffer ball" issues #6800
Conversation
Signed-off-by: Martin Povišer <povik@cutebit.org>
When we break out of the repair loop we want to restore previous best result. Any changes done since we created the checkpoint has degraded timing. Signed-off-by: Martin Povišer <povik@cutebit.org>
clang-tidy review says "All clean, LGTM! 👍" |
If you make a |
OK, I've pushed test-rsz-fix-buffer-ball. Feel free to cancel the secure run if you don't think it's worth it. |
Signed-off-by: Martin Povišer <povik@cutebit.org>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Martin Povišer <povik@cutebit.org>
clang-tidy review says "All clean, LGTM! 👍" |
@maliberty CI green, we can merge |
Two issues with the resizer have conspired to create this "buffer ball" of split buffers connected back-to-back, see the commits. Cc @gudeh