Free, open-source kernel builder as a service. Pick an upstream Linux kernel, toggle the options you need on top of a stock config (or upload your own), and download bzImage, vmlinux and the .config.
Builds run on Cloudflare Containers with a shared compiler cache; an identical spec returns the existing artifact instantly.
| version | channel | released | what changed | |
|---|---|---|---|---|
| mainline | 2026-08-16 | announcement · series | ||
| stable | 2026-08-23 | changelog · series | ||
| longterm | 2026-08-23 | changelog · series | ||
| longterm | 2026-08-23 | changelog · series | ||
| longterm | 2026-08-23 | changelog · series | ||
| longterm | 2026-08-23 | changelog · series | ||
| longterm | 2026-08-23 | changelog · series | ||
| longterm | 2026-08-23 | changelog · series | ||
"default" keeps the base config's value (shown on the right once the base is resolved). "on"/"off" run scripts/config --enable/--disable followed by make olddefconfig; anything that can't be applied fails the job at the configure step, before compiling.
| setting | option | what it is | needs | default |
|---|---|---|---|---|
USER_NS | User namespaces (rootless containers, bwrap, gVisor) | |
off | |
NET_NS | Network namespaces | |
on | |
PID_NS | PID namespaces | |
on | |
SECCOMP | seccomp | |
on | |
SECCOMP_FILTER | seccomp-bpf syscall filtering | SECCOMP |
on | |
SECURITY_LANDLOCK | Landlock unprivileged sandboxing LSM | |
off | |
SECURITY_APPARMOR | AppArmor LSM | |
off | |
SECURITY_SELINUX | SELinux LSM | SECURITY_NETWORK, AUDIT |
on | |
SECURITY_YAMA | Yama ptrace scope restrictions | |
off | |
CHECKPOINT_RESTORE | CRIU checkpoint/restore support | |
off | |
KEYS | Kernel keyring | |
on | |
AUDIT | Audit subsystem | |
on |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
CGROUPS | Control groups | |
on | |
MEMCG | Memory cgroup | CGROUPS |
off | |
CGROUP_PIDS | PID cgroup | CGROUPS |
on | |
CGROUP_CPUACCT | CPU accounting cgroup | CGROUPS |
on | |
CFS_BANDWIDTH | CPU bandwidth limits (cpu.max) | CGROUPS |
off | |
BLK_CGROUP | Block I/O cgroup | CGROUPS |
on | |
CGROUP_BPF | cgroup-attached BPF programs | BPF_SYSCALL, CGROUPS |
off | |
CGROUP_FREEZER | cgroup freezer | CGROUPS |
on | |
PSI | Pressure stall information | |
off |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
BPF_SYSCALL | bpf() syscall (eBPF programs/maps) | |
off | |
BPF_JIT | eBPF JIT compiler | BPF_SYSCALL |
off | |
BPF_LSM | BPF LSM hooks | BPF_SYSCALL |
off | |
BPF_UNPRIV_DEFAULT_OFF | Disable unprivileged bpf() by default | BPF_SYSCALL |
off | |
DEBUG_INFO_BTF | BTF type info (needed for CO-RE / bpftrace) | DEBUG_INFO |
off | |
KPROBES | kprobes | |
on | |
UPROBES | uprobes | |
on | |
FTRACE | ftrace framework | |
on | |
FUNCTION_TRACER | Function tracer | FTRACE |
off | |
PERF_EVENTS | perf events | |
on |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
IO_URING | io_uring | |
on | |
USERFAULTFD | userfaultfd (live migration, lazy restore) | |
off | |
TRANSPARENT_HUGEPAGE | Transparent huge pages | |
off | |
KSM | Kernel samepage merging | |
off | |
BINFMT_MISC | binfmt_misc (qemu-user, wasm loaders) | |
on | |
KEXEC | kexec | |
on |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
FUSE_FS | FUSE | |
off | |
VIRTIO_FS | virtiofs (FUSE over virtio) | FUSE_FS |
off | |
OVERLAY_FS | OverlayFS | |
off | |
EXT4_FS | ext4 | |
on | |
XFS_FS | XFS | |
off | |
BTRFS_FS | Btrfs | |
off | |
EROFS_FS | EROFS (read-only images) | |
off | |
SQUASHFS | SquashFS | |
off | |
ISO9660_FS | ISO 9660 | |
on | |
VFAT_FS | VFAT | |
on | |
NFS_FS | NFS client | |
on | |
9P_FS | 9P filesystem | NET_9P_VIRTIO |
on | |
NET_9P_VIRTIO | 9P over virtio transport | 9P_FS |
on | |
TMPFS_POSIX_ACL | tmpfs POSIX ACLs | TMPFS_XATTR |
on | |
TMPFS_XATTR | tmpfs extended attributes | |
on | |
BLK_DEV_LOOP | Loop block device | |
on | |
BLK_DEV_NBD | Network block device | |
off | |
DM_CRYPT | dm-crypt | |
off | |
ZRAM | zram compressed RAM block device | |
off |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
TUN | TUN/TAP | |
off | |
VETH | veth pairs | |
off | |
BRIDGE | Ethernet bridging | |
off | |
MACVLAN | macvlan | |
off | |
VXLAN | VXLAN | |
off | |
NETFILTER | Netfilter framework | |
on | |
NF_TABLES | nftables | NETFILTER |
off | |
IP_NF_IPTABLES | iptables (IPv4) | NETFILTER |
on | |
NF_NAT | NAT | NETFILTER, NF_CONNTRACK |
on | |
NF_CONNTRACK | Connection tracking | NETFILTER |
on | |
IPV6 | IPv6 | |
on | |
WIREGUARD | WireGuard | |
off | |
UNIX_DIAG | Unix socket diagnostics (ss) | |
off | |
INET_DIAG | INET socket diagnostics (ss) | |
off | |
NET_SCHED | QoS / packet scheduling (tc) | |
on | |
VSOCKETS | AF_VSOCK | |
off | |
VIRTIO_VSOCKETS | virtio vsock transport | VSOCKETS |
off | |
IP_PNP | Kernel IP autoconfiguration (ip= on cmdline) | |
on | |
IP_PNP_DHCP | DHCP during IP autoconfiguration | IP_PNP |
on |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
KVM_GUEST | KVM guest support (kvmclock, PV features) | |
on | |
PVH | PVH boot entry in vmlinux (Firecracker / Cloud Hypervisor direct ELF boot); on by default here | PARAVIRT |
on | |
PARAVIRT | Paravirtualization | |
on | |
VIRTIO_MMIO | virtio MMIO transport (Firecracker default) | |
off | |
VIRTIO_MMIO_CMDLINE_DEVICES | virtio MMIO devices from cmdline (legacy) | VIRTIO_MMIO |
off | |
VIRTIO_PCI | virtio PCI transport | |
on | |
VIRTIO_BLK | virtio block | |
on | |
VIRTIO_NET | virtio net | |
on | |
VIRTIO_CONSOLE | virtio console | |
on | |
VIRTIO_BALLOON | virtio balloon | |
off | |
HW_RANDOM_VIRTIO | virtio RNG | |
off | |
PTP_1588_CLOCK_KVM | KVM PTP clock (chrony/phc) | KVM_GUEST |
on | |
ACPI | ACPI | |
on | |
PCI | PCI (needed for ACPI boot on x86) | |
on | |
SERIAL_8250_CONSOLE | 8250 serial console | |
on | |
BLK_DEV_INITRD | initrd / initramfs support | |
on | |
X86_MPPARSE | MPTable parsing (legacy Firecracker boot) | |
on | |
SERIO_I8042 | i8042 (Firecracker clean shutdown) | |
on | |
KEYBOARD_ATKBD | AT keyboard (Firecracker clean shutdown) | SERIO_I8042 |
on | |
BLK_DEV_NVME | NVMe | |
off |
| setting | option | what it is | needs | default |
|---|---|---|---|---|
MODULES | Loadable module support | |
on | |
IKCONFIG | Embed .config in kernel | |
off | |
IKCONFIG_PROC | Expose /proc/config.gz | IKCONFIG |
off | |
DEBUG_INFO | Debug info (large vmlinux) | |
off | |
SMP | SMP | |
on | |
NUMA | NUMA | |
on | |
X86_MSR | /dev/cpu/*/msr | |
on | |
CPU_ISOLATION | CPU isolation | |
on | |
PREEMPT | Preemptible kernel (low latency) | |
off | |
HZ_1000 | 1000 Hz tick | |
on | |
NO_HZ_FULL | Full dynticks | |
off | |
SCHEDSTATS | Scheduler statistics | |
on | |
TASKSTATS | Per-task statistics | |
on | |
DEVTMPFS | devtmpfs | |
on | |
DEVTMPFS_MOUNT | Auto-mount devtmpfs at /dev | DEVTMPFS |
on |
| setting | option | what it is |
|---|
Extra .config lines, one per line (e.g. CONFIG_CMDLINE="console=ttyS0"):
First build of a kernel version compiles everything (about 7-12 min on 4 cores); later builds of the same version reuse the built tree and only recompile what the changed options touch.
| key | kernel | base | on | off | time | download |
|---|---|---|---|---|---|---|
c482d4440370 | 7.2 | kvm_guest | TUN | |
failed build · 1230 objects · container was restarted mid-build (exit 0, exit, 1s ago) -- resubmit the build · log | |
9dd7a33e3f65 | 6.18.46 | firecracker | 9P_FSCACHE CHECKPOINT_RESTORE | |
failed configure · CONFIG_9P_FSCACHE could not be enabled: unknown symbol or unmet dependency (chec · log | |
cf941156154f | 7.2 | kvm_guest | BLK_DEV_NVME USER_NS | |
8 min | bzImage 15.1 MB · vmlinux 53.9 MB · .config · log |
673ed853e253 | 6.18.46 | defconfig | USER_NS | |
11 min | bzImage 14.4 MB · vmlinux 52.4 MB · .config · log |
77bf3836a21e | 5.15.217 | kvm_guest | | NET_NS |
17 min | bzImage 11.0 MB · vmlinux 72.4 MB · .config · log |
fc60da46c313 | 7.2 | kvm_guest | BPF_JIT BPF_SYSCALL DEBUG_INFO DEBUG_INFO_BTF | |
26 min | bzImage 17.9 MB · vmlinux 451.6 MB · .config · log |
d9d4d7c87b52 | 7.2 | kvm_guest · modules off | USER_NS | |
30 min | bzImage 14.6 MB · vmlinux 50.9 MB · .config · log |
05c4012ce242 | 6.18.46 | kvm_guest | TUN WIREGUARD | |
15 min | bzImage 14.5 MB · vmlinux 52.4 MB · .config · log |
4f5989592ca2 | 7.2 | firecracker · modules off | VIRTIO_VSOCKETS VSOCKETS | |
13 min | bzImage 9.8 MB · vmlinux 32.3 MB · .config · log |
37fbfc20d389 | 6.19.3 | defconfig · modules off | | NET_NS |
21 min | bzImage 14.1 MB · vmlinux 50.3 MB · .config · log |
b04c4e79fef8 | 6.18.46 | kvm_guest | ZRAM | |
17 min | bzImage 14.4 MB · vmlinux 52.3 MB · .config · log |
4e72227453f4 | 6.18.46 | kvm_guest | | CPU_ISOLATION |
6 min | bzImage 14.3 MB · vmlinux 52.3 MB · .config · log |
eabdc5dc523d | 7.2 | kvm_guest | IO_URING SECURITY_LANDLOCK USER_NS | |
11 min | bzImage 15.1 MB · vmlinux 53.9 MB · .config · log |
044e0776d403 | 7.2 | kvm_guest | CHECKPOINT_RESTORE SECURITY_LANDLOCK USER_NS | |
15 min | bzImage 15.1 MB · vmlinux 53.9 MB · .config · log |
6043b4a9c463 | 7.1.9 | firecracker | SECURITY_LANDLOCK | |
10 min | bzImage 9.8 MB · vmlinux 32.3 MB · .config · log |
ed02beac5719 | 7.2 | kvm_guest | USER_NS | |
3 min | bzImage 15.1 MB · vmlinux 53.8 MB · .config · log |
076cedd79d30 | 6.18.45 | kvm_guest | USER_NS | |
29 min | bzImage 14.4 MB · vmlinux 52.4 MB · .config · log |
d6eea6b8098f | 7.2 | kvm_guest | | SCHED_CLASS_EXT |
16 min | bzImage 15.0 MB · vmlinux 53.8 MB · .config · log |
5fdc4c77539f | 6.12.104 | kvm_guest | TUN | |
20 min | bzImage 13.8 MB · vmlinux 51.8 MB · .config · log |
d6db9adeceb4 | 6.18.45 | kvm_guest | EROFS_FS | |
13 min | bzImage 14.4 MB · vmlinux 52.4 MB · .config · log |