On 08/04/2016, 04:00 PM, lists@ssl-mail.com wrote:
On Tue, Aug 2, 2016, at 06:07 AM, lists@ssl-mail.com wrote:
On Tue, Aug 2, 2016, at 12:03 AM, Jiri Slaby wrote:
The patch is in 4.7 since 4.7-rc3. So we cannot take the patch given it is included already.
It looks like the patch needs to be patched
https://lists.xen.org/archives/html/xen-devel/2016-08/msg00399.html
Specifically
- (md) <= (efi_memory_desc_t *)((m)->map_end - (m)->desc_size); \ - + ((void *)(md) + (m)->desc_size) <= (m)->map_end; \ + + ((void *)(md) + (m)->desc_size - 1) < (m)->map_end; \
That's incorrect IMO. Either -1 or <. Not both -1 and <. Anyway, we can take this after it gets upstream. Could you create a bug at bugzilla.suse.com and add me to CC? thanks, -- js suse labs -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org