On Wed Sep 18, 2024 at 7:56 PM AEST, Ilya Leoshkevich wrote:
> On Mon, 2024-08-12 at 10:53 +0200, Ilya Leoshkevich wrote:
> > v1:
> > https://lore.kernel.org/qemu-devel/20240731100953.14950-1-...@linux.ibm.com/
> > v1 -> v2: Add R-bs and a targeted divd[u] patch.
> >
> > Hi,
> >
> > This series c
On Mon, 2024-08-12 at 10:53 +0200, Ilya Leoshkevich wrote:
> v1:
> https://lore.kernel.org/qemu-devel/20240731100953.14950-1-...@linux.ibm.com/
> v1 -> v2: Add R-bs and a targeted divd[u] patch.
>
> Hi,
>
> This series contains two fixes for the same issue: divd[u] touching
> uninitialized ctx->o
v1: https://lore.kernel.org/qemu-devel/20240731100953.14950-1-...@linux.ibm.com/
v1 -> v2: Add R-bs and a targeted divd[u] patch.
Hi,
This series contains two fixes for the same issue: divd[u] touching
uninitialized ctx->opcode.
Patch 1 is a catch-all solution for all issues in this class. IMHO