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 08BBA2620DE for ; Tue, 8 Apr 2025 07:18:18 +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=1744096703; cv=none; b=MQZI4OaKIsvM1E2OeJjzYipI6LkAiFHA+499ynVCcNcXO2L2W692T957tV9CGDtoxA2/bDSC/zuYD9rrTiG45dluQOxmYOrFnPDIODdBYlUfN9c0lXgWBGbqIfbFboIReNjDGSh8LjgrKv8eQgNtCNdp71tWdztVuJRFyQXswnQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744096703; c=relaxed/simple; bh=0HQJ0uhZipCImvUnh7JNZ32jeyceM6KExmIUVlHZQsQ=; h=Mime-Version:Content-Type:Date:Message-Id:To:Cc:Subject:From: References:In-Reply-To; b=O35qVpuKwPFftEBHnww6VDHHsw/WkLAMaTEFs0dylr4DVPdxcKLbk9fjdXs9CFhq2sxblANb+viKl33X6xMp/4K77gE3E3Afev/AqNowj9LWoXGS/gw2YyweDHVhvGeEfgFnM8Q88vgncpM+v8eCOCRmrD6e/e7cVDPavo5pSI0= 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 ( [193.207.154.230]) by bsdbackstore.eu (OpenSMTPD) with ESMTPSA id 3acd0c3a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 8 Apr 2025 09:18:10 +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: Tue, 08 Apr 2025 09:18:07 +0200 Message-Id: To: "Baris Can Goral" , Cc: , , , , Subject: Re: [PATCH v4] scsi: target: transform strncpy into strscpy From: "Maurizio Lombardi" X-Mailer: aerc 0.20.1 References: <20250407174854.10132-1-goralbaris@gmail.com> In-Reply-To: <20250407174854.10132-1-goralbaris@gmail.com> On Mon Apr 7, 2025 at 7:48 PM CEST, Baris Can Goral wrote: > Hi Maurizio, > > Unfourtunately, in version 6.14-rc2 (and also v6.14) strncpy is still the= re. Sorry, my mistake. commit dfb7df1ddb29c89662e84b2c82c1ff7943358ae0 that replaces strncpy() with strscpy() has been merged in kernel version 6.15-rc1 Maurizio