[PATCH 0/2] riscv,kvm: remove another strerrorname_np()

Daniel Henrique Barboza posted 2 patches 1 week, 3 days ago
There is a newer version of this series
scripts/checkpatch.pl      | 4 ++++
target/riscv/kvm/kvm-cpu.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
[PATCH 0/2] riscv,kvm: remove another strerrorname_np()
Posted by Daniel Henrique Barboza 1 week, 3 days ago
Hi,

strerrorname_np() was removed last December due to problems with musl
libc builds. And then I ended up adding another instance during the 9.0
cycle (commit ).

So here I am removing the newly added instance and, this time, patching
checkpatch.pl to forbid this function from showing up again.

Michael, patch 1 is qemu-stable material.

Daniel Henrique Barboza (2):
  target/riscv/kvm: remove sneaky strerrorname_np() instance
  checkpatch.pl: forbid strerrorname_np()

 scripts/checkpatch.pl      | 4 ++++
 target/riscv/kvm/kvm-cpu.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.44.0
Re: [PATCH 0/2] riscv,kvm: remove another strerrorname_np()
Posted by Philippe Mathieu-Daudé 1 week, 3 days ago
On 24/4/24 11:46, Daniel Henrique Barboza wrote:

> Daniel Henrique Barboza (2):
>    target/riscv/kvm: remove sneaky strerrorname_np() instance
>    checkpatch.pl: forbid strerrorname_np()

Modulo my nitpicking comments, series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>