mbox series

[0/2] Clean up uprobes for MIPS

Message ID 1681197468-20658-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Clean up uprobes for MIPS | expand

Message

Tiezhu Yang April 11, 2023, 7:17 a.m. UTC
When I read uprobes code of all archs, I found that some code for MIPS
is useless, so do some cleanups.

Tiezhu Yang (2):
  MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
  MIPS: Remove set_swbp() in uprobes.c

 arch/mips/Kconfig          |  3 +--
 arch/mips/kernel/uprobes.c | 18 ------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

Comments

Thomas Bogendoerfer April 12, 2023, 1:32 p.m. UTC | #1
On Tue, Apr 11, 2023 at 03:17:46PM +0800, Tiezhu Yang wrote:
> When I read uprobes code of all archs, I found that some code for MIPS
> is useless, so do some cleanups.
> 
> Tiezhu Yang (2):
>   MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
>   MIPS: Remove set_swbp() in uprobes.c
> 
>  arch/mips/Kconfig          |  3 +--
>  arch/mips/kernel/uprobes.c | 18 ------------------
>  2 files changed, 1 insertion(+), 20 deletions(-)

series applied to mips-next.

Thomas.