From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Tue, 9 Feb 2021 21:39:38 +0100 Subject: [PATCH v9] Add support for stack-protector In-Reply-To: <794783f5-da5c-65b4-82a4-0f62d1f6a8b0@gmx.de> References: <20210110153900.19429-1-joel.peshkin@broadcom.com> <20210209033607.70955-1-joel.peshkin@broadcom.com> <794783f5-da5c-65b4-82a4-0f62d1f6a8b0@gmx.de> Message-ID: <4cdcd1fe-3009-f55e-b469-af5720a11983@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09.02.21 13:49, Heinrich Schuchardt wrote: > On 09.02.21 04:36, Joel Peshkin wrote: >> Add support for stack protector for UBOOT, SPL, and TPL >> as well as new pytest for stackprotector >> >> Signed-off-by: Joel Peshkin > > Before merging the patch the stack smash in > > test/py/tests/test_efi_capsule/test_capsule_firmware.py > function efi_launch_capsules() > > must be fixed. This patch fixes the problem with test/py/tests/test_efi_capsule/test_capsule_firmware.py: https://lists.denx.de/pipermail/u-boot/2021-February/440872.html [PATCH 1/1] efi_loader: fix get_last_capsule() Best regards Heinrich