26 Nov, 2015

1 commit

  • Fix these warnings:
    CHECK drivers/iommu/s390-iommu.c
    drivers/iommu/s390-iommu.c:52:21: warning: symbol 's390_domain_alloc' was not declared. Should it be static?
    drivers/iommu/s390-iommu.c:76:6: warning: symbol 's390_domain_free' was not declared. Should it be static?

    Signed-off-by: Sebastian Ott
    Signed-off-by: Joerg Roedel

    Sebastian Ott
     

09 Nov, 2015

1 commit

  • We use lazy allocation for translation table entries but don't handle
    allocation (and other) failures during translation table updates.

    Handle these failures and undo translation table updates when it's
    meaningful.

    Signed-off-by: Sebastian Ott
    Reviewed-by: Gerald Schaefer
    Signed-off-by: Martin Schwidefsky

    Sebastian Ott
     

06 Oct, 2015

1 commit