Re: [RFC PATCH integrity] IMA: ima_queue_key() can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?

thanks,
 -lakshmi



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux Kernel]     [Linux Kernel Hardening]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux