Re: [PATCH v3 -next] keys: Remove unused extern declarations
From: "Jarkko Sakkinen" <jarkko@kernel.org>
Date: 2023-09-13 19:31:19
Also in:
keyrings, lkml
From: "Jarkko Sakkinen" <jarkko@kernel.org>
Date: 2023-09-13 19:31:19
Also in:
keyrings, lkml
On Wed Sep 13, 2023 at 9:00 PM EEST, Paul Moore wrote:
On Mon, Aug 7, 2023 at 5:46 PM Paul Moore [off-list ref] wrote:quoted
On Fri, Jul 28, 2023 at 10:40 PM Yue Haibing [off-list ref] wrote:quoted
From: YueHaibing <redacted> Since commit b2a4df200d57 ("KEYS: Expand the capacity of a keyring") iterate_over_keyring() is never used, so can be removed. And commit b5f545c880a2 ("[PATCH] keys: Permit running process to instantiate keys") left behind keyring_search_instkey(). Fixes: b2a4df200d57 ("KEYS: Expand the capacity of a keyring") Fixes: b5f545c880a2 ("[PATCH] keys: Permit running process to instantiate keys") Signed-off-by: YueHaibing <redacted> --- v3: Add Fixes tag v2: Also remove keyring_search_instkey() --- security/keys/internal.h | 7 ------- 1 file changed, 7 deletions(-)Reviewed-by: Paul Moore <paul@paul-moore.com>Jarkko or David, please merge this or explain what is wrong with this patch.
Sorry, I was aiming to pick this, and thanks for reminding. Applied. BR, Jarkko