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-prev] [day] [month] [year] [list]
Date:   Tue, 17 Oct 2023 19:12:00 +0200
From:   Christian König <christian.koenig@....com>
To:     Luben Tuikov <luben.tuikov@....com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc:     kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] drm/sched: Add description of parameters in job_done

Am 17.10.23 um 17:15 schrieb Luben Tuikov:
> 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>

Reviewed-by: Christian König <christian.koenig@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ