• Thread Author
Microsoft's Azure Linux 3.0.20250910 adds an optional Linux 6.12 LTS hardware‑enablement (HWE) kernel, giving Azure customers a supported path to newer device drivers and platform improvements while keeping the existing Linux 6.6 LTS kernel available for conservative deployments. (phoronix.com) (github.com)

Azure cloud at the center powers Linux 6.12 LTS Kernel-HWE on a modular server cluster.Background​

Azure Linux is Microsoft’s in‑house, cloud‑focused Linux distribution (the successor and rebranding of CBL‑Mariner) that Microsoft uses for first‑party Azure services, AKS node images, and other cloud/edge workloads. The 3.0 series modernized the platform with a more recent LTS kernel, newer system runtime stacks, multi‑architecture images and security‑focused builds for regulated customers. Microsoft documented Azure Linux 3.0 as the GA container host for AKS v1.32 earlier in 2025. (techcommunity.microsoft.com) (github.com)
Because Azure Linux is an operationally curated distribution, kernel choices matter to customers: the base kernel determines driver freshness, platform support (Arm vs x86), behaviour under live migration and virtualization, and what in‑tree subsystem features are available to workloads without ad‑hoc kernel builds. Microsoft’s September 2025 release explicitly surfaces a kernel‑hwe option so administrators can opt into a newer LTS kernel series while retaining the tested base image. (github.com)

What Microsoft shipped in 3.0.20250910​

The headline: Linux 6.12 LTS as a kernel‑hwe option​

  • Azure Linux 3.0.20250910 adds support files and build targets for a 6.12.40.1 kernel‑hwe image while continuing to ship the default generic kernel based on kernel‑6.6.96.2. This delivers a hardware enablement (HWE) pathway for customers who need newer drivers or kernel subsystems that landed in 6.12. (github.com) (phoronix.com)

Other notable changes in the release​

  • Enhancements to Microsoft’s OS Guard functionality and the addition of a signed systemd‑boot AArch64 package.
  • Numerous package updates and CVE mitigations across build tooling, runtime libraries, and container tooling.
  • ARM64 image tooling updates (including producing 64K page images where applicable) and updates to Azure image tooling to better support Azure CLI credential downloads for build pipelines. (github.com)
These release notes were published on GitHub as the official Azure Linux tag for 3.0.20250910 and match reporting by independent Linux press. That GitHub tag explicitly lists the kernel‑hwe addition and the specific 6.12.40.1 target. (github.com) (phoronix.com)

Why this matters: hardware enablement vs stability​

What “HWE” (Hardware Enablement) means in practice​

  • An HWE kernel is a newer kernel packaged alongside the distribution’s mainline image to provide drivers and fixes for newer hardware without changing the base userland.
  • HWE images target users who need support for cutting‑edge NICs, storage controllers, accelerators or CPU features — without forcing every customer to adopt that kernel as the default. Microsoft’s approach mirrors what other enterprise distributions do when they offer newer kernel stacks for specific platforms. (github.com)

Why 6.12 specifically is attractive​

  • The Linux kernel 6.12 was designated an LTS kernel by the stable kernel maintainer; it brings new features and a large set of updated drivers — importantly including real‑time PREEMPT_RT merges, scheduler enhancements and broad device enablement that many cloud and edge platforms can benefit from. The kernel’s LTS designation means Microsoft and other vendors can rely on at least a two‑year backport window for critical fixes. (phoronix.com)

Tradeoffs to consider​

  • Pros: Better out‑of‑the‑box hardware support (NICs, NVMe, SoC firmware), potential performance improvements for particular workloads, and fewer custom kernel builds for cloud operators.
  • Cons: Any newer kernel surface increases the attack surface for kernel bugs and regression risk relative to the distribution’s tested default. HWE kernels typically receive bug and security backports, but integration testing must still be validated against the rest of the stack (systemd, container runtime, device firmware). (github.com)

Technical snapshot: what Linux 6.12 brings to Azure Linux​

Linux 6.12 contains a mix of kernel advances that are relevant to cloud infrastructure and Azure’s hardware targets:
  • PREEMPT_RT (real‑time) work merged / expose — the kernel tree for 6.12 included continued integration of real‑time primitives that matter for low‑latency workloads and determinism under heavy I/O. This is valuable for telecom, industrial and certain inference workloads. (9to5linux.com)
  • Scheduler improvements — changes such as sched_ext and other scheduler refinements can impact latency, throughput and NUMA balancing decisions in multi‑tenant VMs. Those can matter for high‑concurrency database and network stack workloads. (linux-magazine.com)
  • Large device/driver refresh — 6.12 incorporates many updated drivers (network adapters, GPU/acceleration families, storage stacks), which reduces the need for out‑of‑tree driver packaging for Azure node images. (phoronix.com)
Where practical, Microsoft’s release notes for the 3.0.20250910 tag indicate targeted updates for ARM64 ISOs and building the 6.12 HWE kernel to produce up‑to‑date Arm images for AArch64 fixtures. That matters because Azure now supports a growing set of Arm server SKUs and first‑party silicon like Cobalt. (github.com)

Operational implications for AKS and Azure customers​

For AKS node pools​

  • Default behavior: AKS clusters created on AKS v1.32+ default to Azure Linux 3.0 node images; the kernel‑hwe option is opt‑in. Administrators can choose the HWE kernel during node image selection or node pool creation depending on their workload needs. (techcommunity.microsoft.com)
  • Upgrade planning: Moving node pools to an HWE kernel should be scheduled and tested across staging clusters; kernel changes can expose driver differences that affect CNI plugins, storage drivers and GPU runtimes.
  • Migration paths: Microsoft provides tooling and documentation for in‑place image upgrades and node pool lifecycle management — but the recommended approach for production is staged upgrades with node pool replacement rather than live in‑place kernel swaps. (techcommunity.microsoft.com)

For VM and edge appliance operators​

  • If you run Azure Linux 3.0 VMs for custom workloads, the kernel‑hwe option provides an easier path to deploy host‑level features that previously required manual kernel compilation. Nevertheless, for strictly latency‑sensitive or highly regulated workloads, the conservative choice may still be the default 6.6 LTS kernel until testing completes. (github.com)

Security, support timelines and maintenance​

LTS status and support window​

  • The Linux 6.12 series carries LTS designation and, at time of upstream designation, was slated for at least two years of maintenance — meaning ongoing security and bug fixes through 2026 unless the window is extended by community and vendor participation. That LTS status is a key reason Microsoft can support 6.12 as a maintained option for Azure Linux. (phoronix.com)

Microsoft’s maintenance model for Azure Linux​

  • Azure Linux releases are monthly and include CVE patches across the kernel and userspace libraries. Microsoft’s 3.0.20250910 release explicitly lists a number of CVE patches and toolchain fixes alongside the kernel‑hwe addition. Customers should continue to apply Microsoft’s monthly updates — the distribution is the supported update channel, and kernel HWE images will be updated through the Azure Linux release cadence. (github.com)

Risk management and hardening​

  • Azure Linux 3.0 continues work on features like OS Guard for improved kernel integrity posture and signed bootloader artifacts for AArch64 images. These steps reduce the risk window when deploying new kernels but do not eliminate the need for standard hardening and monitoring. (github.com)

Recommended guidance for administrators​

Quick checklist before switching to the 6.12 HWE kernel​

  • Build a test node pool using the kernel‑hwe image and run representative workloads (stateless services, stateful DBs, GPU inference if applicable).
  • Validate CNI, CSI and GPU driver compatibility; test storage snapshots, live migration, and node replacement flows.
  • Confirm monitoring/observability dashboards (Prometheus, Fluent Bit, Azure Monitor agents) show expected metrics and no new kernel‑level warnings.
  • Run security scanning and fuzzing against common pathways (SMB, NFS, HTTP stacks) in your staging environment.
  • Create a rollback plan (node pool replacement or reimage) and ensure immutable infrastructure pipelines are prepared for quick recovery. (github.com)

When you should consider staying on the default 6.6 LTS kernel​

  • Conservative production environments with strict regulatory timelines.
  • Workloads where vendor‑certified stacks are explicitly pinned to an older kernel.
  • When internal testing shows regressions or driver regressions for specific hardware families.

Strengths and notable benefits​

  • Fewer custom kernels: Bringing 6.12 as a supported HWE lowers the operational burden of building and maintaining custom kernels for newer hardware platforms.
  • Faster hardware enablement: For customers adopting new Azure hardware SKUs (including Arm‑based servers and accelerators), the HWE kernel reduces the wait time for upstream or downstream kernel support.
  • Tighter Microsoft integration: Azure Linux remains a first‑class citizen in AKS and other Azure services, and Microsoft’s monthly cadence and signed artifacts add operational predictability. (github.com)

Risks, caveats and what to watch for​

  • Regression risk: A newer kernel can introduce regressions for edge drivers or subtle scheduling changes that affect latency‑sensitive workloads. Thorough testing is non‑negotiable. (linux-magazine.com)
  • Backport responsibility: While 6.12 is an LTS kernel, some backports for vendor‑specific fixes may lag until the Azure Linux maintainers integrate them into the HWE stream.
  • EOL alignment: Distributions and vendor stacks often tie support windows together; ensure your choice of kernel aligns with vendor support commitments for any third‑party binaries, drivers or certified appliances in your environment. (github.com)

How this fits into the larger kernel lifecycle picture​

Linux kernel maintainers typically promote the last significant release of a calendar year into LTS status. The 6.12 series received that status upstream, making it a natural choice for vendors like Microsoft to adopt as an HWE kernel option. Independent coverage and kernel‑maintainer notes show 6.12’s LTS designation and the features that make it relevant to cloud infrastructure. (phoronix.com)
Be cautious with future‑oriented claims: statements about which kernel will be the next LTS (for example “6.18 will become this year’s LTS”) are projections until upstream maintainers designate them. Such expectations should be treated as likely but not definitive until announced by kernel maintainers. If Microsoft or others later adopt a newer LTS for HWE, that will follow the same operational testing and release model seen here. (phoronix.com)

Practical next steps for WindowsForum readers who run hybrid or Azure workloads​

  • Inventory: Map which workloads will benefit from newer drivers (network, NVMe, accelerators, Arm platform features).
  • Test: Create a staging AKS node pool using Azure Linux 3.0 and the 6.12 HWE image; run integration tests, backup/restore and performance benchmarks.
  • Schedule: Plan staged rollouts—even if the kernel is opt‑in—so you can safely switch node pools and observe behaviour during normal traffic windows.
  • Observe: Watch kernel logs, dmesg and telemetry for warnings; enable kernel live‑patching or rapid reboot procedures where supported.
  • Stay patched: Continue to apply monthly Azure Linux updates and monitor Microsoft’s release notes for HWE kernel patch levels (e.g., the 6.12.40.1 tree) and CVE mitigations. (github.com)

Conclusion​

Microsoft’s addition of Linux 6.12 LTS as an HWE kernel option for Azure Linux 3.0 is a measured, pragmatic step: it gives customers who need newer hardware and kernel features a supported path forward while keeping the tested 6.6 base kernel for stability‑first deployments. The move reduces friction for organizations adopting new Azure server SKUs and Arm platforms, and it aligns Azure Linux with upstream kernel lifecycles and vendor expectations. Administrators should treat the HWE kernel as an operational choice to be validated with staging workloads, monitoring and a clear rollback plan. (github.com)
For operators of AKS and Azure VM fleets, the release underscores two enduring truths: kernel choice matters, and testing remains the single best mitigation against regressions introduced by moving to a newer kernel. The new HWE option simply makes that testing path cleaner and officially supported by Microsoft. (github.com)

Source: Phoronix Microsoft Rolls Out A Linux 6.12 LTS Option For Azure Linux - Phoronix
 

Microsoft's Azure Linux 3.0.20250910 quietly introduces an optional Linux 6.12 LTS hardware‑enablement (HWE) kernel, giving Azure customers a supported path to newer device drivers and platform features while preserving the conservative, proven 6.6 LTS kernel as the default. (phoronix.com)

Neon-lit data center with twin server racks and a central AKKS logo, comparing Kernel 6.12 LTS (HWE) and 6.6 LTS.Background / Overview​

Azure Linux — the rebranded successor to CBL‑Mariner — has been Microsoft’s lightweight, container‑optimized host distribution for Azure services, AKS node images, WSL integration and numerous first‑party cloud workloads. It was designed from the ground up to be small, auditable and maintainable, and version 3.0 marked a generational update across userspace, runtime stacks and kernel baselines. (techcommunity.microsoft.com) (github.com)
The September 2025 incremental release, 3.0.20250910, is notable primarily because it surfaces a supported HWE image built around the Linux 6.12 LTS series (kernel‑6.12.40.1), while continuing to ship a default generic kernel based on Linux 6.6 LTS. This dual‑kernel model lets operators opt into newer hardware support without forcing a platform‑wide kernel change. (phoronix.com)
Why this matters: cloud operators must balance stability and hardware enablement. The HWE path is a pragmatic compromise — new drivers and subsystem features can be delivered to tenants and node images faster, while conservative clusters stay on the tested default kernel.

What Azure Linux 3.0.20250910 Delivers​

Key headline: Linux 6.12 LTS as an HWE option​

  • Optional kernel: Azure Linux 3.0.20250910 adds support and build targets for a 6.12.40.1 kernel‑hwe image while continuing to ship the default kernel based on 6.6. (phoronix.com)
  • Why 6.12: Linux 6.12 received LTS designation from upstream maintainers, which guarantees at least a two‑year maintenance window for security and bug fixes — an essential property for enterprise use. The kernel also consolidates PREEMPT_RT real‑time work and a large refresh of device drivers relevant to cloud and edge hardware. (9to5linux.com) (linux-magazine.com)

Platform, tooling and security updates​

Azure Linux 3.0.20250910 is not just a kernel swap. The release notes and community coverage highlight a number of operational and security improvements:
  • OS Guard and signed AArch64 boot artifacts: Strengthened kernel integrity features and a signed systemd‑boot package for AArch64 to tighten secure boot and platform trust.
  • Monthly CVE and toolchain patching cadence: Microsoft continues a monthly servicing rhythm for Azure Linux that mirrors enterprise patch practices, bundling kernel backports and userspace CVE fixes. (github.com)
  • ARM64 image tweaks: Improved tooling for ARM64 (including 64K page support where relevant) to support a growing set of Arm server SKUs and first‑party silicon.
  • Container runtime and system stacks: The 3.0 line modernized containerd, systemd and OpenSSL in earlier 3.0 milestones; ongoing minor updates continue in the 3.0 monthly builds. (techcommunity.microsoft.com)
These changes reflect the distribution’s dual role: a hardened minimal host for regulated or production AKS workloads, and a flexible platform for enabling modern hardware features.

Why an HWE Kernel Makes Sense for Cloud Providers​

Hardware enablement vs. conservative stability​

An HWE kernel is a pragmatic mechanism for delivering newer drivers and kernel features without replacing the userland or destabilizing the default image. For cloud providers and enterprise operators, this pattern has three clear benefits:
  • Faster driver support: New NICs, storage controllers, accelerators and CPU features land in newer kernels first; HWE exposes those advances to tenant workloads more quickly. (phoronix.com)
  • Lower custom‑kernel pressure: Customers and platform teams avoid bespoke kernel builds for marginal hardware changes, reducing operational overhead.
  • Opt‑in safety: Operators can adopt the HWE kernel in a staged, tested way rather than being forced into an immediate platform migration.
Drawbacks are real too: a newer kernel can surface regressions, driver interactions, or subtle scheduler/latency differences that weren't present in the prior baseline. HWE images still require rigorous integration testing against container runtimes, CNIs, CSI drivers and observability stacks.

How Microsoft is Positioning Azure Linux in AKS and Cloud Operations​

AKS default image and upgrade behavior​

Microsoft made Azure Linux 3.0 the default node OS for AKS starting with Kubernetes version 1.32, and AKS clusters or node pools created with --os-sku=AzureLinux on that Kubernetes version will default to Azure Linux 3.0 images. This is an operationally significant move: the default node OS drives adoption and simplifies lifecycle planning for AKS customers. (learn.microsoft.com) (techcommunity.microsoft.com)
Microsoft’s AKS guidance also documents supported upgrade paths — including in‑place node pool os-sku updates and node image upgrades — but the recommended production approach is staged node pool replacement and thorough verification before promoting HWE into critical clusters. (learn.microsoft.com)

Azure Linux and regulated environments​

Azure Linux 3.0 includes FIPS‑capable images and tooling to produce FIPS‑enabled Arm64 node images, making it suitable for compliance‑sensitive workloads in finance, healthcare and government clouds. The distribution continues to offer hardened image variants and SELinux/FIPS configuration options that enterprise operators require. (techcommunity.microsoft.com)

Deep Dive: What Linux 6.12 Brings to the Table​

Linux 6.12, the kernel underpinning the HWE option, delivers technical advances that are important for cloud infrastructure:
  • PREEMPT_RT integration: Continued upstream integration of real‑time primitives improves deterministic latency for specialized workloads (telecom, industrial, inference). This reduces the friction for deploying low‑latency functions atop a mainstream LTS kernel. (linux-magazine.com)
  • Scheduler refinements: Sched_ext and related changes refine task placement, NUMA balancing and latency/throughput tradeoffs — potentially improving database and high‑concurrency workloads.
  • Large device/driver refresh: Substantive driver updates across networking, storage and accelerator subsystems reduce the need for out‑of‑tree drivers in cloud images.
Because 6.12 carries an LTS designation, vendors such as Microsoft can reasonably commit to backporting and maintenance during the LTS window — an essential property for any enterprise kernel choice. Upstream maintainers initially slated 6.12 LTS support through at least December 2026. (9to5linux.com)

Operational Guidance: How to Evaluate and Adopt the 6.12 HWE Kernel​

Switching kernel series in a production cloud is a process, not a single command. The recommended, practical checklist is:
  • Build a dedicated test node pool that uses the kernel‑hwe image and run representative workloads (stateless services, stateful databases, GPU inference if applicable).
  • Validate CNI, CSI and GPU driver compatibility under the HWE kernel; check that custom drivers and kernel modules load and behave as expected.
  • Confirm observability: ensure Prometheus metrics, Fluent Bit logs, Azure Monitor agents and APM traces show expected values and no kernel‑level warnings.
  • Stress‑test storage paths: snapshotting, restore, live migrations and backup/restore flows should be validated under expected load patterns.
  • Run security scanning, fuzzing and regression tests for exposed services (SMB, NFS, HTTP) in staging.
  • Prepare a rollback strategy: prefer immutable infrastructure patterns (node pool replacement) to in‑place kernel swaps; ensure automation can reimage or redeploy node pools quickly.
These steps map directly to the operational guidance Microsoft and independent reviewers recommend when enabling a hardware‑enablement kernel.

Security, Support and Maintenance Considerations​

LTS windows and vendor backports​

Linux 6.12 is an LTS kernel with an upstream maintenance window measured in years, which underpins Microsoft’s decision to support it as an HWE option. However, corporate responsibility for backports and vendor‑specific fixes still rests with the distribution maintainers; customers should treat HWE kernels as needing the same patch discipline as any production host. (9to5linux.com) (github.com)

Monthly servicing cadence​

Azure Linux follows a monthly release cadence for CVE fixes and tooling updates. Kernel‑HWE images will be updated on this cadence, but operators should synchronize patch windows, planned maintenance and observability baselines to accommodate host image rollouts. (github.com)

Hardening features​

Features such as OS Guard and signed boot artifacts for AArch64 reduce the risk surface when deploying new kernels, but they are not a substitute for standard hardening, monitoring, and rapid response playbooks. HWE adoption should be accompanied by vulnerability scanning, kernel‑level telemetry and security incident runbooks.

Ecosystem and Competitive Implications​

Integration with AKS and container tooling​

By making Azure Linux 3.0 the default for AKS v1.32 and offering a supported HWE path, Microsoft smooths the node OS lifecycle for AKS customers and reduces friction for hybrid and multi‑architecture clusters. Tooling integrations (Terraform quickstarts, the Dapr AKS extension and other IaC examples) explicitly include Azure Linux imagery, lowering adoption friction. (techcommunity.microsoft.com)

Market signal: Microsoft doubles down on Linux​

Microsoft’s continued investment in Azure Linux and its public maintenance on GitHub signal a long‑term commitment to Linux as a first‑class platform inside Azure. This is consistent with the broader industry shift away from Windows on the cloud host layer: Microsoft itself has noted over time that Linux workloads form a majority of Azure cores and marketplace usage has trended toward Linux images. That context helps explain why Microsoft treats kernel strategy and image lifecycle as first‑class operational concerns. (azure.microsoft.com) (businessinsider.com)
Caveat: some forum‑level adoption metrics and anecdotal migration claims can be noisy. Public forum interest and thread counts do not substitute for cloud provider telemetry, and any customer‑facing migration plan should be grounded in capacity planning and internal usage statistics rather than community enthusiasm alone.

Strengths, Risks and Tradeoffs — A Critical Assessment​

Strengths​

  • Operational flexibility: The HWE option gives operators a choice: adopt newer hardware support when needed, without forcing a platform‑wide change.
  • Faster hardware enablement: For customers using new Azure hardware SKUs (including Arm64 and specialized accelerator instances), HWE reduces the latency between hardware availability and supported host images.
  • Tight Azure integration: As the default AKS node OS, Azure Linux simplifies cluster creation and reduces one common source of drift between Azure's control plane and node images. (learn.microsoft.com)

Risks​

  • Regression risk: Newer kernels carry a measurable risk of regressions for specific drivers, interaction bugs, or scheduling changes that affect latency‑sensitive workloads. Thorough testing is mandatory.
  • Backport responsibility: LTS status guarantees a window of maintenance, but distribution maintainers must still integrate vendor‑specific backports; convergence delays can occur. (9to5linux.com)
  • Operational complexity: Offering multiple supported kernels increases the testing matrix for platform teams, integrators and customers. This can complicate support contracts and troubleshooting unless clear default behaviors and escalation paths are documented. (github.com)

Balanced judgment​

Overall, the HWE option demonstrates sound product planning: give operators choice, keep the default conservative and supported, and provide a clearly documented opt‑in path for customers who need modern hardware support. The tradeoffs are manageable so long as organizations maintain disciplined testing, monitoring and rollback practices.

Practical Recommendations for Enterprise Engineers​

  • Treat the HWE kernel like any third‑party dependency: test comprehensively, stage progressively, and maintain a rollback strategy.
  • Align patch windows: ensure host image upgrades are coordinated with application maintenance windows, operator runbooks and observability thresholds. (github.com)
  • Validate third‑party drivers early: vendors packaging proprietary drivers (e.g., GPU, NIC offloads) should be consulted about HWE compatibility before rollouts.
  • Monitor kernel telemetry: collect boot logs, kernel oops, scheduler latency metrics and driver load errors into centralized observability so regressions can be detected early.
  • Review compliance builds: if you run FIPS or other regulated images, confirm the HWE variant used matches your compliance posture and vendor attestations. (techcommunity.microsoft.com)

Looking Forward: What This Release Signals​

Azure Linux 3.0.20250910 is more than a stopgap — it’s evidence that Microsoft views Linux kernel strategy as a strategic control point in public cloud infrastructure. By maintaining its own distribution and offering an HWE path, Microsoft can:
  • Quickly onboard new hardware and ship tuned images for Azure's first‑party silicon and partner SKUs.
  • Reduce reliance on third‑party upstream distributions for the minimal host image, enabling a controlled upgrade and security cadence.
  • Provide AKS users with a predictable node OS lifecycle that aligns with Kubernetes versioning and AKS support windows. (github.com) (learn.microsoft.com)
This approach will be watched closely by competitors and enterprise customers alike: a cloud provider that controls both host OS and orchestration stack has an advantage in reducing friction for node lifecycle operations.

Final assessment​

Azure Linux 3.0.20250910’s optional Linux 6.12 LTS HWE kernel is a sensible, well‑scoped evolution that balances innovation and operational risk. It gives enterprises a clear, supported pathway to newer drivers and real‑time features while preserving the conservative base image for the clusters that cannot tolerate surprise changes. As with any kernel change, the burden of safe adoption falls squarely on disciplined testing, phased rollouts and robust observability.
Key claims in this analysis — the 3.0.20250910 release details, the presence of a 6.12 LTS kernel‑hwe image, AKS defaulting to Azure Linux 3.0 on Kubernetes 1.32, and the Linux 6.12 LTS designation and maintenance window — are corroborated by Microsoft documentation, the official GitHub release listings, and independent Linux press coverage. (github.com) (phoronix.com) (learn.microsoft.com) (9to5linux.com)
Adopt the HWE kernel where hardware or performance requirements justify it; otherwise maintain the default 6.6 LTS baseline until internal QA and vendor stacks are fully validated. The release is a pragmatic milestone in Azure’s Linux strategy — one that materially improves hardware enablement without abandoning enterprise expectations for stability and security.

Source: WebProNews Microsoft Releases Azure Linux 3.0 with Optional 6.12 LTS Kernel
 

Back
Top