Merge branch 'for-next/random' into for-next/core
authorWill Deacon <will@kernel.org>
Fri, 12 Feb 2021 15:11:11 +0000 (15:11 +0000)
committerWill Deacon <will@kernel.org>
Fri, 12 Feb 2021 15:11:11 +0000 (15:11 +0000)
Avoid calling arch_get_random_seed_long() from add_interrupt_randomness()
as this can result in a firmware call on some arm64 systems.

* for-next/random:
  random: avoid arch_get_random_seed_long() when collecting IRQ randomness


Trivial merge