-
Notifications
You must be signed in to change notification settings - Fork 5.2k
merge of v5.10.51 into rpi-5.10.y conflict #4462
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
Comments
Thanks for the heads-up. Without looking at the code I would imagine that the correct fix is likely to be reverting one or more downstream patches before applying the equivalent (but not identical) upstream versions. |
The downstream a2224f9 should be safe to revert. The other two needs a closer look. It might be worth try revert 94bc403, merge in |
Once mripard has a fix for #4457 we're likely to get it downstream first for testing before he submits it upstream. |
Reverting a2224f9 and 94bc403, merging upstream and cherry-picking 94bc403 didn't result in any conflicts and
|
closing this because its merged in into rpi-5.10.y already |
Is this the right place for my bug report?
I am not sure. I am trying share my finding while preparing the 5.10.51 kernel for alpine linux.
Describe the bug
Merge conflict in
drivers/gpu/drm/vc4/vc4_hdmi.c
To reproduce
Expected behaviour
well.... conflicts are not really unexpected.
Actual behaviour
there was two hunks that had conflicts:
and
System
n/a
Logs
n/a
Additional context
The following comits from
rpi-5.10.y
:conflicts with upstream
linux-5.10.y
:And the
rpi-5.10.y
commitconflicts with upstream
linux-5.10.y
The way I chose to solve this was to follow upstream for the first conflict
and in the second I followed
HEAD
/rpi-5.10.y
and removed thepm_runtime_enable(dev);
as it was moved up in 94bc403. I don't know if this was correct resolution, since I am not familiar with the code.Issue #4457 might also be related.
The text was updated successfully, but these errors were encountered: