“54ef4cdae539667fb78f56ddd29891c6b262f130”上不存在“paddle/fluid/framework/var_desc.cc”
  1. 09 8月, 2013 3 次提交
  2. 24 5月, 2013 1 次提交
    • K
      drivers/crypto/nx: Fixes for multiple races and issues · 1ad936e8
      Kent Yoder 提交于
      Fixes a race on driver init with registering algorithms where the
      driver status flag wasn't being set before self testing started.
      
        Added the cra_alignmask field for CBC and ECB modes.
      
        Fixed a bug in GCM where AES block size was being used instead of
      authsize.
      
        Removed use of blkcipher_walk routines for scatterlist processing.
      Corner cases in the code prevent us from processing an entire
      scatterlist at a time and walking the buffers in block sized chunks
      turns out to be unecessary anyway.
      
        Fixed off-by-one error in saving off extra data in the sha code.
      
        Fixed accounting error for number of bytes processed in the sha code.
      Signed-off-by: NKent Yoder <key@linux.vnet.ibm.com>
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      1ad936e8
  3. 04 1月, 2013 1 次提交
    • G
      Drivers: crypto: remove __dev* attributes. · 49cfe4db
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Kent Yoder <key@linux.vnet.ibm.com>
      Cc: Jamie Iles <jamie@jamieiles.com>
      Cc: Kim Phillips <kim.phillips@freescale.com>
      Cc: Shengzhou Liu <Shengzhou.Liu@freescale.com>
      Cc: Alex Porosanu <alexandru.porosanu@freescale.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      49cfe4db
  4. 15 11月, 2012 1 次提交
  5. 05 9月, 2012 1 次提交
  6. 20 8月, 2012 1 次提交
  7. 01 8月, 2012 3 次提交
  8. 16 5月, 2012 11 次提交