]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ux500: do not directly dereference __iomem
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 8 Nov 2022 12:37:55 +0000 (13:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:41:46 +0000 (11:41 +0100)
commit068f1d1fb5524cbfc587ee7048093d80812ef133
tree857cb3a91067555ca1907e3f850242d68bb79e84
parent512ececbf077af20e439dcd5ce67100b11268209
ARM: ux500: do not directly dereference __iomem

commit 5e31c9e49867c932f28a62dde62950b216f91ff2 upstream.

Sparse reports that calling add_device_randomness() on `uid` is a
violation of address spaces. And indeed the next usage uses readl()
properly, but that was left out when passing it toadd_device_
randomness(). So instead copy the whole thing to the stack first.

Fixes: f20e05975b9e ("ARM: ux500: add DB serial number to entropy pool")
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/all/202210230819.loF90KDh-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://lore.kernel.org/r/20221108123755.207438-1-Jason@zx2c4.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soc/ux500/ux500-soc-id.c