[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 2/5] tests/x86: Introduce a userspace test harness for x86_decode_lite()


  • To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 18 Aug 2026 08:01:22 +0200
  • Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=google header.d=suse.com header.i="@suse.com" header.h="Content-Transfer-Encoding:Content-Type:In-Reply-To:Autocrypt:From:Content-Language:References:Cc:To:Subject:User-Agent:MIME-Version:Date:Message-ID"
  • Autocrypt: addr=jbeulich@xxxxxxxx; keydata= xsDiBFk3nEQRBADAEaSw6zC/EJkiwGPXbWtPxl2xCdSoeepS07jW8UgcHNurfHvUzogEq5xk hu507c3BarVjyWCJOylMNR98Yd8VqD9UfmX0Hb8/BrA+Hl6/DB/eqGptrf4BSRwcZQM32aZK 7Pj2XbGWIUrZrd70x1eAP9QE3P79Y2oLrsCgbZJfEwCgvz9JjGmQqQkRiTVzlZVCJYcyGGsD /0tbFCzD2h20ahe8rC1gbb3K3qk+LpBtvjBu1RY9drYk0NymiGbJWZgab6t1jM7sk2vuf0Py O9Hf9XBmK0uE9IgMaiCpc32XV9oASz6UJebwkX+zF2jG5I1BfnO9g7KlotcA/v5ClMjgo6Gl MDY4HxoSRu3i1cqqSDtVlt+AOVBJBACrZcnHAUSuCXBPy0jOlBhxPqRWv6ND4c9PH1xjQ3NP nxJuMBS8rnNg22uyfAgmBKNLpLgAGVRMZGaGoJObGf72s6TeIqKJo/LtggAS9qAUiuKVnygo 3wjfkS9A3DRO+SpU7JqWdsveeIQyeyEJ/8PTowmSQLakF+3fote9ybzd880fSmFuIEJldWxp Y2ggPGpiZXVsaWNoQHN1c2UuY29tPsJgBBMRAgAgBQJZN5xEAhsDBgsJCAcDAgQVAggDBBYC AwECHgECF4AACgkQoDSui/t3IH4J+wCfQ5jHdEjCRHj23O/5ttg9r9OIruwAn3103WUITZee e7Sbg12UgcQ5lv7SzsFNBFk3nEQQCACCuTjCjFOUdi5Nm244F+78kLghRcin/awv+IrTcIWF hUpSs1Y91iQQ7KItirz5uwCPlwejSJDQJLIS+QtJHaXDXeV6NI0Uef1hP20+y8qydDiVkv6l IreXjTb7DvksRgJNvCkWtYnlS3mYvQ9NzS9PhyALWbXnH6sIJd2O9lKS1Mrfq+y0IXCP10eS FFGg+Av3IQeFatkJAyju0PPthyTqxSI4lZYuJVPknzgaeuJv/2NccrPvmeDg6Coe7ZIeQ8Yj t0ARxu2xytAkkLCel1Lz1WLmwLstV30g80nkgZf/wr+/BXJW/oIvRlonUkxv+IbBM3dX2OV8 AmRv1ySWPTP7AAMFB/9PQK/VtlNUJvg8GXj9ootzrteGfVZVVT4XBJkfwBcpC/XcPzldjv+3 HYudvpdNK3lLujXeA5fLOH+Z/G9WBc5pFVSMocI71I8bT8lIAzreg0WvkWg5V2WZsUMlnDL9 mpwIGFhlbM3gfDMs7MPMu8YQRFVdUvtSpaAs8OFfGQ0ia3LGZcjA6Ik2+xcqscEJzNH+qh8V m5jjp28yZgaqTaRbg3M/+MTbMpicpZuqF4rnB0AQD12/3BNWDR6bmh+EkYSMcEIpQmBM51qM EKYTQGybRCjpnKHGOxG0rfFY1085mBDZCH5Kx0cl0HVJuQKC+dV2ZY5AqjcKwAxpE75MLFkr wkkEGBECAAkFAlk3nEQCGwwACgkQoDSui/t3IH7nnwCfcJWUDUFKdCsBH/E5d+0ZnMQi+G0A nAuWpQkjM1ASeQwSHEeAWPgskBQL
  • Cc: Roger Pau Monné <roger@xxxxxxxxxxxxxx>, Teddy Astie <teddy.astie@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Tue, 18 Aug 2026 06:01:40 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 17.08.2026 14:40, Andrew Cooper wrote:
> On 05/08/2026 7:45 am, Jan Beulich wrote:
>> On 04.08.2026 21:37, Andrew Cooper wrote:
>>> On 03/08/2026 5:03 pm, Jan Beulich wrote:
>>>> On 03.08.2026 09:20, Andrew Cooper wrote:
>>>>> --- /dev/null
>>>>> +++ b/tools/tests/x86-decode-lite/insns.S
>>>>> @@ -0,0 +1,703 @@
>>>>> +#include "macro-magic.h"
>>>>> +
>>>>> +        .code64
>>>>> +
>>>>> +        .allow_index_reg
>>>>> +
>>>>> +        .text
>>>>> +
>>>>> +DECL(tests_rel0)
>>>>> +modrm:
>>>>> +        /* Mod=0, Reg=0, RM {0..f} */
>>>>> +        _ add %al, (%rax)
>>>>> +        _ add %al, (%rcx)
>>>>> +        _ add %al, (%rdx)
>>>>> +        _ add %al, (%rbx)
>>>>> +        _ add %al, (%rsp) /* SIB */
>>>>> +        /*add %al, (%rbp)    RIP --> tests_rel4 */
>>>>> +        _ add %al, (%rsi)
>>>>> +        _ add %al, (%rdi)
>>>>> +        _ add %al, (%r8)
>>>>> +        _ add %al, (%r9)
>>>>> +        _ add %al, (%r10)
>>>>> +        _ add %al, (%r11)
>>>>> +        _ add %al, (%r12) /* SIB */
>>>>> +        /*add %al, (%r13)    RIP --> tests_rel4 */
>>>>> +        _ add %al, (%r14)
>>>>> +        _ add %al, (%r15)
>>>>> +
>>>>> +        /* Mod=1, Reg=0, RM {0..f} */
>>>>> +        _ add %al, 0x01(%rax)
>>>>> +        _ add %al, 0x01(%rcx)
>>>>> +        _ add %al, 0x01(%rdx)
>>>>> +        _ add %al, 0x01(%rbx)
>>>>> +        _ add %al, 0x01(%rsp) /* SIB */
>>>>> +        _ add %al, 0x01(%rbp)
>>>>> +        _ add %al, 0x01(%rsi)
>>>>> +        _ add %al, 0x01(%rdi)
>>>>> +        _ add %al, 0x01(%r8)
>>>>> +        _ add %al, 0x01(%r9)
>>>>> +        _ add %al, 0x01(%r10)
>>>>> +        _ add %al, 0x01(%r11)
>>>>> +        _ add %al, 0x01(%r12) /* SIB */
>>>>> +        _ add %al, 0x01(%r13)
>>>>> +        _ add %al, 0x01(%r14)
>>>>> +        _ add %al, 0x01(%r15)
>>>>> +
>>>>> +        /* Mod=2, Reg=0, RM {0..f} */
>>>>> +        _ add %al, 0x7f000001(%rax)
>>>>> +        _ add %al, 0x7f000001(%rcx)
>>>>> +        _ add %al, 0x7f000001(%rdx)
>>>>> +        _ add %al, 0x7f000001(%rbx)
>>>>> +        _ add %al, 0x7f000001(%rsp) /* SIB */
>>>>> +        _ add %al, 0x7f000001(%rbp)
>>>>> +        _ add %al, 0x7f000001(%rsi)
>>>>> +        _ add %al, 0x7f000001(%rdi)
>>>>> +        _ add %al, 0x7f000001(%r8)
>>>>> +        _ add %al, 0x7f000001(%r9)
>>>>> +        _ add %al, 0x7f000001(%r10)
>>>>> +        _ add %al, 0x7f000001(%r11)
>>>>> +        _ add %al, 0x7f000001(%r12) /* SIB */
>>>>> +        _ add %al, 0x7f000001(%r13)
>>>>> +        _ add %al, 0x7f000001(%r14)
>>>>> +        _ add %al, 0x7f000001(%r15)
>>>>> +
>>>>> +        /* Mod=3, Reg=0, RM {0..f} */
>>>>> +        _ add %al, %al
>>>>> +        _ add %al, %cl
>>>>> +        _ add %al, %dl
>>>>> +        _ add %al, %bl
>>>>> +        _ add %al, %ah
>>>>> +        _ add %al, %ch
>>>>> +        _ add %al, %dh
>>>>> +        _ add %al, %dl
>>>> Perhaps also include %bpl, %sil, and %dil?
>>> They're not relevant to this test, and interfere with the intentional
>>> pattern set up.
>> Hmm, how does a particular pattern matter here? I don't think you test those
>> cases (or more generally an empty REX prefix) anywhere else.
> 
> There's nothing structurally interesting about those; I'm not testing
> the assembler, and x86_decode_lite() doesn't decode registers.
> 
> The ModRM byte has multiple structurally interesting interactions with
> REX prefixes, hence the coverage of Mod and RM value.

If covering _every_ bit pattern of ModR/M.rm is of interest, I simply find
I hard to see why also covering them empty-REX case should be of no
interest at all.

> The patten makes it trivial to look at the disassembled result and check
> the coverage.  (And spot the bug that's hiding in plain sight above.)

Oh, I see (now).

>>>>> --- /dev/null
>>>>> +++ b/tools/tests/x86-decode-lite/main.c
>>>>> @@ -0,0 +1,111 @@
>>>>> +/*
>>>>> + * Userspace test harness for x86_decode_lite().
>>>>> + */
>>>>> +#include <stdio.h>
>>>>> +
>>>>> +#include "x86-emulate.h"
>>>>> +
>>>>> +static unsigned int nr_failures;
>>>>> +#define fail(t, fmt, ...)                                       \
>>>>> +({                                                              \
>>>>> +    const unsigned char *insn = (t)->ip;                        \
>>>>> +                                                                \
>>>>> +    nr_failures++;                                              \
>>>>> +                                                                \
>>>>> +    (void)printf("  Fail '%s' [%02x", (t)->name, *insn);        \
>>>>> +    for ( unsigned int i = 1; i < (t)->len; i++ )               \
>>>>> +        printf(" %02x", insn[i]);                               \
>>>>> +    printf("]\n");                                              \
>>>>> +                                                                \
>>>>> +    (void)printf(fmt, ##__VA_ARGS__);                           \
>>>>> +})
>>>>> +
>>>>> +struct test {
>>>>> +    const char *name;
>>>>> +    void *ip;
>>>>> +    unsigned long len;
>>>>> +};
>>>>> +
>>>>> +extern const struct test
>>>>> +/* Defined in insns.S, ends with sentinel */
>>>>> +    tests_rel0[], /* No relocatable entry */
>>>>> +    tests_rel1[], /* disp8 */
>>>>> +    tests_rel4[], /* disp32 or RIP-relative */
>>>>> +    tests_unsup[]; /* Unsupported instructions */
>>>>> +
>>>>> +static inline void run_tests(const struct test *tests, unsigned int 
>>>>> rel_sz)
>>>>> +{
>>>>> +    printf("Test rel%u\n", rel_sz);
>>>>> +
>>>>> +    for ( unsigned int i = 0; tests[i].name; ++i )
>>>>> +    {
>>>>> +        const struct test *t = &tests[i];
>>>>> +        x86_decode_lite_t r;
>>>>> +
>>>>> +        /*
>>>>> +         * Don't end strictly at t->len.  This provides better 
>>>>> diagnostics if
>>>>> +         * too many bytes end up getting consumed.
>>>>> +         */
>>>>> +        r = x86_decode_lite(t->ip, t->ip + /* t->len */ 20);
>>>> For the excess bytes to at least be legitimate to access (not causing UB),
>>>> shouldn't finish_arr emit enough filler bytes?
>>> finish_arr is the wrong place, but I've folded in:
>>>
>>> --- a/tools/tests/x86-decode-lite/insns.S
>>> +++ b/tools/tests/x86-decode-lite/insns.S
>>> @@ -695,6 +695,13 @@ unsup_insn: /* Instructions that would complicated 
>>> decode, or shouldn't be used
>>>  
>>>  END(tests_unsup)
>>>  
>>> +        /*
>>> +         * For improved diagnostics, we allow some overreading of the
>>> +         * instruction under test.  Ensure there are good bytes to read.
>>> +         */
>>> +overread_padding:
>>> +        .skip 20
>>> +
>>>          /* This is here to cause jmps to use their disp32 form. */
>>>          .section .text.other_section, "ax", @progbits
>>>  other_section:
>> How would this help? run_tests() is never invoked with tests_unsup[] as
>> argument. And run_tests_unsup() wants to only fetch up to t->len.
> 
> Oh, in which case nothing is needed at all.  I'll take it back out.

Yet then, as previously indicated, the possible overrun in run_tests()'
fetching will want covering. Hence why I suggested the particular other
place to put extra padding.

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.