[PATCH 0/5] linux-user: clean up local variable shadowing

Laurent Vivier posted 5 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230925151029.461358-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/flatload.c |  8 ++++----
linux-user/mmap.c     |  6 +++---
linux-user/syscall.c  | 36 ++++++++++++++++++------------------
3 files changed, 25 insertions(+), 25 deletions(-)
[PATCH 0/5] linux-user: clean up local variable shadowing
Posted by Laurent Vivier 7 months, 1 week ago

Laurent Vivier (5):
  linux-user/flatload: clean up local variable shadowing
  linux-user/mmap.c:  clean up local variable shadowing
  linux-user/syscall.c: clean up local variable shadowing in
    do_ioctl_dm()
  linux-user/syscall.c: clean up local variable shadowing in
    TARGET_NR_getcpu
  linux-user/syscall.c: clean up local variable shadowing in xattr
    syscalls

 linux-user/flatload.c |  8 ++++----
 linux-user/mmap.c     |  6 +++---
 linux-user/syscall.c  | 36 ++++++++++++++++++------------------
 3 files changed, 25 insertions(+), 25 deletions(-)

-- 
2.41.0
Re: [PATCH 0/5] linux-user: clean up local variable shadowing
Posted by Markus Armbruster 7 months, 1 week ago
Review would be nice; cc'ing a few people who have left their mark in
git.