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

Update Linux DTB scanner to handle newer Linux kernel versions (>= 5.14-rc1) #852

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 29, 2023

  1. Update Linux DTB scanner to handle newer Linux kernel versions

    Since commit 2f064a5 in the Linux kernel (5.14-rc1) the task state field is no longer called "state" but is instead called "__state".
    
    This commit adds support to first look for "state" and if that is not found, attempt to look for the "__state" field.
    miszr committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9ff9e9b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Update Linux DTB scanner with more specific exception catching

    Updated try-except to only catch KeyError.
    miszr committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d07c69a View commit details
    Browse the repository at this point in the history