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 4F3AD158087 for ; Thu, 11 Nov 2021 02:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260D22BC009; Thu, 11 Nov 2021 02:22:29 +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 6E0172BC009 for ; Thu, 11 Nov 2021 02:22:28 +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 EB1E8343056 for ; Thu, 11 Nov 2021 02:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50BA81AD for ; Thu, 11 Nov 2021 02:22:25 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1636597304.185abc06de6a07ab9df1fa4caf87e8c17b446cfa.gyakovlev@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.1.1-r3.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 185abc06de6a07ab9df1fa4caf87e8c17b446cfa X-VCS-Branch: master Date: Thu, 11 Nov 2021 02:22: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: b9514173-310e-4e60-a6ec-b7032ee00f32 X-Archives-Hash: e141509cfa3d053fee317df2c66ec8b1 commit: 185abc06de6a07ab9df1fa4caf87e8c17b446cfa Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Nov 11 02:21:44 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Nov 11 02:21:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185abc06 sys-fs/zfs-kmod: nag for reboot in 2.1.1-r3 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs-kmod/zfs-kmod-2.1.1-r3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.1-r3.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.1-r3.ebuild index 3ab2b6a4572..ea61ad1dc0a 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.1-r3.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.1-r3.ebuild @@ -207,4 +207,10 @@ pkg_postinst() { ewarn ewarn "Refer to /etc/zfs/compatibility.d/grub2 for list of features." fi + + echo + ewarn "This versions of ${PN} includes a very important fix for upstream bug" + ewarn "https://github.com/openzfs/zfs/issues/11900" + ewarn "Please reboot into kernel with ${P} as soon as possible" + echo }