Re: [PATCH 0/2] crypto: Fix driver load failure

2015-12-04 Thread Herbert Xu
On Sun, Nov 29, 2015 at 10:45:32PM +0800, Rui Wang wrote: > ghash_clmulni_intel fails to load on Linux 4.3+ with the following message: > "modprobe: ERROR: could not insert 'ghash_clmulni_intel': Invalid argument" > > These two patches need to go together, for the driver to load correctly. > > Ru

[PATCH 0/2] crypto: Fix driver load failure

2015-11-29 Thread Rui Wang
ghash_clmulni_intel fails to load on Linux 4.3+ with the following message: "modprobe: ERROR: could not insert 'ghash_clmulni_intel': Invalid argument" These two patches need to go together, for the driver to load correctly. Rui Wang (2): crypto: ghash-clmulni - Fix load failure crypto: crypt