Bug#1043124: zfs-dkms: module fails to build for Linux 6.5: None of the expected "bops->release()" interfaces were detected.

2023-09-16 Thread Francesco C
>(Completely unrelated, but browsing the issues it popped up that encryption is >very broken above 6.3, >and it has been somewhat broken on older kernels too; not one people lost their >data due to upgrading > beyond 6.3, so beware. "Encryption is very broken" seems too generic : it seems (to me)

Bug#1037998: Re : gost-crypto-dkms: module fails to build for Linux 6.3: error: implicit declaration of function 'crypto_tfm_ctx'

2023-06-16 Thread Francesco C
A google search of 'crypto_tfm_ctx' will show that the declaration of this function is located in 'include/crypto/algapi.h' in the linux 6.3.x series. So this is not complicated to solve : it's enough to add '#include ' into the magma_generic.c file , after the '#include ' line.