Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [GIT PULL] Kselftest fixes update for Linux 6.12-rc1
@ 2024-09-28 17:52 Shuah Khan
  2024-09-29 17:04 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2024-09-28 17:52 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: shuah, Shuah Khan, Jason A. Donenfeld, linux-kernel,
	linux-kselftest

[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]

Hi Linus,

Please pull this fixes update for Linux 6.12-rc1.

This kselftest fixes update for Linux 6.12-rc1 consists of an urgent
fix to vDSO as automated testing is failing due to this bug.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit a0474b8d5974e142461ac7584c996feea167bcc1:

   selftests: kselftest: Use strerror() on nolibc (2024-09-11 09:52:33 -0600)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-next-6.12-rc1-fixes

for you to fetch changes up to 4b721fcc094e9eb6dd4702df8d79ab11e120833d:

   selftests: vDSO: align stack for O2-optimized memcpy (2024-09-27 12:17:12 -0600)

----------------------------------------------------------------
linux_kselftest-next-6.12-rc1-fixes

This kselftest fixes update for Linux 6.12-rc1 consists of an urgent
fix to vDSO as automated testing is failing due to this bug.

----------------------------------------------------------------
Jason A. Donenfeld (1):
       selftests: vDSO: align stack for O2-optimized memcpy

  tools/testing/selftests/vDSO/vdso_standalone_test_x86.c | 2 ++
  1 file changed, 2 insertions(+)
----------------------------------------------------------------

[-- Attachment #2: linux_kselftest-next-6.12-rc1-fixes.diff --]
[-- Type: text/x-patch, Size: 456 bytes --]

diff --git a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
index 27f6fdf11969..644915862af8 100644
--- a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
+++ b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
@@ -131,6 +131,8 @@ asm (
 	"_start:\n\t"
 #ifdef __x86_64__
 	"mov %rsp,%rdi\n\t"
+	"and $-16,%rsp\n\t"
+	"sub $8,%rsp\n\t"
 	"jmp c_main"
 #else
 	"push %esp\n\t"

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

* Re: [GIT PULL] Kselftest fixes update for Linux 6.12-rc1
  2024-09-28 17:52 [GIT PULL] Kselftest fixes update for Linux 6.12-rc1 Shuah Khan
@ 2024-09-29 17:04 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-09-29 17:04 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Linus Torvalds, shuah, Shuah Khan, Jason A. Donenfeld,
	linux-kernel, linux-kselftest

The pull request you sent on Sat, 28 Sep 2024 11:52:08 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-next-6.12-rc1-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e7ebdb5161bcb98cb27b7490459419e38dee5b9a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-09-29 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-28 17:52 [GIT PULL] Kselftest fixes update for Linux 6.12-rc1 Shuah Khan
2024-09-29 17:04 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox