Re: [PATCH v1 19/20] selftests: mm: move fpregs printing

2023-10-03 Thread Dave Hansen
On 9/27/23 07:01, Joey Gouly wrote: > arm64's fpregs are not at a constant offset from sigcontext. Since this is > not an important part of the test, don't print the fpregs pointer on arm64. Acked-by: Dave Hansen

[PATCH v1 19/20] selftests: mm: move fpregs printing

2023-09-27 Thread Joey Gouly
arm64's fpregs are not at a constant offset from sigcontext. Since this is not an important part of the test, don't print the fpregs pointer on arm64. Signed-off-by: Joey Gouly Cc: Catalin Marinas Cc: Will Deacon Cc: Andrew Morton Cc: Shuah Khan Cc: Dave Hansen Cc: Aneesh Kumar K.V --- too