From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Mladek Subject: Re: [PATCH] kernel: move from strlcpy with unused retval to strscpy Date: Thu, 25 Aug 2022 15:52:14 +0200 Message-ID: References: <20220818210202.8227-1-wsa+renesas@sang-engineering.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1661435536; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=SG8vYYGWMAWN9Mvff6IMP73eu6yuDvbm1ewu/sn138A=; b=RWOYQ/ofWltretqyG242UAx8o2hrUiuG20EgcZ3u0Xj78uaymJk52azJltrCnl9SXU58ks BmzGVXICuo8hjW4wGGnFig3EsszDCY1sY5nFEruoVPfGvjNdeBi9DP/CnR/4HqQ/zFX7mc d9gQv3u/qcznWqjn8R08buVVTot4t0Q= Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Wolfram Sang , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Tejun Heo , Zefan Li , Johannes Weiner , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin On Thu 2022-08-25 14:40:26, Wolfram Sang wrote: > > > > Generated by a coccinelle script. > ^ ^ ^ > > > You might want to use Coccinelle if a simple sed/awk gets too > > complicated. See > > :) > > So, I did a tree wide conversion and let Linus know that I have a branch > available. He didn't respond, so I assumed that individual patches is > the way to go. I am not sure when exactly you sent it. Linus is very busy during the merge window and might miss less important things. Also he might prefer to get the script that did the tree-wide change so that he knows what exactly has changed. Best Regards, Petr