]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'chcr-Fixing-issues-in-dma-mapping-and-driver-removal'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2020 00:05:02 +0000 (17:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2020 00:05:02 +0000 (17:05 -0700)
commita10ff42962f66845ceeab13794e4937a9f8a2562
tree8f73a494b474cce6d80463778fff848b9962cdab
parent6ca9f2a83b8390f1ec6c04cd4c6b9fa3213958aa
parentf69aa1e9984763864d8f7ce4998def9d41069ff9
Merge branch 'chcr-Fixing-issues-in-dma-mapping-and-driver-removal'

Ayush Sawal says:

====================
Fixing issues in dma mapping and driver removal

Patch 1: This fixes the kernel panic which occurs due to the accessing
of a zero length sg.

Patch 2: Avoiding unregistering the algorithm if cra_refcnt is not 1.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>