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]
Message-ID: <Z4Kqso6hS2vsFdIt@gpd3>
Date: Sat, 11 Jan 2025 18:30:26 +0100
From: Andrea Righi <arighi@...dia.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, Tejun Heo <tj@...nel.org>,
	David Vernet <void@...ifault.com>,
	Changwoo Min <changwoo@...lia.com>, Ingo Molnar <mingo@...hat.com>,
	Peter Zijlstra <peterz@...radead.org>, bpf@...r.kernel.org
Subject: Re: [PATCH] sched_ext: fix kernel-doc warnings

On Sat, Jan 11, 2025 at 09:27:27AM -0800, Randy Dunlap wrote:
...
> >> @@ -1408,7 +1409,6 @@ static struct task_struct *scx_task_iter
> >>  /**
> >>   * scx_task_iter_next_locked - Next non-idle task with its rq locked
> >>   * @iter: iterator to walk
> >> - * @include_dead: Whether we should include dead tasks in the iteration
> >>   *
> >>   * Visit the non-idle task with its rq lock held. Allows callers to specify
> >>   * whether they would like to filter out dead tasks. See scx_task_iter_start()
> >> @@ -3132,6 +3132,7 @@ static struct task_struct *pick_task_scx
> >>   * scx_prio_less - Task ordering for core-sched
> >>   * @a: task A
> >>   * @b: task B
> >> + * @in_fi: in forced idle state
> > 
> > in_fi is currently not used / not passed to ops.core_sched_before(), should
> > we metion this? Like appending (unused) or similar to the description?
> 
> Hi Andrea,
> I'm not sure that anyone would update that comment if it did become used  ;(
> so I think it's OK not to mention that.

Yeah, good point (sadly). Then the patch looks good as it is to me. :)

-Andrea

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ