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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 12 Nov 2020 16:01:35 -0800
From:   Andrew Morton <akpm@...ux-foundation.org>
To:     qiang.zhang@...driver.com
Cc:     pmladek@...e.com, tj@...nel.org, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kthread_worker: Add flush delayed work func

On Wed, 11 Nov 2020 17:13:55 +0800 qiang.zhang@...driver.com wrote:

> Add 'kthread_flush_delayed_work' func, the principle of
> this func is wait for a dwork to finish executing the
> last queueing.

We'd like to see some code which actually uses this new function
please.  Either in this patch or as one or more followup patches.

btw, we call it "function", not "func".  But neither is really needed -
just use () to identify a function.  ie:

: Add kthread_flush_delayed_work().  The principle of this is to wait for
: a dwork to finish executing the last queueing.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ