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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 4 Apr 2024 08:18:24 +0200
From: Jiri Slaby <jirislaby@...nel.org>
To: Allen Pais <apais@...ux.microsoft.com>, linux-kernel@...r.kernel.org
Cc: tj@...nel.org, keescook@...omium.org, gregkh@...uxfoundation.org,
 richard.genoud@...il.com, linux-serial@...r.kernel.org
Subject: Re: [PATCH] tty: Convert from tasklet to BH workqueue

On 03. 04. 24, 18:15, Allen Pais wrote:
> The only generic interface to execute asynchronously in the BH context is
> tasklet; however, it's marked deprecated and has some design flaws. To
> replace tasklets, BH workqueue support was recently added. A BH workqueue
> behaves similarly to regular workqueues except that the queued work items
> are executed in the BH context.
> 
> This patch converts drivers/tty/* from tasklet to BH workqueue.

Quickly looking into the changes, could you also elaborate why not to 
convert most (all?) of them to (non-BH) wq? Or threaded IRQs. Much of 
the code comes from the pre-WQ era.

thanks,
-- 
js
suse labs


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ