Liangxu Linux
Liangxu Linux
Apr 19, 2025 · Fundamentals

How to Build, Patch, and Benchmark a Real‑Time Linux Kernel on an OK3588 Board

This guide explains the purpose of the PREEMPT‑RT (real‑time) patch, details the hardware and toolchain used, describes the patch's key features and modifications, provides step‑by‑step instructions for downloading, applying, configuring, compiling, and flashing the kernel, and shows how to verify latency improvements with cyclictest and stress‑ng across idle and CPU‑stress scenarios.

EmbeddedPREEMPT_RTReal-Time Kernel
0 likes · 16 min read
How to Build, Patch, and Benchmark a Real‑Time Linux Kernel on an OK3588 Board
ITPUB
ITPUB
Feb 22, 2016 · Cloud Native

Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It

A Linux kernel bug caused virtual Ethernet (veth) devices in container environments to ignore TCP checksum validation, leading to corrupted data reaching applications, and the article explains the incident, investigation, reproducible tests, root cause in the veth driver, and the patch that resolves the issue.

DockerKubernetesLinux
0 likes · 11 min read
Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It