kallsyms: Fix scheduling with interrupts disabled in self-test
authorNicholas Piggin <npiggin@gmail.com>
Thu, 12 Jan 2023 10:54:26 +0000 (20:54 +1000)
committerLuis Chamberlain <mcgrof@kernel.org>
Fri, 13 Jan 2023 23:09:08 +0000 (15:09 -0800)
commitda35048f2600633a7f9ba5fa7d6e3b1d0195938b
tree5fe3f95f279a3f842fba99852a25e3f71d7f7ccd
parent88603b6dc419445847923fcb7fe5080067a30f98
kallsyms: Fix scheduling with interrupts disabled in self-test

kallsyms_on_each* may schedule so must not be called with interrupts
disabled. The iteration function could disable interrupts, but this
also changes lookup_symbol() to match the change to the other timing
code.

Reported-by: Erhard F. <erhard_f@mailbox.org>
Link: https://lore.kernel.org/all/bug-216902-206035@https.bugzilla.kernel.org%2F/
Reported-by: kernel test robot <oliver.sang@intel.com>
Link: https://lore.kernel.org/oe-lkp/202212251728.8d0872ff-oliver.sang@intel.com
Fixes: 30f3bb09778d ("kallsyms: Add self-test facility")
Tested-by: "Erhard F." <erhard_f@mailbox.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/kallsyms_selftest.c