Loading…
25-27, August 2025
Amsterdam, Netherlands
View More Details & Registration
Note: The schedule is subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2025 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

This schedule is automatically displayed in Central European Summer Time, CEST (UTC +2). To see the schedule in your preferred timezone, please select from the drop-down menu to the right. 

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

Company: Intermediate clear filter
arrow_back View All Dates
Tuesday, August 26
 

09:00 CEST

Enhancing OpenAMP: Making Linux and Zephyr Work Better Together - Luliana Prodan, NXP Semiconductors
Tuesday August 26, 2025 09:00 - 09:40 CEST
As hardware becomes increasingly complex with heterogeneous multi-core architectures, integrating rich OS environments like Linux with RTOS-based cores poses significant challenges. The OpenAMP framework, leveraging Remoteproc and RPMsg, facilitates communication between these diverse environments, but it still has some limitations.

This presentation will explore key challenges in using OpenAMP for multi-core systems and discuss solutions that have been proposed and implemented. Topics include address translation for shared memory and handling remote processor replies required by the host.

We will also dive into recent enhancements in both Linux and Zephyr that improve interoperability, ensuring seamless communication and synchronization between heterogeneous cores.
Speakers
avatar for Luliana Prodan

Luliana Prodan

Software Engineer, NXP Semiconductors
Software Engineer at NXP, specializing in Sound Open Firmware, Zephyr, and Linux.
Tuesday August 26, 2025 09:00 - 09:40 CEST
D202
  Zephyr Developer Summit

09:50 CEST

Lightning Talk: Introducing the New Zephyr Stepper Driver API - Jilay Pandya, Carl Zeiss SMT GmbH
Tuesday August 26, 2025 09:50 - 10:00 CEST
Agenda:

1. Discuss the motivation behind introducing the stepper driver API in the Zephyr Project.

2. Highlight how the community swiftly and constructively contributed to refining the API, resulting in a significantly improved version compared to the original proposal.

3. Provide a brief overview of how the RFC process within the Zephyr Project facilitates collaboration and garners attention from contributors.

4. Explain the features of the current Zephyr stepper API and its evolution over time.

5. Showcase the variety of driver support, ranging from basic GPIO-based drivers to advanced motion-control drivers.

6. Provide insights into existing samples and test suites designed to enable swift development and testing of new drivers using the Zephyr stepper API.


What are you hoping to achieve with your presentation?

1. Garner more attention for the Zephyr stepper API and encourage increased collaboration within the community.


What do you expect the audience to gain from your presentation?

1. An understanding of the typical RFC process in the Zephyr Project and its benefits.

2. Insights into the features available in the current stepper API and a preview of upcoming advancements.
Speakers
avatar for Jilay Pandya

Jilay Pandya

Software Engineer, Carl Zeiss SMT GmbH
Embedded Software Engineer
Tuesday August 26, 2025 09:50 - 10:00 CEST
D202
  Zephyr Developer Summit

09:50 CEST

How We Got DOOM Running on Zephyr (And Why You Should Try It) - Peter van der Perk, NXP Semiconductors
Tuesday August 26, 2025 09:50 - 10:30 CEST
In this talk, we'll guide you through the exciting process of porting DOOM to the Zephyr RTOS. We’ll begin by introducing PrBoom, the game engine used for this port. Next, we’ll explore the Zephyr native simulator, a powerful tool that eases the entire porting process by offering robust debugging, testing, and profiling capabilities. Finally, we’ll delve into Zephyr’s display and input subsystems, components for capturing input from various devices (ADC, GPIO, Touchscreen) and rendering game frames on a screen. Last, we'll showcase the port running on actual hardware the NXP MCXN MCU demonstrating how Zephyr and PrBoom come together to bring DOOM to life in an embedded environment. Whether you're an embedded systems enthusiast or a gamer, this session will showcase the versatility of Zephyr in handling a classic game like DOOM.
Speakers
avatar for Peter Van Der Perk

Peter Van Der Perk

Embedded Software Engineer, NXP Semiconductors
I work at NXP Semiconductors in the CTO Systems Innovations team, applying expertise in system architecture, computer science, hardware design, and robotics. My tasks include software architecture, debugging, driver development, and middleware testing. I work with technologies like... Read More →
Tuesday August 26, 2025 09:50 - 10:30 CEST
D203
  Zephyr Developer Summit

10:20 CEST

Lightning Talk: A Reusable Zbus Based Architecture, Abstracting Core Application Components - Jaco Liebenberg, Plentify
Tuesday August 26, 2025 10:20 - 10:30 CEST
Porting our products to Zephyr and a common microprocessor presented the opportunity to move to a higher proportion of common reusable code across devices. We present for community use and comment our architectural approach to developing a reusable Zephyr application code base.

We have leveraged zbus to create a standardised interface for inter thread communication, and a layer of zbus listeners (what we call a link layer) to enable our communication, UI, and system control to be reusable across products.

The approach is somewhat analogous to micro-services, in that our applications now each consist of ~5 independent services/modules. Each service delivers a specific independent function, and uses zbus to interface with the rest of the system in a common manner. But this is as far as the analogy goes. The choices were driven by a strong desire for maintaining a separation of concerns and modularity. So far it has proven itself to enhance testability, debugging, and to support significant code reuse and therefore maintainability of multiple code bases.
Speakers
avatar for Jaco Liebenberg

Jaco Liebenberg

Senior Embedded Firmware Engineer, Plentify
I am an Electronic engineer, specializing
Tuesday August 26, 2025 10:20 - 10:30 CEST
D202
  Zephyr Developer Summit

11:00 CEST

Granite Guardian: Safeguarding Large Language Models Against Risks - Shalini Harkar, IBM
Tuesday August 26, 2025 11:00 - 11:40 CEST
IBM is dedicated to promoting Responsible AI by equipping developers with cutting-edge tools that improve fairness, transparency, and accountability of AI systems. In line with this effort, this session is designed to introduce Granite Guardian, an open-source suite of AI models that allow developers to monitor AI systems, mitigate bias, and comply with regulations. Granite Guardian is not just an open-source suite of AI models; it is a comprehensive AI governance framework, a strategic enabler for creating responsible, transparent, and compliant AI at scale. Attendees will leave this session with knowledge of AI governance and a set of tools that allow them to create, launch, and manage AI responsibly. Whether they are developers who already embed ethical AI behaviour into their designs, or industry leaders aligning with ethical and regulatory guidance, this session will empower them to create scalable, not just sustainable, AI.
Speakers
avatar for Shalini Harkar

Shalini Harkar

Shalini Harkar , Lead AI advocate, IBM, IBM
Shalini is an Lead AI advocate at IBM. With an overall experience of 12 years in AI space she has spearheaded multiple research and pioneering enterprise solutions enabling technology adoption at scale. As a committed Granite Advocate, she champions Responsible AI, fostering awareness... Read More →
Tuesday August 26, 2025 11:00 - 11:40 CEST
TBA
  Digital Trust

11:00 CEST

Bootloaders Under Fire: Real-World Threats and Practical Defenses - Ahmad Fatoum, Pengutronix
Tuesday August 26, 2025 11:00 - 11:40 CEST
Bootloaders play a critical role in securing embedded systems, especially when implementing verified boot.

But while much attention goes into the cryptographic boot chain and run-time security, other parts of the bootloader are often overlooked — leaving a key component of the system exposed.

This talk outlines practical steps to harden a bootloader against different real-world threats.

Topics include identifying security-critical functionality, avoiding common pitfalls, slimming down the TCB and what kinds of hard- or software misconfiguration can silently undermine your defenses.

Along the way, we’ll use barebox as a practical example to show complementary approaches — like applying fuzzing to core logic, adding runtime hardening, and securely handling unlock scenarios — as well as how these could have mitigated a number of recently reported vulnerabilities.

Attendees will learn how to reduce risk during early system startup and improve the overall security posture of their embedded systems.
Speakers
avatar for Ahmad Fatoum

Ahmad Fatoum

Embedded Linux Developer, Pengutronix
Ahmad joined the kernel team at Pengutronix in 2018 to work full-time on furthering Linux world domination. He does so by helping automotive and industrial customers build embedded Linux systems based on the mainline Linux kernel. Having a knack for digging in low-level guts, his... Read More →
Tuesday August 26, 2025 11:00 - 11:40 CEST
Elicium 2
  Embedded Linux Conference

11:00 CEST

Status of Embedded Linux - Tim Bird, Sony Electronics & Marta Rybczynska, Ygreky
Tuesday August 26, 2025 11:00 - 11:40 CEST
In this talk, Marta and Tim will give an overview of updates with Linux in the embedded space that have come about in the past year. We will discuss recent developments in the Linux kernel that are of interest to embedded developers, which may include topics such as filesystems, networking, tracing, real-time, power management, security, testing and more. We will also talk about community, industry and legal news related to Linux in embedded systems, including things like the status of major processor architectures, projects at the Linux Foundation, and other relevant community projects. It is hoped that through this talk, developers can learn about changes to the kernel, or initiatives in the industry that might benefit their own embedded Linux development. Come to this session and find out what's new with embedded Linux!
Speakers
avatar for Tim Bird

Tim Bird

Principal Software Engineer, Sony Electronics
Tim Bird is a Principal Software Engineer for Sony Corporation, where he helps Sony use Linux and other open source software in their products. Tim is the organizer of the Linux Boot-Time Special Interest Group and is involved with various Linux Foundation projects (including being... Read More →
avatar for Marta Rybczynska

Marta Rybczynska

Technical Program Manager, Security Team, Eclipse Foundation/Ygreky
Marta Rybczynska has a network security background, with 20 years of experience in Open Source. She has worked with embedded operating systems like Linux and various real-time OSes, and with system libraries and frameworks up to user interfaces. She has been involved in various Open... Read More →
Tuesday August 26, 2025 11:00 - 11:40 CEST
D201
  Embedded Linux Conference

11:00 CEST

Three Decades in Kernelland - Jonathan Corbet, LWN.net
Tuesday August 26, 2025 11:00 - 11:40 CEST
The Linux kernel project has been going for well over 30 years. From its beginnings on floppy diskettes and beige boxes through to its current home in pockets and unseen data centers, the kernel project has been a constant exercise in rapid development and adaptation. I have been present for almost all of the kernel project's history as an observer, contributor, maintainer, and more; all that experience will be boiled down into a fast-moving tour of how the kernel got to where it is, what makes it successful, and what may be coming next.
Speakers
avatar for Jonathan Corbet

Jonathan Corbet

Executive editor, LWN.net
Jonathan Corbet is the kernel documentation maintainer, co-founder of
Tuesday August 26, 2025 11:00 - 11:40 CEST
G102-103
  Linux

11:00 CEST

Local AI for Developers - Raymon S, SBB
Tuesday August 26, 2025 11:00 - 11:40 CEST
In a world where cloud-based AI solutions dominate the tech landscape, the power and flexibility of local AI are often overlooked.

This session will showcase how you can leverage open-source AI models to streamline your development workflow, improve data privacy, and reduce costs. We’ll explore tools like Ollama, LM Studio, and Open Web UI to replace Github Copilot and ChatGPT on your local machine.

Through hands-on demonstrations, you will learn how to integrate these tools into their daily tasks, making your development process more efficient and secure.

Whether you are a developer or tech enthusiasts, this session will provide practical tips you can apply directly.


Speakers
avatar for Raymon S

Raymon S

Tech Lead, SBB
As a JavaScript developer, I specialize in Vue.js, Nuxt.js, and other JavaScript frameworks. I also have a strong focus on AI and team leadership. Passionate about mentoring and personal development, I share my journey and insights at byrayray.dev.
Tuesday August 26, 2025 11:00 - 11:40 CEST
G109
  Open Source 101

11:00 CEST

Enabling Open Source From Within a Retail Company - J. Manrique Lopez, Inditex
Tuesday August 26, 2025 11:00 - 11:40 CEST
Inditex's Open Source Program Office (OSPO) shares its experience in fostering and publishing open source projects from within a global fashion retailer. This session delves into our recently released projects, born from solving unique engineering challenges at the intersection of retail, logistics, and technology.

We'll provide a look at the hurdles encountered – adapting internal processes, navigating legal and compliance landscapes, and cultivating an open source mindset within an organization where software development has become increasingly more important to its operations. Learn about the key open source tools (e.g., for CI/CD, security scanning, license management) that were instrumental in streamlining our publication workflow.

Furthermore, we will discuss the ongoing challenges and future roadmap focused on enhancing the developer and contributor experience for our projects, aiming to build sustainable communities. This talk offers insights into the pragmatic steps taken and lessons learned while establishing OS practices in a "non-tech" company, encouraging attendees to explore both our journey and the resulting open source contributions.
Speakers
avatar for Jose Manrique Lopez de la Fuente

Jose Manrique Lopez de la Fuente

OSPO Manager, Inditex
Manrique is the manager of the INDITEX Tech OSPO and a passionate advocate for free, libre, and open source software development communities. He holds a degree in Industrial Engineering and has significant experience in R&D (IT Center of the Principality of Asturias, W3C, Ándago... Read More →
Tuesday August 26, 2025 11:00 - 11:40 CEST
G107
  OSPOCon

11:00 CEST

CoffeeCaller – a Fully Open Source Product Development Example - Andreas Kurz, TiaC Systems & Stefan Kraus, Independent
Tuesday August 26, 2025 11:00 - 11:40 CEST
CoffeeCaller is an embedded device designed to coordinate coffee breaks between colleagues across an entire building. What began as a fun, free-time idea turned into an exploration of different product development approaches within the constraints of hobby time and budget. The goal wasn’t just to build something functional, but to try out techniques that could scale—from quick iterations to structured hardware-software integration.

We will show our journey from the idea to the finished project, that started with a simple proof of concept to validate the approach, followed by parallel development of hardware and software: While one created a custom hardware design in KiCad, the other development the actual application with Zephyr RTOS at the same time. We describe how we created the device tree as a bridge between both, keeping things modular and maintainable. We first implemented BLE Mesh for communication, later transitioning to openthread for broader connectivity. The entire project, including hardware and firmware, is open source.
Speakers
avatar for Andreas Kurz

Andreas Kurz

Software Engineer, TiaC Systems
Software Engineer for the day job, Electrical Engineer in the free-time. Doing microcontroller projects as a hobby.
avatar for Stefan Kraus

Stefan Kraus

Senior Software Engineer, Independent
With nearly 10 years of experience in Software Development, I am especially interested in ensuring reliability and quality in software products. Right now, especially working in the medical and cyber security field
Tuesday August 26, 2025 11:00 - 11:40 CEST
D202
  Zephyr Developer Summit

11:00 CEST

Mirror and Control Android Phone With Zephyr on I.MX RT1170 - Phi Bang Nguyen & Trung Hieu Le, NXP Semiconductors
Tuesday August 26, 2025 11:00 - 11:40 CEST
Mirroring and controlling a smartphone via a vehicle’s screen enable hands-free access while ensuring comfort and safety. Existing solutions like Android Auto or CarPlay require high-end MPUs and rich OSes. In this talk, we demonstrate a lightweight and low-cost alternative using the i.MX RT1170 MCU running Zephyr RTOS:

https://www.youtube.com/watch?v=EVt0pZxM8Xg

The Android phone captures its screen, compresses it in MJPEG, and streams it to the MCU. On the Zephyr side, we use ffmpeg for video decoding and send touch events to the phone. Despite no hardware decoder, we achieved 11 fps with 100–200 ms latency. MJPEG was chosen over H.264 for its better performance. Upcoming MCUs like the i.MX RT2660/RT2770 with MJPEG/H.264 hardware decoders will boost this further.

We are currently transitioning to Wi-Fi for a fully wireless set-up and offloading camera-based gesture control to the smartphone for hands-free controls. Finally, to inject touch events into Android without root access, the Android application needs to be launched in a shell by ADB from a laptop. We're working on porting ADB to Zephyr to automate this process for a seamless, plug-and-play user experience.
Speakers
avatar for Phi Bang Nguyen

Phi Bang Nguyen

Senior Embedded System Engineer, TechLead at NXP, NXP Semiconductors
I am currently an embedded system engineer and Multimedia IoT TechLead at NXP since 3 years. I am also an active collaborator of the Zephyr video subsystem. I am particularly passionate about image and video and was working on various related topics including computer vision, HCI... Read More →
avatar for Trung Hieu Le

Trung Hieu Le

Embedded Software Engineer, NXP Semiconductors France
Phd in the domain of image and video compression, I am currently working at NXP, contributing to the development of drivers for display and camera on the company's embedded MCU.
Tuesday August 26, 2025 11:00 - 11:40 CEST
D203
  Zephyr Developer Summit

11:55 CEST

Cloud Native IoT: OTA Updates and Device Repurposing With K8s - Anastassios Nanos & Charalampos Mainas, Nubis PC
Tuesday August 26, 2025 11:55 - 12:35 CEST
This session presents an open-source system for integrating resource-constrained IoT devices like ESP32-based MCUs into k8s-managed environments. It covers secure device onboarding using Entity Attestation Tokens (EATs) and OpenDICE, where devices generate cryptographic identities from hardware-embedded secrets and attest their state during registration and OTA updates.

Devices are discovered using Akri, which exposes them as addressable Kubernetes resources. Firmware is built and packaged as OCI artifacts, stored in standard registries, and deployed via a k8s "FlashJob" operator that lives alongside the Akri framework. Upon deployment, prior to joining the cluster, devices are onboarded and validated via Akri's discovery handler. When repurposed, devices are validated again, to ensure end-to-end attestation of both hardware and software components.

The session focuses on concrete mechanisms for OTA management, hardware-rooted identity, and distributed execution targeting constrained systems under k8s control.
Speakers
avatar for Anastassios Nanos

Anastassios Nanos

Systems Researcher, NUBIS PC
I am a Researcher in Computer Systems and I am currently working on the lower-level parts of the stack to attack issues related to performance, scalability, power-efficiency and security in hypervisors.
avatar for Charalampos Mainas

Charalampos Mainas

Systems Software Engineer, Nubis PC
Charalampos Mainas is a systems engineer who is very interested in virtualization technologies and operating systems. His main focus is on finding ways to improve the performance and scalability of lightweight VMMs. Moreover, he has considerable experience with unikernel stacks, porting... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
Emerald Room
  Cloud & Containers

11:55 CEST

Bridging Worlds: Using Device Tree Overlays To Support Complex PCI Devices in Linux - Hervé Codina, Bootlin
Tuesday August 26, 2025 11:55 - 12:35 CEST
To support complex PCI devices, a new solution landed in Linux kernel (v6.13). It allows to describe hardware within a PCI device using a Device Tree (DT) overlay, taking advantages of the DT such as modularity, clarity, and wide driver support.

The Linux kernel provides a rich set of drivers for hardware blocks found in System-on-Chips (SoC). These drivers typically rely on DT descriptions. Some of those blocks appear in PCI devices. Instead of adapting drivers to the PCI context, why not having PCI devices working in a DT context?

The first driver using this feature is the driver for the Microchip LAN966x PCI device. The LAN966x SoC was already supported in the kernel, with Linux running on its ARM cores. Drivers exist for all its hardware blocks. The PCI device version is made from the SoC version where CPU cores have been replaced by a PCI endpoint. Using a DT overlay for PCI devices allows to reuse existing drivers without any modification.

This talk will delve into motivations and use cases behind this feature, followed by a dive into the implementation. We will present challenges encountered, how they were addressed, and what this means for future PCI device support.
Speakers
avatar for Hervé Codina

Hervé Codina

Embedded Software Engineer, Bootlin
Hervé is an embedded Linux engineer with 20 years of experience, who joined Bootlin in 2021.
Tuesday August 26, 2025 11:55 - 12:35 CEST
Elicium 1
  Embedded Linux Conference

11:55 CEST

Understanding Data Races in the Linux Kernel - Abhirup Vijay Gunakar, Arizona State University
Tuesday August 26, 2025 11:55 - 12:35 CEST
Data races in the Linux kernel can lead to unpredictable behavior, silent data corruption, and severe security vulnerabilities. In this session, we’ll explore how concurrency works in the kernel, explain the root causes of kernel data races, and illustrate how they can silently destabilize entire systems.

We’ll then dive into the Kernel Concurrency Sanitizer (KCSAN), a specialized tool that helps developers detect data races in kernel code. You’ll learn how KCSAN differs from user-space tools like ThreadSanitizer (TSan), understand its dynamic instrumentation approach, and see how to read typical race reports. We’ll also discuss best practices for preventing kernel data races: consistent use of spinlocks, mutexes, atomics, and lock ordering conventions.

By the end of this talk, you’ll grasp the core challenges of concurrency in the Linux kernel, know how to spot and diagnose data races using KCSAN, and walk away with proven techniques for keeping kernel code race-free and reliable.
Speakers
avatar for Abhirup Vijay Gunakar

Abhirup Vijay Gunakar

Systems Security Researcher, Arizona State University
Abhirup Vijay Gunakar is a Systems Security Researcher at Arizona State University, focused on kernel-level concurrency, data-race detection, and serverless architectures. He has explored advanced debugging strategies to enhance the reliability of multithreaded systems including the... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
G104
  Linux

11:55 CEST

Building Agentic AI Systems: From Transactions To Conversations - Richard Li, Amorphous Data
Tuesday August 26, 2025 11:55 - 12:35 CEST
Traditional software is built around transactions—predictable inputs and outputs. But agentic AI systems are different: they’re conversation-driven, adaptive, and capable of reasoning over time. In this talk, we’ll break down what makes AI systems "agentic" and the key components required to build them. You'll learn about the three essential stacks—training, inference, and runtime—and dive deep into what makes an agentic runtime work: durable execution, memory, agent lifecycle orchestration, and tool use. Finally, we’ll explore the open-source ecosystem powering agentic AI systems, including popular open source projects such as vLLM, LangGraph, and AutoGen, and explain where they fit in the agentic stack.
Speakers
avatar for Richard Li

Richard Li

Principal, Amorphous Data
Richard Li is an AI expert, helping companies rethink their business models to thrive in the age of intelligent systems. Previously, he was founder and CEO of Ambassador Labs, the Kubernetes infrastructure company. He has held a variety of strategy, product, and corporate development... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
G109
  Open Source 101

11:55 CEST

Linux Foundation Initiatives Supporting the Implementation of the EU Cyber Resilience Act - Mirko Boehm, The Linux Foundation & Christopher Robinson, OpenSSF
Tuesday August 26, 2025 11:55 - 12:35 CEST
The EU Cyber Resilience Act (CRA) has been adopted, and the new obligations for manufacturers and open source software stewards will come into effect in 2026 and 2027. This joint session between Linux Foundation Europe, LF Research, and the OpenSSF will describe how the Linux Foundation is seizing the opportunity for an improved state of the union in cybersecurity that the CRA offers, and is steering necessary adaptations for the benefit of our members, projects, and contributors.

Specifically, this session will describe CRA implementation progress, commencing with the Linux Foundation's stewards and manufacturers workshop in December 2024, new working groups at the OpenSSF, and research projects, to provide guidance and raise awareness within our ecosystem. It will end with an interactive panel discussion where questions about the impact of the CRA on our collaborative development efforts will be addressed.
Speakers
avatar for Mirko Boehm

Mirko Boehm

Community Development, Linux Foundation Europe, The Linux Foundation
Mirko Boehm is a free and open source software contributor, community manager, licensing expert and researcher, with contributions to major open source projects like the KDE Desktop, the Open Invention Network, the Open Source Initiative and others. He is a visiting lecturer and researcher... Read More →
avatar for Christopher Robinson

Christopher Robinson

Security Lorax, OpenSSF
Christopher Robinson (aka CRob) is the Chief Security Architect for the Open Source Security Foundation. With over 25 years of Enterprise-class engineering, architectural, operational and leadership experience, CRob has worked at several Fortune 500 companies with experience in the... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
Auditorium
  Open Source Leadership

11:55 CEST

Adventures of Building a Platform as a Service for the Government - Hans Kristian Flaatten, Norwegian Government & Audun Fauchald Strand, Nav
Tuesday August 26, 2025 11:55 - 12:35 CEST
Who said that Government Tech has to be boring? In Norway the largest administration has been using Kubernetes for over 7 years! StatefulSets had just been introduced (alpha) and RBAC was still in beta. During this time we moved from quarterly releases to thousands of continuous releases each week across our fleet of cloud native applications!

Could we replicate the success we had at NAV for other agencies? Could we provide them with a fully managed platform as a service to let them focus on building new and innovative services for their users and not reinventing the wheel by building yet another platform?

In this session Audun and Hans Kristian will share their experience building and operating one of the largest platforms of its kind in Norway providing a fully fledged application development platform for more than a 100 product teams. And how they set an ambitious goal of being able to provide their platform as a service to other agencies.
Speakers
avatar for Hans Kristian Flaatten

Hans Kristian Flaatten

Platform Engineer, Norwegian Government
CNCF Abassasor, Google Developer Expert (GDE) for Cloud, Grafana Champion and Platform Engineer at the Norwegian Labor and Welfare Administration (NAV) working on NAIS - a platform built to increase development speed by providing the best experience to build, run and operate appl... Read More →
avatar for Audun Fauchald Strand

Audun Fauchald Strand

Priincipal Engineer, Nav
Principal Engineer at NAV. Worked for FINN.no before that. Loves to increase developer speed and make developers happy.
Tuesday August 26, 2025 11:55 - 12:35 CEST
G105
  OpenGovCon

11:55 CEST

OSS Management & OSPO Ask Anything - TODO Steering Committee - Ana Jiménez Santamaría, Linux Foundation, Developer Relations Foundation; Stephen Augustus, Bloomberg; Ashley Wolf, GitHub; Alice Sowerby, Rosmarin Ltd; Annania Melaku, NGINX part of F5
Tuesday August 26, 2025 11:55 - 12:35 CEST
In this session, members of the TODO Steering Committee will assist the audience through the best practices, guides, and tools made by and for open source managers to help them in their day-to-day responsibilities, as well as share their first-hand experiences and lessons learned in building and operating OSPOs. The session will also open the conversation with the community about the evolving role of OSPOs in strategic organizational areas such as managing the AI tech stack, strengthening software supply chain security, and building long-term engagement with open source communities, foundations, and projects that are critical to achieving organizational goals.

Additionally, attendees will learn how to connect with the TODO Group – the largest global OSPO community – and explore mentorship opportunities in their local regions.
Speakers
avatar for Ana Jiménez Santamaría

Ana Jiménez Santamaría

Project Manager , Linux Foundation, Developer Relations Foundation
Ana is the Project Manager at the Linux foundation TODO Group collaborative project, whose aim is to create and share knowledge on open source management and operations best practices. Formerly she worked at Bitergia, a Software Development Analytics firm, and she has finished her... Read More →
avatar for Ashley Wolf

Ashley Wolf

Director, Open Source Programs, GitHub
Ashley Wolf is the Director of Open Source Programs at GitHub. She runs initiatives and programs to empower developers to be successful with open source. She is also passionate about helping companies participate in the open source community. Prior to joining GitHub, Ashley led the... Read More →
avatar for Stephen Augustus

Stephen Augustus

Technical Architect, Office of the CTO, Bloomberg
Technical Architect, Office of the CTO at Bloomberg
avatar for Alice Sowerby

Alice Sowerby

Director, Rosmarin Ltd
Alice is an open source leader and program manager with 15+ years in B2B tech, spanning cloud native, AI/ML, and DevOps. She has built teams and developed leaders across startups, SMEs, and Fortune 500 companies, earning a reputation for visionary, collaborative leadership. Currently... Read More →
avatar for Annania Melaku

Annania Melaku

Technical Program Manager, NGINX part of F5
Annania Melaku is a Technical Program Manager on the Community Team at NGINX, where she focuses on open source strategy and community programs. With a background in software, she brings experience from industries including defense, telecom, and tech. Annania is passionate about building... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
G107
  OSPOCon

11:55 CEST

Bridging Safety and Architecture: Zephyr’s Path To IEC 61508 Compliance - Tobias Kästner, inovex GmbH & Simon Hein, Open for Everything 
Tuesday August 26, 2025 11:55 - 12:35 CEST
This talk outlines our ongoing efforts to achieve safety certification according to IEC 61508. While the audience is technically skilled, the specifics of safety standards might be unfamiliar. We will explore why software architecture is paramount (IEC 61508 mentions it more than 50 times) and discuss the difference between architecture and its documentation. We'll also clarify the distinction between project and product documentation, and the crucial relationship between safety and security. The talk will then shed light on some Zephyr-specific challenges, such as managing feature models via Kconfig and the implications of in-tree code generation scripts for our safety approach. We will provide an overview of our current state, including the now established coding guidelines and where we are at with implementing traceability mechanisms. Finally, we will take a look on the impact this certification effort will have on the project's future direction, emphasizing its importance for wider adoption in safety-critical applications. Our aim is to foster a clear understanding of the work involved and its significance, helping Zephyr grow as a leader in safety-critical systems.
Speakers
avatar for Tobias Kästner

Tobias Kästner

Solution Architect Medical IoT, inovex GmbH
A physicist by training, Tobias Kaestner has always been fascinated by the intersection of the physical with the digital world. His professional career started as a SW team lead in a medical device start-up and since then he has served a couple of roles for 15+ years in this industry... Read More →
avatar for Simon Hein

Simon Hein

Embedded software engineer, Open for Everything
I started in the automotive embedded space where safety was always a topic after that i changed to the industry automation sensor section where i was invold in different acceleration sensor and encoder development. In the last position I was involved in the Zephyr project for 3 years... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
D203
  Zephyr Developer Summit

13:00 CEST

Zephyr Functional Safety BOF - Nicole Pappler, AlektoMetis
Tuesday August 26, 2025 13:00 - 13:40 CEST
This session will first give an introduction and update of the current safety activities and then provide a place for interested folks to meet, ask and discuss questions and open topics.
Speakers
avatar for Nicole Pappler

Nicole Pappler

Senior Safety Expert, AlektoMetis
Nicole has worked in different projects developing safety relevant embedded software before starting as an independent assessor. 
Tuesday August 26, 2025 13:00 - 13:40 CEST
TBA
  Zephyr Developer Summit

14:10 CEST

OSPO Data Pyramid - Cali Dolfi, Red Hat
Tuesday August 26, 2025 14:10 - 14:30 CEST
When Red Hat’s OSPO started to invest in data science efforts for insights into project health, many in the company were energized. In this talk, Red Hat OSPO’s lead data scientist Cali Dolfi will discuss the journey towards educating decision makers about how examining OSS community ecosystems could inspire new strategies and initiatives.

The table will be set with an introduction of Red Hat’s OSS DS ecosystem and explain how it builds on Red Hat’s legacy of, and lessons learned from their OSPO’s long history.

This talk will inform how structured data and data science methodology sufficiently supports the OSPO “food pyramid”:

Base level: open source communities- strategic involvement and proactive and informed initiatives around invested communities

Middle level: cross organizational collaboration - building trust and connections with data-backed claims

Top level: C-suite- Open source community and OSPO alignment with corporate strategy

The OPSO Data Pyramid will go from theory to application with a live demo of the 8Knot dashboard. Participates will leave with a better understanding of how to help their company better understand the OSS communities they engage and invest in.
Speakers
avatar for Cali Dolfi

Cali Dolfi

Senior Data Scientist, Red Hat
Cali Dolfi is a Data Scientist in the Open Source
Tuesday August 26, 2025 14:10 - 14:30 CEST
G107
  OSPOCon

14:10 CEST

An Opinionated Overview of Open-Source Robotics - Mateusz Sadowski, Weekly Robotics
Tuesday August 26, 2025 14:10 - 14:50 CEST
In this session, I’m going to give an overview of the open-source ecosystem. I will start very broad, showcasing a selection of projects per category (simulators, middleware, autopilots, libraries and some selected open-source robots). For example, for simulators I’d show Gazebo, Webots, MuJoCo, pyrobosim, ir-sim. For the middleware, I would showcase ROS, YARP, DORA, Copper, and so on.

Then, I would like to focus on one or two hardware projects that are fully or partially open-source, and dive deep into their architecture, and perhaps try to show some simulated demo. The candidates for the deep dive that I'm considering for this presentation are:

* Astrobee (https://github.com/nasa/astrobee)

* Int-ball2 (https://github.com/jaxa/int-ball2_simulator)

* SO-ARM100 (https://github.com/TheRobotStudio/SO-ARM100) + LeRobot (https://github.com/huggingface/lerobot)

*Open-Duck Mini (https://github.com/apirrone/Open_Duck_Mini)
Speakers
avatar for Mateusz Sadowski

Mateusz Sadowski

Robotics Consultant , Weekly Robotics
I work as a robotics consultant and specializing in ROS, mobile robots, and drones.
Tuesday August 26, 2025 14:10 - 14:50 CEST
Elicium 2
  Embedded Linux Conference

14:10 CEST

Implementing Bluetooth LE Audio & Auracast on Embedded Linux Systems - George Kiagiadakis, Collabora
Tuesday August 26, 2025 14:10 - 14:50 CEST
Bluetooth LE Audio and its Auracast feature represent the next generation of wireless audio technology. LE Audio enables efficient, high-quality sound transmission designed for modern use cases, while Auracast introduces one-to-many audio broadcasting capabilities that open up exciting possibilities in delivering novel listening experiences.

This talk will discuss the practical implementation of these technologies on embedded Linux systems using open source software that is available today. Specifically, it will focus on BlueZ, the official Linux Bluetooth protocol stack, and PipeWire, the standard audio server on modern Linux systems that implements connection to Bluetooth audio devices, among several other things.

Attendees will gain practical insights into integrating LE Audio and Auracast on embedded platforms, along with an overview of the current support status and key challenges.
Speakers
avatar for George Kiagiadakis

George Kiagiadakis

Principal Software Engineer, Collabora
George Kiagiadakis is a principal software engineer at Collabora, with over 14 years of experience in open source and embedded multimedia projects in particular. He is the author and maintainer of WirePlumber, a modular session manager for PipeWire, and has worked extensively with... Read More →
Tuesday August 26, 2025 14:10 - 14:50 CEST
D201
  Embedded Linux Conference

14:10 CEST

From Backlog To Breakthrough: How FreeBSD and Bitergia Tackled 7k+ Bugs With Data-Driven Dashboards - Alice Sowerby, Rosmarin Ltd; Daniel Izquierdo Cortázar & Miguel Ángel Fernández Sánchez, Bitergia; Moin Rahman, The FreeBSD Project
Tuesday August 26, 2025 14:10 - 14:50 CEST
Every open source project has bugs—but what happens when you have more than 7k bug reports? The FreeBSD Project, a popular Unix-like OS that’s 30+ years old, faced a mounting backlog that risked overwhelming its contributors and users alike. Closing issues at random or based on age wasn’t an option. Instead, as part of work contracted by Germany’s Sovereign Tech Agency, the FreeBSD Foundation teamed up with Bitergia to build a smarter solution.

This panel discusses how the team used the OSS tool GrimoireLab to create customized dashboards to visualize FreeBSD’s Bugzilla backlog in new and actionable ways. You'll hear how metrics like the Backlog Management Index (BMI) and new bug categories like "unattended" and "abandoned" helped the team move from firefighting to focused bug triaging. We’ll also talk about technical challenges, like deploying GrimoireLab on FreeBSD itself, and the broader impact of contributing new features back to the CHAOSS open source community.

Whether you're drowning in bugs or just love data-driven engineering, this session shares practical tips, reusable metrics, and open source tools to improve bug management. Bring your questions—we’re excited to chat!
Speakers
avatar for Miguel Ángel Fernández Sánchez

Miguel Ángel Fernández Sánchez

Data Analyst and Consultant, Bitergia
Data Scientist passionate about the open-source ecosystem & CHAOSS Contributor
avatar for Alice Sowerby

Alice Sowerby

Director, Rosmarin Ltd
Alice is an open source leader and program manager with 15+ years in B2B tech, spanning cloud native, AI/ML, and DevOps. She has built teams and developed leaders across startups, SMEs, and Fortune 500 companies, earning a reputation for visionary, collaborative leadership. Currently... Read More →
avatar for Daniel Izquierdo Cortázar

Daniel Izquierdo Cortázar

CEO, Bitergia
Daniel Izquierdo is a researcher and co-founder of Bitergia and currently holding the position of CEO, he is focused on the quality of the data, research of new metrics, analysis and studies of interest for Bitergia customers via data mining and processing. Daniel earned a PhD in... Read More →
avatar for Moin Rahman

Moin Rahman

Contributor, The FreeBSD Project
FreeBSD contributor responsible for release engineering, reproducible build infrastructure, automated CI/CD pipelines, and distributed cluster administration across globally deployed systems. He leads Cybermancer Infosec, a consultancy focused on Zero Trust OS pipelines, artifact... Read More →
Tuesday August 26, 2025 14:10 - 14:50 CEST
Auditorium
  Open Source Leadership

14:10 CEST

Identifying Safety Weaknesses and Fault Propagation in the Linux Kernel - Igor Stoppa, NVIDIA
Tuesday August 26, 2025 14:10 - 14:50 CEST
Given the growing desire to use the Linux kernel in safety-relevant applications, like automotive, it is necessary to perform analysis and tests which are a staple of Functional Safety, but fairly new to Open Source Processes.

One of these is the injection of failures aimed at identifying data structures that might be particularly relevant from a safety perspective. This includes types of failures that would not lead to an immediate, clean crash, but rather to more subtle system degradation, that might be identifiable only when safety goals are compromised.

The methodology, and design presented constitute a tool that can be used to advance the understanding of what it entails to use Linux in safety applications. It could even be plugged into the regular upstream kernel post-release process, so that whenever a new Linux release is tagged, the tool will provide data related to how the new release behaves, when subject to controlled corruption.
Speakers
avatar for Igor Stoppa

Igor Stoppa

Principal SW Safety Architect, NVIDIA
Igor is a SW Safety Architect with NVIDIA, working at improving safety and integrity of the Linux kernel for critical automotive applications.
Tuesday August 26, 2025 14:10 - 14:50 CEST
D204
  Safety-critical Software

14:10 CEST

Test Strategy for Zephyr - Maciej Perkowski, Nordic Semiconductor
Tuesday August 26, 2025 14:10 - 14:50 CEST
In the dynamic world of software development, a well-defined test strategy is very important for ensuring quality and reliability. The Zephyr Project's testing activities have evolved organically to address immediate needs, however it lacked a formalized strategy. As the testing working group we developed a strategy that not only codifies existing practices but also covers new challenges, requiring a shift in our testing paradigm.

During the talk I will present the key elements of our strategy, like its objectives, main testing principles, roles and responsibilities, and other elements it is addressing. I will show how we plan to navigate the complexities of modern testing landscapes with a focus on effectiveness of the testing cycle without compromising the robustness and quality of the Zephyr Project.
Speakers
avatar for Maciej Perkowski

Maciej Perkowski

Senior R&D Engineer, Nordic Semiconductor
I completed a Ph.D. in experimental nuclear physics, where I was responsible for developing and maintaining a prototypical particle detector and its software. It raised my interest in software development and the process of testing and QA. I am working at Nordic Semiconductor, where... Read More →
Tuesday August 26, 2025 14:10 - 14:50 CEST
D203
  Zephyr Developer Summit

15:05 CEST

Containers Live Migration: What’s There, What’s Missing, What’s Next? - Daniel Simionato, ControlPlane
Tuesday August 26, 2025 15:05 - 15:45 CEST
Moving a running workload from one host to another transparently without disrupting its execution flow (“live migration”) is a solved problem for virtual machines, but still poses challenges for containers.

Current checkpoint and restore functionalities in both Kubernetes and LXD are somewhat limited or not completely fleshed out, and moving containers from one host to another involves either spinning up new replicas or stopping and restarting the containers, which is undesirable for stateful workloads like databases, machine learning or deep learning jobs.

Projects like CRIU (https://criu.org/Main_Page) and DMTCP (https://github.com/dmtcp/dmtcp) propose different approaches to offer checkpointing and restore functionalities in containers, but there is still no streamlined solution in LXD and Kubernetes.

In this lightning talk, we’ll go over the current state of the art, with a quick demo of what’s currently available, describing what’s missing and what will be the future developments to achieve seamless container live migration.
Speakers
avatar for Daniel Simionato

Daniel Simionato

Cloud Native Engineer, ControlPlane
Daniel Simionato is currently a Cloud Native Engineer at ControlPlane. Tinkerer at heart, he spent the majority of his career in a terminal tending or architecting Linux systems and Kubernetes clusters. When he’s not pressing keys in front of light boxes, he enjoys climbing and... Read More →
Tuesday August 26, 2025 15:05 - 15:45 CEST
Emerald Room
  Cloud & Containers

15:05 CEST

NGNFS: Designing a High Performance File System - Ric Wheeler, Versity Software
Tuesday August 26, 2025 15:05 - 15:45 CEST
Modern NVME storage devices and networks present an opportunity to rethink how distributed file systems are built. NGNFS is designed to support high performance for the largest collections of data.

This talk decribes the key uses for this kind of file system, the high level design of NGNFS and gives an update on the progress of the project.
Speakers
avatar for Ric Wheeler

Ric Wheeler

VP of Engineering, Versity Software
Ric works at Versity Software as the VP of Engineering. In the past, Ric has worked at IonQ on quantum computers, Meta's Reality Lab on devices and lead Red Hat's file & storage teams.
Tuesday August 26, 2025 15:05 - 15:45 CEST
G102-103
  Linux

15:05 CEST

The Power of the Command Line - How Bash Can Boost Your Productivity - Werner Fischer, Thomas-Krenn.AG
Tuesday August 26, 2025 15:05 - 15:45 CEST
Most Linux users use it every day: the bash shell. While Linux newbies only sporadically access the command line (terminal), their familiarity with it increases with continued use.

However, very few people take advantage of the sheer power of the bash. A basic understanding of the Bash grammar will help you get started: from simple commands, pipelines (|), lists, to compound commands, coprocesses, shell function definitions.

The Bash is incredibly versatile.

Quoting, for example, is used to remove the special meaning of certain characters or words to the shell. Values can be stored in parameters - of which there are several: positional parameters, special parameters, shell variables (e.g. $BASH, $LANG, $PATH, ...), arrays. Functions, arithmetic evaluation, conditional expressions and exit status are features often used in Bash scripts. Last but not least, shell bulletin commands are also part of the bash feature list.

Join Werner's talk and discover many possibilities for your favourite shell that you may have only dreamed of.
Speakers
avatar for Werner Fischer

Werner Fischer

Product Manager, Thomas-Krenn.AG
Werner studied computer and media security in Hagenberg and then worked at IBM for two years, where he wrote two Redbooks with colleagues. He has been working in the Linux area at Thomas-Krenn.AG since 2005. His previous roles include HA clusters, devops, 3rd level support, security... Read More →
Tuesday August 26, 2025 15:05 - 15:45 CEST
G109
  Open Source 101

15:05 CEST

Navigating Compliance: What Developers Can Learn From Driving - Kadi McKean & Charlie Jones, ReversingLabs
Tuesday August 26, 2025 15:05 - 15:45 CEST
When driving on a highway, you have to follow the rules of the road—some apply to everyone, while others only apply to commercial drivers. Open source maintainers and software publishers face a similar divide regarding regulatory compliance.

While software manufacturers must meet extensive legal and security obligations, open source maintainers often assume these regulations do not apply directly to them—but do they? In this talk, we’ll separate fact from fiction by breaking down what rules like the EU Cyber Resilience Act require from maintainers versus software vendors.

We’ll explore the limited enforceable obligations for open source projects, including secure development policies and vulnerability reporting, and discuss when (if ever) these rules impact maintainers. By understanding these distinctions, open source contributors can make informed decisions about risk, responsibility, and collaboration with commercial software teams—without unnecessary compliance burdens.
Speakers
avatar for Kadi McKean

Kadi McKean

Community Manager, ReversingLabs
Kadi is passionate about the DevOps / DevSecOps community since her days of working with COBOL development and Mainframe solutions. At ReversingLabs she collaborates with developers and security researchers to help entities prioritize their open source risk, reduce technical debt... Read More →
avatar for Charlie Jones

Charlie Jones

Director of Product Management, ReversingLabs
Charlie is a Software Assurance Evangelist with 7 years of experience in providing strategy and transformation services for cyber security, third party risk, and IT audit programmes of both Fortune and FTSE 100 companies across all 3 lines of defence. Charlie specializes in helping... Read More →
Tuesday August 26, 2025 15:05 - 15:45 CEST
G105
  OpenGovCon

15:05 CEST

Security, Privacy & Authenticity on the Web - Daniel Appelquist, Samsung Open Source Group
Tuesday August 26, 2025 15:05 - 15:45 CEST
In an era of growing concerns over misinformation, surveillance, and data breaches, building a more secure, private, and authentic web has never been more critical.

In this talk, I'll explore the current state of web security, privacy, and authenticity, focusing on key efforts shaping the future of the open web. You'll hear about the latest work in W3C, including advancements in privacy principles, ethical web guidelines, web developer security guidelines, all aimed at creating a more secure, trustworthy, and user-centric web. You'll also learn about how emerging standards like Content Credentials (C2PA) may revolutionize the way we verify the authenticity of digital content, helping to combat misinformation and ensure transparency in the information we consume online.
Speakers
avatar for Daniel Appelquist

Daniel Appelquist

Open Source Strategist, Samsung
Dan Appelquist is Open Source Strategist at Samsung Open Source Group. He is a web & mobile industry veteran and long-time participant and leader in open source and open standards. He has been co-chair of the W3C Technical Architecture Group for the last twelve years and has recently... Read More →
Tuesday August 26, 2025 15:05 - 15:45 CEST
G106
  Standards & Specifications

15:05 CEST

Cortex-M(etal): Hyper-optimized Zephyr-Friendly Context Switching for a Mature Architecture - Andy Ross, Google
Tuesday August 26, 2025 15:05 - 15:45 CEST
Sometimes performance matters. Sometimes legacy code can use a rewrite. Sometimes the lowest layers of the system need maintenance too. This is a deep dive on a rework to the ARM Cortex-M thread, interrupt and context switch layers, showing off induustry-leading performance and some of the advantage of cleaner "Modern Zephyr" architecturual choices.
Speakers
avatar for Andy Ross

Andy Ross

Software Engineer, Google
Andy is a long-time Zephyr kernel contributor, and the author of much of the scheduler, SMP, and timer subsystems and the Xtensa architecture.
Tuesday August 26, 2025 15:05 - 15:45 CEST
D202
  Zephyr Developer Summit

15:05 CEST

Testing Zephyr Bluetooth Devices at Scale - Donatien Garnier, Blecon Ltd
Tuesday August 26, 2025 15:05 - 15:45 CEST
Testing Bluetooth applications at scale is crucial but often complex due interoperability requirements and the difficulty of reproducing real-world scenarios in the lab. At Blecon, we've established a robust approach to verifying our Bluetooth firmware built on Zephyr, addressing the challenges that arise when scaling from development to production-level quality assurance.

In this session, we’ll share practical insights from our team’s experiences, including how we constructed a scalable test farm using nRF52840 dongles and implemented in-band tracing to capture performance data from field devices. We’ll also explore point characterisation techniques, from Bluetooth sniffers to RF test chambers, and highlight where simulation fits in to accelerate testing workflows.

Attendees will learn how they can use these approaches to improve reliability, accelerate development cycles, and enhance overall system visibility in their Zephyr Bluetooth devices.
Speakers
avatar for Donatien Garnier

Donatien Garnier

Co-Founder, Blecon Ltd
Donatien Garnier is an accomplished technology leader and innovator with over a decade of experience in embedded software, Linux and mobile development with an IoT focus. As co-founder of Blecon, Donatien has been instrumental in building Blecon’s Bluetooth to Cloud product.
Tuesday August 26, 2025 15:05 - 15:45 CEST
D203
  Zephyr Developer Summit

16:20 CEST

Lightning Talk: Reliable Recovery in Partitioned Embedded Systems Using IVSHMEM and Jailhouse Hypervisor - Paresh Bhagat, Texas Instruments
Tuesday August 26, 2025 16:20 - 16:30 CEST
In industrial and real-time embedded environments, system uptime and fault recovery are mission critical. This proposal explores a lightweight and effective technique for crash detection and recovery using Inter-VM Shared Memory (IVSHMEM) within the Jailhouse hypervisor. By continuously sharing heartbeat or health status between the root cell and inmate (guest OS) via shared memory, the system can quickly detect unresponsive partitions and trigger recovery mechanisms like automated restarts without a full system reboot. We demonstrate this approach on TI SITARA EVMs, showing how it minimizes downtime without a full system reboot. Through this talk, I aim to share a reusable pattern for enhancing system reliability and show how open-source virtualization can be leveraged for resilient industrial applications. Attendees will gain insights into partitioned system design, shared memory communication, and recovery strategies for embedded systems. I hope to receive feedback on enhancing this approach and hear from others solving similar reliability challenges in embedded systems.
Speakers
avatar for Paresh Bhagat

Paresh Bhagat

Embedded Software Engineer, Texas Instruments
I am an Embedded Software Engineer at Texas Instruments with nearly 3 years of experience in developing and integrating solutions for embedded Linux systems. My work spans across multiple areas including Hypervisor like Jailhouse, custom Linux build systems using Buildroot and Yocto... Read More →
Tuesday August 26, 2025 16:20 - 16:30 CEST
Elicium 1
  Embedded Linux Conference

16:20 CEST

Lightning Talk: Integrating and Extending Battery Health Preservation Support in Linux - Jelle van der Waa, Red Hat
Tuesday August 26, 2025 16:20 - 16:30 CEST
Since GNOME 48, users can now on a limited set of hardware configure battery health preservation by setting charge limits. This works by setting a start and stop charge limit to prevent trickle charging or always charging the last X% of the battery preventing unneeded wear when they are mostly used plugged in to external power.

In this talk the existing sysfs API is explained, its limitations and the implementation of a new API (charge_types) to support specific Dell laptops and move other laptops over from non-standard sysfs API's to a new API which applications like UPower will use to offer battery health preservation to more models.
Speakers
avatar for Jelle van der Waa

Jelle van der Waa

Software Engineer, Red Hat
Jelle started contributing to Open Source by helping package software in Arch Linux, and since then has been involved in various software projects. By day works on Cockpit for Red Hat, as side project hacks on the kernel / user space, reproducible builds and Arch Linux as Develop... Read More →
Tuesday August 26, 2025 16:20 - 16:30 CEST
G102-103
  Linux

16:20 CEST

Bridging Worlds: Implementing OpenStack Support for NixOS - Stefan Kober, Cyberus Technology GmbH
Tuesday August 26, 2025 16:20 - 17:00 CEST
This talk presents our approach to integrating OpenStack cloud infrastructure with NixOS, addressing a significant gap in development workflows for OpenStack Nova.

Our primary motivation was to simplify testing and development processes by leveraging NixOS' declarative and reproducible environment capabilities. We'll demonstrate how our implementation uses NixOS modules to create deterministic OpenStack deployments where components - particularly the Nova compute and the Neutron network service - are defined as NixOS modules within the Nix expression language. This approach eliminates configuration drift during development cycles and enables developers to quickly reproduce specific environments.

We'll share practical insights from our implementation journey, highlighting how this integration streamlines OpenStack development workflows through consistent test environments and easy service configuration manipulation. We'll discuss the qualitative improvements in developer experience and outline future directions for expanding NixOS support across the OpenStack ecosystem.
Speakers
avatar for Stefan Kober

Stefan Kober

Software Engineer, Cyberus Technology GmbH
Stefan is a software developer from Germany with a background in systems programming and virtualization. He studied computer science at the BTU Cottbus and joined Cyberus Technology after finishing his master thesis.
Tuesday August 26, 2025 16:20 - 17:00 CEST
G001-002
  Cloud & Containers

16:20 CEST

Your Containers Aren’t Alone: Demystifying Container Isolation - Marina Moore, Edera
Tuesday August 26, 2025 16:20 - 17:00 CEST
How do you know your container workloads aren’t being viewed or altered by other workloads running in the same environment? Many technologies promise to isolate workloads from each other, but what do these technologies actually do, and which one is right for your workloads? In this talk we will discuss why people use multi-tenency to run containers from multiple users in the same cluster, the risks of multi-tenency, and what we can do about these risks. We will survey technologies with different levels of container isolation, from relying on namespaces to using virtual machines to using separate hardware. Each level of isolation is right for some use cases, so we will discuss the pros and cons of each. You’ll come away with a new understanding of how you can keep containers secure from each other and an understanding of the tradeoffs of various container isolation technologies.
Speakers
avatar for Marina Moore

Marina Moore

Research Scientist, Edera
Marina Moore is a Research Scientist at Edera. She is a maintainer of The Update Framework (TUF), a CNCF graduated project that provides secure software update and delivery. She is also a chair of CNCF's TAG Security where she contributes to security assessments and whitepapers, as... Read More →
Tuesday August 26, 2025 16:20 - 17:00 CEST
Emerald Room
  Cloud & Containers

16:20 CEST

Producing a Complete Linux System With a Single Command (and Configuration File) With Yocto - Alexander Kanavin, Linutronix
Tuesday August 26, 2025 16:20 - 17:00 CEST
The Yocto project is a toolkit for creating custom Linux distributions for the embedded use cases. Historically it has not provided tools and standards for setting up and replicating build configurations in a reproducible manner, leaving that to third party projects and custom scripts. In the past few months this has been changing, and many of the pieces are now available out of the box in oe-core/poky, or are under review. This talk will give an overview of what is available and how it can be used to both write a record of how to build a complete system, and to replicate that build elsewhere with that record. It will also cover parts that still need to be added, and possible future directions for build configuration management.
Speakers
avatar for Alexander Kanavin

Alexander Kanavin

Software Engineer, Linutronix
Alexander is an open source developer specializing in distribution engineering using vendor-neutral tooling and userspace stacks. He is one of the primary contributors to the Yocto project and has an interest in developing foundations of digital infrastructure in a sustainable ma... Read More →
Tuesday August 26, 2025 16:20 - 17:00 CEST
D201
  Embedded Linux Conference

16:20 CEST

Data Placement in Linux: Evolving Block and File I/O - Kanchan Joshi, Samsung Semiconductor
Tuesday August 26, 2025 16:20 - 17:00 CEST
As technologies evolve, so must Linux. Flexible Data Placement (FDP) is a new storage capability that gives the host more influence over the physical data layout—crucial for improving performance, usable space, and overall energy efficiency.

While initial Linux support was possible through an io_uring-driven passthrough interface, many real-world deployments require block and file path support, as well as collaboration across the I/O stack.

This talk will present the current state in Linux, dive into key design decisions, and walk through how both block and file I/O paths are being adapted to better take advantage of data placement. Expect discussion around the use of per-file and extended per-I/O interfaces that involve io_uring, filesystems, the block layer, and the NVMe driver.

Whether you are developing filesystems, optimizing performance tools, or are simply curious about how Linux keeps up with evolving hardware, this presentation offers a glimpse into the next stage of I/O evolution with deeper software–hardware coordination.
Speakers
avatar for Kanchan Joshi

Kanchan Joshi

Kanchan Joshi, Samsung Semiconductor
Kanchan is a upstream kernel developer, and his current work revolves around adding advancements in the Linux I/O stack. He has presented at OSS, SDC, LPC, and regularly presents at LSF/MM and upstream forums. He has engaged in system-software development across operating systems... Read More →
Tuesday August 26, 2025 16:20 - 17:00 CEST
G104
  Linux

16:20 CEST

Travel Retail Disruption Using Open Source - Stu Waldron, Open Travel Alliance
Tuesday August 26, 2025 16:20 - 17:00 CEST
Travel retail, shopping and booking stays, activities, or trips, is ripe for disruption using open source. Fifty years on from its inception, the process of shopping and purchasing travel products has been computerized and exposed online but works largely the same as it always did. Even as some legacy components have been replaced, their limitations are still present embodied in workflows and policy. Stateful, transactional, processing is still the order of the day. It all needs to be overhauled to move into a stateless, cloud based, digital world. Travel retail is unaffordable in its current form, open source is the obvious answer. As a community, make one investment to create the needed foundational capabilities such as offer/order management, security, identity management, event management, rules processing and much more. Noncompetitive functions everyone needs to create traveler solutions such as end to end trip solions and management via an AI powered app. The Open Travel Alliance is working with the Linux Foundation to form the Open Travel Foundation. This session will explain how this new foundation will transform travel retail.
Speakers
avatar for Stu Waldron

Stu Waldron

Director, Open Travel Alliance
44 years in travel IT. From Mainframes in the 70s to microservices and cloud exploitation. Recently a VP of architecture for a major travel IT provider.
Tuesday August 26, 2025 16:20 - 17:00 CEST
Auditorium
  Open Source Leadership

16:20 CEST

Open Source Is a Sewer - Powen Shiah, Sovereign Tech Agency
Tuesday August 26, 2025 16:20 - 17:00 CEST
Who maintains the software components everyone uses? Without open source libraries, protocols & tools, the world would grind to a halt. When it comes to sewers, roads & bridges, the government pays. For bits & bytes? There's a German phrase: digitale Daseinsvorsorge.

Who builds and maintains the sewers under our feet? The government! The same goes for the trains we ride and the roads we walk on. When we ask these questions about the basic components that underpin our world's digital infrastructure, the answer is very different. It's Daniel for curl, Piotr, Christian & Volkan for Log4j, a small team for Fortran, Sarah for Nominatim, Richard at Yocto and countless other maintainers.

At a time when software is eating the world, these foundations are terrifyingly precarious. We hope we're paying the right people to do the critical work of maintaining/securing these systems. Is it possible for governments & nations to help secure this public digital commons without running roughshod over the sprawling ecosystem of FOSS communities that created it?

As governments provide education, clean water and transport in the public interest, they can invest in digital services and open source.
Speakers
avatar for Powen Shiah

Powen Shiah

Communications Lead, Sovereign Tech Agency
Powen handles communications at the Sovereign Tech Fund, highlighting the importance of open source digital infrastructure and the government's role in supporting it in the public interest. He’s worked in product marketing, communications, and internationalization in technology... Read More →
Tuesday August 26, 2025 16:20 - 17:00 CEST
G105
  OpenGovCon

16:40 CEST

Tuning Linux for Embedded Space Applications - Simon Corbin, CNES
Tuesday August 26, 2025 16:40 - 16:50 CEST
Space is a hostile world, requiring many precautions to be taken when embedding software in a spacecraft. Historically, this results in hardware targets embedding chips that are qualified and tolerant to the environment (radiation in particular), but rather old, expensive and produced in small batches.

The expansion of “New Space” has democratized the use of COTS, considerably increasing available onboard computing power and opening up new ways of embedding applications in satellites.

While it can be tedious to port an application onboard (limited to C language, restricted memory and computing power, limited user community...), using Linux minimizes the effort involved in porting an algorithm onboard. However, the world of on-board space applications requires compliance with numerous rules and standards. This presentation aims to provide an overview of the challenges involved in using Linux onboard a space system.

The aim is to give an overview of how we make embedded software at CNES and how Linux can take us to new dimensions. The following topics will be discussed regarding embedded Linux for space applications :

- Real time aspects

- Reliability

- Processes segregation
Speakers
avatar for Simon Corbin

Simon Corbin

Embedded software engineer, CNES
I'm a software engineer with 6 years experience in the space industry. For the past 4 years, I've been interested in on-board software for space vehicles. More recently, I've been working on configuring Linux to make on-board applications easier and faster while maintaining a high... Read More →
Tuesday August 26, 2025 16:40 - 16:50 CEST
Elicium 1
  Embedded Linux Conference
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Audience Experience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -