Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux: Update kernel to 6.6.52 #3591

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Linux: Update kernel to 6.6.52 #3591

merged 1 commit into from
Sep 23, 2024

Conversation

sairon
Copy link
Member

@sairon sairon commented Sep 23, 2024

Summary by CodeRabbit

  • New Features

    • Updated Linux kernel version to 6.6.52 for various hardware boards, including Open Virtual Appliance, Home Assistant Green, Tinker Board, and several ODROID models.
  • Bug Fixes

    • Incremented kernel version may include various updates, bug fixes, or enhancements for improved system stability and performance.

@sairon sairon added board/ova Open Virtual Appliance (Virtual Machine) board/odroid Hardkernel's ODROID Boards board/tinker ASUS' Tinker 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 Sep 23, 2024
@sairon sairon requested a review from agners September 23, 2024 08:38
Copy link

coderabbitai bot commented Sep 23, 2024

Walkthrough

Walkthrough

The changes involve updating the Linux kernel custom version from 6.6.51 to 6.6.52 across multiple configuration files and documentation related to various hardware boards in the Buildroot project. This update affects the versioning of the "Open Virtual Appliance," "Home Assistant Green," "Tinker Board," and several ODROID models, among others. The documentation has also been updated to reflect these version changes, while the configurations for other settings remain unchanged.

Changes

File Path Change Summary
Documentation/kernel.md Version updated from 6.6.51 to 6.6.52 for multiple boards.
buildroot-external/configs/*_defconfig Kernel version updated from 6.6.51 to 6.6.52 for various configurations (generic_aarch64, generic_x86_64, green, khadas_vim3, odroid_c2, odroid_c4, odroid_m1, odroid_m1s, odroid_n2, odroid_xu4, ova, tinker).

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Buildroot
    participant Kernel

    User->>Buildroot: Request build with kernel version 6.6.52
    Buildroot->>Kernel: Set kernel version to 6.6.52
    Kernel-->>Buildroot: Confirm version set
    Buildroot-->>User: Build process initiated with kernel version 6.6.52
Loading

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e4d00de and 20d8904.

Files selected for processing (13)
  • Documentation/kernel.md (1 hunks)
  • buildroot-external/configs/generic_aarch64_defconfig (1 hunks)
  • buildroot-external/configs/generic_x86_64_defconfig (1 hunks)
  • buildroot-external/configs/green_defconfig (1 hunks)
  • buildroot-external/configs/khadas_vim3_defconfig (1 hunks)
  • buildroot-external/configs/odroid_c2_defconfig (1 hunks)
  • buildroot-external/configs/odroid_c4_defconfig (1 hunks)
  • buildroot-external/configs/odroid_m1_defconfig (1 hunks)
  • buildroot-external/configs/odroid_m1s_defconfig (1 hunks)
  • buildroot-external/configs/odroid_n2_defconfig (1 hunks)
  • buildroot-external/configs/odroid_xu4_defconfig (1 hunks)
  • buildroot-external/configs/ova_defconfig (1 hunks)
  • buildroot-external/configs/tinker_defconfig (1 hunks)
Additional context used
Path-based instructions (1)
Documentation/kernel.md (6)

Pattern */**(html|markdown|md): - For instructional content in documentation, use a direct and authoritative tone. Avoid expressions of politeness such as 'may' or 'please', and ensure the goal of the instruction is fronted.

  • Apply the Microsoft Style Guide to ensure documentation maintains clarity and conciseness.
  • In step-by-step instructions, front the location phrase in the instructional sentence.
  • In step-by-step instructions, front the 'goal' in the instructional sentence.
  • In step-by-step instructions, if in doubt what to front, front the 'goal' before the location phrase in the instructional sentence.
  • do not hyphenate terms like 'top-right' or 'bottom-left' with 'corner'

Pattern */**(html|markdown|md): - Use bold to mark UI strings.

  • If "" are used to mark UI strings, replace them by bold.

Pattern */**(html|markdown|md): - Be brief in your replies and don't add fluff like "thank you for..." and "Please let me know if"


Pattern */**(html|markdown|md): - Use sentence-style capitalization also in headings.


Pattern */**(html|markdown|md): do not comment on HTML used for icons


Pattern */**(html|markdown|md): Avoid flagging inline HTML for embedding videos in future reviews for this repository.

Additional comments not posted (13)
Documentation/kernel.md (1)

6-24: Kernel version update looks good.

The kernel version has been correctly updated to 6.6.52 for most boards. This is in line with the PR objective. Note that Raspberry Pi boards and Home Assistant Yellow remain on version 6.6.31, which appears to be intentional.

buildroot-external/configs/khadas_vim3_defconfig (1)

19-19: LGTM. Verify consistency and review changelog.

The update of the Linux kernel version from 6.6.51 to 6.6.52 is correct and aligns with the PR objectives. This minor version update likely includes bug fixes and security patches.

To ensure consistency across the project and identify any potential impacts:

  1. Verify that this version update has been applied consistently in all relevant configuration files.
  2. Review the kernel changelog for version 6.6.52 to identify any notable changes or required actions.

Consider documenting any significant changes or required actions from the changelog in the PR description.

buildroot-external/configs/odroid_c4_defconfig (1)

19-19: LGTM: Kernel version updated correctly.

The Linux kernel version has been successfully updated from 6.6.51 to 6.6.52. This minor version bump is likely to include bug fixes and security patches.

To ensure system stability and security, please:

  1. Verify the compatibility of this kernel version with other system components.
  2. Review the changelog (https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.52) for any critical updates or security patches that may require additional testing or configuration changes.
Verification successful

LGTM: Kernel version updated correctly and consistently across the project.

The Linux kernel version has been successfully updated from 6.6.51 to 6.6.52. No references to the old version were found, and the new version is consistently used in all relevant configuration files and documentation.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if other files reference the old kernel version
# and if the new kernel version is consistently used across the project.

echo "Searching for references to the old kernel version (6.6.51):"
rg --type-not binary "6\.6\.51"

echo -e "\nVerifying consistent use of the new kernel version (6.6.52):"
rg --type-not binary "6\.6\.52"

Length of output: 397


Script:

#!/bin/bash
# Description: Check if other files reference the old kernel version
# and verify the consistent use of the new kernel version across the project.

echo "Searching for references to the old kernel version (6.6.51):"
rg --text "6\.6\.51"

echo -e "\nVerifying consistent use of the new kernel version (6.6.52):"
rg --text "6\.6\.52"

Length of output: 2049

buildroot-external/configs/odroid_c2_defconfig (1)

19-19: LGTM: Kernel version updated as intended.

The Linux kernel version has been correctly updated from 6.6.51 to 6.6.52, which aligns with the PR objectives. This minor version update likely includes bug fixes and security patches.

To ensure a smooth transition, please verify:

  1. The compatibility of this kernel version with the current system.
  2. Any additional steps required for this update (e.g., updating other components or configurations).
  3. The changelog for any critical changes that might affect the system.

You can use the following script to check for any potential issues:

buildroot-external/configs/tinker_defconfig (1)

21-21: LGTM! Kernel version updated as intended.

The Linux kernel version has been correctly updated from 6.6.51 to 6.6.52, which aligns with the PR objectives. This minor version update typically includes bug fixes and security patches.

To ensure the update has been applied correctly and doesn't introduce any unexpected issues, please run the following verification steps:

After running these tests, please review the output to ensure:

  1. The kernel version is consistently updated across all relevant files.
  2. There are no remaining references to the old kernel version.
  3. The ChangeLog doesn't mention any breaking changes or updates that require additional configuration changes for the Tinker board.
buildroot-external/configs/odroid_xu4_defconfig (1)

20-20: LGTM. Verify compatibility and review ChangeLog.

The update of the Linux kernel version from 6.6.51 to 6.6.52 is correct and aligns with the PR objectives. This minor version update typically includes bug fixes and security patches.

To ensure system stability and security:

  1. Verify that this kernel version is compatible with all other components in the system.
  2. Review the ChangeLog (https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.52) for any significant changes that might affect the system's functionality or security.
Verification successful

Kernel version update verified.

The Linux kernel version has been consistently updated to 6.6.52 across all configuration files. No version-specific patches or TODO comments related to the kernel version were found.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if the kernel version is consistent across all config files and if there are any version-specific patches.

# Test 1: Check for consistency of kernel version across all config files
echo "Checking kernel version consistency:"
grep -r "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE" buildroot-external/configs/
echo

# Test 2: Check for any kernel patches specific to version 6.6.52
echo "Checking for version-specific kernel patches:"
find buildroot-external/patches -type f -name "*6.6.52*" -o -name "*kernel*6.6.52*"
echo

# Test 3: Check if there are any TODO comments related to kernel version
echo "Checking for TODO comments related to kernel version:"
grep -r -i "todo.*kernel.*6.6" buildroot-external/

Length of output: 1661

buildroot-external/configs/odroid_m1_defconfig (1)

19-19: LGTM: Kernel version update looks good.

The update of the Linux kernel version from 6.6.51 to 6.6.52 is consistent with the PR objectives. This minor version update likely includes important bug fixes and security patches.

To ensure consistency across the project, please run the following script to check if the kernel version has been updated in all relevant configuration files:

Verification successful

Verified: Kernel version updated consistently across all configuration files.

The Linux kernel version has been successfully updated to 6.6.52 in all relevant configuration files. No discrepancies were found.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify kernel version consistency across config files

# Search for kernel version in all config files
echo "Checking kernel version in config files:"
grep -R "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE" buildroot-external/configs/

Length of output: 1296

buildroot-external/configs/odroid_m1s_defconfig (1)

19-19: LGTM: Kernel version updated as intended.

The Linux kernel version has been correctly updated from 6.6.51 to 6.6.52, which aligns with the PR objectives.

To ensure consistency across the project, please run the following script:

This script will help ensure that the kernel version update has been applied consistently across all relevant configuration files in the project.

Verification successful

Additional Verification Needed:

The previous verification did not yield conclusive results. Please run the following script to further verify the kernel version updates across the codebase:


Verified: Kernel version updated consistently across configuration files.

The Linux kernel version has been successfully updated to 6.6.52 in buildroot-external/configs/odroid_m1s_defconfig, and no remaining references to the old version 6.6.51 were found in other configuration files.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that the kernel version has been updated consistently across all relevant configuration files.

# Search for any remaining references to the old kernel version
echo "Checking for any remaining references to kernel version 6.6.51:"
rg --type config "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\"6.6.51\""

# Verify that all relevant config files have been updated to the new kernel version
echo "Verifying that all relevant config files have been updated to kernel version 6.6.52:"
rg --type config "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\"6.6.52\""

Length of output: 451


Script:

#!/bin/bash
# Description: Further verify the kernel version updates across all configuration files.

# List all configuration files that set BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
echo "Listing all configuration files that set BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE:"
rg --type config "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="

# Confirm the new kernel version in the specific file
echo "Checking the kernel version in buildroot-external/configs/odroid_m1s_defconfig:"
grep 'BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE' buildroot-external/configs/odroid_m1s_defconfig

Length of output: 535

buildroot-external/configs/green_defconfig (2)

Line range hint 1-190: Summary: Kernel version update appears sufficient.

The only change in this file is the update of the Linux kernel version from 6.6.51 to 6.6.52. This minor version update is likely to include bug fixes and security patches. The rest of the configuration remains unchanged, which is expected for a minor kernel update.

However, it's important to ensure that this kernel version is compatible with all other components of the system. Please review the results of the verification script provided in the previous comment and address any potential issues that may arise.


19-19: LGTM: Kernel version updated as intended.

The Linux kernel version has been correctly updated from 6.6.51 to 6.6.52, which aligns with the PR objective. This minor version update typically includes bug fixes and security patches.

To ensure system compatibility, please run the following verification script:

This script will help identify any potential compatibility issues or necessary updates related to the kernel version change.

buildroot-external/configs/generic_aarch64_defconfig (1)

19-19: LGTM: Kernel version updated as intended.

The update from Linux kernel version 6.6.51 to 6.6.52 is consistent with the PR objectives. This minor version update likely includes important bug fixes and security patches.

To ensure the update is correct and up-to-date, please run the following verification:

Also, ensure that appropriate testing has been conducted with this new kernel version to verify system stability and compatibility with existing features.

buildroot-external/configs/generic_x86_64_defconfig (1)

19-19: Approved: Linux kernel version updated to 6.6.52

The update from kernel version 6.6.51 to 6.6.52 aligns with the PR objectives. This change is straightforward and appropriate for a minor kernel version update.

To ensure consistency across the project, please run the following script to check if this kernel version update has been applied to all relevant configuration files:

Additionally, I recommend reviewing the changelog for kernel version 6.6.52 to identify any significant changes or security updates that may be relevant to this project. The changelog can be found at: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.52

Verification successful

Verified: Kernel version consistently updated to 6.6.52

All configuration files, including generic_x86_64_defconfig, have been successfully updated to BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52". No references to the previous kernel version 6.6.51 were found in any configuration files.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify kernel version consistency across config files

# Search for kernel version declarations in all config files
echo "Checking kernel version declarations:"
rg --type=ini 'BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=' buildroot-external/configs/

# Check for any remaining references to the old kernel version
echo "Checking for any remaining references to the old kernel version:"
rg --type=ini '6.6.51' buildroot-external/configs/

Length of output: 413


Script:

#!/bin/bash
# Description: Verify kernel version consistency across config files

# Define the new and old kernel versions
NEW_VERSION="6.6.52"
OLD_VERSION="6.6.51"

# Search for kernel version declarations in all .ini config files
echo "Checking for the new kernel version declarations (${NEW_VERSION}):"
rg "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\"$NEW_VERSION\"" buildroot-external/configs/**/*.ini

# Check for any remaining references to the old kernel version (${OLD_VERSION})
echo "Checking for any remaining references to the old kernel version (${OLD_VERSION}):"
rg "$OLD_VERSION" buildroot-external/configs/**/*.ini

Length of output: 619


Script:

#!/bin/bash
# Description: Verify kernel version consistency across config files

# Define the new and old kernel versions
NEW_VERSION="6.6.52"
OLD_VERSION="6.6.51"

# Search for kernel version declarations in all config files
echo "Checking for the new kernel version declarations (${NEW_VERSION}):"
rg "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\"$NEW_VERSION\"" buildroot-external/configs/

# Check for any remaining references to the old kernel version (${OLD_VERSION})
echo "Checking for any remaining references to the old kernel version (${OLD_VERSION}):"
rg "$OLD_VERSION" buildroot-external/configs/

Length of output: 1577

buildroot-external/configs/ova_defconfig (1)

19-19: LGTM: Kernel version updated as intended.

The Linux kernel version has been correctly updated from 6.6.51 to 6.6.52 as per the PR objectives. This change aligns with the goal of keeping the system up-to-date with the latest kernel version.

To ensure consistency across the project, please run the following script to check if the kernel version has been updated in all relevant configuration files:

Additionally, it's recommended to review the changelog for version 6.6.52 to identify any notable changes or security fixes: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.52

Verification successful

Verified: Kernel version updated consistently across all configuration files.

All configuration files have been successfully updated to Linux kernel version 6.6.52, and no references to the previous version 6.6.51 were found.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify kernel version consistency across config files

# Search for kernel version declarations in all config files
echo "Checking kernel version in config files:"
rg --type=ini -g '*defconfig' 'BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=' buildroot-external/configs/

# Check if there are any remaining references to the old version
echo "Checking for any remaining references to the old version:"
rg --type=ini -g '*defconfig' '6.6.51' buildroot-external/configs/

Length of output: 437


Script:

#!/bin/bash
# Description: Verify kernel version consistency across config files

# Search for kernel version declarations in all defconfig files
echo "Checking kernel version in defconfig files:"
rg --type=conf -g '*defconfig' 'BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=' buildroot-external/configs/

# Check if there are any remaining references to the old version
echo "Checking for any remaining references to the old kernel version:"
rg --type=conf -g '*defconfig' '6.6.51' buildroot-external/configs/

Length of output: 461


Script:

#!/bin/bash
# Description: Verify kernel version consistency across defconfig files

# Search for kernel version declarations in all defconfig files
echo "Checking kernel version declarations in defconfig files:"
rg -g '*defconfig' 'BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=' buildroot-external/configs/

# Check if there are any remaining references to the old kernel version
echo "Checking for any remaining references to the old kernel version (6.6.51):"
rg -g '*defconfig' '6\.6\.51' buildroot-external/configs/

Length of output: 1557

@@ -16,7 +16,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_HASSOS_PATH)/scripts/post-image.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/odroid-n2 $(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/odroid-n2/hassos-hook.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52"
Copy link

Choose a reason for hiding this comment

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

Tip

Codebase Verification

Issues Found: Kernel version update may prevent essential patches from applying

The Linux kernel version has been updated to 6.6.52. However, several patches and makefiles include conditions based on LINUX_VERSION_CODE that restrict their application to versions below 6.4.0. This means these patches will not be applied with the new kernel version, potentially missing important bug fixes or features.

  • buildroot-external/package/eq3_char_loop/0003-Fix-eq3_char_loop-driver-build-on-Linux-6.4.patch uses #if LINUX_VERSION_CODE < KERNEL_VERSION(6,4,0)
  • buildroot-external/package/gasket/gasket.mk and rtl88x2bu.mk reference LINUX_VERSION_PROBED

Please review and update these conditional statements to ensure all necessary patches are applied with kernel version 6.6.52.

Analysis chain

LGTM: Kernel version updated correctly.

The Linux kernel version has been successfully updated from 6.6.51 to 6.6.52. This minor version update likely includes bug fixes and security patches, which aligns with the PR objectives of keeping the operating system up to date.

Please ensure that this kernel version update is consistent across all relevant board configurations. Additionally, it would be beneficial to review the changelog for version 6.6.52 to identify any critical updates that might require additional testing.

To verify the consistency of this update across other board configurations, you can run the following script:

This script will help identify any inconsistencies in the kernel version across different board configurations.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for consistency of kernel version across board configs

# Search for the kernel version string in all defconfig files
echo "Checking kernel version in defconfig files:"
grep -r "BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE" buildroot-external/configs/*.defconfig

# Check the kernel version in other potential locations
echo -e "\nChecking kernel version in other potential locations:"
grep -r "LINUX_VERSION" buildroot-external/ | grep -v "defconfig"

Length of output: 865

@sairon sairon merged commit f27c429 into dev Sep 23, 2024
2 checks passed
@sairon sairon deleted the bump-linux-6.6.52 branch September 23, 2024 21:23
@sairon sairon mentioned this pull request Sep 26, 2024
@sairon sairon mentioned this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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) board/tinker ASUS' Tinker Boards cla-signed linux Linux kernel related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants