From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 853F11DE4E0 for ; Sat, 17 Jan 2026 21:58:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768687106; cv=none; b=Mqze/zjN2bfCbnrWp2UtOGEEUBwcGo8gDQ53MBNBm7yl6M5003ciOvKa4qI8K4zB3KuF8EC5pNarkmcikAO36FdVpim3kdSPeCVFhlCWw89SdqEgRqaKFSYVeGhL1HW9EL057oVvYH4kX5uRBKUsNHRtill9GJINjf2/eVKISb4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768687106; c=relaxed/simple; bh=VM+VHMx2X1b3EYZd8dnNfRtpquVLhEmoOSgpCTowbvY=; h=Date:Message-ID:From:To:Cc:Subject; b=bVE9xB9eWF19x++lu7QTo/pFwDKB9FUZglor504XdTb8BiPiJmqW2BZoownuA9ZT70PGto6/cWKlwFVtET5v+RW03pzzzZTNaDu/NEFxiuhX/S0jPnL+5iTBT96IlJDmySB9xeJxpTDUaTq57xbaA2jxshwc82OaPfmQ8aYoLGY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=linutronix.de; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Date: Sat, 17 Jan 2026 22:58:21 +0100 Message-ID: <20260117215257.601937692@kernel.org> From: Thomas Gleixner To: LKML Cc: x86@kernel.org, =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Subject: [patch 0/2] x86/vdso: Address sparse warnings Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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(+)