From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4282158094 for ; Mon, 19 Sep 2022 11:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8144E0855; Mon, 19 Sep 2022 11:36:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DA37E0855 for ; Mon, 19 Sep 2022 11:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED3BB33E690 for ; Mon, 19 Sep 2022 11:36:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 386CF5DA for ; Mon, 19 Sep 2022 11:36:52 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1663587384.80a2da5a5eaad522ff3e8019d8584ed1e5420501.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/files/nvidia-drivers-390.154-clang15.patch x11-drivers/nvidia-drivers/files/nvidia-drivers-470.141.03-clang15.patch X-VCS-Directories: x11-drivers/nvidia-drivers/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 80a2da5a5eaad522ff3e8019d8584ed1e5420501 X-VCS-Branch: master Date: Mon, 19 Sep 2022 11:36:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0cbd3781-dba7-431a-9e32-ebd6742d1c5e X-Archives-Hash: c1188263c0cc78f689a9b747f6956ac5 commit: 80a2da5a5eaad522ff3e8019d8584ed1e5420501 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Sep 19 10:35:21 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Sep 19 11:36:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a2da5a x11-drivers/nvidia-drivers: clarify clang15 patch notes That this still fails regardless of 15.0.0-r1/15.0.1 revert may not have been clear, this is the makefiles requesting it. Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/files/nvidia-drivers-390.154-clang15.patch | 2 ++ .../nvidia-drivers/files/nvidia-drivers-470.141.03-clang15.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/x11-drivers/nvidia-drivers/files/nvidia-drivers-390.154-clang15.patch b/x11-drivers/nvidia-drivers/files/nvidia-drivers-390.154-clang15.patch index 85d502ca662f..525631f36b3c 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-drivers-390.154-clang15.patch +++ b/x11-drivers/nvidia-drivers/files/nvidia-drivers-390.154-clang15.patch @@ -1,3 +1,5 @@ +Kernel's makefiles pass -Werror=strict-prototypes which +trigger errors with clang15+ https://bugs.gentoo.org/870238 --- a/kernel/nvidia/nvlink_linux.c +++ b/kernel/nvidia/nvlink_linux.c diff --git a/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.141.03-clang15.patch b/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.141.03-clang15.patch index 71cb6cf7e980..ab88f2b997c3 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.141.03-clang15.patch +++ b/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.141.03-clang15.patch @@ -1,3 +1,5 @@ +Kernel's makefiles pass -Werror=strict-prototypes which +trigger errors with clang15+ https://bugs.gentoo.org/870238 --- a/kernel/nvidia/nvlink_linux.c +++ b/kernel/nvidia/nvlink_linux.c