From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 8F46A16D4F3 for ; Thu, 1 Aug 2024 11:28:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722511697; cv=none; b=ognQg3Ni29qpbSLUIGtj/7vJ0cR44UfxcxdMGU0xnYqr84A4hgOtX9KyL7Pws+Q8GErcWPTbEsCJRiGp4aBgm6EJeBB8CADK1YRvHscNIXGFf6ZPJBIQSGtENZyQ+TtN2XMq7SLB9HddeALOyeBuyBxu/mNNZ66MZh2Tv/15Nc4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722511697; c=relaxed/simple; bh=mZM8ShDKFN03JigDL5TNPjn3F1g+jShmFXjhR3yjiGg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=McVF+ZwCpM8fraxfLHjhXfh06QY/+snw4rOuTLEtXi49ZyUldiIaWI9sBwHZ+KQzJOmFRIHNsGDWqFtHVgIeUob0TNyfLnP6I/rv8UqyTDR5PxMLPmsDwrJC0nTc3sfPHOO/Iw2krTCafKDKmnZGXIoUvQyTZJhhj+rlBb/WzMM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=KUvknLBj; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KUvknLBj" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1722511694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=gvGF3Ef4dkikJ/Hli43T5ir+KPPgKqAfpvG3aCiZZik=; b=KUvknLBj8NkUMFISKNjmTMK+RygIvxwrFjGjwMW399tVCd3FVDbfPDHw59N0+Fo78/yK6Y lRPQ1kUOLFeECCrQHUi0krRA8PDbkPXP6mAWUqGphWrZr4RDbsyFeCoKtzDqd3yGR7F9Ev rciscl1TY/XUmmyI9bNcX6GbPFow4aY= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-266-eCFFAnTQNLSudFPLefCy_w-1; Thu, 01 Aug 2024 07:28:12 -0400 X-MC-Unique: eCFFAnTQNLSudFPLefCy_w-1 Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 1908D19560B6; Thu, 1 Aug 2024 11:28:11 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.45.224.28]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 2F79F1955E80; Thu, 1 Aug 2024 11:28:07 +0000 (UTC) From: Florian Weimer To: linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Arnd Bergmann , Catalin Marinas Subject: syscall.tbl refactoring seems to have dropped definition of __NR_newfstatat on arm64 and riscv (64-bit) at least Date: Thu, 01 Aug 2024 13:28:04 +0200 Message-ID: <87sevoqy7v.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-api@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 It's been repported that __NR_newfstatat has gone missing from the UAPI headers. [sanitizer] __NR_newfstatat not defined in linux kernel headers in aarch64 __NR_newfstatat no longer defined on aarch64 I suspect that's related to the syscall.tbl refactoring around these commits: commit e632bca07c8eef1de9dc50f4e4066c56e9d68b07 Author: Arnd Bergmann Date: Thu Jul 4 14:33:34 2024 +0200 arm64: generate 64-bit syscall.tbl commit 3db80c999debbadd5d627fb30f8b06fee331ffb6 Author: Arnd Bergmann Date: Wed Apr 24 09:14:39 2024 +0200 riscv: convert to generic syscall table Thanks, Florian