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.

Venue: G104 clear filter
arrow_back View All Dates
Monday, August 25
 

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

13:30 CEST

Realtime Linux Beyond PREEMPT_RT: Exploring Xenomai's Dual-Kernel Approach - Richard Weinberger, sigma star gmbh
Monday August 25, 2025 13:30 - 14:10 CEST
In the area of Linux-based real-time applications, PREEMPT_RT has become a widely embraced solution. However, it's not the only path to achieving real-time characteristics. Xenomai, utilizing a dual-kernel approach, presents a compelling alternative that merits consideration.

In this session, Richard will delve into the Xenomai project, highlighting its unique architecture and the scenarios where it excels over PREEMPT_RT and where not. Participants will gain a comprehensive understanding of how to deploy Xenomai in real-world applications through step-by-step examples.

This talk is designed not only to introduce attendees to the fundamental concepts of Xenomai but also to equip them with practical skills for implementing their own real-time solutions using this framework. Whether you’re a developer seeking to expand your toolkit or a system architect exploring different real-time options, this presentation will provide valuable insights into a versatile and powerful alternative to the conventional PREEMPT_RT route.
Speakers
avatar for Richard Weinberger

Richard Weinberger

CTO, sigma star gmbh
Richard Weinberger is co-founder of sigma star gmbh where he offers consulting services around Linux and IT security.
Monday August 25, 2025 13:30 - 14:10 CEST
G104
  Linux
  • Audience Experience Level Any

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

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

16:30 CEST

DevRel Foundation Ask Me Anything Session
Monday August 25, 2025 16:30 - 17:10 CEST
The DevRel Foundation is a vendor-neutral initiative aimed at building shared understanding, resources, and best practices to elevate the professional practices of developer relations across industries. In response to recent challenges, including industry layoffs and the evolving landscape of DevRel roles, the foundation has established working groups to tackle pressing issues such as metrics and reporting, career support, and resource aggregation. This session offers attendees the opportunity to connect with thought leaders in the DevRel Foundation community, engage in discussions about current challenges, and explore ways to get involved in shaping the future of the developer relation foundation. Key questions to explore include: What strategies can showcase the return on investment of DevRel initiatives to stakeholders? What skills are becoming important in the evolving DevRel landscape, and how can professionals acquire them? How can engaging with the DevRel Foundation’s working groups enhance your career?

The final output will result in a report capturing the roundtable's insights and recommendations authored by the attendees, hosted under Developer Relations' Foundation GH organization under CC-BY 4.0.
Speakers
avatar for Divya Mohan

Divya Mohan

Senior Systems Administrator, HSBC
Middleware engineer with HSBC, Cloud, Serverless, and Chaos Engineering fangirl. Troubleshooting and Fixing broken systems are my favorite brands of poison. 
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 Marcos Placona

Marcos Placona

Founder, DevRel Bridge
Monday August 25, 2025 16:30 - 17:10 CEST
G104
 
  • 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 -