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

udev: Add devnode to mounts not devpath #562

Merged
merged 2 commits into from
Apr 4, 2023

Commits on Feb 28, 2023

  1. udev: Add devnode to mounts not devpath

    The udev discovery handler currently adds the udev devpath to
    the device mounts, this doesn't allow access to the devnode and moreover
    said devpath is not a correct absolute path (it is relative to `/sys`).
    
    This commit changes the current behavior to add the devnode (if any) to
    the device mounts instead of the (wrong) sysfs devpath.
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    66c4237 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Update patch version

    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b8aba59 View commit details
    Browse the repository at this point in the history