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: Chrysanthemum clear filter
arrow_back View All Dates
Wednesday, August 12
 

11:00 KST

Exploring Unikernel: An Empirical Comparison With Linux - Taekyung Kang & Kyungha Kim, Boeing
Wednesday August 12, 2026 11:00 - 11:30 KST
Unikernels are specialized operating systems designed for efficiency by including only the components needed by an application. By eliminating the traditional user–kernel separation and omitting general-purpose services such as background daemons and unused device drivers, this design reduces system complexity and overhead while providing a fundamentally different execution model from conventional Linux systems.
This study examines the structure of Unikraft-based unikernels from a library operating system perspective. It also presents an empirical comparison with Linux under controlled conditions. Both systems were deployed on the same Xen hypervisor and executed on a hardware platform, running the same application with a common subset of POSIX APIs. Execution latency was measured, and assembly-level analysis was performed to investigate potential reasons for the observed differences.
The results are presented as an example of combining performance measurement and low-level inspection when analyzing specialized operating systems. Similar approaches may be applicable to other specialized OS or unikernel contexts, depending on the application and execution environment.
Speakers
avatar for Kyungha Kim

Kyungha Kim

Software Engineer, Boeing
Software Engineer at Boeing, currently working on the Boeing Linux team since 2025. Previously involved in BFMS CPS verification at Boeing and HILS for infrared missile systems at the Agency for Defense Development in South Korea.
avatar for Taekyung Kang

Taekyung Kang

Software engineer, Boeing
Software Engineer at Boeing 
- Boeing Linux (Current)
- Computing Platform Software Verification

Systems Engineer at Agency for Defense Development
- Unmanned Reconnaissance Vehicle systems
Wednesday August 12, 2026 11:00 - 11:30 KST
Chrysanthemum

11:40 KST

From CVEs To Compliance: Automating Embedded Linux Kernel Security - Kyungsik Lee, LG Electronics
Wednesday August 12, 2026 11:40 - 12:10 KST
Global security regulations such as the EU Cyber Resilience Act (CRA) have raised security requirements for embedded products. Open source components, especially the Linux kernel, must now support systematic vulnerability management, fast security patching, and long-term maintenance, making kernel security a key challenge.

This session discusses practical solutions for managing Linux kernel vulnerabilities in embedded products. It begins with an overview of recent kernel CVE trends and their impact on long-lived and customized kernels. The session then introduces a CI-based vulnerability response pipeline designed to minimize the time from CVE disclosure to patch deployment.

A key challenge is backporting security fixes to older or vendor-modified kernels, where patches often do not apply cleanly. To address this, the session presents an AI agent–based approach that assists developers by analyzing CVE data, upstream patches, and kernel context to suggest candidate backports.

By adopting an AI-assisted vulnerability response workflow, teams can reduce response time and prepare for compliance with evolving global security regulations.
Speakers
avatar for Kyungsik Lee

Kyungsik Lee

Senior Software Engineer, LG Electronics
Kyungsik Lee is a Senior Software Engineer at LG Electronics working on the Linux kernel for embedded consumer products. He currently focuses on kernel security, including vulnerability response and patch management. He has spoken at LinuxCon Japan and Open Source Summit + Embedded... Read More →
Wednesday August 12, 2026 11:40 - 12:10 KST
Chrysanthemum

13:35 KST

From Closed To Collaborative: Perspectives and Lessons From Qualcomm’s Open Development Experience - Craig Northway, Qualcomm Technologies Inc
Wednesday August 12, 2026 13:35 - 14:05 KST
For more than 15 years, Qualcomm’s been actively involved in a range of Open Source ecosystems. Until recently, some parts of our development were handled behind closed doors, with contributions coming a bit later and enablement being somewhat limited. We tried various projects and partnerships to push things upstream sooner, but it wasn’t until lately that we truly made a complete shift.

Over the past 18 months, we’ve totally revisited our approach—moving an entire Linux product development ecosystem, with hundreds of contributors, from a private downstream setup to a full-blown Open Development model. This wasn’t just a surface change: it meant overhauling how our engineers work, syncing up our internal systems with open practices, and fundamentally changing the way our developers connect and collaborate.

In this session, we’ll share what made this transition work for us—including how we managed to weave our internal systems into Open Source workflows, encouraged developers to embrace new ways of thinking, and built scalable processes that can handle all sorts of Linux ecosystems and distributions.
Speakers
avatar for Craig Northway

Craig Northway

Senior Director of Engineering, Qualcomm Technologies Inc
Craig Northway is a Senior Director of Engineering at Qualcomm Technologies, Inc. (QTI). Craig leads the Qualcomm Software Content Compliance team, a group formed to improve process, policy and tooling around Open Source software at Qualcomm, including within the Qualcomm Innovation... Read More →
Wednesday August 12, 2026 13:35 - 14:05 KST
Chrysanthemum

14:15 KST

Finding Vulnerabilities in IoT Embedded Devices Using Linux OS and Open Source Tools - Dr. Nkuba Kayembe Carlos, Korea University
Wednesday August 12, 2026 14:15 - 14:45 KST
Smart home ecosystems are increasingly powered by embedded Linux platforms, yet the security of their underlying firmware, memory management, and wireless communication stacks remains dangerously underexamined. This talk presents a systematic approach to vulnerability discovery in IoT embedded Z-Wave smart home devices using freely available Linux OS tools and developed open source frameworks — bridging the gap between theoretical security research and hands-on embedded testing.

Drawing directly from original research that resulted in 18 CVEs assigned by U.S. CERT and U.S. MITRE, and from a live-demonstration talk presented at TyphoonCon 2025 in Seoul, the speaker will walk attendees through a structured open source testing methodology:

• Fuzzing embedded protocol stacks to uncover memory-corruption vulnerabilities
• Live exploitation: manipulating controller internal memory to delete or modify secured slave device properties
• Triggering Denial-of-Service (DoS) conditions that disable an entire smart home network
• Coordinated disclosure and remediation work with SiLabs and the Z-Wave Alliance
Speakers
avatar for Dr. Nkuba Kayembe Carlos

Dr. Nkuba Kayembe Carlos

Dr. Nkuba, Korea University
Dr. Carlos Nkuba is a Research Professor at the Center for Software Security & Assurance (CSSA) at Korea University. He is a cybersecurity researcher and IoT security expert specializing in wireless communication protocols and smart home security. With deep expertise in Z-Wave security... Read More →
Wednesday August 12, 2026 14:15 - 14:45 KST
Chrysanthemum

14:55 KST

Zephyr RTOS: 10 Years After Applying OSS Best Practices - Kate Stewart, The Linux Foundation
Wednesday August 12, 2026 14:55 - 15:25 KST
Zephyr initially set out to solve a problem that many embedded teams quietly struggled with: how to build dependable real-time systems without being locked into a single vendor, toolchain, or proprietary stack. The project introduced a new model built around portability, adoption of open source and security best practices, modern tooling, and a shared ecosystem of drivers and middleware.

From the start, there was the commitment from the start apply known best practices to its development. While Zephyr is a different code base, a lot of the lessons learned from developing the Linux Kernel were applied. The project has also focused on incorporating security best practices from the start which now enables it to make compliance easier for manufacturers looking to conform to the emerging Cybersecurity Resilence Act (CRA).

Best practices have also enabled the project to work towards achieving formal safety certification for 61508 and 26262. The project has achieved 61508 concept approval at this point, as is working towards formal certification, using a combination of traditional V-Model analysis, and innovative techniques to keep up with the speed of open source development.
Speakers
avatar for Kate Stewart

Kate Stewart

VP Dependable Embedded Systems, The Linux Foundation
Kate Stewart works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched the ELISA and Zephyr Projects, and supports other embedded projects. With... Read More →
Wednesday August 12, 2026 14:55 - 15:25 KST
Chrysanthemum

15:55 KST

Case Studies of Existing Use of Linux in Safety-critical Domains - Nikita Verma, Individual & Harshita Varma, Independent
Wednesday August 12, 2026 15:55 - 16:25 KST
The automotive transition to Software-Defined Vehicles (SDVs) relies on mixed-criticality architectures, consolidating open-source infotainment (Automotive Grade Linux) alongside safety-critical Real-Time Operating Systems (RTOS). This virtualization boundary—often KVM/Xen—is assumed to be a secure airgap. However, guest-to-host communication requires hardware abstraction, primarily via the VirtIO standard.

This 40-minute session conducts a hardcore technical teardown of the virtqueue shared-memory mechanism, exposing how legacy C-based VirtIO backends (vhost-net) introduce critical vulnerabilities into the automotive supply chain.

We will dissect a hypervisor escape utilizing custom fuzzing. By crafting malformed descriptor chains to bypass frontend validation, a compromised guest can force the host's backend into out-of-bounds memory corruption, effectively bridging the airgap into the control plane.

Finally, we will architect the open-source defense: migrating to memory-safe rust-vmm virtualization components to mathematically eliminate buffer overflows, and deploying zero-overhead eBPF probes for kernel-level I/O anomaly detection.
Speakers
avatar for Nikita Verma

Nikita Verma

cloud Native Developer, Individual
Nikita Verma is an active contributor to the open-source community with a strong focus on Kubernetes and cloud-native technologies. She worked on developing forest growth simulations, automating configuration generation, and integrating CI/CD workflows. Nikita has volunteered at KubeCon... Read More →
avatar for Harshita Varma

Harshita Varma

Associate Product Manager, Independent
Harshita Varma is a contributor to the Kubernetes project, actively involved in the SIG Contributor Experience community, with a focus on enhancing the contributor journey. In March 2022, she was selected as an LFX mentee for Kubernetes under the CNCF. Since then, Harshita has significantly... Read More →
Wednesday August 12, 2026 15:55 - 16:25 KST
Chrysanthemum

16:35 KST

Using AI To Bridge the Gap Between Safety Standards and Open Source Development - Kate Stewart, The Linux Foundation
Wednesday August 12, 2026 16:35 - 17:05 KST
Popular open source operating systems like the Linux Kernel and Zephyr RTOS accept up to 9 commits per hour. Safety standards, like 61508, 26262, and others were developed without this rate of change in mind. Safety standards also expect the requirements to be explicit, which is not part of OS development processes. By using AI tools, we're able to accelerate the analysis of OS code to derive the requirements and traceability to tests. By storing this info in tools that can import and export System Package Data eXchange (SPDX) 3.0+, we're able to capture the requirements in a way that can be leveraged for wider system analysis necessary for safety. Associating integrity methods with the requirements and code snippets, also enables monitoring. Combining requirements traceability with precise build SBOM metadata, gives us a framework to keep a component compliant to a safety profile after a security fix.

This talk will provide a view on the latest experiments occurring with the Linux Kernel in the ELISA project, as well as in the Zephyr Safety Working group, and SPDX Functional Safety working group to extend SPDX to meet the needs of establishing these frameworks.
Speakers
avatar for Kate Stewart

Kate Stewart

VP Dependable Embedded Systems, The Linux Foundation
Kate Stewart works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched the ELISA and Zephyr Projects, and supports other embedded projects. With... Read More →
Wednesday August 12, 2026 16:35 - 17:05 KST
Chrysanthemum
 
  • 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 -