[PATCH 0/2] Clean up uprobes for MIPS

Tiezhu Yang posted 2 patches 2 years, 10 months ago
arch/mips/Kconfig          |  3 +--
arch/mips/kernel/uprobes.c | 18 ------------------
2 files changed, 1 insertion(+), 20 deletions(-)
[PATCH 0/2] Clean up uprobes for MIPS
Posted by Tiezhu Yang 2 years, 10 months ago
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(-)

-- 
2.1.0
Re: [PATCH 0/2] Clean up uprobes for MIPS
Posted by Thomas Bogendoerfer 2 years, 10 months ago
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.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]