Skip to content

Linux: Update kernel to 6.12.63#4474

Merged
sairon merged 1 commit intodevfrom
bump-linux-6.12.63
Jan 6, 2026
Merged

Linux: Update kernel to 6.12.63#4474
sairon merged 1 commit intodevfrom
bump-linux-6.12.63

Conversation

@sairon
Copy link
Member

@sairon sairon commented Jan 5, 2026

Summary by CodeRabbit

  • Chores
    • Kernel version updated from 6.12.62 to 6.12.63 across all supported platform configurations, including generic x86-64 and ARM64 systems, Raspberry Pi variants, multiple ODROID board models, Home Assistant Green, Khadas VIM3, and Open Virtual Appliance installations.

✏️ Tip: You can customize this high-level summary in your review settings.

@sairon sairon added board/ova Open Virtual Appliance (Virtual Machine) board/odroid Hardkernel's ODROID Boards linux Linux kernel related issue board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) board/khadas Khadas VIM Boards board/generic-aarch64 Generic aarch64 machine board/green Home Assistant Green labels Jan 5, 2026
@sairon sairon requested a review from frenck January 5, 2026 14:47
@coderabbitai
Copy link

coderabbitai bot commented Jan 5, 2026

📝 Walkthrough

Walkthrough

Uniform Linux kernel version bump from 6.12.62 to 6.12.63 applied across all board configurations and documentation. The change updates BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE configuration entries without modifications to logic or control flow.

Changes

Cohort / File(s) Summary
Documentation
Documentation/kernel.md
Updated kernel version entries from 6.12.62 to 6.12.63 for all listed boards (OVA, Raspberry Pi, ODROID, Generic, Khadas VIM3, Home Assistant Green, etc.)
Board Configuration Files
buildroot-external/configs/generic_aarch64_defconfig, generic_x86_64_defconfig, green_defconfig, khadas_vim3_defconfig, odroid_c2_defconfig, odroid_c4_defconfig, odroid_m1_defconfig, odroid_m1s_defconfig, odroid_n2_defconfig, ova_defconfig
Updated BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE from "6.12.62" to "6.12.63" in each board-specific configuration file

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 A kernel so fine, version two-point-six-three,
Across all the boards, we bump with such glee!
From point sixty-two to sixty-three true,
Configuration lines changed—just one through and through! 🥕✨

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the Linux kernel version to 6.12.63 across multiple configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 4c8582b and 89f6a9f.

📒 Files selected for processing (11)
  • Documentation/kernel.md
  • buildroot-external/configs/generic_aarch64_defconfig
  • buildroot-external/configs/generic_x86_64_defconfig
  • buildroot-external/configs/green_defconfig
  • buildroot-external/configs/khadas_vim3_defconfig
  • buildroot-external/configs/odroid_c2_defconfig
  • buildroot-external/configs/odroid_c4_defconfig
  • buildroot-external/configs/odroid_m1_defconfig
  • buildroot-external/configs/odroid_m1s_defconfig
  • buildroot-external/configs/odroid_n2_defconfig
  • buildroot-external/configs/ova_defconfig
🔇 Additional comments (11)
Documentation/kernel.md (1)

6-19: LGTM! Documentation updated consistently.

The kernel version documentation has been updated uniformly across all affected boards to reflect version 6.12.63.

buildroot-external/configs/generic_aarch64_defconfig (1)

21-21: LGTM! Kernel version updated correctly.

The kernel version has been bumped to 6.12.63 as expected.

buildroot-external/configs/odroid_m1s_defconfig (1)

21-21: LGTM! Kernel version updated correctly.

The kernel version has been bumped to 6.12.63 consistently with other board configurations.

buildroot-external/configs/odroid_c4_defconfig (1)

21-21: LGTM! Kernel version updated correctly.

The kernel version has been bumped to 6.12.63 consistently with other board configurations.

buildroot-external/configs/odroid_n2_defconfig (1)

21-21: Kernel version 6.12.63 is valid and includes security fixes.

The kernel version bump to 6.12.63 is confirmed:

The update across all board configurations is appropriate and security-justified.

buildroot-external/configs/generic_x86_64_defconfig (1)

21-21: Kernel version bump looks correct.

The update to kernel version 6.12.63 is consistent with the other board configurations.

buildroot-external/configs/khadas_vim3_defconfig (1)

21-21: Kernel version bump looks correct.

The update to kernel version 6.12.63 is consistent with the other board configurations.

buildroot-external/configs/ova_defconfig (1)

21-21: Kernel version bump looks correct.

The update to kernel version 6.12.63 is consistent with the other board configurations.

buildroot-external/configs/green_defconfig (1)

21-21: Kernel version bump looks correct.

The update to kernel version 6.12.63 is consistent with the other board configurations.

buildroot-external/configs/odroid_c2_defconfig (1)

21-21: Kernel version 6.12.63 is available and the configuration is correct.

The kernel tarball is available at cdn.kernel.org (confirmed HTTP 200). The configuration is syntactically valid and internally consistent—the kernel version, header package (line 2), and build config fragments (line 24) all reference the 6.12.y series appropriately.

Note that 6.12.63 is an older stable release (current stable is 6.18.3), so verify that this version meets the stability and security requirements for the ODROID C2 board.

buildroot-external/configs/odroid_m1_defconfig (1)

21-21: LGTM — security/stability update.

Kernel version 6.12.63 is confirmed available at kernel.org and includes multiple security and stability fixes (CVE-2025-68344, CVE-2025-68347, CVE-2025-68352, CVE-2025-68371, CVE-2025-68733, CVE-2025-68744, CVE-2025-68747). The version string is correctly formatted and consistent with Buildroot conventions.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sairon sairon merged commit 4d4aab4 into dev Jan 6, 2026
3 checks passed
@sairon sairon deleted the bump-linux-6.12.63 branch January 6, 2026 12:35
@sairon sairon mentioned this pull request Jan 7, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Jan 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

board/generic-aarch64 Generic aarch64 machine board/generic-x86-64 Generic x86-64 Boards (like Intel NUC) board/green Home Assistant Green board/khadas Khadas VIM Boards board/odroid Hardkernel's ODROID Boards board/ova Open Virtual Appliance (Virtual Machine) cla-signed linux Linux kernel related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant