1. 28 4月, 2014 3 次提交
  2. 16 4月, 2014 7 次提交
  3. 21 3月, 2014 4 次提交
  4. 10 3月, 2014 10 次提交
  5. 27 2月, 2014 11 次提交
  6. 11 2月, 2014 1 次提交
    • N
      crypto/nx/nx-842: Fix handling of vmalloc addresses · 0ba3e101
      Nathan Fontenot 提交于
      The powerpc specific nx-842 compression driver does not currently
      handle translating a vmalloc address to a physical address.
      
      The current driver uses __pa() for all addresses which does not
      properly handle vmalloc addresses and thus causes a failure since
      we do not pass a proper physical address to the hypervisor.
      
      This patch adds a routine to convert an address to a physical
      address by checking for vmalloc addresses and handling them properly.
      Signed-off-by: NNathan Fontenot <nfont@linux.vnet.ibm.com>
       ---
       drivers/crypto/nx/nx-842.c |   29 +++++++++++++++++++----------
       1 file changed, 19 insertions(+), 10 deletions(-)
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      0ba3e101
  7. 09 2月, 2014 4 次提交