commit | 11551801a71c84b9713abf1b588933eea141e362 | [log] [tgz] |
---|---|---|
author | Ram Pai <[email protected]> | Thu Jun 04 16:51:58 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jun 04 19:06:26 2020 -0700 |
tree | 724ee1cafde44c6dea6e1ef5cdd372997f094147 | |
parent | 0c416bcaef8dc9b8378b3e7fa7ce3e9ad5cedcd0 [diff] |
selftests/vm/pkeys: fix pkey_disable_clear() Currently, pkey_disable_clear() sets the specified bits instead clearing them. This has been dead code up to now because its only callers i.e. pkey_access/write_allow() are also unused. Signed-off-by: Ram Pai <[email protected]> Signed-off-by: Sandipan Das <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Dave Hansen <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Florian Weimer <[email protected]> Cc: "Desnes A. Nunes do Rosario" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Thiago Jung Bauermann <[email protected]> Cc: "Aneesh Kumar K.V" <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Michal Suchanek <[email protected]> Cc: Shuah Khan <[email protected]> Link: http://lkml.kernel.org/r/1f70bca60330a85dca42c3cd98212bb1cdf5a076.1585646528.git.sandipan@linux.ibm.com Signed-off-by: Linus Torvalds <[email protected]>