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

Optionally use orc_header to detect orc version #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 8, 2024

  1. Optionally use orc_header to detect orc version

    In Linux kernel commit b9f174c811e3ae4ae8959dc57e6adb9990e913f4, a new
    .orc_header section was introduced.  This section holds a version
    identifier for the ORC types in use.
    
    This patch was tested by compiling crash and using it to read coredump
    of kernel.  A temporary print statement was added to check that the
    if conditions specified are working fine.
    nilayvaish committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0400f57 View commit details
    Browse the repository at this point in the history