1. 06 7月, 2022 1 次提交
  2. 28 6月, 2022 2 次提交
  3. 23 6月, 2022 2 次提交
  4. 14 6月, 2022 9 次提交
  5. 31 5月, 2022 2 次提交
  6. 28 5月, 2022 1 次提交
  7. 20 5月, 2022 4 次提交
  8. 19 5月, 2022 1 次提交
  9. 16 5月, 2022 8 次提交
  10. 11 5月, 2022 3 次提交
  11. 07 5月, 2022 1 次提交
    • A
      nvme-apple: fix sparse endianess warnings · 7ad7ab90
      Arnd Bergmann 提交于
      The new nvme-apple driver is missing a few conversions to and
      from little-endian data:
      
      drivers/nvme/host/apple.c:291:19: sparse: sparse: incorrect type in assignment (different base types) @@     expected unsigned long long [usertype] prp1 @@     got restricted __le64 [usertype] prp1 @@
      drivers/nvme/host/apple.c:291:19: sparse:     expected unsigned long long [usertype] prp1
      drivers/nvme/host/apple.c:291:19: sparse:     got restricted __le64 [usertype] prp1
      drivers/nvme/host/apple.c:292:19: sparse: sparse: incorrect type in assignment (different base types) @@     expected unsigned long long [usertype] prp2 @@     got restricted __le64 [usertype] prp2 @@
      drivers/nvme/host/apple.c:293:21: sparse: sparse: incorrect type in assignment (different base types) @@     expected unsigned int [usertype] length @@     got restricted __le16 [usertype] length @@
      drivers/nvme/host/apple.c:351:52: sparse: sparse: incorrect type in initializer (different base types) @@     expected unsigned int [usertype] next_dma_addr @@     got restricted __le64 [usertype] @@
      drivers/nvme/host/apple.c:456:45: sparse: sparse: incorrect type in assignment (different base types) @@     expected restricted __le64 [usertype] @@     got unsigned int [addressable] [usertype] prp_dma @@
      drivers/nvme/host/apple.c:459:31: sparse: sparse: incorrect type in assignment (different base types) @@     expected restricted __le64 [usertype] @@     got unsigned long long [assigned] [usertype] dma_addr @@
      drivers/nvme/host/apple.c:474:25: sparse: sparse: incorrect type in assignment (different base types) @@     expected restricted __le64 [usertype] prp1 @@     got unsigned int [usertype] dma_address @@
      drivers/nvme/host/apple.c:475:25: sparse: sparse: incorrect type in assignment (different base types) @@     expected restricted __le64 [usertype] prp2 @@     got unsigned int [usertype] first_dma @@
      Reported-by: Nkernel test robot <lkp@intel.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      7ad7ab90
  12. 04 5月, 2022 1 次提交
  13. 03 5月, 2022 2 次提交
  14. 02 5月, 2022 1 次提交
  15. 18 4月, 2022 1 次提交
  16. 15 4月, 2022 1 次提交