Loading…
16-17 June, 2026
Mumbai, India
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 India 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.

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.


Venue: Lotus 3 (Third Floor) clear filter
arrow_back View All Dates
Wednesday, June 17
 

12:00pm IST

Secure by Default: Building an AI-Augmented, OSS-Powered Reusable CI/CD Pipeline - Jenisten Xavier, Full Creative
Wednesday June 17, 2026 12:00pm - 12:40pm IST
What if every repository in your organisation inherited security, compliance and AI-driven automation the moment it adopted your CI/CD pipeline - with zero extra configuration?

In this session, I'll walk through a fully reusable, open-source-first CI/CD pipeline system built on GitHub Actions/GitLab CI that enforces security and quality gates end-to-end. We'll cover how secret scanning, OWASP Dependency Check, OWASP Dependency-Track, OSV Scanner for container images and SonarQube - community edition for SAST are wired together as non-negotiable pipeline steps - not afterthoughts. I'll demonstrate how Dependabot, Projen and how strict controls actively prevent supply chain attacks before they happen.

Beyond security, the pipeline handles semantic versioning, Cloud deployments, package publishing, artifact management and test report hosting - all reusable across multiple repos.

The talk concludes with the AI layer: using LLMs to auto-generate changelogs, trigger SonarQube self-healing agents and track deployment history for incident response. Attendees will leave with a practical blueprint for adopting OSS tools to build pipelines that are secure, intelligent and built to scale.
Speakers
avatar for Jenisten Xavier

Jenisten Xavier

Sr IT Analyst (DevOps), Full Creative
I’m a DevOps professional specialising in CI/CD solutions, automation & IaC, with a strong focus on GCP. I have a track record of streamlining deployment strategies that enhance efficiency and scalability.
I’m an organiser for the GDG Cloud Chennai community, where I engage with fellow tech enthusiasts to foster collaboration and knowledge-sharing. I bring creativity to both technology always seeking solutions. I’m passionate about growth, learning, and contributing to the wider... Read More →
Wednesday June 17, 2026 12:00pm - 12:40pm IST
Lotus 3 (Third Floor)
  CI/CD
  • Audience Experience Level Any

12:50pm IST

“Hey AI, Train Llama”: Making Kubeflow Agent-Native With MCP - Akash Jaiswal, Oracle & Abhijeet Dhumal, Red Hat
Wednesday June 17, 2026 12:50pm - 1:30pm IST
ML platforms are powerful, but not always easy to use. A data scientist might understand their model well, yet struggle with Kubernetes configs, SDK APIs, or GPU scheduling. The result is friction — and a lot of “Can someone submit this job for me?” messages.

In this talk, I’ll introduce Kubeflow MCP Server — a Model Context Protocol bridge that exposes the Kubeflow SDK as AI-callable tools. Instead of writing Python or YAML, users can train and manage workloads through natural conversation, while the MCP layer handles validation and policy enforcement underneath.

KEP: https://github.com/kubeflow/community/pull/937

We’ll show:
Turning Kubeflow operations into structured MCP tools
Pre-flight checks that catch resource mismatches before submission
Persona-based filtering so data scientists get safe access while admins keep full control
A two-phase confirmation pattern to avoid accidental large GPU allocations

This session explores what it means for ML infrastructure to become agent-friendly — without compromising governance or cluster safety.
Speakers
avatar for Akash Jaiswal

Akash Jaiswal

Software Engineer, Oracle
Software Developer @Oracle,
GSoC 2025 KubeFlow, GSoC 2022 CC Extractor
Speaker at 5+ events
avatar for Abhijeet Dhumal

Abhijeet Dhumal

Software Engineer, Red Hat
Software Engineer at Red Hat, specialising in cloud native AI and Kubernetes infrastructure.
An active open-source contributor to CNCF projects as well as OpenSource communities - Kubeflow, Ray and Feature Store with experience in cloud-native AI/ML platform development and distr... Read More →
Wednesday June 17, 2026 12:50pm - 1:30pm IST
Lotus 3 (Third Floor)
  CI/CD

1:40pm IST

When Nobody Owns Quality: Making Testing Responsibility Explicit in Open Source Projects - Ujjwal Kumar Singh, Skeps
Wednesday June 17, 2026 1:40pm - 2:20pm IST
Who owns testing standards in your project? Who decides release gates? Who pays the cost of test debt?

Many open source projects cannot answer clearly. Not because maintainers do not care, but because test health responsibility emerges informally rather than being explicitly defined. What remains informal becomes nobody's obligation until it turns into everyone's problem.

Examining governance docs, contributor guidelines and issue discussions from Linux kernel, Kubernetes, Apache and OpenStack, this talk surfaces a recurring pattern: investing in CI alone does not clarify who owns test health. Kubernetes has a testing SIG and extensive CI, yet flaky test discussions reveal uncertainty about who can enforce fixes.

Four practical steps projects can adopt:

Make testing ownership explicit in governance and contributing documentation.
Define release quality gates that are written, versioned and enforced.
Designate CI health stewardship the way projects designate release managers.
Track flaky test debt the way projects track open issues.

Open source conferences focus on tools. This talk focuses on ownership: a framework for identifying and closing gaps in test health responsibility.
Speakers
avatar for Ujjwal Kumar Singh

Ujjwal Kumar Singh

Software Development Engineer in Test, Skeps
Ujjwal Kumar Singh is a Software Tester who focuses on exploring software quality beyond traditional test cases and automation. His work centers on understanding how testing practices interact with engineering workflows, contributor collaboration, and project governance. He is particularly... Read More →
Wednesday June 17, 2026 1:40pm - 2:20pm IST
Lotus 3 (Third Floor)
  CI/CD

3:35pm IST

Towards a Tool for Access-Affinity Based Structure Reordering in the Linux Kernel - Madadi Vineeth Reddy & Aboorva Devarajan, IBM
Wednesday June 17, 2026 3:35pm - 4:15pm IST
Modern CPUs rely on spatial locality when fetching fixed-size cache lines, but kernel structures are often laid out without reflecting runtime access patterns. Frequency-based reordering groups hot fields together but misses a key insight: two high-frequency fields accessed at different times can still waste cache capacity through eviction between accesses. We propose access-affinity-based reordering fields accessed close together in time should be placed close together in memory.

We trace field-level accesses on struct rq, compute co-access frequencies within a short time window, and build an access-affinity graph where edge weights reflect temporal co-access. Hierarchical clustering derives reorderings that collocate temporally correlated fields within cache lines. Evaluated on waitstressor, cache misses dropped from 36.2B (13.9%) to 25.1B (9.4%), with idle_cpu() misses falling from 6.40% to 3.11%. Tool automates this analysis across kernel structures. We explore HTM-based tracing and MemFriend for scalable profiling. Key discussion areas: workload selection per structure, 64B vs 128B line layouts, false-sharing avoidance, and extending this methodology beyond struct rq.
Speakers
avatar for Madadi Vineeth Reddy

Madadi Vineeth Reddy

Linux Kernel Developer, IBM
I am currently working as a Software Engineer at IBM Linux Technology Center (LTC), with a focus on the Linux CPU Scheduler. I actively review, test, and discuss on scheduler and perf sched related patches in the Linux community along with looking into performance issues that come... Read More →
avatar for Aboorva Devarajan

Aboorva Devarajan

Software Engineer, Linux Technology Center, IBM Systems Labs, IBM
Working as a Linux Kernel Developer at IBM Linux Technology Center (India Systems Development Lab)
Wednesday June 17, 2026 3:35pm - 4:15pm IST
Lotus 3 (Third Floor)
  Linux
  • Audience Experience Level Any

4:25pm IST

Meet FRED: The Future Face of X86 Event Processing - Shivansh Dhiman, AMD India
Wednesday June 17, 2026 4:25pm - 5:05pm IST
FRED (Flexible Return and Event Delivery) represents a modernization of x86 processor event handling, replacing the decades-old IDT (Interrupt Descriptor Table) mechanism and eliminating its inherent design flaws. This advancement introduces new low-latency ring transitions that establish complete supervisor or user context. FRED uses stack-based event delivery with integrated event data and introduces dedicated ERETU and ERETS return instructions.

These enhancements resolve longstanding issues related to atomicity, consistency, and nested exception handling in x86 architecture. This results in faster, more reliable and robust event processing through simplified system software and reduced attack surface.

The talk will start with a look at traditional IDT event delivery and the issues it creates. Then, we’ll dive into the FRED overview, covering briefly its terminology, design, and core mechanisms. To wrap up, we’ll touch advanced topics like virtualization and GS segment handling, highlighting why FRED is a major leap forward for modern x86 architecture.
Speakers
avatar for Shivansh Dhiman

Shivansh Dhiman

Linux Kernel Engineer, AMD India, AMD India
I'm a Linux Kernel Engineer at AMD India, specializing in KVM virtualization for x86 systems. I focus on hypervisor optimizations, hardware-assisted virtualization features, and modern x86 innovations including FRED. Fresh from IIT Bombay, I believe understanding the "why" behind... Read More →
Wednesday June 17, 2026 4:25pm - 5:05pm IST
Lotus 3 (Third Floor)
  Linux
  • Audience Experience Level Any

5:15pm IST

Introducing In-Kernel PSI Auto Monitor Feature - Pintu Kumar Agarwal, Qualcomm
Wednesday June 17, 2026 5:15pm - 5:55pm IST
Pressure Stall Information (PSI) is excellent for detecting CPU/memory/I/O contention via trigger windows and user-space polling, but it intentionally avoids attributing pressure to individual tasks. In practice, during severe pressure the “who did it?” question is hardest to answer: systems are sluggish, logs are noisy, and user-space observers can be delayed or miss the critical moment.
Building on PSI work presented at LPC 2024, this session introduces an optional, configurable, lightweight In-Kernel PSI Auto Monitor that captures thread-level contributors exactly when configured PSI thresholds are breached. The design avoids changes to PSI fast paths, requires no always-on daemon, and records contending tasks using existing kernel mechanisms and tracepoints.
I will share upstream patch status and experimental results from real embedded workloads, including PREEMPT_RT scenarios, quantifying trigger latency, overhead, and improvements in root-cause identification. Finally, I will demo a GenAI-assisted pipeline that parses monitor logs, generates timelines, and produces actionable summaries to speed up pressure-event debugging.
Speakers
avatar for Pintu Kumar Agarwal

Pintu Kumar Agarwal

Senior Staff Engineer, Qualcomm
Pintu Kumar Agarwal is a Linux Kernel engineer with over 20 years of experience in embedded product development.
He has been contributing to the Linux kernel since 2012 with several patches and conference papers.
This is his 7th talk in Linux conferences world-wide.
Wednesday June 17, 2026 5:15pm - 5:55pm IST
Lotus 3 (Third Floor)
  Linux

6:25pm IST

Facing Extinction: The Fight To Keep Hardware Crypto Engines in Embedded Linux - Kamlesh Gurudasani & T Pratham, Texas Instruments
Wednesday June 17, 2026 6:25pm - 7:05pm IST
Hardware cryptographic accelerators have been essential in embedded SoCs for decades, yet upstream Linux maintainers are removing/rejecting them. The extinction is underway.

In 2025, maintainers began removing async crypto API support, targeting engines from major SoC vendors for deprecation.[1][2] Software wins on throughput for typical payloads. ARMv8/v9 Crypto Extensions amplify this advantage. Performance-wise, maintainers have a point.

But benchmarks miss critical security. Hardware provides what software cannot: DPA/EMA side-channel attack resistance[3], hardware-backed wrapped key isolation, and secure boundaries essential for physically accessible devices. With PQC transition, hardware crypto becomes more essential.

The crisis: maintainers remove features certifications require and contracts mandate, forcing vendor forks from mainline.

We address making the security case and finding compromises satisfying both maintainability and embedded security.

[1] https://lore.kernel.org/all/[email protected]/
[2] https://lore.kernel.org/all/[email protected]/
[3] https://lore.kernel.org/all/[email protected]/
Speakers
avatar for Kamlesh Gurudasani

Kamlesh Gurudasani

Embedded Security Architect, Texas Instruments
Kamlesh Gurudasani works as an Embedded Security Architect at Texas Instruments.
He has a decade of experience in software development ranging from open-source bootloaders to the Linux kernel, middleware frameworks and applications.
His expertise lies in Linux crypto subsystem, L... Read More →
avatar for T Pratham

T Pratham

Embedded Software Engineer, Texas Instruments
Pratham is an embedded software engineer working at Texas Instruments' Sitara Processors team. His work focuses on Linux security on K3 devices, with significant experience with the Linux crypto layer. He is the author of the DTHEv2 Crypto Engine driver. He also has worked with OP-TEE... Read More →
Wednesday June 17, 2026 6:25pm - 7:05pm IST
Lotus 3 (Third Floor)
  Linux
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -