Comprehensive Threat Exposure Management Platform
Here’s a complete, ready-to-post summary about the Android kernel version 4.14.117 you can use on forums, blogs, or issue trackers.
Android’s security team frequently backports fixes from newer kernels into older LTS versions. Kernel 4.14.117 incorporated crucial hardening patches, including:
For Android users, this meant that devices running 4.14.117 were protected against a wave of speculative execution attacks that plagued earlier kernels.
ptrace privilege escalation (fixed in .118+).✅ Recommendation: If deploying a new build, upgrade to 4.14.336+ (final LTS) or backport critical post-.117 patches.
To understand 4.14.117, we must deconstruct its versioning hierarchy: kernel version 4.14.117 android
Kernel 4.14 was the first branch designated for the Generic Kernel Image (GKI) initiative, which aimed to decouple the kernel from the hardware vendor implementation.
| Manufacturer | Device Model | Android Version (at kernel release) | |--------------|--------------|--------------------------------------| | Samsung | Galaxy A50, A20e, M30s | Android 9 Pie / Android 10 | | Xiaomi | Redmi Note 8, Mi A3 | Android 9 Pie | | Nokia | Nokia 4.2, Nokia 3.2 | Android 9 Pie | | Motorola | Moto G7 Play, Moto E6 | Android 9 Pie | | Google Pixel | Pixel 3a / 3a XL (early updates) | Android 10 | | OnePlus | OnePlus Nord N100 | Android 10 |
Additionally, many custom ROM communities (LineageOS, /e/ OS, crDroid) adopted 4.14.117 as a baseline for their builds targeting Snapdragon 660, 665, and 710 platforms.
This feature examines Linux Kernel version 4.14.117 , a critical Long Term Support (LTS) release that served as the foundational layer for many Android devices released between 2018 and 2021. Linux Plumbers Conference 2026 Core Architecture & Android Role Kernel version 4
Kernel 4.14.117 belongs to the 4.14 series, which Google utilized as a Common Kernel (ACK) Android 9, 10, and 11 LTS Foundation
: It is a "sublevel" release, meaning it contains stable bug fixes and security patches on top of the original 4.14 code. Device Lifecycle
: Devices shipping with this kernel were supported by Google through January 2024, following a 6-year LTS commitment. Key Technical Features
While 4.14.117 specifically focuses on stability, the 4.14 series introduced several major enhancements used by Android OEMs: Memory Efficiency CVE-2019-11815 (a race condition in the Linux kernel’s
: Support for Heterogeneous Memory Management (HMM), crucial for modern GPUs to share memory with the CPU. Security Hardening
: Implementation of KASLR (Kernel Address Space Layout Randomization) and hardened usercopy to protect against memory exploits. Performance : Introduction of the zstd compression algorithm
for filesystems like Btrfs and Squashfs, which helps speed up data access on mobile storage. Resource Management
: New "thread mode" for control groups (cgroups), allowing more granular resource distribution across process threads. Android Open Source Project Security & Maintenance
Version 4.14.117 was part of a regular update cycle to address vulnerabilities identified in Android Security Bulletins Android common kernels | Android Open Source Project
These fixes include all kernel security patches cited in the monthly Android Security Bulletins that are relevant to ACK. Android Open Source Project How do I know form which kernel this android kernel forked?