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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7074C158042 for ; Thu, 17 Oct 2024 14:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A5DE0801; Thu, 17 Oct 2024 14:24:27 +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 9CF8FE0801 for ; Thu, 17 Oct 2024 14:24:27 +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 AC11634305F for ; Thu, 17 Oct 2024 14:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18B8F1293 for ; Thu, 17 Oct 2024 14:24:25 +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: <1729175046.aaecb44a9200a7cc0f021d51e1a3071b1b6708af.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:6.1 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: aaecb44a9200a7cc0f021d51e1a3071b1b6708af X-VCS-Branch: 6.1 Date: Thu, 17 Oct 2024 14:24:25 +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: 6b64b00b-c050-46e4-967a-0a235c441672 X-Archives-Hash: 4284ae49e091a6ce714ef2524ee562db commit: aaecb44a9200a7cc0f021d51e1a3071b1b6708af Author: Mike Pagano gentoo org> AuthorDate: Thu Oct 17 14:24:06 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Oct 17 14:24:06 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=aaecb44a Remove redundant patch Removed: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 --- ...3-Fix-build-issue-by-selecting-CONFIG_REG.patch | 30 ---------------------- 2 files changed, 34 deletions(-) diff --git a/0000_README b/0000_README index 02ee6102..a7a15729 100644 --- a/0000_README +++ b/0000_README @@ -519,10 +519,6 @@ Patch: 2010_Fix_randomize_layout_crash_in_struct_neigh.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=45b3fae4675d Desc: neighbour: Fix __randomize_layout crash in struct neighbour -Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch -From: https://bugs.gentoo.org/710790 -Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino - Patch: 2910_bfp-mark-get-entry-ip-as--maybe-unused.patch From: https://www.spinics.net/lists/stable/msg604665.html Desc: bpf: mark get_entry_ip as __maybe_unused diff --git a/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch b/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch deleted file mode 100644 index 43356857..00000000 --- a/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch +++ /dev/null @@ -1,30 +0,0 @@ -From dc328d75a6f37f4ff11a81ae16b1ec88c3197640 Mon Sep 17 00:00:00 2001 -From: Mike Pagano -Date: Mon, 23 Mar 2020 08:20:06 -0400 -Subject: [PATCH 1/1] This driver requires REGMAP_I2C to build. Select it by - default in Kconfig. Reported at gentoo bugzilla: - https://bugs.gentoo.org/710790 -Cc: mpagano@gentoo.org - -Reported-by: Phil Stracchino - -Signed-off-by: Mike Pagano ---- - drivers/hwmon/Kconfig | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig -index 47ac20aee06f..530b4f29ba85 100644 ---- a/drivers/hwmon/Kconfig -+++ b/drivers/hwmon/Kconfig -@@ -1769,6 +1769,7 @@ config SENSORS_TMP421 - config SENSORS_TMP513 - tristate "Texas Instruments TMP513 and compatibles" - depends on I2C -+ select REGMAP_I2C - help - If you say yes here you get support for Texas Instruments TMP512, - and TMP513 temperature and power supply sensor chips. --- -2.24.1 -