Skip to content
View ankitkhushwaha's full-sized avatar
🇮🇳
🇮🇳

Block or report ankitkhushwaha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ankitkhushwaha/README.md

Hi, I'm Ankit Khushwaha

/* ~/ankit_khushwaha.c */

#include <stdio.h>

struct developer {
    const char *name;
    const char *focus;
    const char *university;
    const char *degree;
};

static struct developer ankit = {
    .name = "Ankit Khushwaha",
    .focus = "Linux Kernel / Systems Programming",
    .university = "IIT Dharwad",
    .degree = "BS-MS Physics",
};

I'm a final-year BS-MS Physics student at IIT Dharwad interested in Linux kernel development, device drivers, embedded Linux, operating systems, and low-level systems programming.

I completed an LFX'25 Linux Kernel mentorship and have commits in upstream kernel** across kernel selftests subsystem including networking, memory management, TLS, MPTCP.

I'm currently focusing on Linux device driver development and seeking opportunities in Linux kernel and systems engineering.

Ask me about:

Linux Kernel · Operating Systems · Device Drivers · Embedded Linux · Systems Programming

Long-Term Goal

const char *future_goal(void)
{
    return "Build secure and reliable systems, "
           "contribute to open-source infrastructure, "
           "and specialize in Linux kernel, "
           "device drivers, and low-level systems.";
}

Find Me

Pinned Loading

  1. torvalds/linux torvalds/linux Public

    Linux kernel source tree

    C 247k 64.3k

  2. ankitkhushwaha.github.io ankitkhushwaha.github.io Public

    Personal Blog

    JavaScript

  3. Linux-Device-Driver Linux-Device-Driver Public

    Forked from d0u9/Linux-Device-Driver

    Advanced examples of Linux Device Drivers (LDD3) and detailed manual for running examples in QEMU which is patched with virtual PCI, USB, serial devices. I am actively composing a new book about Dr…

    C

  4. sysfs-counter sysfs-counter Public

    C

  5. vicharak-ioctl-task vicharak-ioctl-task Public

    PreRequiste task for vicharak kernel dev role

    C

  6. os-lab-assignment os-lab-assignment Public

    lab assignments for CS302L

    C++