From nobody Sun Feb 8 10:21:58 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 730B8EB64D7 for ; Sun, 18 Jun 2023 20:50:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229614AbjFRUuG (ORCPT ); Sun, 18 Jun 2023 16:50:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbjFRUt4 (ORCPT ); Sun, 18 Jun 2023 16:49:56 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33641123; Sun, 18 Jun 2023 13:49:55 -0700 (PDT) Date: Sun, 18 Jun 2023 20:49:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1687121393; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2/sGYpIAZ39Bt5pDmlNlm77giPqZA2n3ZHBnu40tfgc=; b=D4U6s63Ep17GDf/1OPl4BM/fgFyvBOd97Q0iyTR4WshGDQQDLsB7/Y3hQyG/QYl7aDbe6d Z6kDLq3dBZJvMfTjjcY83iZuQhDE1WQMzdylc7e2PIPqkVek+mqC8YPJZ9yASjpV/pctsR bvhdHpWrMo4hbFBRwbMrG/WFLZomPSp1PFk3HyB4beACYPwtXorxoGoeOXH8VVfVFNv+fR Joy3rHFGOc7GLx4tSrNzW12i05E8eCedBE7StWz7pszARLpWd+Rim8lTk2XavxoNSCF7iZ 2cNJXavaeraGpbAoh5kCAKxLRjmLyLvKsoTB+F6febQJ8VPBAAsyf+OmadK6/w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1687121393; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2/sGYpIAZ39Bt5pDmlNlm77giPqZA2n3ZHBnu40tfgc=; b=vDIgSX5nscJQE9VDq4ojWRqxefr4/lGRZEvn1UvsKP3YXtOTGwDI9AlS9RTJZVJ9+u2ZuA 3PwMpCqu7ysccrAQ== From: "tip-bot2 for Arnd Bergmann" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] posix-timers: Add sys_ni_posix_timers() prototype Cc: Arnd Bergmann , Thomas Gleixner , Kees Cook , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20230607142925.3126422-1-arnd@kernel.org> References: <20230607142925.3126422-1-arnd@kernel.org> MIME-Version: 1.0 Message-ID: <168712139252.404.12976753569767597191.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: 892f439ea17cbf56a36e57c584d583649a64b404 Gitweb: https://git.kernel.org/tip/892f439ea17cbf56a36e57c584d583649= a64b404 Author: Arnd Bergmann AuthorDate: Wed, 07 Jun 2023 16:28:45 +02:00 Committer: Thomas Gleixner CommitterDate: Sun, 18 Jun 2023 22:41:53 +02:00 posix-timers: Add sys_ni_posix_timers() prototype The sys_ni_posix_timers() definition causes a warning when the declaration is missing, so this needs to be added along with the normal syscalls, outside of the #ifdef. kernel/time/posix-stubs.c:26:17: error: no previous prototype for 'sys_ni_p= osix_timers' [-Werror=3Dmissing-prototypes] Signed-off-by: Arnd Bergmann Signed-off-by: Thomas Gleixner Reviewed-by: Kees Cook Link: https://lore.kernel.org/r/20230607142925.3126422-1-arnd@kernel.org --- arch/alpha/kernel/osf_sys.c | 2 -- include/linux/syscalls.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c index 2a9a877..d98701e 100644 --- a/arch/alpha/kernel/osf_sys.c +++ b/arch/alpha/kernel/osf_sys.c @@ -1014,8 +1014,6 @@ SYSCALL_DEFINE2(osf_settimeofday, struct timeval32 __= user *, tv, return do_sys_settimeofday64(tv ? &kts : NULL, tz ? &ktz : NULL); } =20 -asmlinkage long sys_ni_posix_timers(void); - SYSCALL_DEFINE2(osf_utimes, const char __user *, filename, struct timeval32 __user *, tvs) { diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 33a0ee3..24871f8 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -1280,6 +1280,7 @@ asmlinkage long sys_ni_syscall(void); =20 #endif /* CONFIG_ARCH_HAS_SYSCALL_WRAPPER */ =20 +asmlinkage long sys_ni_posix_timers(void); =20 /* * Kernel code should not call syscalls (i.e., sys_xyzyyz()) directly.