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

security/keys/Kconfig: add KEYS_COMPAT option for keyctl tool #59

Open
wants to merge 1 commit into
base: rpi3-optee-4.6
Choose a base branch
from

Commits on Apr 12, 2018

  1. security/keys: add CONFIG_KEYS_COMPAT to Kconfig

    CONFIG_KEYS_COMPAT is defined in arch-specific Kconfigs and is missing for
    several 64-bit architectures : mips, parisc, tile.
    
    At the moment and for those architectures, calling in 32-bit userspace the
    keyctl syscall would return an ENOSYS error.
    
    This patch moves the CONFIG_KEYS_COMPAT option to security/keys/Kconfig, to
    make sure the compatibility wrapper is registered by default for any 64-bit
    architecture as long as it is configured with CONFIG_COMPAT.
    
    [DH: Modified to remove arm64 compat enablement also as requested by Eric
     Biggers]
    
    Signed-off-by: Bilal Amarni <[email protected]>
    Signed-off-by: David Howells <[email protected]>
    Reviewed-by: Arnd Bergmann <[email protected]>
    cc: Eric Biggers <[email protected]>
    Signed-off-by: James Morris <[email protected]>
    Link: https://patchwork.kernel.org/patch/9565609/
    (cherry picked from commit 47b2c3f)
    Tested-by: Seunghun Han <[email protected]>
    bamarni authored and kkamagui committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    4370eff View commit details
    Browse the repository at this point in the history