On Fri, Jul 25, 2025 at 08:17:36AM +0200, Paolo Bonzini wrote: > Table A-5 of the Intel manual incorrectly lists the third operand of > VINSERTx128 as Wqq, but it is actually a 128-bit value. This is > visible when W is a memory operand close to the end of the page. > > Fixes the recently-added poly1305_kunit test in linux-next. > > (No testcase yet, but I plan to modify test-avx2 to use memory > close to the end of the page. This would work because the test > vectors correctly have the memory operand as xmm2/m128). > > Reported-by: Eric Biggers <ebigg...@kernel.org> > Cc: Ard Biesheuvel <a...@kernel.org> > Cc: "Jason A. Donenfeld" <ja...@zx2c4.com> > Cc: Guenter Roeck <li...@roeck-us.net> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Tested-by: Guenter Roeck <li...@roeck-us.net> Thanks a lot for the quick fix! Guenter