linux4kix/linux-linaro-stable-mx6

cryptodev issue with sshd

pym67 opened this issue · 2 comments

[root@cuboxi ~]# uname -a
Linux cuboxi 3.14.23-2-ARCH #1 SMP Fri Nov 7 20:34:22 MST 2014 armv7l GNU/Linux

[root@cuboxi ~]# lsmod
Module Size Used by
cryptodev 44023 0

I'm trying to enable cryptodev module but as soon as i enable cryptodev module, i can't anymore establish a new ssh cnx to the cubox.
All new SSH cnx are "reset by peer" and on the log i can see (dmesg)

[ 243.982029] audit: type=1326 audit(1415953025.903:2): auid=4294967295 uid=99 gid=99 ses=4294967295 subj=kernel pid=320 comm="sshd" exe="/usr/bin/sshd" sig=31 syscall=54 compat=0 ip=0x76af4b2c code=0x0
[ 741.793437] audit: type=1326 audit(1415953523.857:3): auid=4294967295 uid=99 gid=99 ses=4294967295 subj=kernel pid=358 comm="sshd" exe="/usr/bin/sshd" sig=31 syscall=54 compat=0 ip=0x76b5ab2c code=0x0
[ 1055.049970] audit: type=1326 audit(1415953837.187:4): auid=4294967295 uid=99 gid=99 ses=4294967295 subj=kernel pid=370 comm="sshd" exe="/usr/bin/sshd" sig=31 syscall=54 compat=0 ip=0x76b4cb2c code=0x0

==>Those logs appears only when enabling cryptodev module and then sshd is not working anymore.

As soon as i unload the cryptodev module, sshd works again.

I'm having the same problem on BeagleBone Black