From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4C91158176 for ; Mon, 06 Oct 2025 19:52:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CBEFF340EFF for ; Mon, 06 Oct 2025 19:52:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C91EC1102C9; Mon, 06 Oct 2025 19:52:40 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BC35B1102C9 for ; Mon, 06 Oct 2025 19:52:40 +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 7E39D340EFF for ; Mon, 06 Oct 2025 19:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D774C3AC7 for ; Mon, 06 Oct 2025 19:52:38 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1759780350.b915ed1e5f3fac5c98b968e5d706573343f30e9c.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: b915ed1e5f3fac5c98b968e5d706573343f30e9c X-VCS-Branch: master Date: Mon, 06 Oct 2025 19:52:38 +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: cbe41d01-8119-4416-b016-e69a51f557d3 X-Archives-Hash: 530af1d0f9498a1125dedd85a00fc7a8 commit: b915ed1e5f3fac5c98b968e5d706573343f30e9c Author: Marc Schiffbauer gentoo org> AuthorDate: Mon Oct 6 19:51:50 2025 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Mon Oct 6 19:52:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b915ed1e sys-fs/zfs-kmod: update kernel max version for 2.4.0_rc2 Closes: https://bugs.gentoo.org/963833 Signed-off-by: Marc Schiffbauer gentoo.org> sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2.ebuild index 6f130dc29856..396cf47a3191 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic linux-mod-r1 multiprocessing DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs" HOMEPAGE="https://github.com/openzfs/zfs" -MODULES_KERNEL_MAX=6.16 +MODULES_KERNEL_MAX=6.17 MODULES_KERNEL_MIN=4.18 if [[ ${PV} == 9999 ]] ; then