On Wed, Jun 25, 2025 at 09:52:27AM +0100, Greg Kroah-Hartman wrote:
On Wed, Jun 25, 2025 at 10:03:22AM +0530, Naresh Kamboju wrote:
The git bisection pointing to,
kbuild: Update assembler calls to use proper flags and language target commit d5c8d6e0fa61401a729e9eb6a9c7077b2d3aebb0 upstream.
Thanks for that, I'll go drop all of the kbuild patches that Nathan submitted here and push out a -rc2
Thanks and sorry about the breakage. This is a bug that we missed when d5c8d6e0fa61 was merged upstream because there were no uses of as-instr for arch/arm at that point but there are in this tree so [1] needs to be merged and backported with that series. I will resubmit when it lands.
[1]: https://lore.kernel.org/20250618-arm-expand-include-unified-h-path-v1-1-aef6...
Cheers, Nathan