1. 04 Jul, 2024 1 commit
    • Yu Kuai's avatar
      md/raid5: fix spares errors about rcu usage · 2314c2e3
      Yu Kuai authored
      As commit ad860670 ("md/raid5: remove rcu protection to access rdev
      from conf") explains, rcu protection can be removed, however, there are
      three places left, there won't be any real problems.
      
      drivers/md/raid5.c:8071:24: error: incompatible types in comparison expression (different address spaces):
      drivers/md/raid5.c:8071:24:    struct md_rdev [noderef] __rcu *
      drivers/md/raid5.c:8071:24:    struct md_rdev *
      drivers/md/raid5.c:7569:25: error: incompatible types in comparison expression (different address spaces):
      drivers/md/raid5.c:7569:25:    struct md_rdev [noderef] __rcu *
      drivers/md/raid5.c:7569:25:    struct md_rdev *
      drivers/md/raid5.c:7573:25: error: incompatible types in comparison expression (different address spaces):
      drivers/md/raid5.c:7573:25:    struct md_rdev [noderef] __rcu *
      drivers/md/raid5.c:7573:25:    struct md_rdev *
      
      Fixes: ad860670 ("md/raid5: remove rcu protection to access rdev from conf")
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarYu Kuai <yukuai3@huawei.com>
      Signed-off-by: default avatarSong Liu <song@kernel.org>
      Link: https://lore.kernel.org/r/20240615085143.1648223-1-yukuai1@huaweicloud.com
      2314c2e3
  2. 02 Jul, 2024 4 commits
  3. 01 Jul, 2024 4 commits
  4. 28 Jun, 2024 19 commits
  5. 27 Jun, 2024 4 commits
  6. 26 Jun, 2024 8 commits