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 6.0 compat fix for register_shrinker() now accepting var-arg name via printf-like interface #13748

Merged
merged 1 commit into from Aug 8, 2022

Commits on Aug 7, 2022

  1. Linux 6.0 compat: register_shrinker() now var-arg

    The 6.0 kernel added a printf-style var-arg for args > 0 to the
    register_shrinker function, in order to add names to shrinkers, in
    commit e33c267ab70de4249d22d7eab1cc7d68a889bac2. This enables the
    shrinkers to have friendly names exposed in /sys/kernel/debug/shrinker/.
    
    Signed-off-by: Coleman Kane <ckane@colemankane.org>
    ckane committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    2598eb8 View commit details
    Browse the repository at this point in the history