refine nvcc protobuf patch name, add a patch for abseil
[gentoo-patches.git] / README.md
1 * `dracut-zfs-mount` - mount all ZFS datasets from the imported pools before switching to the new root, helpful if crucial system binaries/libraries are on a separate dataset. Note that the mountpoints will technically change from `$PATH` to `/sysroot/$PATH`. This is mostly harmless, but remounting a dataset will mount it at the actual `/sysroot/$PATH`, so be careful.
2 * `nvcc-12.9-protobuf-enumtraits-fix` - get rid of a manually forced compiler error triggered by an incomplete type, the error causes NVCC to always fail and is safe to ignore.
3 * `nvcc-13.3-abseil-templates-fix` - fix template type parameter errors that appear with CUDA 13.3