Skip to content

Conversation

@fhunleth
Copy link
Member

Upstream Linux doesn't support PREEMPT_RT for 32-bit ARM. Rather than
patching, go with the default. PREEMPT_RT is available with
nerves_system_rpi0_2 which runs a 64-bit kernel.

Upstream Linux doesn't support PREEMPT_RT for 32-bit ARM. Rather than
patching, go with the default. PREEMPT_RT is available with
nerves_system_rpi0_2 which runs a 64-bit kernel.
Copilot AI review requested due to automatic review settings November 16, 2025 00:43
@fhunleth fhunleth requested a review from a team as a code owner November 16, 2025 00:43
Copilot finished reviewing on behalf of fhunleth November 16, 2025 00:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades the Linux kernel from version 6.6 to 6.12 and removes PREEMPT_RT support, as upstream Linux doesn't support PREEMPT_RT for 32-bit ARM. The kernel now uses the standard PREEMPT configuration instead of the real-time variant.

  • Kernel updated from 6.6 to 6.12 with corresponding Raspberry Pi patches (stable_20250916)
  • PREEMPT_RT patch removed (patch-6.6.74-rt48.patch.gz)
  • Raspberry Pi firmware updated to version 1.20250915

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
nerves_defconfig Updated kernel tarball to stable_20250916, removed PREEMPT_RT patch reference, updated kernel config reference to linux-6.12.defconfig, and bumped firmware to 1.20250915
mix.exs Updated package files list to reference linux-6.12.defconfig instead of linux-6.6.defconfig
linux/0001-squashfs-provide-backing_dev_info-in-order-to-disabl.patch Removed squashfs patch (likely integrated upstream in newer kernel or no longer needed)
linux-6.12.defconfig Removed obsolete kernel config options (CONFIG_CPU_SW_DOMAIN_PAN and CONFIG_WLAN_VENDOR_CISCO) that are no longer present in Linux 6.12
REUSE.toml Updated licensing annotations to remove linux/* directory reference and update defconfig file path
README.md Updated documentation to reflect kernel version 6.12

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fhunleth
Copy link
Member Author

Tested on an RPi Zero 2W

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants