search
HomeSystem TutorialLINUXLinux Kernel 6.13 RC4 Released: A Tiny Christmas Gift From Kernel Developers

Linus Torvalds released the fourth candidate (RC4) for Linux kernel 6.13 on December 22, 2024. 6.13-rc4 includes repairs and improvements to each subsystem.

In the release announcement, Torvalds mentioned that this rc4 is a little smaller than a typical rc4 update, which bodes well for the stability of the upcoming version. He also expressed hope that rc5 will be smaller, as developers may be off during the Christmas holiday.

[…] So this is definitely a little smaller than most rc4s, I hope rc5 will be very small because you all should relax on Christmas holidays. […]

He encourages everyone to continue testing, especially those who are still working during the holidays.

Catalog

    1. AMD GPU Repair
    1. BPF and network repair
    1. Memory management and virtual machine repair
    1. Cooling and power management
    1. Device Tree and ACPI Fix
    1. USB and serial port repair
    1. File system and storage repair
    1. Other fixes
  • Test Linux kernel 6.13-rc4

New to Linux Kernel 6.13 RC4?

Linux Kernel 6.13 RC4 Released: A Tiny Christmas Gift From Kernel Developers

Linux Kernel 6.13-rc4 contains numerous bug fixes from numerous contributors. These fixes address issues with various kernel components, including drivers, memory management, networking, and file systems.

These fixes range from slight compiler warnings to critical error handling improvements. Here is a brief overview of some of the key fixes and improvements:

1. AMD GPU repair

Some fixes for AMD GPU drivers, especially in the drm/amdgpu subsystem. These include:

  • Fixed IP version checking issues in various AMD GPU components such as nbio7.7, nbio7.11, mmhub4.1, gfx12 and smu14.0.2).
  • Improved error handling and memory management.

2. BPF and network repair

BPF (Berkeley Packet Filter)Subsystem has undergone some updates, including:

  • Fixed bpf_skb_change_tail() and bpf_tcp_ingress().
  • New self-test to ensure the stability and correctness of BPF function.

Network-related fixes include:

  • Improved netdevsim to prevent bad user input and correctly handle healthy interrupt write operations.
  • Fixed the team driver to ensure that the features are displayed correctly even without a port.

3. Memory management and virtual machine repair

Memory management has received attention, and the fix is ​​as follows:

  • Prevent potential integer overflow in chelsio/chtls.
  • Make sure to handle PFN (page frame number) correctly in split_large_buddy().
  • Fixed zram to prevent uninitialized backup devices and zero-size block devices.

4. Heat dissipation and power management

Repair of the cooling subsystem includes:

  • Correct the boundaries and detection routines in thermal/thresholds.
  • Ensure that cpufreq/amd-pstate is handled correctly so that preferred kernel support is detected before driver registration.

5. Device tree and ACPI repair

Equipment tree and ACPI subsystems have also been repaired accordingly:

  • Add empty dma-rangesaddress conversion test.
  • Fixed ACPI EC (Embedded Controller) support on LoongArch.

6. USB and serial port repair

Some updates have been made to USB and serial drivers, including:

  • Add support for new devices such as TCL IK512 MBIM & ECM, MediaTek T7XX and MeiG Smart SLM770A.
  • Fixed the option driver to handle new combinations and prevent memory leaks.

7. File system and storage repair

File system-related fixes include:

  • Prevent memory leaks in ceph and nilfs2.
  • Ensure that btrfs is properly processed in the completion handler and split bios to the file system sector size boundary.

8. Other fixes

Other noteworthy fixes include:

  • Improved io_uring to prevent memory leaks and ensure that registered ring files are properly processed.
  • Fixed xen/netfront to prevent crashes when removing the device.
  • Updated selftests to ensure better coverage and correctness.

Test Linux kernel 6.13-rc4

Each new release brings performance, security, and compatibility improvements with newer hardware. By testing the candidate version, users can help identify and fix errors before the final version is released, ensuring that everyone has a more stable and reliable experience.

If you are a developer, system administrator, or just someone who likes to fiddle with Linux, download and test Linux Kernel 6.13-rc4.

To try out the latest version candidate, you can download the source code from the official Linux kernel archive or Linus Torvalds' git tree .

I wish you a happy test and a happy holiday!

The above is the detailed content of Linux Kernel 6.13 RC4 Released: A Tiny Christmas Gift From Kernel Developers. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the salary of Linux administrator?What is the salary of Linux administrator?Apr 17, 2025 am 12:24 AM

The average annual salary of Linux administrators is $75,000 to $95,000 in the United States and €40,000 to €60,000 in Europe. To increase salary, you can: 1. Continuously learn new technologies, such as cloud computing and container technology; 2. Accumulate project experience and establish Portfolio; 3. Establish a professional network and expand your network.

What is the main purpose of Linux?What is the main purpose of Linux?Apr 16, 2025 am 12:19 AM

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

Does the internet run on Linux?Does the internet run on Linux?Apr 14, 2025 am 12:03 AM

The Internet does not rely on a single operating system, but Linux plays an important role in it. Linux is widely used in servers and network devices and is popular for its stability, security and scalability.

What are Linux operations?What are Linux operations?Apr 13, 2025 am 12:20 AM

The core of the Linux operating system is its command line interface, which can perform various operations through the command line. 1. File and directory operations use ls, cd, mkdir, rm and other commands to manage files and directories. 2. User and permission management ensures system security and resource allocation through useradd, passwd, chmod and other commands. 3. Process management uses ps, kill and other commands to monitor and control system processes. 4. Network operations include ping, ifconfig, ssh and other commands to configure and manage network connections. 5. System monitoring and maintenance use commands such as top, df, du to understand the system's operating status and resource usage.

Boost Productivity with Custom Command Shortcuts Using Linux AliasesBoost Productivity with Custom Command Shortcuts Using Linux AliasesApr 12, 2025 am 11:43 AM

Introduction Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and er

What is Linux actually good for?What is Linux actually good for?Apr 12, 2025 am 12:20 AM

Linux is suitable for servers, development environments, and embedded systems. 1. As a server operating system, Linux is stable and efficient, and is often used to deploy high-concurrency applications. 2. As a development environment, Linux provides efficient command line tools and package management systems to improve development efficiency. 3. In embedded systems, Linux is lightweight and customizable, suitable for environments with limited resources.

Essential Tools and Frameworks for Mastering Ethical Hacking on LinuxEssential Tools and Frameworks for Mastering Ethical Hacking on LinuxApr 11, 2025 am 09:11 AM

Introduction: Securing the Digital Frontier with Linux-Based Ethical Hacking In our increasingly interconnected world, cybersecurity is paramount. Ethical hacking and penetration testing are vital for proactively identifying and mitigating vulnerabi

How to learn Linux basics?How to learn Linux basics?Apr 10, 2025 am 09:32 AM

The methods for basic Linux learning from scratch include: 1. Understand the file system and command line interface, 2. Master basic commands such as ls, cd, mkdir, 3. Learn file operations, such as creating and editing files, 4. Explore advanced usage such as pipelines and grep commands, 5. Master debugging skills and performance optimization, 6. Continuously improve skills through practice and exploration.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment