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

Linux: remove code gated behind kernel version checks #16545

Closed
wants to merge 2 commits into from

Commits on Sep 19, 2024

  1. linux: remove kernel version checks for unsupported kernels

    Following 2b06976 (openzfs#16479), anything gated on a kernel version before
    4.18 can be always included/excluded.
    
    Sponsored-by: https://despairlabs.com/sponsor/
    Signed-off-by: Rob Norris <[email protected]>
    robn committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8809631 View commit details
    Browse the repository at this point in the history
  2. linux/abd_os: remove kernel version check for compound page support

    All kernels we support have compound pages that work the way we would
    like. However, this code is new and this knowledge was hard won, so I'd
    like to leave the description and option there for a little while, even
    if it can only be disabled with a recompile.
    
    Signed-off-by: Rob Norris <[email protected]>
    Sponsored-by: https://despairlabs.com/sponsor/
    robn committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ceaf44e View commit details
    Browse the repository at this point in the history