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

helpers.linux.kernfs: add kernfs_children() and follow_symlinks support #449

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

Commits on Oct 29, 2024

  1. drgn.helpers.linux.kernfs: Add kernfs_children helper

    Add kernfs_children() to iterate all kernfs_node
    in children rb_tree.
    
    Signed-off-by: Kuan-Ying Lee <[email protected]>
    kylee0215 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5ae34d8 View commit details
    Browse the repository at this point in the history
  2. drgn.helpers.linux.kernfs: Add follow_symlinks support

    Extend kernfs_walk() to support symlink.
    
    Signed-off-by: Kuan-Ying Lee <[email protected]>
    kylee0215 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b3c2435 View commit details
    Browse the repository at this point in the history