From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acrut-0000Rk-49 for qemu-devel@nongnu.org; Mon, 07 Mar 2016 04:57:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acrup-0000lM-QS for qemu-devel@nongnu.org; Mon, 07 Mar 2016 04:57:31 -0500 References: <20160222222554.GA11598@beta.comsecuris.com> <56DC7F23.8030104@gmail.com> From: Sergey Fedorov Message-ID: <56DD5084.1010201@gmail.com> Date: Mon, 7 Mar 2016 12:57:24 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH] Fix bug: SRS instructions would trap to EL3 in Secure EL1 even if specified mode was not monitor mode. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-arm , Ralf-Philipp Weinmann , QEMU Developers On 07.03.2016 00:14, Peter Maydell wrote: > On 7 March 2016 at 02:04, Sergey Fedorov wrote: >> On 23.02.2016 01:25, Ralf-Philipp Weinmann wrote: >>> According to the ARMv8 Architecture reference manual [F6.1.203], ALL >>> of the following conditions need to be met for SRS to trap to EL3: >>> * It is executed at Secure PL1. >>> * The specified mode is monitor mode. >>> * EL3 is using AArch64. >> >> The code changes in the patch looks good for me. But anyway, you should: >> (1) tweak the commit message title according to the requirements [1] and >> (2) add your "Singed-off-by:" line [2] > Ralf-Philipp sent a second version of this email which did > have the signed-off-by line, so this patch is already in > master (as commit ba63cf47a9304113); I did tweak the > commit message as I applied it. Really, not sure how I missed that :) Regards, Sergey