Message ID | 20240208084512.3803250-1-lee@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | scsi: Replace {v}snprintf() variants with safer alternatives | expand |
On 2/8/24 00:44, Lee Jones wrote:
> Cc: Andre Hedrick <andre@suse.com>
Please take a look at https://lwn.net/Articles/508222/.
Thanks,
Bart.
On Thu, 08 Feb 2024, Bart Van Assche wrote: > On 2/8/24 00:44, Lee Jones wrote: > > Cc: Andre Hedrick <andre@suse.com> > > Please take a look at https://lwn.net/Articles/508222/. get_maintainer.pl pulled it from here: https://github.com/torvalds/linux/blob/master/drivers/scsi/3w-xxxx.c#L11 I like to involve the people who take the time to list themselves as authors. I guess these are likely to go out of date at one point or another, especially in such a long standing subsystem such as SCSI. Not as big of an issue in NFC!
On Thu, Feb 08, 2024 at 05:49:12PM +0000, Lee Jones wrote: > On Thu, 08 Feb 2024, Bart Van Assche wrote: > > > On 2/8/24 00:44, Lee Jones wrote: > > > Cc: Andre Hedrick <andre@suse.com> > > > > Please take a look at https://lwn.net/Articles/508222/. > > get_maintainer.pl pulled it from here: > > https://github.com/torvalds/linux/blob/master/drivers/scsi/3w-xxxx.c#L11 Oh. Hm. It seems "git check-mailmap" (and get_maintainers.pl) don't support a way to remove an email address -- only redirect it. It seems we may want to support "don't use this email address" for more than just the currently observed rationale. I don't have any good suggestions for what the format should look like? Perhaps: "" <address-to-remove@example.com> ?
On Fri, 2024-02-09 at 22:56 -0800, Kees Cook wrote: > On Thu, Feb 08, 2024 at 05:49:12PM +0000, Lee Jones wrote: > > On Thu, 08 Feb 2024, Bart Van Assche wrote: > > > > > On 2/8/24 00:44, Lee Jones wrote: > > > > Cc: Andre Hedrick <andre@suse.com> > > > > > > Please take a look at https://lwn.net/Articles/508222/. > > > > get_maintainer.pl pulled it from here: > > > > https://github.com/torvalds/linux/blob/master/drivers/scsi/3w-xxxx.c#L11 > > Oh. Hm. It seems "git check-mailmap" (and get_maintainers.pl) don't > support a way to remove an email address -- only redirect it. > > It seems we may want to support "don't use this email address" for more > than just the currently observed rationale. I don't have any good > suggestions for what the format should look like? Perhaps: > > "" <address-to-remove@example.com> /dev/null ?