commit | e54b547ab782d9e2c6a73705a9be968766889b94 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Nov 17 10:08:18 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 29 22:30:50 2017 -0500 |
tree | e9e7a18cb5459cbe90c8a5a573ed361ad6fa8eb1 | |
parent | 1240d88b4264c6aa9e7634e7340fc75673617560 [diff] |
disk: efi: correct the allocation size for mbr header in stack use ALLOC_CACHE_ALIGN_BUFFER_PAD for mbr header allocation in stack to fix alloc issue in is_gpt_valid() this patch fix also issue for GPT partition handling with blocksize != 512 in set_protective_mbr() Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>