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
Monday, August 25
 

09:00 CEST

Navigating Security Tradeoffs in Embedded Linux Systems - Olivier Benjamin, Bootlin
Monday August 25, 2025 09:00 - 09:40 CEST
Embedded systems vary wildly in purpose, characteristics and usage. They are therefore faced with very different adversaries, that engineers and designers must take into account to achieve a secure system or product.
The tradeoff between security and convenience can only be properly arbitrated by evaluating the benefits of each security measure against the cost of its implementation, and the added complexity to the system, which will eventually be surfaced to the user.

In this talk, we will explore the security guarantees of various
security measures popular in embedded Linux systems: Secure Boot, Disk encryption, dm-verity, Secure Enclaves as well as someapplication-level security features from the point of view of what they bring to a system, and what they cost to the implementer or theuser. Ultimately, we will present what type of systems they are a good fit for, and which systems are probably better off not using them.
Speakers
avatar for Olivier Benjamin

Olivier Benjamin

Embedded Systems Security Engineer, Bootlin
Olivier is a security engineer with 13 years of experience. He joined Bootlin in 2024. Prior to joining Bootlin, he has worked in various
Monday August 25, 2025 09:00 - 09:40 CEST
Elicium 2
  Embedded Linux Conference

09:00 CEST

Open Source for ESIM Integration - Harald Welte, sysmocom GmbH
Monday August 25, 2025 09:00 - 09:40 CEST
When integrating eSIMs into a Linux based embedded device, one of the questions is how to manage that eSIM. In case of SGP.21 consumer eSIM or the new SGP.31 IoT eSIM, some software component for management and download of eSIM profiles (LPA or IPA) is required. In the past, this was mostly achieved by proprietary software.

More recently, Free and Open Source Software alternatives for this have materialized, like the "lpac" software. This talk covers those projects, what you can do with them and how to integrate them in your cellular-enabled embedded device. 

The talk will also compare this approach of eSIM integration with other approaches such as the venerable SGP.02 M2M eSIM or using an eUICC-integrated LPA/IPA (LPAe/IPAe).
Speakers
avatar for Harald Welte

Harald Welte

Senior Telecommuincations Protocol Nerd, sysmocom GmbH
In his former life, Harald was a Linux Kernel developer, primarily active in the netfilter/iptables subsystem. In 2004, he founded the gpl-violations.org project, which achieved considerable success in early GPL enforcement.
Monday August 25, 2025 09:00 - 09:40 CEST
D201
  Embedded Linux Conference

09:00 CEST

Why Won't My CPU Sleep? Debugging CPUIdle Mysteries on ARM SoCs - Dhruva Gole, Texas Instruments India Ltd & Kevin Hilman, BayLibre, Inc.
Monday August 25, 2025 09:00 - 09:40 CEST
Linux power management has relied on CPUIdle to transition CPUs into low-power states for a long time. More recently, suspend-to-idle (s2idle) was added which relies heavily on the CPUidle infrastructure to support system-wide suspend & resume using low-power idle states.

On modern Arm SoCs, deeper idle states can shut down not just the CPU, but also local per-CPU timers, interrupt controllers and peripherals, sometimes leading to unexpected entry-exit failures, scheduling delays, and even system hangs.
Debugging such issues can be complex since common debug methods may not be available in low-power modes and because the kernel, platform-specific firmware and dedicated hardware all interact to enable low-power modes. Therefore, debugging requires a good understanding of the CPUIdle internals, PSCI firmware interactions and wakeup timer behavior.

Through real-world case studies, attendees will learn how to trace idle state transitions, identify CPU wakeup failures, ARM Trusted Firmware's PSCI framework internals and apply effective debugging strategies to ensure correct working of the CPUIdle framework on their ARM Linux systems.
Speakers
avatar for Dhruva Gole

Dhruva Gole

Senior Software Engineer, Texas Instruments India Ltd
Dhruva is currently leading Power Management initiatives at Texas Instruments for ARM-based SoCs. With hands-on experience across the software stack—from the Linux Kernel to bootloaders and Trusted Firmware-A—he has played a key role in enabling power management across various... Read More →
avatar for Kevin Hilman

Kevin Hilman

CTO, Baylibre
Kevin is the co-founder and CTO of BayLibre, and embedded software consultancy focused on low-level systems software like Linux, Zephyr, and trusted firmware, as well as GCC and LLVM toolchains. Kevin's primary interest in Linux has been in the various subsystems related Power Management... Read More →
Monday August 25, 2025 09:00 - 09:40 CEST
Elicium 1
  Embedded Linux Conference

09:55 CEST

Running Zephyr in a Light Bulb - Alexandre Bailon, BayLibre
Monday August 25, 2025 09:55 - 10:35 CEST
For many years, we have seen more and more connected devices entering our homes. In most cases, these devices run closed source software, which relies on cloud servers to work and is not always respectful of our privacy.

Alexandre Bailon, who is not really satisfied with the current offerings, has been looking for an alternative using Zephyr.

He has taken an existing device and developed a Zephyr firmware for it. He will present the technologies already available or in development to build a connected light bulb using Zephyr which should be more robust, secure, and respectful of privacy.
Speakers
avatar for Alexandre Bailon

Alexandre Bailon

Software Engineer, BayLibre
Alexandre Bailon is co-founder of BayLibre. He used to be a Linux kernel developer and has helped many companies build successful devices running Linux and Android.
Monday August 25, 2025 09:55 - 10:35 CEST
D203
  Zephyr Developer Summit

11:20 CEST

The Hypervisor Hierarchy: Why Architecture Matters for Performance, Security, and Flexibility - Cody Zuschlag, Xen Project (Linux Foundation)
Monday August 25, 2025 11:20 - 12:00 CEST
Not all hypervisors are created equal. Some claim to be "bare metal" but rely on an underlying OS, while others truly separate hardware from workloads, enhancing security, stability, and performance. This session breaks down the differences between Type 1 and Type 2 hypervisors, why some architectures blur the lines, and how Xen stands apart as a true, independent Type 1 hypervisor. We’ll explore how Xen can run with dom0 or dom0less, offering flexibility for both dynamic and fixed VM environments. We’ll also discuss how Xen’s streamlined, unified ecosystem avoids the fragmentation seen in other virtualization stacks. Attendees will leave with a clear understanding of why hypervisor design matters and how it impacts security, efficiency, and long-term infrastructure choices.
Speakers
avatar for Cody Zuschlag

Cody Zuschlag

Community Manager, Xen Project (Linux Foundation)
Cody Zuschlag is the Community Manager for the Xen Project and a passionate advocate for open-source solutions. Since 2022, he’s been speaking internationally on full-stack, embedded, and decentralized technologies. Through his work, talks, and teaching, Cody promotes using tech... Read More →
Monday August 25, 2025 11:20 - 12:00 CEST
G001-002
  Cloud & Containers

11:20 CEST

Clocking Strategies in the Linux Kernel: Optimizing Power and Performance in High-End SoCs - Varada Pavani & Bala Naveena Nivetha M, Samsung Semiconductor India Research
Monday August 25, 2025 11:20 - 12:00 CEST
Modern System-on-Chips (SoCs) are designed for a wide range of applications, including mobile devices, automotive systems, AI accelerators, and data servers. As SoCs become more powerful with increasing core counts, heterogeneous architectures, higher clock speeds, and enhanced AI processing capabilities, power consumption also rises. This increased power demand introduces challenges such as heat dissipation, battery life, clock management complexity and system reliability. In this talk, we explore various techniques to optimize power consumption and enhance performance using Common Clock Framework (CCF) in the Linux kernel.

We begin by discussing the role of clock management in Linux and covers various clocking strategies available in CCF to achieve optimal power and performance. Topics include dynamic clock scaling, disabling unused clocks, efficient parent clock selection and the notifier mechanism. We also explore clock usage monitoring in Linux through debugging tools such as clk_summary and kernel tracing.

Overall, this talk demonstrates how effective clocking strategies in the Linux kernel can significantly improve power efficiency and system performance in high-end SoCs.
Speakers
avatar for Bala Naveena Nivetha M

Bala Naveena Nivetha M

Associate Staff Engineer, Samsung Semiconductor India Research
Embedded Software Developer with 6+ years of experience in Embedded Linux BSP.
avatar for Varada Pavani

Varada Pavani

Staff Engineer, Samsung semiconductor India Research
An embedded software engineer with 7 years of experience. I am passionate about learning SoC internals. I have worked on bootloaders, device drivers and kernel internals.
Monday August 25, 2025 11:20 - 12:00 CEST
Elicium 1
  Embedded Linux Conference

11:20 CEST

Combining White-labelled Hardware With Open Source Software To Quickly Bring Devices To Market - Nick Chen, Blecon Ltd
Monday August 25, 2025 11:20 - 12:00 CEST
The ODM ecosystem — such as the one found in Asia — offers a rich selection of pre-designed hardware intended for white-labelling. This hardware can be produced and shipped with short lead times. However, a typical weakness of these devices is their software, which usually consists of outdated kernels and poorly documented components. Wholesale replacement of the system’s software stack while leveraging the hardware offers a path toward creating robust devices that can sidestep many of the complexities of manufacturing a fully custom design.

In this session we share tips and learnings from our experience creating a replacement software stack using Yocto for an existing white-label IoT gateway device. With this approach, we were able to take a new device with an up-to-date Linux stack to production in under 6 months. 

The session will cover topics including: choosing of an appropriate hardware platform, coordinating with the hardware vendor, setting up an efficient development environment using similar hardware and simulators, and using the system’s OTA update infrastructure to create a factory image that’s compatible with an ODM’s existing manufacturing and testing flows.
Speakers
avatar for Nick Chen

Nick Chen

Principal Software Engineer, Blecon Ltd
Nick Chen is a Principal Software Engineer at Blecon, specialising in embedded Linux and UX. After receiving a Ph.D. in Computer Science from the University of Maryland, Nick was a researcher at Microsoft Research where he created new user interfaces and interactions for networks... Read More →
Monday August 25, 2025 11:20 - 12:00 CEST
Elicium 2
  Embedded Linux Conference

11:20 CEST

Creating a Healthy Vibrant Kernel Subsystem Community - Hans de Goede, Red Hat
Monday August 25, 2025 11:20 - 12:00 CEST
End 2020 I became the maintainer of the drivers/platform/x86 (pdx86) kernel subsytem. The subject of this talk is my experience in creating a friendly welcoming environment, growing the pdx86 community and how this helped me to avoid burnout by being able to delegate to community members.

Keywords:
- Making your mailinglist a friendly welcoming medium
- Patience is a virtue
- Leading by example
- Growing a community
- My personal experience with burnout
- External (non kernel-devel) stress factors
- Delegating
- Handing over the reins
Speakers
avatar for Hans de Goede

Hans de Goede

Principal Software Engineer, Red Hat
Hans de Goede is a FOSS developer and enthusiast with 20 years of experience. He is a maintainer for the kernel’s x86 platform drivers subsystem.
Monday August 25, 2025 11:20 - 12:00 CEST
G102-103
  Linux

11:20 CEST

Rethinking Writeback: Scaling Linux Filesystem and Memory Performance for the Next Decade - Kundan Kumar, Samsung R&D Institute India - Bangalore & Anuj Gupta, Samsung Semiconductor India
Monday August 25, 2025 11:20 - 12:00 CEST
Linux’s current writeback infrastructure, while robust, was designed before large folios, CXL-tiered memory, and AI workloads demanding low-latency, high-throughput I/O. Today, workloads like RAG pipelines using vector databases with buffered I/O, and memory tiering on CXL, are exposing scalability limits in how the kernel handles writeback.

This talk presents a forward-looking view on evolving Linux’s writeback model. We’ll explore how the single-threaded design stalls page migration and reduces memory compaction effectiveness—affecting hugepage allocations and folio movement across memory tiers, contributing to fragmentation. On the storage side, parallelizing writeback improves throughput and responsiveness under dirty-page pressure, especially for sustained-write workloads with large memory footprints on High capacity SSDs.

We’ll also touch on early experiments within the kernel community, including efforts to make writeback more filesystem-geometry aware and parallelize it based on overwrites/new allocations.

This session invites open source community to reimagine writeback as a scalable, performance-critical component in Linux.
Speakers
avatar for Kundan Kumar

Kundan Kumar

Staff Engineer, Samsung R&D Institute India - Bangalore
Kundan is a Linux kernel developer in Global Open Source Team at Samsung. He possesses 10+ granted patents in areas such as storage, performance and OS internals. Kundan is also a co-author of the book "Linux Internals Simplified," which provides a comprehensive overview of Linux's... Read More →
avatar for Anuj Gupta

Anuj Gupta

Linux kernel developer, Samsung Semiconductor India
Anuj Gupta is a Linux kernel developer in Global Open Source Team at Samsung. His contributions focus on kernel I/O stack improvements across io_uring, block layer, and NVMe driver. Speaker at Open Source Summit and SNIA SDC. He has also published a paper at USENIX FAST. Contributes... Read More →
Monday August 25, 2025 11:20 - 12:00 CEST
G104
  Linux

11:20 CEST

Cloud Security Wildlife: A Tale of Otters, Monkeys and Security? - Marcus Tenorio, ControlPlane
Monday August 25, 2025 11:20 - 12:00 CEST
When we talk about cloud security, the first thing that comes to mind is otters. Obviously.

In this talk, we’ll dive into the fascinating analogy between the world of cloud security and wildlife. We’ll explore Falco, eBPF, and others and how they relate to our very own animal ecosystem. This perspective offers a unique and intuitive way to understand cloud security.

Think of chameleons and adaptive security: changing colours to match evolving threats.

We’ll migrate like birds, discovering security’s role in real-world workload transitions across clouds.

We’ll collaborate like bees, protecting the hive with policies, alerts, and shared responsibility.

We’ll defend like armadillos, layer by layer, showing how strong defence is often the best offence.

And we’ll feel our spider-sense tingle — like observability tools catching anomalies across the great web of services.

And, just like otters, we’ll hold hands to stay together in the rushing currents of the cloud.

And who’s heard of chaos monkeys? Clever and unpredictable, just like attackers exploiting misconfigurations and edge cases! We’ll take a look at how that plays out in the wild world of cloud-native security.
Speakers
avatar for Marcus Tenorio

Marcus Tenorio

Security Engineering Manager, ControlPlane
Mart is an engineering manager at ControlPlane, where he enjoys managing various consultants who teach him every day how to break things and become a better manager and engineer.
Monday August 25, 2025 11:20 - 12:00 CEST
G109
  Open Source 101

13:30 CEST

Mainframes Aren’t Dead, They’re Just Running Kubernetes Now - Josephine Pfeiffer, Red Hat
Monday August 25, 2025 13:30 - 14:10 CEST
Mainframes have been declared dead more times than JavaScript frameworks have been invented—but here they are, still running the backbone of global finance, government, and enterprise computing. And now? They’re running Kubernetes too.

This talk dives into the why and how of running Kubernetes on mainframes, from containerization on z/OS to networking, workload orchestration, and real-world use cases. We’ll break down the challenges, the benefits, and whether this is a clever hack or a genuinely viable approach for modern infrastructure. If you think mainframes are relics, think again—because they’re running microservices now.
Speakers
avatar for Josephine Pfeiffer

Josephine Pfeiffer

Senior Consultant, Red Hat
Josephine is a consultant specializing in developer productivity and infrastructure. She has worked for enterprises, SMEs, and startups in roles spanning platform engineering, DevOps, Site Reliability Engineering, and technology management.
Monday August 25, 2025 13:30 - 14:10 CEST
G001-002
  Cloud & Containers

13:30 CEST

Demystifying the Embedded Linux Graphics Stack: An Easy Introduction for Beginners - Parthiban N, Linumiz
Monday August 25, 2025 13:30 - 14:10 CEST
Memory to Photons: Whether it's a moving picture or a game, Linux's graphics stack is complex, involving various components in both the Kernel and userspace. Getting my first pixel to appear on an LVDS screen was an exciting journey. This talk will walk through my experience of getting started with Linux graphics, based on my recent work on Allwinner A133 display engine support [1] and my ongoing effort to get Imagination Technologies' GPU GE8300 into the upstream kernel.

Ever heard of DRM, GPU, MIPI, Khronos, OpenGL ES, Vulkan, KMS, Weston, HDMI, framebuffer, or Mesa3D, and wondered what all these are? This talk will detail the basic components of the Linux graphics stack and how it's layered. Additionally, it will discuss the specifics of how the Linux kernel's DRM is structured, which parts you’ll be interested in when building your display pipeline, and how to debug when you don't see your pixel.

[1]: 20241227-a133-display-support-v1-0-abad35b3579c@linumiz.com/" target="_blank">https://lore.kernel.org/all/20241227-a133-display-support-v1-0-abad35b3579c@linumiz.com/
Speakers
avatar for Parthiban

Parthiban

Engineer, Linumiz
With over 14 years of experience in software engineering, Parthiban founded Linumiz, a company that provides domain-neutral software services for U-Boot, Linux, and Zephyr, ranging from board bringup, board supported package, customization, device drivers, to over the air software... Read More →
Monday August 25, 2025 13:30 - 14:10 CEST
Elicium 1
  Embedded Linux Conference

13:30 CEST

Open Source Tools To Empower Ethical and Robust AI Systems - Alberto Rodríguez, ControlPlane & Miguel Fontanilla, sennder
Monday August 25, 2025 13:30 - 14:10 CEST
In this talk, we will present open-source tools for evaluating and securing AI models which are key in building responsible AI systems. We'll start with an overview of these tools and their use cases, organized through a simple ontology to help classify them.

We'll cover:

- Tools that assess bias and fairness, such as AIF360

- Evaluation tools like Garak, which offers comprehensive security and safety assessments for LLMs; Promptfoo, which supports prompt engineering and testing; and Giskard, which allows the use of custom evaluation datasets

- Guardrail tools for LLM systems, like NeMo Guardrails

- Tools that focus on prompt security and insights, such as LLMGuard and LangKit

- Tools for traditional ML model security, like the Adversarial Robustness Toolbox

The main goal of the talk is to give attendees a clear overview of the wide range of open-source tools available for securing AI models and provide examples and insights about them that can help in making an informed decision on which one to use.
Speakers
avatar for Alberto Rodríguez Fernandez

Alberto Rodríguez Fernandez

Cloud Native Engineer, ControlPlane
Cloud Native consultant at Control Plane with a focus in Kubernetes, AI security and Software Supply Chain Security. AWS and Kubernetes Certified.
avatar for Miguel Fontanilla

Miguel Fontanilla

Platform Engineering Lead, sennder
Hello, I'm Miguel, a technology enthusiast who enjoys helping people learn about it!My specialty is cloud infrastructure, with a strong focus on containerization technologies.I currently work as a Staff Engineering Lead on the infrastructure team at Sennder, a European digital logistics... Read More →
Monday August 25, 2025 13:30 - 14:10 CEST
G109
  Open Source 101

13:30 CEST

101 on Getting Your Customers To Contribute - Nick Veenhof, GitLab
Monday August 25, 2025 13:30 - 14:10 CEST
In heavily regulated financial services, automotive industries or other large enterprise institutions, developers can transform from open source "takers" to strategic "makers." 

This presentation showcases GitLab's Co-Create program as a proven contribution framework for organizations. We'll also teach oyu how to reproduce this program for your OSS project or company.

This is not a product pitch. Rather, Nick is drawing from 15+ years in open source communities and experience as an OSS foundation board member, he will present a model that could inspire other open source projects to engage regulated industries often excluded from contribution ecosystems.

Attendees will discover how structured onboarding, engineering collaboration, CLA frameworks, and maintenance-free contributions create sustainable participation models that maintain regulatory compliance while driving innovation.

Through case studies from Thales (where "two developers saved time for 30 million users" in just two months), Siemens, Scania, and a FinOS member, I'll demonstrate how structured contribution programs deliver measurable value while addressing the unique compliance, security, and innovation challenges.
Speakers
avatar for Nick Veenhof

Nick Veenhof

Director, Contributor Success, GitLab
Nick Veenhof is Director of Contributor Success at GitLab, where he leads initiatives to enhance open source participation. With 15+ years in open source ecosystems, Nick brings expertise in building contribution frameworks that deliver business value in regulated environments... Read More →
Monday August 25, 2025 13:30 - 14:10 CEST
Auditorium
  Open Source Leadership

13:30 CEST

Designing Policy and Support for a Sustainable Open Source Adoption in the Public Sector - Johan Linåker & Sachiko Muto, RISE Research Institutes of Sweden
Monday August 25, 2025 13:30 - 14:10 CEST
The public sector has been an active user of Open Source Software (OSS) since its inception. Yet, adoption and reuse have fluctuated, along with the many policies and initiatives providing guidance and support. On the positive side, there is a wealth of experience to draw from.

In this presentation, we aim to inspire and provide insights from a study of 16 countries that are mature in their digital practices, as indicated through a set of digital maturity indicators. These countries are surveyed regarding government policies, rationales, support mechanisms, means of promotion, and success stories on OSS adoption.

We find diverse means in how policy is designed and motivated to support both the adoption and use, as well as development and release of OSS across sectors. The cases further provide in-depth examples of how the policies can be supported and enabled using Open Source Program Offices (OSPOs), communities, and codified knowledge.

Based on our findings, we will provide attendees as well as policy- and decisionmakers at national, regional, and local government levels, with recommendations for designing and fostering sustainable policies for OSS adoption.
Speakers
avatar for Sachiko Muto

Sachiko Muto

Senior Researcher, RISE Research Institutes of Sweden
Sachiko Muto is the Chair of OpenForum Europe and a senior researcher at RISE Research Institutes of Sweden. She originally joined OFE in 2007 and served for several years as Director with responsibility for government relations and then as CEO. Sachiko has degrees in Political Science... Read More →
avatar for Johan Linåker

Johan Linåker

Senior Researcher, RISE Research Institutes of Sweden
Monday August 25, 2025 13:30 - 14:10 CEST
G105
  OpenGovCon

13:30 CEST

Panel Discussion: Open Source as a Path for a Competitive Automotive Industry - Philipp Ahmann, Etas GmbH; Ana Jiménez Santamaría, Linux Foundation; Masato Endo, Toyota Motor Corporation; Carl-Eric Mols, Volvo Cars; Wolfgang Gehring, Mercedes-Benz Tech In
Monday August 25, 2025 13:30 - 14:10 CEST
Open source software has evolved from a supplement to a strategic element in the Software-Defined Vehicle era, evidenced by the growing number of OSPOs across automotive organizations. This panel examines this transition, focusing on the practical challenges at the intersection of innovation, license plus regulatory compliance, and community contribution.

The panelists will share strategies for maintaining compliance while adopting the development speed supported by modern software development principles. They will address operational aspects of incorporating OSS components into supply chains alongside proper license management and vulnerability tracking, while upstreaming contributions aligned with corporate objectives.

The discussion will highlight how OSS engagement can create resilience against geopolitical disruptions and trade restrictions, providing automotive companies a sustainable path for global operations while navigating regional compliance requirements.
Speakers
avatar for Philipp Ahmann

Philipp Ahmann

Automotive OSS Process Lead, Etas GmbH (BOSCH)
Philipp Ahmann is a Senior OSS Community Manager at ETAS (a Bosch subsidiary), specializing in safety-critical automotive open source software. With 15+ years' experience in Linux automotive platforms, he has held roles from software engineer to project & line manager.He currently... Read More →
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 Masato Endo

Masato Endo

Project General Manager/ Manager of TOYOTA OSPO, Toyota Motor Corporation
Masato Endo is a Project General Manager of Value Chain Innovation Project in TOYOTA. He focuses also on promoting Open Source Innovation and he set up TOYOTA OSPO in 2024. Furthermore, he plays the following roles in Open Source Communities.
avatar for Carl-Eric Mols

Carl-Eric Mols

Open Source Strategist, Volvo Cars
Carl-Eric Mols has been close to two decades been engaged in Open Source governance. He was for more than a decade the Head of Open Source in Sony Mobile and is currently a member of the Volvo Cars OSPO. He has also over the years engaged in various research project, and have authored... Read More →
avatar for Wolfgang Gehring

Wolfgang Gehring

FOSS Ambassador & OSPO Lead, Mercedes-Benz Tech Innovation
Dr. Wolfgang Gehring is an Ambassador for Open and Inner Source and has been working on enabling and spreading the idea within Mercedes-Benz. A software engineer by trade, Wolfgang’s goal is to help enable Mercedes-Benz to fully embrace FOSS and become a true Open Source company... Read More →
Monday August 25, 2025 13:30 - 14:10 CEST
D204
  OSPOCon

13:30 CEST

Crabs Flying Kites: Writing a Zephyr Application in Rust - Mohammed Billoo, MAB Labs Embedded Solutions
Monday August 25, 2025 13:30 - 14:10 CEST
Rust is becoming increasingly popular due to its ownership model and its innate ability to guarantee memory safety during compile time. A typical mantra of Rust developers is "if it compiles, it works". 

Zephyr is experiencing explosive growth as an RTOS. Its focus on safety, security, flexibility, and vendor neutrality has enabled many product developers to choose Zephyr as the underlying RTOS in their embedded system.

Zephyr 4.1 introduced initial support for Rust. In this talk, Mohammed will guide developers on how to create a custom Zephyr application in Rust. He will demonstrate the process and outline some pitfalls that novices may encounter, and how to work around them.
Speakers
avatar for Mohammed Billoo

Mohammed Billoo

CEO, MAB Labs Embedded Solutions
Mohammed Billoo is an embedded software consultant with over 15 years of experience. He focuses on The Zephyr Project RTOS, Embedded Linux, and The Yocto Project. He has also developed user interfaces using the Qt framework. He has helped clients across numerous verticals, including... Read More →
Monday August 25, 2025 13:30 - 14:10 CEST
D203
  Zephyr Developer Summit

14:25 CEST

Towards Mainline Video Capture and Camera Support for Recent Rockchip SoCs - Michael Riesch, Collabora
Monday August 25, 2025 14:25 - 15:05 CEST
Recent Rockchip SoCs (namely, those of the RK35 generation) integrate dedicated IP blocks for video capture and image signal processing. These additions open the door to a wide range of interesting multimedia applications. However, support for these blocks in mainline Linux remains one of the last missing pieces in an otherwise well-supported SoC lineup. It is time to close that gap!

In this talk, I will provide an overview of the software stack for modern multimedia SoCs, cover the contributions that have already landed in mainline and are currently in flight, respectively, and outline the remaining work needed to fully enable video capture and camera functionality. We will also take a look at the compelling applications that this groundwork makes possible.
Speakers
avatar for Michael Riesch

Michael Riesch

Consultant Senior Software Engineer, Collabora
Michael Riesch is a Consultant Senior Software Engineer at Collabora. His work focuses on hardware enablement (Rockchip SoCs in particular) and multimedia development in the Linux kernel.
Monday August 25, 2025 14:25 - 15:05 CEST
Elicium 1
  Embedded Linux Conference

14:25 CEST

Unpacking the Linux WiFi Stack: Writing and Integrating Wireless Drivers - Alexis Lothoré, Bootlin
Monday August 25, 2025 14:25 - 15:05 CEST
WiFi is a cornerstone of modern connectivity, and Linux powers countless devices that rely on seamless wireless communication. But how does a WiFi driver actually work within the Linux kernel? In this talk, we will explore the process of supporting a Wifi device in Linux, focusing on its integration with the mac80211 and cfg80211 subsystems. We’ll cover key aspects such as hardware initialization, packet transmission, regulatory compliance, power management, and more. Additionally, we’ll discuss how userspace tools like iw, hostapd, and wpa_supplicant interact with kernel drivers via nl80211. By the end of this session, attendees will have a better understanding of the Linux WiFi stack and the skills needed to develop, debug, and extend WiFi drivers effectively, whether they want to implement a new one or improve an existing one.
Speakers
avatar for Alexis Lothoré

Alexis Lothoré

Embedded Linux engineer and trainer, Bootlin
Alexis is an embedded Linux developer and trainer with 9 years of experience, currently working at Bootlin. He has made several contributions to the Linux kernel, specifically around networking: support and improvement for ethernet switches and wireless chips, as well as improvements... Read More →
Monday August 25, 2025 14:25 - 15:05 CEST
Elicium 2
  Embedded Linux Conference

14:25 CEST

Extending BCC as a Data Source for System Monitoring - Eunseon Lee, LG Electronics
Monday August 25, 2025 14:25 - 15:05 CEST
eBPF enables efficient tracing and monitoring of modern Linux systems. However, tools in the BCC (BPF Compiler Collection) are primarily designed for standalone use, making it challenging to adopt them directly in real-time, streaming-based observability systems.

This talk introduces a practical approach to extending BCC tools for use as data sources in system monitoring pipelines. I demonstrate an architecture that transforms BCC output into time-series data by integrating with InfluxDB, and visualizes the data using Grafana. This enables real-time tracking of kernel and user-space events such as memory allocation over time.

I also explore enhancements to existing BCC tools, such as adding options to output data in time-series–friendly formats (e.g., InfluxDB’s line protocol), enabling easier ingestion by monitoring agents. These modifications help bridge the gap between raw eBPF observability and modern telemetry systems, without compromising BCC’s standalone usability. GitHub PR (https://github.com/iovisor/bcc/pull/5281) demonstrate these improvements.

Attendees will learn to leverage BCC tools for real-time insights and contribute enhancements for broader monitoring use cases.
Speakers
avatar for Eunseon Lee

Eunseon Lee

Chief Software Engineer, LG Electronics
I am currently developing an eBPF-based system monitoring tool focused on real-time anomaly detection. Previously, I worked on eBPF-based debugging tools, including a memory leak detection tool applied in LG Electronics’ Car division. I have contributed to BCC by developing CO-RE–based... Read More →
Monday August 25, 2025 14:25 - 15:05 CEST
G104
  Linux

14:25 CEST

Mind the Gap - A Developer's Roadmap To Building AI Agents - Ivan Pedrazas, Docker Inc.
Monday August 25, 2025 14:25 - 15:05 CEST
This talk is about software developers' journey into AI Agent creation.


We'll explore the evolving toolkit, from specialized IDEs like Cursor and VS Code (with AI Agents extensions) to frameworks like LangChain and LlamaIndex that simplify complex workflows.


I'll share firsthand experiences comparing local development with models like Ollama, LM Studio and LLM Runner against production deployments using OpenAI and Anthropic APIs. We will explore how to consume MCP Servers to provide tools to our Agents.


We'll address critical decision points: when to use RAG versus fine-tuning, how testing differs from traditional software, and the unique debugging challenges of non-deterministic systems. Finally, we will look at the challenges of deploying AI Agents in production and what we can do as developers to minimise the risk.


Developers will leave with a clear understanding of the technical shifts required when building AI agents, available tools, and practical strategies for overcoming the most common obstacles in this rapidly evolving space.
Speakers
avatar for Ivan Pedrazas

Ivan Pedrazas

Principal Engineer, Docker inc.
Ivan Pedrazas has been designing and building distributed systems for more than 20 years. In the last year, he’s been building developer tools that consume and provide AI capabilities, like AI agents, MCP Servers and LLM models.
Monday August 25, 2025 14:25 - 15:05 CEST
G109
  Open Source 101

14:25 CEST

Driving the UN Digital Compact With Open Source - Sachiko Muto, RISE/OpenForum Europe
Monday August 25, 2025 14:25 - 15:05 CEST
Open Source Software (OSS) is increasingly recognized as a crucial enabler of the Sustainable Development Goals (SDGs) and digital transformation across the globe. Yet, adoption and contribution remain uneven, with certain regions and actors underrepresented, especially in the global south.

With initiatives such as the UN’s Digital Global Compact and Open Source Principles, there is growing momentum and an opportunity to better understand and measure OSS’s role in digital infrastructure and government strategies. As part of this effort, we are exploring the development of an Open Source Adoption Index, published annually to track adoption trends, highlight successes, and identify challenges faced by UN Member States.

The adoption index will be collaboratively designed through a series of geographically distributed workshops to collect dimensions relevant across various contexts and use cases. In this panel, attendees will be actively engaged, as part of this extensive co-design process, and be urged to provide thoughts and feedback to the panel of representatives from the UN, researchers and stakeholders.
Speakers
avatar for Sachiko Muto

Sachiko Muto

Senior Researcher, RISE Research Institutes of Sweden
Sachiko Muto is the Chair of OpenForum Europe and a senior researcher at RISE Research Institutes of Sweden. She originally joined OFE in 2007 and served for several years as Director with responsibility for government relations and then as CEO. Sachiko has degrees in Political Science... Read More →
Monday August 25, 2025 14:25 - 15:05 CEST
Auditorium
  Open Source Leadership

14:25 CEST

Open, Yet Secure: Rethinking Risk in the Age of Open Source - Avijit Biswas, IKEA IT AB
Monday August 25, 2025 14:25 - 15:05 CEST
Open source is no longer just a developer’s playground—it’s the foundation of modern innovation. But as its influence grows, so do the challenges: security vulnerabilities, compliance concerns, and the risk of unchecked complexity.

At IKEA, we’ve reimagined open source not just as a collection of tools, but as a strategic engine for transformation. In this talk, I’ll share how we’ve integrated automation and AI across our Software Development Life Cycle (SDLC) to scale open-source adoption—safely, responsibly, and at speed.

This isn’t just about securing code. It’s about building trust. It’s about reducing friction. And ultimately, it’s about designing systems that are as resilient and collaborative as the communities that power them.

What you’ll learn:

• How to spot and address risks in open-source components

• Embedding automated security without slowing delivery

• Aligning compliance with innovation

• Real-world lessons from scaling secure OSS in enterprise environments

Join me to explore how smart automation can turn open source into a confident, competitive advantage.
Speakers
avatar for Avijit Biswas

Avijit Biswas

Open Source SME, IKEA IT AB
I’m Avijit Biswas—known to most as Avi. I’m a passionate open-source professional and technology strategist with over 15 years of experience in digital transformation and secure software development. At IKEA, I co-lead initiatives like open-source strategy, secure software practices... Read More →
Monday August 25, 2025 14:25 - 15:05 CEST
G107
  Operations Management

15:35 CEST

Managing Telco Infrastructure and Applications at Scale: An Open Source Approach - Kashif Khan, Ericsson
Monday August 25, 2025 15:35 - 16:15 CEST
Telco infrastructure is rapidly evolving to adopt cloud-native paradigms, but operating Kubernetes in telecom-grade environments brings unique challenges—stringent SLAs, real-time performance, and complex hybrid infrastructure. At Ericsson, we've embraced the open source ecosystem to build scalable, resilient, and fully automated platforms tailored to telco needs. This talk presents our technical journey in managing large-scale infrastructure using Kubernetes, Cluster API, and multiple open-source providers—including Metal3 for bare metal provisioning and Cluster API Provider OpenStack (CAPO) for cloud-based workloads. We’ll demonstrate how we orchestrate heterogeneous environments, spanning bare metal and OpenStack-based compute, through a unified, declarative lifecycle approach. We’ll also cover observability and alerting using tools like Prometheus and more, as well as real-world strategies for zero-downtime upgrades, failure remediation, and long-term cluster maintenance—all aligned with demanding telecom-grade requirements like high availability and real-time traffic handling.
Speakers
avatar for Kashif Khan

Kashif Khan

Open Source Architect, Ericsson
Kashif Khan is a maintainer of the CNCF project Metal3.io for 5+ years. He works as an open source Architect and Product Owner for Ericsson Software Technology, Finland. He holds a PhD in Computer Science. Kashif is a research and open source enthusiast and his current area of interest... Read More →
Monday August 25, 2025 15:35 - 16:15 CEST
Emerald Room
  Cloud & Containers

15:35 CEST

Security in Large Scale Embedded Linux Projects - Martin Lang, BMW Car IT GmbH
Monday August 25, 2025 15:35 - 16:15 CEST
Modern cars use a high integration architecture with a smaller amount of powerful Electronic Control Units (ECUs). They easily accommodate more than 150 different services and are developed by more than 1000 developers in dozens of companies across the world. Ensuring security in such an environment is a challenge in multiple dimensions: Attack surface, overall system complexity and communication.

In this talk, I want to share our insights from building three generations of Yocto-based infotainment systems. How do we ensure basics such as the least privilege principle and privilege separation? What is our approach to trusted computing with secure boot and dm-verity? What are our lessons learned to enable SELinux on this large scale? Which best-practices do we have so that the system can be developed, tested and debugged in a (security) configuration that is close to the final product?

Furthermore, I would like to give positive examples how a good open-source ecosystem can support our cause of building secure embedded Linux systems as well as some impulses which improvements could help us a lot.
Speakers
avatar for Martin Lang

Martin Lang

Engineering Lead Infotainment Security, BMW Car IT GmbH
Martin studied computer science at RWTH Aachen University. He is interested in embedded systems, cybersecurity, math and open-source software. After a PhD in formal logic, he joined BMW Car IT in Ulm to work on security for infotainment systems as engineer and system architect. For... Read More →
Monday August 25, 2025 15:35 - 16:15 CEST
Elicium 2
  Embedded Linux Conference

15:35 CEST

When Your Budget Laptop Needs a Custom Kernel: A Linux Troubleshooting Adventure - Andrei Pokhilko, Komodor
Monday August 25, 2025 15:35 - 16:15 CEST
This talk chronicles my journey of troubleshooting a Linux kernel issue on a budget Intel GeminiLake-based Chinese mini-laptop. What began as a simple hardware purchase escalated into a two-month deep dive into the i915 GPU driver when the display mysteriously went blank during initialization.

I'll walk through the systematic troubleshooting approach: isolating the issue to the i915 driver, identifying the kernel configuration options triggering the problem, and developing a practical patch that bypasses problematic GPIO pin activation sequences. Along the way, I'll share surprising discoveries about hardware compatibility, kernel development complexity, and the limitations of AI tools when facing real-world Linux challenges.

This presentation is designed for Linux enthusiasts and IT professionals curious about kernel troubleshooting. Attendees will leave with practical knowledge about GPU driver internals, confidence that such issues are solvable without specialized expertise, and inspiration to tackle their own hardware compatibility challenges.
Speakers
avatar for Andrei Pokhilko

Andrei Pokhilko

Open Source Dev Lead, Komodor
Andrei is the Open Source Dev Leader at Komodor, a startup building the next-gen troubleshooting platform for Kubernetes. Over 20 years of experience in the dev space, Andrei is known as the founder of multiple successful Open Source projects, such as JMeter-Plugins.org, Helm Dashboard... Read More →
Monday August 25, 2025 15:35 - 16:15 CEST
G104
  Linux

15:35 CEST

Panel Discussion: Open Source & AI: Where OSPOs Make It Work - Ana Jiménez Santamaría, Linux Foundation, Developer Relations Foundation; David Peter Hirsch, Dynatrace; Natali Vlatko, Cisco; Ashley Wolf, GitHub; Richard Bian, Ant Group; Alexios Zavras, Int
Monday August 25, 2025 15:35 - 16:15 CEST
As organizations race to integrate AI into their infrastructure, products, and processes, they face a shared set of challenges, ranging from data fragmentation, ethical governance, to cost management and sustainability. What’s often overlooked in these conversations is the essential role of open source: the AI technology stack today is built upon thousands of open source projects and frameworks, as well as some not-so open source offerings. Yet, many organizations still lack a coordinated strategy for engaging with and contributing to this foundational ecosystem.

This BoF session aims to provide a collaborative space for OSPO teams, platform architects, AI engineers, compliance professionals, etc to come together and explore how open source management talent helps organizations navigate AI adoption, and creation, sustainably and effectively. An open floor to exchange experiences and identify issues such as:

- Interface with legal and compliance teams

- New standards related to AI models and infrastructure, such as model cards, etc

- Balancing OSS transparency with Responsible AI development

- Do AI communities differ from traditional OSS communities, and how to approach them
Speakers
avatar for David Hirsch

David Hirsch

Open Ecosystem Lead, Dynatrace
David is the OSPO Manager at Dynatrace, driving open-source strategy, governance, and security. He works with engineering teams to grow adoption and communities for projects like Keptn, OpenFeature, and OpenTelemetry. With 10+ years in cloud-native and open source, he builds industry... Read More →
avatar for Richard Sikang Bian

Richard Sikang Bian

Head of Open Source , Ant Group
Richard Bian (Chinese: 边思康) led Ant Group Open Source initiative from day 1 and developed the initiative from a single person effort to a cross-functional Open Source Program Office (OSPO) team covering governance, strategy, developer experience, product development, growth... Read More →
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 Natali Vlatko

Natali Vlatko

Open Source Lead Architect, Cisco
Natali Vlatko (she/her) is an Open Source Lead Architect at Cisco, specializing in open software, policy, and governance. She is a SIG Docs Co-Chair for Kubernetes and a member of the TODO Group Steering Committee. She plays on the fun computer in her spare time. Her academic background... 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 Alexios Zavras

Alexios Zavras

Chief Open Source Compliance Officer, Intel
Alexios Zavras is the Chief Open Source Compliance Officer of Intel Corporation. He has been involved with Software Bill of Materials and SPDX since 2011. Alexios has 40 years of experience in Free and Open Source Software and holds a PhD in Computer Science after having studied in... Read More →
avatar for Sachin Bhakar

Sachin Bhakar

Open Source Strategist, Shell
Sachin is responsible for designing the Open Source & AI strategy for the CSDI at Shell. He dons two hats as he has a degree in law & engineering, he has previously held positions such as Open Source counsel, Evangelist & IP analyst with HPE, HERE Technologies & Honeywell respectively... Read More →
Monday August 25, 2025 15:35 - 16:15 CEST
D204
  OSPOCon

15:35 CEST

Confirming Safety of IAM Specifications and Their OSS Implementations: Keycloak as a Case Study - Takashi Norimatsu, Hitachi, Ltd.
Monday August 25, 2025 15:35 - 16:15 CEST
To securely deploy an identity and access management product implementing authentication & authorisation specifications like OpenID Connect 1.0 and OAuth 2.0 respectively, we need to ensure that the specifications are safe, the product correctly implements the specifications, and the product does not contain any vulnerabilities specific to the specifications. Methods for checking these points are formal analysis, conformance testing, and vulnerability testing, respectively. However, developers are not usually familiar with them. Based on the speaker’s investigation on academic research, the speaker describes them in a straightforward way.

The speaker is a maintainer of Keycloak, identity and access management open source software, CNCF incubating project. Therefore, the speaker will use Keycloak as a case study and explain how the specifications that Keycloak implements are verified to be secure and how Keycloak is verified to be compliant with the specifications.

The audience could gain insight into how to ensure that the identity and access management product they use or develop is secure.
Speakers
avatar for Takashi Norimatsu

Takashi Norimatsu

OSS Specialist, Hitachi, Ltd.
Takashi Norimatsu, Doctor of Philosophy (PhD) in Engineering, Senior OSS Specialist, Hitachi, Ltd. is a maintainer of Keycloak, IAM OSS and CNCF project. He has been implemented and contributed security features like Financial-grade API (FAPI) security profiles, W3C WebAuthn/Passkey... Read More →
Monday August 25, 2025 15:35 - 16:15 CEST
G106
  Standards & Specifications

16:30 CEST

Remote Core Power Management in AMP Systems - Akashdeep Kaur, Hari Nagalla & Kendall Willis, Texas Instruments
Monday August 25, 2025 16:30 - 17:10 CEST
Power management in heterogeneous SoCs with multiple asymmetric multi processing cores running different operating systems needs a coordinated approach to attain SoC level low power states.

In order to choose a suspend to RAM mode, requirements from applications running on co-processors need to be communicated and honored.

This talk shall cover how the Linux remoteproc driver should implement the system suspend resume functions that will coordinate with firmware running on a remote core during suspend and resume of the system.

This talk will give attendees the understanding of what it takes for a heterogeneous SoC to leverage the remoteproc subsystem to implement graceful suspend and resume of remote cores.

We shall also look at the existing state of remoteproc driver in kernel, areas of improvements and optimization, and blockers we are facing in upstreaming suspend resume functionality in the TI’s remoteproc driver.
Speakers
avatar for Akashdeep Kaur

Akashdeep Kaur

Software Engineer, TEXAS INSTRUMENTS
Akashdeep Kaur is lead embedded engineer in Texas instruments. She mainly works in power management firmware that involves security and device management to handle low power sequences.
avatar for Hari Nagalla

Hari Nagalla

Staff Software Engineer, Texas Instruments Inc.
Embedded software engineer at Texas Instruments Inc.
avatar for Kendall Willis

Kendall Willis

Software Engineer, Texas Instruments
Kendall Willis is an Embedded Software Engineer working at Texas Instruments. She primarily focuses on power management in ARM SoCs by enabling various low power modes in the Linux kernel.
Monday August 25, 2025 16:30 - 17:10 CEST
Elicium 2
  Embedded Linux Conference

16:30 CEST

Private To Open Source Through InnerSource: IKEA's Journey To Open Source - Shanmugapriya Manoharan & Supriya Chitale, IKEA
Monday August 25, 2025 16:30 - 17:10 CEST
Launching an open source initiative within a company is more than just publishing source code. It involves shift in mindset to foster a culture of openness, gaining support from leadership, establishing governance policy and infrastructure to facilitate it. In this talk, we will share how our OSPO enabled teams to take their first steps to open source, from internal advocacy to successfully publishing their repositories. We will dive into the key challenges like promoting a collaborative-development mindset, leadership buy-in and bringing enablement teams together to set up necessary process ensuring security. We will share the strategies that worked - teaming up with the right pilot team, building InnerSource maturity internally, recognizing contributors and maintainers of open source and innersource projects, gaining support from the leadership, conducting events like InnerSource hackathon to spread awareness about reuse and co-creation. Whether you are looking to start an open source initiative in your organization or to improve existing processes, this talk will give you insights on innovative strategies that worked for us and that can be leveraged by other organizations too.
Speakers
avatar for Supriya Chitale

Supriya Chitale

Open Source Program Office Manager, IKEA
Supriya Chitale is currently working at IKEA as Open Source Program Office Manager. She has 20 years experience in software industry with specialization in topics related to Open Source and InnerSource. She is a parent to a teenager and in her free time, she loves to travel and learn... Read More →
avatar for Shanmugapriya Manoharan

Shanmugapriya Manoharan

Open Source Engineering Advisor, IKEA IT AB
Shanmugapriya is an Open Source & InnerSource SME, working as Engineering Advisor at OSPO, IKEA IT AB. She has 15+ years of experience in driving initiatives and projects including Open Source and InnerSource projects, while working in organizations like HPE and Dell Technologies... Read More →
Monday August 25, 2025 16:30 - 17:10 CEST
Auditorium
  Open Source Leadership

16:30 CEST

Video4Zephyr: From Basic APIs Towards a Full-fledged Video Subsystem - Phi Bang Nguyen, NXP Semiconductors
Monday August 25, 2025 16:30 - 17:10 CEST
Originally introduced in 2019, the Video4Zephyr (v4z) APIs provided a foundational interface for interacting with video devices in Zephyr. However, with minimal changes over the years, their limitations have become apparent—especially as video hardware grows more complex and camera-based applications become increasingly demanding.

This talk presents the current status of v4z, hightlighting recent improvements as well as sharing ongoing and upcomming works which turns the v4z from a simple driver API into a robust video subsystem. We’ll cover the devicetree video port/endpoint mechanism, a unified video control framework, enhanced buffer management, and support for memory-to-memory (m2m) devices, etc. These efforts aim to shift commont functionality and logic into the subsystem itself, significantly reduce the burden on driver developers - bringing the Zephyr’s video stack closer to a mature multimedia framework.
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 →
Monday August 25, 2025 16:30 - 17:10 CEST
D203
  Zephyr Developer Summit
 
  • 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 -