[sys-kernel/gentoo-sources] add kernels which still work with kCFI + ZFS

which one works depends on the specific configuration, apparently; logically, only 6.16 branch should work but oh well.
This commit is contained in:
2026-03-07 01:01:24 +01:00
parent b0509fa4ce
commit 6f41637ff1
3 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
DIST genpatches-6.16-15.base.tar.xz 841716 BLAKE2B b32dbf8ddb742832c53033f928376c70b709f275ea9e2459c750b684177bd433df7af37e14898dcd5ba60405f721476fa2277830ce6584601d69859c155683d5 SHA512 7fcb24e7179f98a054a2f6a404c69ed2f64b07ca891463332f9d385d3e5afd733e5da364b985ee4ba87a7904719b77cc0fd44aa8948df9cb00f71dfaa1d169df
DIST genpatches-6.16-15.experimental.tar.xz 80520 BLAKE2B ffe0fdcc2347ab246865f71d2ee4908a2b825e5fe5f1e91314045561fc79e8441e089325f181dec6ad992eaf7b84758fa367811f4b84a10f14860257b3959d53 SHA512 f7cb38da6b4a01909e6b2cd71aaf5914050b3763709471174fcfd52e3e3c7ae3bdbdba72f595e762180916f2faae5c3fbd8dca553974eb594912b4fdf2d226bf
DIST genpatches-6.16-15.extras.tar.xz 4060 BLAKE2B c7b59ef0f2077e9f8975d19401e859850db1fa663876a71302701c21e264c89a6f408feb419fb01508d18e68c22fda01e61554319c975e251351709d633a1a9a SHA512 5b0582a91152f14b9455a5ab0450bbff1dcc85321c9262148ebcdd43df59f44f49765deabea1163fd4de51bd8dd6402a8d69351b50da48ee872aa1121a9f8bba
DIST genpatches-6.17-16.base.tar.xz 1030016 BLAKE2B 4ae0bc63f4d0b9995239db9d11065dd159633f33d456714c5f9a203db0fd91d6f7b7b53d4912ef42ad4187781ff10b562164992e51822fcaf63c27bf864e27f1 SHA512 441cdc6c55d6a5171975556402521fb7e90ec3a2b8483085780dab529f766ed6f1dc9a0e03bf00a3ce73c522cd90aedc7d4c5992f57f525fb8d21aa1bf3bc69a
DIST genpatches-6.17-16.experimental.tar.xz 80576 BLAKE2B 191ea6f9e0fad148f5ab432688c2382e2317dd1485f0f855a495c27543fd0492e503378cf232845954890b4de1cb60ed9bdc0aaa7ff27138c94a81dd66ba1fee SHA512 8c76acc19676009155ae0d0ff32e3db66eed0041f918148319a999b74c0c499248ed4d2bfd137c3db526ec9add723606266b3dfc2805bf4ab432bc23f3c29da0
DIST genpatches-6.17-16.extras.tar.xz 4324 BLAKE2B 2860a5a9dbee7dca0c0df82712f0ee1864dba7f713715e78caadc32d9f9679ad0047de825867ab9abce19f0c5fb7373214b50876fbc2e55348aaca536abd691c SHA512 1ca205af9344b90222d56e3c817b6b721f984a69c8ceccd97244e121913d7d5009030ee36ab76e7f420aa431985422eb47474e2cadf9db0fccb38860b96b1934
DIST linux-6.16.tar.xz 152620004 BLAKE2B 87bc4da7e89cc8265aebffea7ec6c09f711be24fee87cb1c03a264c03fd5a538d66aa806640835aa5103926e612cdfbc52d7c861d7f7065f1a8bb11d893b0921 SHA512 55a00f89ad6db6db2e26ff5dc5cfc96bbf6654e5bd5d17d2a3b944a47640367e54139716d230923187bebc6cb7756edc9511a620fb8abc6f32c50a658a734784
DIST linux-6.17.tar.xz 153382068 BLAKE2B 0edb2324be5638aa75984128aafdba3e50824187d2fcdff8794eab99d85c10c3a17d1e840053c2c83df5ee11fdf69f1c9452c57ecc9dae01c4af38180fe7821a SHA512 063999d7b819970657f6b7713fdb4173da2065ffdeed7cae197026dbb1edfd7f1d50374f073a1e19ef9686539594824ff6ecb8a930d97c4f272cb12f1c6d8355

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="15"
inherit check-reqs kernel-2
detect_version
detect_arch
DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
HOMEPAGE="https://dev.gentoo.org/~alicef/genpatches"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="experimental"
pkg_pretend() {
CHECKREQS_DISK_BUILD="4G"
check-reqs_pkg_pretend
}
src_prepare() {
kernel-2_src_prepare
rm "${S}/tools/testing/selftests/tc-testing/action-ebpf"
}
pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}
pkg_postrm() {
kernel-2_pkg_postrm
}

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="16"
inherit check-reqs kernel-2
detect_version
detect_arch
DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
HOMEPAGE="https://dev.gentoo.org/~alicef/genpatches"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="experimental"
pkg_pretend() {
CHECKREQS_DISK_BUILD="4G"
check-reqs_pkg_pretend
}
src_prepare() {
kernel-2_src_prepare
rm "${S}/tools/testing/selftests/tc-testing/action-ebpf"
}
pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}
pkg_postrm() {
kernel-2_pkg_postrm
}