um: rename set_signals() to um_set_signals()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 31 Aug 2021 07:11:15 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:03:44 +0000 (11:03 +0100)
commitc3d5f267696d01ed529416706d1cbffb6e49784b
tree51bc0a6466f2aa4301c1c3d0701203ec84cf2f7f
parent2a2f4f3aeafd684d1f8d790ef1ccb663ec8eb844
um: rename set_signals() to um_set_signals()

[ Upstream commit bbe33504d4a7fdab9011211e55e262c869b3f6cc ]

Rename set_signals() as there's at least one driver that
uses the same name and can now be built on UM due to PCI
support, and thus we can get symbol conflicts.

Also rename set_signals_trace() to be consistent.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation driver")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/um/include/asm/irqflags.h
arch/um/include/shared/longjmp.h
arch/um/include/shared/os.h
arch/um/kernel/ksyms.c
arch/um/os-Linux/sigio.c
arch/um/os-Linux/signal.c