summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-11-08 13:37:55 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-07 11:11:38 +0100
commitbacb7e1d42f4a48067d1ee579b8bf4dc133b8adc (patch)
tree377574a39dcb39f99808d28bcc3ab50715e21401 /net
parenta94b90ac1f251d1007c0c43ee289a61b50f2505f (diff)
downloadlinux-stable-bacb7e1d42f4a48067d1ee579b8bf4dc133b8adc.tar.gz
linux-stable-bacb7e1d42f4a48067d1ee579b8bf4dc133b8adc.tar.bz2
linux-stable-bacb7e1d42f4a48067d1ee579b8bf4dc133b8adc.zip
ARM: ux500: do not directly dereference __iomem
commit 65b0e307a1a9193571db12910f382f84195a3d29 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: 4040d10a3d44 ("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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions