On Tue, 2019-12-24 at 22:43 -0800, Lakshmi Ramasubramanian wrote: > Hi Mimi, > > On 12/24/2019 8:54 PM, kbuild test robot wrote: > > > > Fixes: 466a4c055a9b ("IMA: Define workqueue for early boot "key" measurements") > > Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> > > --- > > ima_asymmetric_keys.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > -bool ima_queue_key(struct key *keyring, const void *payload, > > - size_t payload_len) > > +static bool ima_queue_key(struct key *keyring, const void *payload, > > + size_t payload_len) > > { > > bool queued = false; > > struct ima_key_entry *entry; > > > > I'd defined ima_queue_key() as non-static when it could have been > defined as static. > > From this patch I understand this change is done. Is there anything I > need to do to address this issue? No, I'll squash this patch with the original patch, adding the requested tags. Mimi