From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bsdbackstore.eu (128-116-240-228.dyn.eolo.it [128.116.240.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2E12824DFE8 for ; Thu, 3 Apr 2025 12:41:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=128.116.240.228 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743684081; cv=none; b=ANi3S9vhdxfWO5dmu4ldt0XQHAc5UT5TEi1DDvyM3jqkCwgHD0eY67GapMWQZmvqS0kqxMiJ0cY2y8fnvHFgSwwMoI9mH0viBeTLfuBQfh2MNvv5CC5+ZS0GcEUBNzNXI6qYFg8i/2+pC7fdfEb3SDr5d32HXxT0AYoKD8yEZDM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743684081; c=relaxed/simple; bh=h+z0w691K1Gi4b0sMDZlOucg6jxt58cF3u3M7yutf3M=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=GII4tCTUTLROsqKbTHtPSCqxscZJ9t+AQGueNbBR9EzHr69R5HpQKYjKhAgKV505aoqcOnvjn/RnlyvXOCSBsr7LtsLOUonIDxvzDhPqodfGl53Bo8OFX78y07pgtnCBRwuc6HmnqoT27yGZc+plKfcy8/5VQNt2WO/d/fiHEW0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=bsdbackstore.eu; spf=pass smtp.mailfrom=bsdbackstore.eu; arc=none smtp.client-ip=128.116.240.228 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=bsdbackstore.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bsdbackstore.eu Received: from localhost (25.205.forpsi.net [80.211.205.25]) by bsdbackstore.eu (OpenSMTPD) with ESMTPSA id 516c48bc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 3 Apr 2025 14:41:04 +0200 (CEST) Precedence: bulk X-Mailing-List: linux-kernel-mentees@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 03 Apr 2025 14:41:02 +0200 Message-Id: Cc: , , , , Subject: Re: [PATCH v3] transform strncpy into strscpy From: "Maurizio Lombardi" To: "Baris Can Goral" , X-Mailer: aerc References: <20250402201106.199362-1-goralbaris@gmail.com> <20250402204554.205560-1-goralbaris@gmail.com> In-Reply-To: <20250402204554.205560-1-goralbaris@gmail.com> Hello, two small things: On Wed Apr 2, 2025 at 10:45 PM CEST, Baris Can Goral wrote: > Description: You can remove this "description" tag. Also, it's better to add a prefix to the subject, for example: "scsi: target: transform strncpy into strscpy" Maurizio