All work
- Fix openssl libcrypto issue in systemd package in cassiniCAS-594Emekcan Aras
- Cassini GrowFS Feature is not removed properlyCAS-593Emekcan Aras
- Setup mender server in docker container for Corstone-1000 FVPCAS-592Vikas Katariya
- Fix TF-A builds for kv260-psa and kv260-edk2 platformsCAS-591Resolved issue: CAS-591Emekcan Aras
- Add custommachines names for cassini devices to oelint-adv configurationCAS-590Emekcan Aras
- Follow Up on Boost1.87 issue on menderCAS-589Emekcan Aras
- Atlassian TestCAS-588
- Test to log workCAS-587Julianus Larson
- Version incompatibility between IDT and Greengrass 2.14.1CAS-586Emekcan Aras
- FVP Machine Shuts DownCAS-585Emekcan Aras
- genericarm64 fails to bootCAS-584Resolved issue: CAS-584Emekcan Aras
- pkg_postinst fails for mender-server-certificateCAS-583Resolved issue: CAS-583Emekcan Aras
- Change priority of sanity, ptest, mender and greengrass jobsCAS-582Vikas Katariya
- (DI) Use bmap-tool flasher for KV260CAS-581
- Documentation for Mender Client/ServerCAS-580Ali Ozaslan
- Parsec build fails on mainCAS-579Resolved issue: CAS-579Emekcan Aras
- Mender: Port CI from honnister (meta-cassini:n1sdp-dev) - Capsule updateCAS-578Vikas Katariya
- u-boot patches do not apply cleanly in meta-ts in mainCAS-577Resolved issue: CAS-577Emekcan Aras
- lava-docker fails due to pip tux-suite installationCAS-576Resolved issue: CAS-576Vikas Katariya
- login[49]: invalid password for 'UNKNOWN' on 'ttyAMA0' (Mps3)CAS-575Emekcan Aras
- mender-client service not running on CassiniCAS-574Resolved issue: CAS-574Vikas Katariya
- LAVA image flasher to support `uefiimg`CAS-573Emekcan Aras
- Cassini 2.2: OOB Testing (CS1K MPS3)CAS-572Resolved issue: CAS-572
- Cassini 2.2: Create meta-ts walnascar branchCAS-571Emekcan Aras
- Create meta-cassini walnascar branchCAS-570Emekcan Aras
- Cassini 2.2: meta-cassini-bsp walnascar branchCAS-569Ali Ozaslan
- Cassini 2.2: Create release candidateCAS-568Emekcan Aras
- Cassini 2.2: OOB Testing (CS1K MPS3)CAS-567Ali Ozaslan
- Cassini 2.2: OOB Testing (CS1K FVP)CAS-566Ali Ozaslan
- Cassini 2.2: OoB supportCAS-565Emekcan Aras
- Cassini 2.2: Fix OOB doc feedbackCAS-564Vikas Katariya
- Cassini 2.2: Publish test resultsCAS-563Emekcan Aras
- Cassini 2.2: OOB Testing (KV260)CAS-562Ali Ozaslan
- Cassini 2.2: Release Notes DocumentCAS-561Mariam Elshakfy
- Upstream FF-A and EFI Variable patches to meta-ts and documentationCAS-560Mariam Elshakfy
- Implement VarCheckLibVariablePropertyGet and VarCheckLibVariablePropertySet in edk2CAS-559Mariam Elshakfy
- Implement GetNextVariableName and QueryVariableInfo in edk2CAS-558Mariam Elshakfy
- Capsule Update with Trusted Services on KV260CAS-557Emekcan Aras
- Unable to download docker imageCAS-556Resolved issue: CAS-556Vikas Katariya
- Enable FF-A feature in edk2 and implement efi set/get variableCAS-555Emekcan Aras
- Add no-ota.yml test to CICAS-554Ali Ozaslan
- Optimize Cassini internal CI runsCAS-553Ali Ozaslan
- Add walnascar compatibility to meta-cassini mainCAS-552Resolved issue: CAS-552Emekcan Aras
- Cassini Q2 2025 DefectsCAS-551Emekcan Aras
- MPS3: Failed to query server: Connection timed outCAS-550Emekcan Aras
- Greengrass failure on MPS3: Unable to set up Nucleus as a system serviceCAS-549Emekcan Aras
- Mender tests failure for MPS3: 'common' is a reserved namespaceCAS-548Resolved issue: CAS-548Vikas Katariya
- Error response from daemon when fetching Code Climate imagesCAS-547Resolved issue: CAS-547Emekcan Aras
- SET_DATE is randomly empty in KV260 LAVA jobsCAS-546Resolved issue: CAS-546Vikas Katariya
- parsec-service build failure on main: unexpected argument 'trusted-service-provider' foundCAS-545Resolved issue: CAS-545Emekcan Aras
50 of 579
Fix openssl libcrypto issue in systemd package in cassini
Description
Details
Details
Assignee
Emekcan Aras
Emekcan ArasReporter
Emekcan Aras
Emekcan ArasOriginal estimate
2d
Time tracking
No time logged2d remaining
Components
Priority
Checklist
Checklist
Sentry
Sentry
Created May 7, 2025 at 4:36 PM
Updated May 7, 2025 at 4:45 PM
Cassini-growfs feature adds repart and that brings openssl to systemd as a dependency.
Currently, openssl libcrypto.so throws a warning with new GCC15 Guarded Control Stack (GCS) where all the binaries loaded/linked should enable this option and openssl libcrypto.so is not built with that option.
And systemd enables fatal warnings in the makefiles so this causes builds to fail now.
We can create a patch to remove fatal-warnings in systemd makefile until this is fixed in upstream openssl or poky.