1. 22 1月, 2021 3 次提交
  2. 08 12月, 2020 1 次提交
  3. 23 11月, 2020 2 次提交
  4. 10 11月, 2020 1 次提交
  5. 29 9月, 2020 6 次提交
  6. 22 9月, 2020 1 次提交
    • J
      iommu/arm-smmu-v3: Fix endianness annotations · 376cdf66
      Jean-Philippe Brucker 提交于
      When building with C=1, sparse reports some issues regarding endianness
      annotations:
      
      arm-smmu-v3.c:221:26: warning: cast to restricted __le64
      arm-smmu-v3.c:221:24: warning: incorrect type in assignment (different base types)
      arm-smmu-v3.c:221:24:    expected restricted __le64 [usertype]
      arm-smmu-v3.c:221:24:    got unsigned long long [usertype]
      arm-smmu-v3.c:229:20: warning: incorrect type in argument 1 (different base types)
      arm-smmu-v3.c:229:20:    expected restricted __le64 [usertype] *[assigned] dst
      arm-smmu-v3.c:229:20:    got unsigned long long [usertype] *ent
      arm-smmu-v3.c:229:25: warning: incorrect type in argument 2 (different base types)
      arm-smmu-v3.c:229:25:    expected unsigned long long [usertype] *[assigned] src
      arm-smmu-v3.c:229:25:    got restricted __le64 [usertype] *
      arm-smmu-v3.c:396:20: warning: incorrect type in argument 1 (different base types)
      arm-smmu-v3.c:396:20:    expected restricted __le64 [usertype] *[assigned] dst
      arm-smmu-v3.c:396:20:    got unsigned long long *
      arm-smmu-v3.c:396:25: warning: incorrect type in argument 2 (different base types)
      arm-smmu-v3.c:396:25:    expected unsigned long long [usertype] *[assigned] src
      arm-smmu-v3.c:396:25:    got restricted __le64 [usertype] *
      arm-smmu-v3.c:1349:32: warning: invalid assignment: |=
      arm-smmu-v3.c:1349:32:    left side has type restricted __le64
      arm-smmu-v3.c:1349:32:    right side has type unsigned long
      arm-smmu-v3.c:1396:53: warning: incorrect type in argument 3 (different base types)
      arm-smmu-v3.c:1396:53:    expected restricted __le64 [usertype] *dst
      arm-smmu-v3.c:1396:53:    got unsigned long long [usertype] *strtab
      arm-smmu-v3.c:1424:39: warning: incorrect type in argument 1 (different base types)
      arm-smmu-v3.c:1424:39:    expected unsigned long long [usertype] *[assigned] strtab
      arm-smmu-v3.c:1424:39:    got restricted __le64 [usertype] *l2ptr
      
      While harmless, they are incorrect and could hide actual errors during
      development. Fix them.
      Signed-off-by: NJean-Philippe Brucker <jean-philippe@linaro.org>
      Reviewed-by: NRobin Murphy <robin.murphy@arm.com>
      Link: https://lore.kernel.org/r/20200918141856.629722-1-jean-philippe@linaro.orgSigned-off-by: NWill Deacon <will@kernel.org>
      376cdf66
  7. 07 9月, 2020 4 次提交
  8. 24 8月, 2020 1 次提交
  9. 27 7月, 2020 1 次提交
  10. 24 7月, 2020 1 次提交
  11. 16 7月, 2020 1 次提交
  12. 27 5月, 2020 1 次提交
  13. 21 5月, 2020 1 次提交
  14. 18 5月, 2020 2 次提交
  15. 05 5月, 2020 1 次提交
  16. 27 3月, 2020 1 次提交
  17. 19 3月, 2020 6 次提交
  18. 16 1月, 2020 6 次提交