On 19/08/2025 20:02, Georgi Djakov wrote: >>>> this until the dependency is there. >>> >>> Thanks! And now i see why my script didn't catch this... now fixed and >>> patch dropped. >> >> What are you using to apply patches? Because b4 would pull all >> dependencies, which would brake your branch as well, but at least you >> would see something odd happening here. > > I am using b4, but in cherry-pick mode, so i just pipe the current email to Ah, that's the answer. Cherry-pick does not pick up dependencies, so you would not see weird commits tagging along :) > it. And i also noticed the prerequisite-change-id lines and the dependency > on gcc, but my local scripts (that do all kinds of checks) passed, because > of a bug that didn't properly log the dt_binding_check error, so i thought > the dependency is there. I recently modified it to run with not just the Best regards, Krzysztof