Re: [PATCH v11 00/12] linux-user: User support for AArch64 BTI

2020-10-21 Thread Richard Henderson
On 10/20/20 1:09 PM, Peter Maydell wrote: > On Fri, 16 Oct 2020 at 19:42, Richard Henderson > wrote: >> >> The kernel abi for this was merged in v5.8, just as the qemu 5.1 >> merge window was closing, so this slipped to the next dev cycle. >> >> Changes from v10: >> * Include Phil's plug of inte

Re: [PATCH v11 00/12] linux-user: User support for AArch64 BTI

2020-10-20 Thread Peter Maydell
On Fri, 16 Oct 2020 at 19:42, Richard Henderson wrote: > > The kernel abi for this was merged in v5.8, just as the qemu 5.1 > merge window was closing, so this slipped to the next dev cycle. > > Changes from v10: > * Include Phil's plug of interp_name memory leak. > * Convert error reporting t

Re: [PATCH v11 00/12] linux-user: User support for AArch64 BTI

2020-10-20 Thread Peter Maydell
On Fri, 16 Oct 2020 at 19:42, Richard Henderson wrote: > > The kernel abi for this was merged in v5.8, just as the qemu 5.1 > merge window was closing, so this slipped to the next dev cycle. > > Changes from v10: > * Include Phil's plug of interp_name memory leak. > * Convert error reporting t

Re: [PATCH v11 00/12] linux-user: User support for AArch64 BTI

2020-10-16 Thread no-reply
] linux-user: User support for AArch64 BTI === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCR

[PATCH v11 00/12] linux-user: User support for AArch64 BTI

2020-10-16 Thread Richard Henderson
The kernel abi for this was merged in v5.8, just as the qemu 5.1 merge window was closing, so this slipped to the next dev cycle. Changes from v10: * Include Phil's plug of interp_name memory leak. * Convert error reporting to Error api. * Mirror the kernel's code structure for parsing notes