Skip to content

Commit

Permalink
Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.o…
Browse files Browse the repository at this point in the history
…rg/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest fix from Shuah Khan:
 "One urgent fix to vDSO as automated testing is failing due to this
  bug"

* tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests: vDSO: align stack for O2-optimized memcpy
  • Loading branch information
torvalds committed Sep 29, 2024
2 parents 3efc573 + 4b721fc commit e7ebdb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/testing/selftests/vDSO/vdso_standalone_test_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e7ebdb5

Please sign in to comment.