commit | 3cc566117e18f5b3fe3e79a593bee32703f83192 | [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 | aaa4ba930ca3bbc98f33651b175480ba86aa4dd2 [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>