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:   Tue, 22 Oct 2019 09:03:48 -0700
From:   Joe Perches <joe@...ches.com>
To:     Philipp Zabel <p.zabel@...gutronix.de>,
        linux-kernel@...r.kernel.org
Cc:     kernel@...gutronix.de
Subject: Re: [PATCH] MAINTAINERS: add reset controller framework keywords

On Tue, 2019-10-22 at 14:38 +0200, Philipp Zabel wrote:
> Add a regex that matches users of the reset controller API.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -13851,6 +13851,7 @@ F:	include/dt-bindings/reset/
>  F:	include/linux/reset.h
>  F:	include/linux/reset/
>  F:	include/linux/reset-controller.h
> +K:	\b(devm_|of_)?reset_control(ler_[a-z]+|_[a-z_]+)?\b

Please add ?: to each group so no capture is done.
It's a little faster.

K:	\b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ