diff options
author | Juergen Gross <jgross@suse.com> | 2024-07-15 10:47:08 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2024-07-23 13:23:20 +0300 |
commit | 368990a7fe30737c990f628a60d26d9854a9e690 (patch) | |
tree | 3af63590ddc994168d08568094fb7e1637c1e504 /scripts/gdb/linux/mm.py | |
parent | 9fe6a8c5b247e182c1781556794324a8e26a7cd3 (diff) | |
download | linux-368990a7fe30737c990f628a60d26d9854a9e690.tar.xz |
xen: fix multicall debug data referencing
The recent adding of multicall debug mixed up the referencing of
the debug data. A __percpu tagged pointer can't be initialized with a
plain pointer, so use another percpu variable for the pointer and set
it on each new cpu via a function.
Fixes: 942d917cb92a ("xen: make multicall debug boot time selectable")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202407151106.5s7Mnfpz-lkp@intel.com/
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions