public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] x86/vdso: Address sparse warnings
@ 2026-01-17 21:58 Thomas Gleixner
  2026-01-17 21:58 ` [patch 1/2] x86/vdso: Tweak CHECKFLAGS for 32-bit VDSO build Thomas Gleixner
  2026-01-17 21:58 ` [patch 2/2] x86/vdso: Prevent empty switch case warning Thomas Gleixner
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Gleixner @ 2026-01-17 21:58 UTC (permalink / raw)
  To: LKML; +Cc: x86, Thomas Weißschuh

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(+)

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

end of thread, other threads:[~2026-01-22 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-17 21:58 [patch 0/2] x86/vdso: Address sparse warnings Thomas Gleixner
2026-01-17 21:58 ` [patch 1/2] x86/vdso: Tweak CHECKFLAGS for 32-bit VDSO build Thomas Gleixner
2026-01-19  7:18   ` Thomas Weißschuh
2026-01-22 14:06     ` Thomas Gleixner
2026-01-17 21:58 ` [patch 2/2] x86/vdso: Prevent empty switch case warning Thomas Gleixner
2026-01-19  7:16   ` Thomas Weißschuh

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