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: <188beacbe6fd9ba022e18a330a60dbab7f94db7f.camel@perches.com>
Date:   Wed, 01 Dec 2021 12:58:22 -0800
From:   Joe Perches <joe@...ches.com>
To:     Mathieu Poirier <mathieu.poirier@...aro.org>,
        bjorn.andersson@...aro.org, ohad@...ery.com
Cc:     linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MAINTAINERS: Removing Ohad from remoteproc/rpmsg
 maintenance

On Wed, 2021-12-01 at 10:53 -0700, Mathieu Poirier wrote:
> Ohad has not reviewed patches in the remoteproc and rpmsg subsystems for
> several years now:
> 
> $ git log --no-merges --format=email drivers/remoteproc/ drivers/rpmsg/ | \
> grep -Pi "^Subject:|^Date:|^\w+-by:.*ohad*" | grep -B2 ohad
[]
> ---
> Credits to Joe Perches for the script [1].
> 
> [1]. https://www.spinics.net/lists/kernel/msg4163272.html

Oops.  bad script.

It needs to have a - in the grep to include "Signed-off-by:"

$ git log --no-merges --format=email drivers/remoteproc/ drivers/rpmsg/ | \
  grep -Pi "^Subject:|^Date:|^[\w\-]+-by:.*ohad*" | grep -B2 ohad


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ