Re: [PATCH 0/2] linux-user/gen-vdso: minor error handling improvements

2025-07-10 Thread Peter Maydell
On Thu, 10 Jul 2025 at 18:58, Richard Henderson wrote: > > On 7/10/25 11:07, Peter Maydell wrote: > > These two small patches improve the error handling in the gen-vdso > > program. Error handling isn't particularly critical here because > > the tool only gets run during the QEMU build process on

Re: [PATCH 0/2] linux-user/gen-vdso: minor error handling improvements

2025-07-10 Thread Richard Henderson
On 7/10/25 11:07, Peter Maydell wrote: These two small patches improve the error handling in the gen-vdso program. Error handling isn't particularly critical here because the tool only gets run during the QEMU build process on input that we trust (because we generated it by calling a compiler for

[PATCH 0/2] linux-user/gen-vdso: minor error handling improvements

2025-07-10 Thread Peter Maydell
These two small patches improve the error handling in the gen-vdso program. Error handling isn't particularly critical here because the tool only gets run during the QEMU build process on input that we trust (because we generated it by calling a compiler for the guest architecture), but these were