23 Jun, 2016

1 commit

  • This patch fixes an old bug where requests can be reordered because
    some are processed by cryptd while others are processed directly
    in softirq context.

    The fix is to always postpone to cryptd if there are currently
    requests outstanding from the same tfm.

    Signed-off-by: Herbert Xu

    Herbert Xu
     

31 Mar, 2015

1 commit


07 Oct, 2013

1 commit

  • tree: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
    head: 48e6dc1b2a1ad8186d48968d5018912bdacac744
    commit: a62b01cd6cc1feb5e80d64d6937c291473ed82cb [20/24] crypto: create generic version of ablk_helper

    coccinelle warnings: (new ones prefixed by >>)

    >> crypto/ablk_helper.c:97:2-8: Replace memcpy with struct assignment
    >> crypto/ablk_helper.c:78:2-8: Replace memcpy with struct assignment

    Please consider folding the attached diff :-)

    Signed-off-by: Herbert Xu

    kbuild test robot
     

24 Sep, 2013

1 commit