[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 08f6554ff90ef189e6b8f0303e57005bddfdd6a7
Status in newer kernel trees: 6.15.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Present (exact SHA1) 6.1.y | Present (different SHA1: 2995dbfe98e7) 5.15.y | Present (different SHA1: d36719f29376) 5.10.y | Present (different SHA1: 9562b9f708e9)
Note: The patch differs from the upstream commit: --- 1: 08f6554ff90e ! 1: 49e341f4bf2e mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation @@ Metadata ## Commit message ## mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation
+ commit 08f6554ff90ef189e6b8f0303e57005bddfdd6a7 upstream. + A future change will move CLANG_FLAGS from KBUILD_{A,C}FLAGS to KBUILD_CPPFLAGS so that '--target' is available while preprocessing. When that occurs, the following error appears when building ARCH=mips @@ Commit message
Signed-off-by: Nathan Chancellor nathan@kernel.org Signed-off-by: Masahiro Yamada masahiroy@kernel.org + Signed-off-by: Nathan Chancellor nathan@kernel.org
## arch/mips/Makefile ## @@ arch/mips/Makefile: KBUILD_CFLAGS += -fno-asynchronous-unwind-tables @@ arch/mips/Makefile: KBUILD_CFLAGS += -fno-asynchronous-unwind-tables ifdef CONFIG_MIPS -CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \ +CHECKFLAGS += $(shell $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \ - grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \ + egrep -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \ sed -e "s/^#define /-D'/" -e "s/ /'='/" -e "s/$$/'/" -e 's/$$/&&/g') endif
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | 5.4 | Success | Success |