|
From: | Richard Henderson |
Subject: | Re: [qemu-s390x] [Qemu-devel] [PATCH v2 04/28] s390x/tcg: MVCL: Process max 2k bytes at a time |
Date: | Wed, 11 Sep 2019 11:07:14 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 9/11/19 10:52 AM, Richard Henderson wrote: > The code within Hercules breaks the action at every 2k address boundary -- for > both src and dest. That's the only way that actually makes sense to me, as > otherwise we end up allowing userspace to read/write into a page without > permission. Which is a security hole. Also, doesn't "2k" come from the old esa/360 page size? Which means that we could break at 4k pages instead of 2k now and the program wouldn't really be able to tell the difference. r~
[Prev in Thread] | Current Thread | [Next in Thread] |