lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Oct 2023 11:15:21 -0400
From:   Luben Tuikov <luben.tuikov@....com>
To:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC:     Luben Tuikov <luben.tuikov@....com>,
        Christian König <christian.koenig@....com>,
        kernel test robot <lkp@...el.com>
Subject: [PATCH] drm/sched: Add description of parameters in job_done

Fix a kernel test robot complaint that there's no description of the "result"
parameter to drm_sched_job_done() function.

Cc: Christian König <christian.koenig@....com>
Fixes: 539f9ee4b52a8b ("drm/scheduler: properly forward fence errors")
Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310172018.eaPyawVC-lkp@intel.com/
Signed-off-by: Luben Tuikov <luben.tuikov@....com>
---
 drivers/gpu/drm/scheduler/sched_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/scheduler/sched_main.c b/drivers/gpu/drm/scheduler/sched_main.c
index 5a3a622fc672f3..6f2cf72e79b15e 100644
--- a/drivers/gpu/drm/scheduler/sched_main.c
+++ b/drivers/gpu/drm/scheduler/sched_main.c
@@ -259,6 +259,7 @@ drm_sched_rq_select_entity_fifo(struct drm_sched_rq *rq)
 /**
  * drm_sched_job_done - complete a job
  * @s_job: pointer to the job which is done
+ * @result: The result of the finished scheduler fence.
  *
  * Finish the job's fence and wake up the worker thread.
  */

base-commit: 213f891525c222e8ed145ce1ce7ae1f47921cb9c
-- 
2.42.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ