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
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 →
Monday August 25, 2025 16:30 - 17:10 CEST
G104
 
Tuesday, August 26
 

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

14:10 CEST

Hybrid THP Mechanism. Selective Use of Huge Pages by Hot Applications - Asier Gutierrez, Huawei
Tuesday August 26, 2025 14:10 - 14:50 CEST
Currently, THP policies are used globally, for the entire system. This leads to memory fragmentation and memory waste. Main memory has increased a lot faster than TLB entries, and it will continue to do so. Given the limited TLB cache entries, this becomes a serious bottleneck for real world applications. Huge pages are supposed to resolve this issue, since the a single entry in the TLB can map a big chunk of memory. However, this eventually leads to memory fragmentation and eventually the system runs out of usable memory. Hence, most sysadmins and user space application suggest to disable huge pages

We introduce a hybrid page mechanism where hot applications can use huge pages transparently, while avoiding the entire system to use huge pages.

During the talk, we will show how we managed to decrease the huge page consumption as well as benchmarks on real applications.
Speakers
avatar for Asier Gutierrez

Asier Gutierrez

Staff software engineer, Huawei
I am a seasoned software engineer, with a wide background in product and system programming. I have worked for big companies like Intel, IBM and Yandex, as well as small startups. I spoke at the Open Source Summit Europe in 2023 where I showed how IMA namespaces can be used to achieve... Read More →
Tuesday August 26, 2025 14:10 - 14:50 CEST
G104
  Linux
  • Audience Experience Level Any

15:05 CEST

More Effective Approach To Detecting Potential Deadlocks, DEPT(DEPendency Tracker) - Byungchul Park, SK hynix
Tuesday August 26, 2025 15:05 - 15:45 CEST
Lockdep is a tool in the Linux kernel designed to detect potential deadlocks by tracking the order in which locks are acquired. However, deadlocks can occur not only due to incorrect lock acquisition order, but also from waits that cannot be resolved. For more effective deadlock detection, it is crucial to track the waits and events themselves, rather than focusing on lock acquisition order. This is where DEPT (DEPendency Tracker) comes in. DEPT accurately identifies conditions that can lead to deadlocks by tracking waits and events. Let me introduce DEPT and explain how it works.

[limitation of lockdep] https://lore.kernel.org/lkml/6383cde5-cf4b-facf-6e07-1378a485657d@I-love.SAKURA.ne.jp/

[dept playing role in practice] https://lore.kernel.org/lkml/1674268856-31807-1-git-send-email-byungchul.park@lge.com/

[dept series] https://lore.kernel.org/all/20240508094726.35754-1-byungchul@sk.com/
Speakers
avatar for Byungchul Park

Byungchul Park

Linux kernel developer, SK hynix
Linux kernel developer and mainline Linux kernel contributor focusing on core subsystems especially task scheduler, synchronization mechanisms, and memory management.
Tuesday August 26, 2025 15:05 - 15:45 CEST
G104
  Linux

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
 
Wednesday, August 27
 

11:00 CEST

The SBOM Era: Leaving No Open Source Project Behind With Osskb.org - Agustin Benito Bethencourt, Toscalix Consulting & Jeronimo Ortiz, SCANOSS
Wednesday August 27, 2025 11:00 - 11:40 CEST
Creating complete, machine-readable SBOMs in standardized formats can be a significant burden for many open source projects, especially for resource-constrained, large integration efforts, projects dealing with complex dependencies, etc. Detection of undeclared dependencies and unwanted snippets is one of their main challenges.

This talk introduces osskb.org, a free of charge service by the Software Transparency Foundation (STF) designed to make accurate open source scanning accessible to all. Integrated as a back-end already by popular open source tools like FOSSology, ORT, FOSSLight, scanoos.py, or Theia, OSSKB.org detects open source files and code snippets against one of the largest open source knowledge bases, providing license information and without compromising user privacy.

The session will address key questions about STF's mission, governance and shareholders, it will walk attendees through the open source technologies behind osskb.org, and will demo how OSSKB.org works integrated with popular compliance tools and with pipelines.
Speakers
avatar for Agustin Benito Bethencourt

Agustin Benito Bethencourt

Independent consultant, Toscalix Consulting
Agustín has guided projects, and organizations throughout the life cycle of OSS based products and services in different markets. He now works as an independent consultant, focused on helping organizations in two ways: applying advanced data analytics to production environments to... Read More →
avatar for Jeronimo Ortiz

Jeronimo Ortiz

DevSecOps, SCANOSS
DevSecOps working at SCANOSS, passionate about helping organizations embrace DevOps culture and streamline processes
Wednesday August 27, 2025 11:00 - 11:40 CEST
G104
  Operations Management

11:55 CEST

Zero Trust Maturity Assessment With OSCAL - Donald Hunter, Red Hat
Wednesday August 27, 2025 11:55 - 12:35 CEST
When implementing Zero Trust there is no one size fits all solution. The complexity of understanding the principles of Zero Trust and mapping them to a given technology stack have inhibited widespread adoption. Reasoning about system properties against any framework or criteria, and the corresponding adoption paths to achieve increasing maturity is always a challenge, especially for organisations relying on open source technologies.

By leveraging the Open Security Controls Assessment Language (OSCAL) controls and processes along with existing Red Hat compliance frameworks we aim to simplify Zero Trust compliance and maturity assessment while signposting the steps to improving Zero Trust maturity.

Attendees will walk away with an understanding of Zero Trust, how automated compliance can benefit their measurement and implementation of Zero Trust objectives, and open source efforts to streamline the assessment process.
Speakers
avatar for Donald Hunter

Donald Hunter

Senior Principal Software Engineer, Red Hat
Donald is the Security team lead in the Office of the CTO at Red Hat where he focuses on emerging technologies in Security. Donald is a veteran in the network industry with over 20 years at Cisco before joining Red Hat. Donald’s recent focus has been on AI trust and security, Zero... Read More →
Wednesday August 27, 2025 11:55 - 12:35 CEST
G104
  Operations Management
  • Audience Experience Level Any

14:10 CEST

Proactive Protection: Using AI To Safeguard Your Code and Supply Chain From Vulnerabilities - Meha Bhalodiya & Ruchi Pakhle, Red Hat
Wednesday August 27, 2025 14:10 - 14:50 CEST
Step into a world where your code and supply chain is not just defended but dynamically shielded against digital adversaries. "Proactive Protection: Unleashing AI for Digital Fortification" immerses you in a riveting exploration of cutting-edge security tactics. Through captivating narratives and interactive simulations, delve into AI's transformative role in anticipating and neutralizing vulnerabilities before they strike. Discover how predictive algorithms, automated response mechanisms, and real-time threat intelligence converge to create a proactive defense ecosystem that adapts and evolves with your digital assets.

By the session's end, arm yourself with actionable strategies to infuse AI-driven resilience into your codebase and supply chain, ensuring a fortified digital frontier against ever-evolving cyber threats.
Speakers
avatar for Ruchi Shrikant Pakhle

Ruchi Shrikant Pakhle

Software Engineer, Red Hat
Software Engineer @Red Hat | LFX Spring'22 @open-horizon | Open Source Developer @asyncapi | Python geek and AI developer in free time :D
avatar for Meha Bhalodiya

Meha Bhalodiya

Software Quality Engineer, Red Hat
A Software Quality Engineer at Red Hat, where I work with the OpenShift Container Platform team.
Wednesday August 27, 2025 14:10 - 14:50 CEST
G104
  Operations Management

15:05 CEST

Navigating Uncertainty: Operational Risk Management in the Open-Source Sector - Eleni Katsoula, Collabora
Wednesday August 27, 2025 15:05 - 15:45 CEST
As a consultancy working at the heart of the open-source ecosystem, Collabora operates in a landscape defined by constant change—technologically, economically, and organizationally. In this talk, we’ll explore how you can build operational resilience through intentional risk management, agile resource planning, and a deep understanding of the unique dynamics of working in this field.

We’ll look at how to balance the unpredictability of client pipelines, evolving upstream projects, and distributed collaboration with the need for sustainable business practices and delivery reliability. Drawing on principles of adaptive planning and lightweight risk frameworks, this session will offer practical approaches to identifying vulnerabilities, allocating resources effectively, and maintaining agility without losing focus.

Whether confronting fluctuating demand, evolving stakeholder landscapes, or macroeconomic uncertainty, open-source consultancies must rely on principles rather than predictions. This talk frames operational resilience as an emergent property of adaptive systems—rooted in flexibility, decentralization, and continuous feedback.
Speakers
avatar for Eleni Katsoula

Eleni Katsoula

Engineering Operations Manager, Collabora
I am a multilingual, internationally experienced executive & consultant, specializing in Business Operations, IT Management & Strategic Planning. With a strong background in engineering operations, business analytics, and financial planning, I help companies streamline processes... Read More →
Wednesday August 27, 2025 15:05 - 15:45 CEST
G104
  Operations Management

16:20 CEST

Keeping Your Software Supply Chain Healthy - Daniel Rabinovitz, GitLab
Wednesday August 27, 2025 16:20 - 17:00 CEST
Heading to your annual checkup, you're anxious. Your abandoned gym routine and poor eating habits have left you with elevated sodium levels and unwanted weight gain. Last year's choices could have yielded better health outcomes, but now you face the consequences. Your organization faces similar health risks in its digital ecosystem. During your transformation, have you thoroughly examined your SDLC? Are your systems truly resistant to sophisticated attacks? Could unauthorized licenses be silently compromising your products from within? Effective protection mechanisms exist to safeguard your software supply chain throughout this critical transition.

Join Dan as he covers how to address software supply chain security to keep your organization healthy. Topics covered will include:

- Taking your software supply chain's vital signs with comprehensive security audits

- Diagnosing AI-related vulnerabilities before they become chronic conditions

- Cutting out harmful dependencies while strengthening your codebase's immune system

- Developing a healthy dependency management lifestyle for long-term organizational wellness

Don't let poor digital health decisions compromise your business.
Speakers
avatar for Daniel Rabinovitz

Daniel Rabinovitz

Senior Solutions Architect, GitLab
Dan is a Senior Solutions Architect at GitLab with 20+ years of experience in technical pre-sales. He's worked with Fortune 50 clients across financial services, insurance, and media sectors, including AIG, Citibank, and Verizon. Previously at Digital.ai, Sauce Labs, and IBM, Dan... Read More →
Wednesday August 27, 2025 16:20 - 17:00 CEST
G104
  Operations Management
 
  • 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.