Re: [PATCH 1/2] images: sha_sum: mark as not needing executable stack

2024-05-20 Thread Sascha Hauer
On Fri, 17 May 2024 09:47:53 +0200, Ahmad Fatoum wrote: > The hash section contains only data, so add a note that an executable > stack is not needed. This will suppress a warning when we start using > this on sandbox. > > Applied, thanks! [1/2] images: sha_sum: mark as not needing executable

[PATCH 1/2] images: sha_sum: mark as not needing executable stack

2024-05-17 Thread Ahmad Fatoum
The hash section contains only data, so add a note that an executable stack is not needed. This will suppress a warning when we start using this on sandbox. Signed-off-by: Ahmad Fatoum --- images/sha_sum.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/sha_sum.S b/images/sha_sum.S