[PATCH v3 0/2] linux-user: two fixes to coredump generation

Thomas Weißschuh posted 2 patches 10 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240120-qemu-user-dumpable-v3-0-6aa410c933f1@t-8ch.de
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
[PATCH v3 0/2] linux-user: two fixes to coredump generation
Posted by Thomas Weißschuh 10 months, 1 week ago
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
---
Changes in v3:
- Add braces to if statements
- Add Reviewed-by from Richard
- Link to v2: https://lore.kernel.org/r/20240107-qemu-user-dumpable-v2-0-54e3bcfc00c9@t-8ch.de

Changes in v2:
- Rebase on 8.2 master
- Resend after closed tree and holidays
- Link to v1: https://lore.kernel.org/r/20231115-qemu-user-dumpable-v1-0-edbe7f0fbb02@t-8ch.de

---
Thomas Weißschuh (2):
      linux-user/elfload: test return value of getrlimit
      linux-user/elfload: check PR_GET_DUMPABLE before creating coredump

 linux-user/elfload.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
base-commit: 3f2a357b95845ea0bf7463eff6661e43b97d1afc
change-id: 20231115-qemu-user-dumpable-d499c0396103

Best regards,
-- 
Thomas Weißschuh <thomas@t-8ch.de>