On 8/23/19 5:03 AM, Peter Maydell wrote: > On Mon, 19 Aug 2019 at 22:38, Richard Henderson > <richard.hender...@linaro.org> wrote: > > In subject, typo: "Miscellaneous". > >> This fixes an exiting bug with the T5 encoding of SUBS PC, LR, #IMM, > > "existing" > >> in that it may be executed from user mode as with any other encoding >> of SUBS, not as ERET. > > Should this paragraph be in the commit message for the previous > patch? This change doesn't touch SUBS/ERET. > > Otherwise > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
Indeed that text should not be here. And also, as you might be able to tell from the text of the previous patch, it isn't an existing bug. It took me a while to see that, and that's why I think that passing pre-v7m through the usual SUBS path is clearer. r~