Re: [PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()

2025-01-16 Thread H. Peter Anvin
I link the concept of this patchset, but *please* make it clear in the comments that this does not solve the issue of 64-bit kernel arguments on 32-bit systems being ABI specific. This isn't unique to this patch in any way; the only way to handle it is by keeping track of each ABI. On 1/15/2

Re: [PATCH v6 00/13] nommu UML

2025-01-16 Thread Hajime Tazaki
Hello, On Wed, 15 Jan 2025 18:30:41 +0900, Benjamin Berg wrote: > > > Maybe I am missing it, but I do not yet see proper FP register > > > handling. This will be needed for task/thread switches and also signal > > > emission/sigreturn. I am attaching the test program that I used to > > > verify