diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-04-14 14:16:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-04-14 14:16:27 -0700 |
| commit | 49b30f3e9cde3403b8719dfcddc923bce572b69c (patch) | |
| tree | 4b2d38115a2d7d7defa38530ab7e8c9c856efdd6 /arch/x86/include | |
| parent | 0972ba5605a0a0cd8a9e74558b97a9c9626adfb5 (diff) | |
| parent | 6ccd0843b939669159f7148dfb84e6794ca6f4a8 (diff) | |
| download | lwn-49b30f3e9cde3403b8719dfcddc923bce572b69c.tar.gz lwn-49b30f3e9cde3403b8719dfcddc923bce572b69c.zip | |
Merge tag 'x86-vdso-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 vdso updates from Ingo Molnar:
"vdso cleanups by Thomas Weißschuh:
- Clean up remnants of VDSO32_NOTE_MASK
- Drop pointless #ifdeffery in vvar_vclock_fault()"
* tag 'x86-vdso-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/vdso: Drop pointless #ifdeffery in vvar_vclock_fault()
x86/vdso: Clean up remnants of VDSO32_NOTE_MASK
Diffstat (limited to 'arch/x86/include')
| -rw-r--r-- | arch/x86/include/asm/vdso.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/vdso.h b/arch/x86/include/asm/vdso.h index e8afbe9faa5b..f2d49212ae90 100644 --- a/arch/x86/include/asm/vdso.h +++ b/arch/x86/include/asm/vdso.h @@ -18,7 +18,6 @@ struct vdso_image { unsigned long extable_base, extable_len; const void *extable; - long sym_VDSO32_NOTE_MASK; long sym___kernel_sigreturn; long sym___kernel_rt_sigreturn; long sym___kernel_vsyscall; |
