From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BC37333C1AD for ; Fri, 26 Jun 2026 08:21:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782462069; cv=none; b=pIqH2Y/tZz1nkQaFAQEK9y3STPxYuBCI8Y+x+TKbtK1m1DHtrNehLeAWYZnufzPc66aNngFTX7By/KKgszt5Ptv6q1JuaAcaDkhuS01gtTNLlV4oJvTPMia5OvWcnes99eoQpUMS8sLPNE69W2n1qWtbzDImqE1GmDM946FvYxU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782462069; c=relaxed/simple; bh=5yDEJylG85dAQ76D9+zmctvPa2dwQM3dSLys242Y2Ro=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=m2I3FIMorvrZoWiw4uUjEiNj7Jut7ekerMG/eiMLpvDdo/2XYD6uIeXTqZaViqF9d4LEn10M4B9wWjK948EpEU+S1d5fcpVv0d9uzdwW2F64+sIjSoho1sgOvs36OTkE9oX+ZBeIsZNmh7OI93G+G3rhBaaYw6cfwPo4pIek3ww= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BkkwnSbV; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BkkwnSbV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9248D1F00A3A; Fri, 26 Jun 2026 08:21:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782462068; bh=9yhOZy5GJQAalKGlzlvL465nKcnZT4DpOJCZVNWObBo=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=BkkwnSbVZIOGwdRlHQR/f1QeQjTqEJaQo9coWUy9UuFQRz9cRwupu06CuJ0VGMNq2 SK5isISj6BK9Ivwd51tlghRPoYphX3Hx79RhhdwQ8MZL34PjciRejwpv/TnENIdV6B nMKr3ZKXVuqtbOshnOOxU16TFeWS6KOWuCvyyecpRdIgwnP+IMst48t1MF+J1NCn4r f6uP5tcQpJlH+QHTcqYAfc4QsjictlwRxuGyUmWHY95lXCkUXdoWSY5u8hilxJAf99 MEfkykbMHA4r2ruEPKIFgQBaKZ3uFkNFOW/QUJuNUmf+ybIv7s59fvzFJEFC0Tb5lq O7u7VriUHWElg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0A2639389E8; Fri, 26 Jun 2026 08:20:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 0/3] vdso: Drop GENERIC_TIME_VSYSCALL From: patchwork-bot+linux-riscv@kernel.org Message-Id: <178246205554.3816447.6510487256526598897.git-patchwork-notify@kernel.org> Date: Fri, 26 Jun 2026 08:20:55 +0000 References: <20260519-vdso-generic_time_vsyscal-v1-0-5c2a5905d5f5@linutronix.de> In-Reply-To: <20260519-vdso-generic_time_vsyscal-v1-0-5c2a5905d5f5@linutronix.de> To: =?utf-8?q?Thomas_Wei=C3=9Fschuh_=3Cthomas=2Eweissschuh=40linutronix=2Ede=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, tglx@kernel.org, linux-kernel@vger.kernel.org, luto@kernel.org, vincenzo.frascino@arm.com Hello: This series was applied to riscv/linux.git (fixes) by Thomas Gleixner : On Tue, 19 May 2026 08:26:14 +0200 you wrote: > Today GENERIC_TIME_VSYSCALL is really only a pointless duplicate of > GENERIC_GETTIMEOFDAY, remove it. > > Signed-off-by: Thomas Weißschuh > --- > Thomas Weißschuh (3): > riscv: vdso: Drop CONFIG_GENERIC_TIME_VSYSCALL guard around syscall fallbacks > vdso/vsyscall: Gate update_vsyscall() behind CONFIG_GENERIC_GETTIMEOFDAY > vdso/treewide: Drop GENERIC_TIME_VSYSCALL > > [...] Here is the summary with links: - [1/3] riscv: vdso: Drop CONFIG_GENERIC_TIME_VSYSCALL guard around syscall fallbacks https://git.kernel.org/riscv/c/91d2a1a916a9 - [2/3] vdso/vsyscall: Gate update_vsyscall() behind CONFIG_GENERIC_GETTIMEOFDAY https://git.kernel.org/riscv/c/bf8f968a6315 - [3/3] vdso/treewide: Drop GENERIC_TIME_VSYSCALL https://git.kernel.org/riscv/c/96942092d5e6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html