Re: [OE-core] [PATCH] openssl: mark assembler sections as call targets for PAC/BTI support on aarch64

2023-12-13 Thread Khem Raj
On Wed, Dec 13, 2023 at 2:48 AM Ross Burton wrote: > > From: Ross Burton > > The assembler sections in OpenSSL were not marked as valid call targets, > so branch protection could not be enabled for libcrypto.so. > > Signed-off-by: Ross Burton > --- > .../openssl/openssl/aarch64-bti.patch

[OE-core] [PATCH] openssl: mark assembler sections as call targets for PAC/BTI support on aarch64

2023-12-13 Thread Ross Burton
From: Ross Burton The assembler sections in OpenSSL were not marked as valid call targets, so branch protection could not be enabled for libcrypto.so. Signed-off-by: Ross Burton --- .../openssl/openssl/aarch64-bti.patch | 35 +++ .../openssl/openssl_3.2.0.bb

[OE-core] [PATCH] openssl: mark assembler sections as call targets for PAC/BTI support on aarch64

2023-12-13 Thread Ross Burton
From: Ross Burton The assembler sections in OpenSSL were not marked as valid call targets, so branch protection could not be enabled for libcrypto.so. Signed-off-by: Ross Burton --- .../openssl/openssl/aarch64-bti.patch | 35 +++ .../openssl/openssl_3.2.0.bb