Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lvmteam/lvm2
base: d2516b5d51ba4537d05a3c1d23edb93fbd557c2f
Choose a base ref
...
head repository: lvmteam/lvm2
compare: b9ad503010a240a12f46860349d35b1a7670ffa5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 3, 2022

  1. dmsetup: return non-zero on stdio I/O error

    If there is an I/O error on stdout or stderr, return a non-zero status
    so that udev can avoid trusting the values printed.
    DemiMarie committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    0cae942 View commit details
    Browse the repository at this point in the history
  2. Disable lvm2 udev rules if dmsetup splitname fails

    If the output of `dmsetup splitname` cannot be trusted, the safest
    option is to disable all lvm2 rules.
    DemiMarie committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    bedc445 View commit details
    Browse the repository at this point in the history
  3. Disable udev rules if udev flags can't be obtained

    In this cased the safest option is to disable most udev rules.
    DemiMarie committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    45f8689 View commit details
    Browse the repository at this point in the history
  4. Drop support for very old kernels

    All kernels Qubes OS uses are new enough to have the dm/ subdirectory.
    DemiMarie committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    b9ad503 View commit details
    Browse the repository at this point in the history