[patch 0/2] x86/vdso: Address sparse warnings
From: Thomas Gleixner
Date: Sat Jan 17 2026 - 16:58:25 EST
Sparse is unhappy when building the 32-bit VDSO for a 64-bit kernel and
complains about an empty switch statement when all config knobs which guard
the cases are disabled.
The following series cures both.
Thanks,
tglx
---
Makefile | 4 ++++
vma.c | 2 ++
2 files changed, 6 insertions(+)