Message ID | 20220419200442.1374548-1-broonie@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | selftests/arm64: Fix O= builds for the FP selftests | expand |
Hi Mark, On Tue, Apr 19, 2022 at 09:04:38PM +0100, Mark Brown wrote: > Currently the arm64 selftests don't support building with O=, this > series fixes that, bringing them more into line with how the kselftest > Makefiles want to work. > > v2: > - Rebase onto v5.18-rc3. Would you mind rebasing them on top of the arm64 for-next/kselftest branch? I get some conflicts with the SME patches that went in there (or I can sort the conflicts out sometime tomorrow/Friday). Thanks.
On Wed, Apr 27, 2022 at 06:34:48PM +0100, Catalin Marinas wrote: > Hi Mark, > > On Tue, Apr 19, 2022 at 09:04:38PM +0100, Mark Brown wrote: > > Currently the arm64 selftests don't support building with O=, this > > series fixes that, bringing them more into line with how the kselftest > > Makefiles want to work. > > > > v2: > > - Rebase onto v5.18-rc3. > > Would you mind rebasing them on top of the arm64 for-next/kselftest > branch? I get some conflicts with the SME patches that went in there (or > I can sort the conflicts out sometime tomorrow/Friday). Unless you aimed these at 5.18 but I don't think they are urgent.
On Wed, Apr 27, 2022 at 06:34:43PM +0100, Catalin Marinas wrote: > Would you mind rebasing them on top of the arm64 for-next/kselftest > branch? I get some conflicts with the SME patches that went in there (or > I can sort the conflicts out sometime tomorrow/Friday). Sure. BTW note that the kselftest branch doesn't build since it doesn't include the SME branch so the test programs for the SME ABI haven't got a bunch of defintions that they're relying on.
On Wed, Apr 27, 2022 at 06:50:30PM +0100, Mark Brown wrote: > On Wed, Apr 27, 2022 at 06:34:43PM +0100, Catalin Marinas wrote: > > Would you mind rebasing them on top of the arm64 for-next/kselftest > > branch? I get some conflicts with the SME patches that went in there (or > > I can sort the conflicts out sometime tomorrow/Friday). > > Sure. BTW note that the kselftest branch doesn't build since it doesn't > include the SME branch so the test programs for the SME ABI haven't got > a bunch of defintions that they're relying on. Ah, I haven't tried it independently. I'll probably merge the sme branch into it.