Linux: Update kernel to 6.18.26#4674
Conversation
📝 WalkthroughWalkthroughThe PR updates the mainline Linux kernel version from 6.18.24 to 6.18.26 across documentation and buildroot configuration files for multiple hardware platforms including generic aarch64/x86-64 architectures, Home Assistant Green, Khadas VIM3, ODROID variants, and Open Virtual Appliance. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@buildroot-external/configs/generic_aarch64_defconfig`:
- Line 21: The kernel version string is incorrect: update the
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE setting from "6.18.26" to the released
"6.18.25" so the build uses the actual LTS kernel; locate the
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE line in the config and replace the value
accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: fa8fac75-25d2-4004-9e81-957754023c72
📒 Files selected for processing (11)
Documentation/kernel.mdbuildroot-external/configs/generic_aarch64_defconfigbuildroot-external/configs/generic_x86_64_defconfigbuildroot-external/configs/green_defconfigbuildroot-external/configs/khadas_vim3_defconfigbuildroot-external/configs/odroid_c2_defconfigbuildroot-external/configs/odroid_c4_defconfigbuildroot-external/configs/odroid_m1_defconfigbuildroot-external/configs/odroid_m1s_defconfigbuildroot-external/configs/odroid_n2_defconfigbuildroot-external/configs/ova_defconfig
| BR2_LINUX_KERNEL=y | ||
| BR2_LINUX_KERNEL_CUSTOM_VERSION=y | ||
| BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.24" | ||
| BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
Does Linux kernel version 6.18.26 exist and are there any security advisories for it?
💡 Result:
No, Linux kernel version 6.18.26 does not exist. The latest stable release for the 6.18 series (LTS) as of 2026-04-30 is 6.18.25, released on 2026-04-27. kernel.org lists up to ChangeLog-6.18.24 in the directory index, with announcements for 6.18.18, 6.18.20, 6.18.25, but no mention of 6.18.26 in changelogs, LWN announcements, git tags, or searches. No security advisories exist for it, as it has not been released.
Citations:
- 1: https://www.kernel.org/pub/linux/kernel/v6.x/
- 2: https://www.kernel.org/
- 3: https://lwn.net/Articles/1069969/
- 4: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.24
- 5: https://lwn.net/Articles/1062865/
- 6: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.17
- 7: https://git.sceen.net/linux/linux-stable.git/tag/?h=v6.18.6
- 8: https://git.sceen.net/linux/linux-stable.git/tag/?h=v6.18.25
Update kernel version to 6.18.25 — 6.18.26 does not exist.
Linux kernel version 6.18.26 has not been released. The latest stable release in the 6.18 series (LTS) is 6.18.25, released on April 27, 2026. Update BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE to "6.18.25".
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@buildroot-external/configs/generic_aarch64_defconfig` at line 21, The kernel
version string is incorrect: update the BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
setting from "6.18.26" to the released "6.18.25" so the build uses the actual
LTS kernel; locate the BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE line in the config
and replace the value accordingly.
Summary by CodeRabbit