All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kselftest/arm64: Remove redundant _start labels from zt-test
@ 2023-01-30 23:45 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-01-30 23:45 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shuah Khan, Nathan Chancellor,
	Nick Desaulniers, Tom Rix
  Cc: linux-arm-kernel, linux-kselftest, llvm, Mark Brown

The newly added zt-test program copied the pattern from the other FP
stress test programs of having a redundant _start label which is
rejected by clang, as we did in a parallel series for the other tests
remove the label so we can build with clang.

No functional change.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 tools/testing/selftests/arm64/fp/zt-test.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/arm64/fp/zt-test.S b/tools/testing/selftests/arm64/fp/zt-test.S
index 7ec90976cf5e..d63286397638 100644
--- a/tools/testing/selftests/arm64/fp/zt-test.S
+++ b/tools/testing/selftests/arm64/fp/zt-test.S
@@ -200,7 +200,6 @@ endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
 	mov	x23, #0		// signal count
 
 	mov	w0, #SIGINT

---
base-commit: 3eb1b41fba97a1586e3ecca8c10547071f541567
change-id: 20230130-arm64-fix-sme2-clang-3b3ee73d78d4

Best regards,
-- 
Mark Brown <broonie@kernel.org>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] kselftest/arm64: Remove redundant _start labels from zt-test
@ 2023-01-30 23:45 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-01-30 23:45 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shuah Khan, Nathan Chancellor,
	Nick Desaulniers, Tom Rix
  Cc: linux-arm-kernel, linux-kselftest, llvm, Mark Brown

The newly added zt-test program copied the pattern from the other FP
stress test programs of having a redundant _start label which is
rejected by clang, as we did in a parallel series for the other tests
remove the label so we can build with clang.

No functional change.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 tools/testing/selftests/arm64/fp/zt-test.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/arm64/fp/zt-test.S b/tools/testing/selftests/arm64/fp/zt-test.S
index 7ec90976cf5e..d63286397638 100644
--- a/tools/testing/selftests/arm64/fp/zt-test.S
+++ b/tools/testing/selftests/arm64/fp/zt-test.S
@@ -200,7 +200,6 @@ endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
 	mov	x23, #0		// signal count
 
 	mov	w0, #SIGINT

---
base-commit: 3eb1b41fba97a1586e3ecca8c10547071f541567
change-id: 20230130-arm64-fix-sme2-clang-3b3ee73d78d4

Best regards,
-- 
Mark Brown <broonie@kernel.org>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] kselftest/arm64: Remove redundant _start labels from zt-test
  2023-01-30 23:45 ` Mark Brown
@ 2023-01-31 16:29   ` Catalin Marinas
  -1 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2023-01-31 16:29 UTC (permalink / raw)
  To: Will Deacon, Shuah Khan, Nathan Chancellor, Nick Desaulniers,
	Tom Rix, Mark Brown
  Cc: linux-arm-kernel, linux-kselftest, llvm

On Mon, 30 Jan 2023 23:45:57 +0000, Mark Brown wrote:
> The newly added zt-test program copied the pattern from the other FP
> stress test programs of having a redundant _start label which is
> rejected by clang, as we did in a parallel series for the other tests
> remove the label so we can build with clang.
> 
> No functional change.
> 
> [...]

Applied to arm64 (for-next/sme2), thanks!

[1/1] kselftest/arm64: Remove redundant _start labels from zt-test
      https://git.kernel.org/arm64/c/b2ab432bcf65

-- 
Catalin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kselftest/arm64: Remove redundant _start labels from zt-test
@ 2023-01-31 16:29   ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2023-01-31 16:29 UTC (permalink / raw)
  To: Will Deacon, Shuah Khan, Nathan Chancellor, Nick Desaulniers,
	Tom Rix, Mark Brown
  Cc: linux-arm-kernel, linux-kselftest, llvm

On Mon, 30 Jan 2023 23:45:57 +0000, Mark Brown wrote:
> The newly added zt-test program copied the pattern from the other FP
> stress test programs of having a redundant _start label which is
> rejected by clang, as we did in a parallel series for the other tests
> remove the label so we can build with clang.
> 
> No functional change.
> 
> [...]

Applied to arm64 (for-next/sme2), thanks!

[1/1] kselftest/arm64: Remove redundant _start labels from zt-test
      https://git.kernel.org/arm64/c/b2ab432bcf65

-- 
Catalin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-31 16:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 23:45 [PATCH] kselftest/arm64: Remove redundant _start labels from zt-test Mark Brown
2023-01-30 23:45 ` Mark Brown
2023-01-31 16:29 ` Catalin Marinas
2023-01-31 16:29   ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.