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 7FD8F1581E7 for ; Sat, 27 Apr 2024 22:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9929FE29F4; Sat, 27 Apr 2024 22:57:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 744CEE29F4 for ; Sat, 27 Apr 2024 22:57:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AD0833BEEE for ; Sat, 27 Apr 2024 22:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A72EF5 for ; Sat, 27 Apr 2024 22:57:17 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1714258613.1c3510b7a3ca005e2008e6ff0a3aa63a906b9a50.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.10 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 1c3510b7a3ca005e2008e6ff0a3aa63a906b9a50 X-VCS-Branch: 5.10 Date: Sat, 27 Apr 2024 22:57:17 +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: 400aa956-f722-4fea-8247-e3ec8a0dab6e X-Archives-Hash: 7d844e8e1e5b56753fc144da34b8940d commit: 1c3510b7a3ca005e2008e6ff0a3aa63a906b9a50 Author: Mike Pagano gentoo org> AuthorDate: Sat Apr 27 22:56:53 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Apr 27 22:56:53 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1c3510b7 Add UBSAN_BOUNDS and UBSAN_SHIFT and dependencies Bug: Add UBSAN_BOUNDS and UBSAN_SHIFT and dependencies Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 435a76ea..497932fe 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,9 +6,9 @@ source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2022-01-30 08:12:05.041788304 -0500 -+++ b/distro/Kconfig 2022-01-30 15:28:10.030352980 -0500 -@@ -0,0 +1,285 @@ +--- /dev/null 2024-04-27 13:10:54.188000027 -0400 ++++ b/distro/Kconfig 2024-04-27 18:54:09.734564235 -0400 +@@ -0,0 +1,289 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -148,6 +148,10 @@ + select TIMERFD + select TMPFS_POSIX_ACL + select TMPFS_XATTR ++ select UBSAN ++ select CC_HAS_UBSAN_BOUNDS_STRICT if !CC_HAS_UBSAN_ARRAY_BOUNDS ++ select UBSAN_BOUNDS ++ select UBSAN_SHIFT + + select ANON_INODES + select BLOCK