qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 18/22] target-arm: A64: Generalize update_sps


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v1 18/22] target-arm: A64: Generalize update_spsel for the various ELs
Date: Tue, 13 May 2014 10:32:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 05/05/2014 11:08 PM, Edgar E. Iglesias wrote:
> -    /* EL0 has no access rights to update SPSel, and this code
> -     * assumes we are updating SP for EL1 while running as EL1.
> -     */
> -    assert(arm_current_pl(env) == 1);
> +    /* EL0 has no access rights to update SPSel.  */
> +    assert(cur_el >= 1 && cur_el <= 3);

The old comment makes it clear that we're not supposed to get here when running
as EL0.  The new comment makes this look like a possible DoS attack.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]