Re: [gentoo-dev] [PATCH] fortran-2.eclass: simple check Fortran 2008 Standard Coarray support

2022-06-21 Thread Torokhov Sergey
Updated (attached) patch and PR with FOrtran 2008 Standard support check via accessing imaginary part of complex number. This check is formaly as since GCC-9.0 there almost all planning Fortran 2008 Standart features were implemented. The version I definitely must use another feature to check a

[gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-21 Thread Kenton Groombridge
eee74b9fca1 adds support for module compression, but this breaks loading out of tree modules when module signing is enforced because modules must be signed before they are compressed. Additionally, the recommended Portage hook[1] no longer works with this change. Add module signing support in linu