Loading…
11-12, August 2026
Seoul, South Korea
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 Korea 2026 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 Korea Standard Time (KST), UTC +9. To see the schedule in your preferred timezone, please select from the drop-down menu to the right.
Venue: Orchid 1 clear filter
arrow_back View All Dates
Wednesday, August 12
 

11:00 KST

Fusing AOSP and Linux! To Open a New Chapter for Linux Desktops - Yong Gong, Phytium: OpenFDE open-source community
Wednesday August 12, 2026 11:00 - 11:30 KST
The Linux desktop system boasts strong customization and freedom, but its application ecosystem has long been a weakness. Recently, the Android system has millions of applications, covering all aspects of work and life. If we could integrate these and create a brand-new desktop experience, what kind of impact would it have?

This presentation will introduce our open-source project - OpenFDE (Open Fusion Desktop Environment). This is an innovative desktop environment that integrates the Android open-source project (AOSP) deeply with Linux applications, enabling users to run various Android applications seamlessly on their Linux desktops.

We will share:
1、Project Vision: Why did we choose AOSP and Linux integration? What problems are we aiming to solve?
2、Core Architecture: How do we achieve the integration of these two major systems? In-depth analysis of the key technologies of OpenFDE in terms of graphics, window management, and application lifecycle.
3、Live Demonstration: Witness firsthand the smooth coexistence of Linux and the latest Android applications (including large-scale games) in the OpenFDE environment.
Speakers
avatar for yong gong

yong gong

Associate Researcher, Engineer, Phytium: OpenFDE open-source community
Over 6 years of experience porting Android systems to Linux. A major contributor and administrator of the OpenFDE project, primarily responsible for product form planning and implementation. Has in-depth understanding of the technical principles and development history of the Linux... Read More →
Wednesday August 12, 2026 11:00 - 11:30 KST
Orchid 1

11:40 KST

Run Queue Secrets: How the Linux Scheduler Shapes Your Application Performance - Anjali Jain, Amazon Web Services & Abhineet Saxena, Atlassian
Wednesday August 12, 2026 11:40 - 12:10 KST
In modern cloud environments, CPU usage often looks healthy while applications still experience latency and unpredictable slowdowns. In one Kubernetes based system running latency sensitive workloads, services degraded despite CPU staying below 50%. Traditional monitoring showed no clear issue, leading to delayed debugging and reactive fixes.

This case study highlights how the real bottleneck was hidden in the Linux scheduler specifically run queue contention and scheduling delays. By examining run queue depth and task scheduling behavior, the team uncovered how fairness-driven scheduling (CFS) impacted performance under load. The session also touches on how newer approaches like EEVDF aim to improve scheduling decisions.

The result was faster root cause identification, better workload tuning, and improved application responsiveness without scaling resources.

Key Takeaways:

- Why CPU utilization can mislead performance analysis
- How run queue depth and scheduling latency impact applications
- The gap between fair scheduling and real-world performance
- What’s changing in modern schedulers (CFS > EEVDF)
- Practical ways to reason about scheduler related bottlenecks
Speakers
avatar for Abhineet Saxena

Abhineet Saxena

Systems Reliability Engineering II, Nutanix
Abhineet Saxena is a Cloud Engineer specializing in AWS, Linux, and DevOps, and an AWS User Group and CNCF Community Leader. He has organized and spoken at events like Kubernetes Birthday Bash, Grafana Jaipur, and Navigating the Cloud. A speaker at KubeCon India 2026, he focuses on... Read More →
avatar for Anjali Jain

Anjali Jain

Cloud Support Engineer Networking, Amazon Web Services
Anjali Jain is an IT Engineer currently serving customers at Amazon Web Services (AWS), helping them design and optimize cloud solutions with best practices in the Networking domain. She began her career as a Software Engineer at Infosys, building scalable applications, and now focuses... Read More →
Wednesday August 12, 2026 11:40 - 12:10 KST
Orchid 1

13:35 KST

Kernel Live Patching: Mitigating CVEs With Zero Downtime - Shung-Hsi Yu, SUSE
Wednesday August 12, 2026 13:35 - 14:05 KST
Service operators often face a constant friction: maintaining high Service Level Indicators (SLIs) versus addressing immediate security vulnerabilities. While userspace updates cause minimal disruption, mitigating Linux kernel vulnerabilities traditionally mandates a full system reboot, forcing administrators into the dilemma of choosing between proactive security practices and continuous uptime.

This session explores the workings of Linux kernel live patching, details how a livepatch kernel module is built, examines the internal mechanisms that power the technology (e.g., ftrace), and provides a practical overview of the current ecosystem so administrators can start using live patches immediately.
Speakers
avatar for Shung-Hsi Yu

Shung-Hsi Yu

Kernel Engineer, SUSE
Mainly working on maintaining the eBPF stack of SUSE Linux Enterprise Server (SLES) distribution.
Currently drawn to the inner working of eBPF verifier and formal verification.
Wednesday August 12, 2026 13:35 - 14:05 KST
Orchid 1

14:15 KST

Beyond Main(): Orchestrating Early Boot With Linker Scripts and ELF Sections - Antra Purohit & Hemant Bharadwaj, Microsoft
Wednesday August 12, 2026 14:15 - 14:45 KST
Modern Linux init systems don't just magically start executing services. Long before PID 1 reaches its main loop, a complex, carefully orchestrated dance of initialization routines takes place. This presentation explores the crucial, often-overlooked machinery bridging the compiler toolchain and system orchestration: the linker.

Often treated as a black box, the linker (ld) is an immensely powerful tool for low-level systems engineers. This deep dive pulls back the curtain on how modern init architectures leverage custom linker scripts, specifically defined ELF sections, and compiler directives (like __attribute__((constructor))) to precisely control execution order and optimize memory layouts before the system fully comes alive.
Speakers
avatar for Hemant Bharadwaj

Hemant Bharadwaj

Senior Site Reliability Engineer at Microsoft, Microsoft
Hemant Bharadwaj is a Senior Site Reliability Engineer working on large-scale Linux infrastructure. He focuses on observability, incident response, debugging, and automation across distributed systems. His work centers on turning operational pain points into repeatable, open, and... Read More →
avatar for Antra Purohit

Antra Purohit

Software Engineer, Microsoft
Antra Purohit is a software engineer working on Linux‑based cloud and embedded platforms. She works on Yocto‑based systems and cloud infrastructure, translating open‑source technologies into reliable, production‑ready solutions.
Wednesday August 12, 2026 14:15 - 14:45 KST
Orchid 1

14:55 KST

From Continuous Tracing To Automated Insights: AI-Driven Performance Analysis With Guider - Peace Lee & Jaeguk Lee, Hyundai Motor Company
Wednesday August 12, 2026 14:55 - 15:25 KST
Catching transient performance drops is notoriously hard; by the time you attach a profiler, the bottleneck is often gone. Continuous tracing is the solution, but manually analyzing the resulting massive data is a huge hurdle.

This session introduces a practical methodology for always-on performance monitoring and automated analysis using Guider. First, we demonstrate how Guider efficiently profiles system performance in the background with minimal overhead. Upon detecting an anomaly, it automatically generates a retroactive report using trace data captured just before the event.

We will then show how to feed these structured reports into an AI pipeline. Instead of manually deciphering complex kernel metrics, you will see how AI instantly pinpoints the root cause of performance regressions.

Attendees will learn to build a continuous monitoring pipeline that automatically turns raw trace data into real-time, actionable insights.
Speakers
avatar for Peace Lee

Peace Lee

Software Performance Engineer, Hyundai Motor Company
Peace Lee is a Linux Performance Specialist. He has been analyzing and improving the performance of apps and system on various platforms based on Linux. He is the owner of Guider (https://github.com/iipeace/guider).
avatar for Jaeguk Lee

Jaeguk Lee

Software Engineer, Hyundai Motor company
Hyundai motors , Korea
Software Engineer
2023.3 ~ present
- enhance performance in automotive system (linux, android)

LG electronics , Korea
Software Engineer 2010.6 ~ 2023.2
- kernel/bsp debugging and optimization
- performance enhancement in linux kernel/user space... Read More →
Wednesday August 12, 2026 14:55 - 15:25 KST
Orchid 1

15:55 KST

OpenChain’s Strategic Direction for 2027 in Global Practices - Meixia Wang, The Linux Foundation
Wednesday August 12, 2026 15:55 - 16:25 KST
In this session, as the newly appointed Executive Director of OpenChain, I will outline the strategic direction for OpenChain in 2027 and beyond. Building on the solid foundation of our existing ISO standards, including ISO 5230:2020 and ISO 18974, I will share the next steps OpenChain will take to expand its global reach. We will focus on fostering international collaboration, adapting to emerging regulatory landscapes, and driving innovation in open-source compliance practices worldwide.
Speakers
avatar for Meixia Wang

Meixia Wang

Executive Director at Open Chain Project, The Linux Foundation
Mary Wang , Executive Director of the OpenChain Foundation, part of the Linux Foundation.
Prior to this role, she served as Director of the Open Source Ecosystem at Volvo Cars, and found Open Source Program Office (OSPO).
Before joining Volvo Cars. Mary spent nine years at Ericsson. she started working as a DevOps engineer, developing and implementing CI/CD pipelines, and later as a Technical Product Manager , taking end-to-end ownership of products

... Read More →
Wednesday August 12, 2026 15:55 - 16:25 KST
Orchid 1

16:35 KST

Reboot Without Rebooting: Updating Linux Userspace at the Speed of a Service Restart - Nandakumar Raghavan & Prasanna Kumar T S M, Microsoft
Wednesday August 12, 2026 16:35 - 17:05 KST
What if you could replace your entire OS userspace — binaries, configs, services, even init itself — without ever stopping the kernel? No firmware POST, no hardware re-init, no multi-minute downtime. Just a clean userspace restart in seconds.

That's what soft-reboot (systemctl soft-reboot), implemented in systemd, delivers: a primitive that tears down all of userspace, pivots into a fresh root filesystem, and re-launches PID 1 — while the running kernel stays untouched.

This talk unpacks how soft-reboot works under the hood, why it matters for modern OS update workflows, and how it compares to a traditional reboot and kexec. We'll walk through real production use cases: zero-downtime OS updates, staged fleet rollouts, and rapid recovery from a wedged userspace — without paying the cost of a full boot cycle.

Attendees will leave with a clear mental model of soft-reboot internals, practical guidance on when to choose it over a full reboot or kexec, and concrete patterns for building soft-reboot-aware update pipelines.

If you've ever wished you could ship an OS update as fast as restarting a service, this talk is for you.
Speakers
avatar for Nandakumar Raghavan

Nandakumar Raghavan

Senior Software Engineer - Linux Systems Group, Microsoft
Nandakumar works as Senior Software Engineer at Microsoft - Linux Systems Group. He has worked on router board bring up, linux kernel development and user space. He has extensive work experience on MIPS and x86 architecture. He has made several contributions to systemd upstream.
avatar for Prasanna Kumar T S M

Prasanna Kumar T S M

Senior Software Engineer, Microsoft
Prasanna Kumar is a seasoned Linux kernel engineer, is currently working for Microsoft's Linux Systems Group. He has worked on low level CPU architecture code, board bring up, driver development, file system and related utilities etc. He has contributed to Linux kernel.
Wednesday August 12, 2026 16:35 - 17:05 KST
Orchid 1
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -