From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) (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 C41E028DB66 for ; Tue, 10 Jun 2025 10:47:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749552468; cv=none; b=ogAHSN/hTKqGUt/zmAU7goU25qcE9SGUUUmQP9HWGMccm+qzg9llylHkT+fKRYqZwj9NbNnJNsSsXePHfd9A66/sNoh3u9FbqKwioHzAwKi1TzyoRLIl5TU9WmAec45IP1qMI74k0SkgS7cB9fyRkxejd8mnhSchQ2B7eOxVbA8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749552468; c=relaxed/simple; bh=yqBGNHKHylLUbukGQanKBdMRqJDrnziE5o9wNGaF6So=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=rk+ZYMr4F6oVXa2A8imYDXUVyMdpoRt0+T3R8ppnTiKjVFm1Y+YxLbQsCdDMQoD2rEy9MIXIzKJ9SR53LrJfC4d9eNn/IZrqCKQurym8qsT84C/cPu6UN10YqYebt3ZCZ3M+9y/tsG1Za/aKPc9KUWgvl1HCmMdxym4j9PnUpNs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=m515TzUh; arc=none smtp.client-ip=91.218.175.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="m515TzUh" Content-Type: text/plain; charset=utf-8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1749552463; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yqBGNHKHylLUbukGQanKBdMRqJDrnziE5o9wNGaF6So=; b=m515TzUhRMnpShWuFOdaQf3kDQRhcxCVgb7v7HNfCsEg7NhHxgEv9lneCdOKPCIS/rx1bn A/es2VtwMSzQZ2a72Hdf0037DIbD/d8YHxYxECA3grwetAmM2PuBl6MaaDAeiJbMV1WMP3 JwaDsoECJuuYyebuviuqIdWuiT3FTCc= Precedence: bulk X-Mailing-List: linux-hardening@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: [PATCH] smp: Replace deprecated strcpy() with strscpy() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Tue, 10 Jun 2025 12:47:18 +0200 Cc: Kees Cook , Richard Henderson , "Paul E. McKenney" , Al Viro , Arnd Bergmann , linux-hardening@vger.kernel.org, linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20250417192054.69663-2-thorsten.blum@linux.dev> <202504181322.5D3B93E93@keescook> To: Matt Turner X-Migadu-Flow: FLOW_OUT Hi Matt, On 19. Apr 2025, at 01:01, Matt Turner wrote: > On Fri, Apr 18, 2025 at 5:11=E2=80=AFPM Thorsten Blum wrote: >>=20 >> On 18. Apr 2025, at 22:23, Kees Cook wrote: >>> On Thu, Apr 17, 2025 at 09:20:52PM +0200, Thorsten Blum wrote: >>>> strcpy() is deprecated; use strscpy() instead. >>>=20 >>> Are there more strcpy() uses in arch/alpha? Maybe do all of them and >>> give the Subject prefix as "alpha:". If not, the "smp:" prefix is = likely >>> to non-specific. Maybe "alpha: smp:". >>=20 >> There are a handful left, but they're not as straightforward as this >> one - so I'd prefer to keep them separate. >>=20 >> Could the committer change the subject to "alpha: smp:" or should I >> submit a v2 just for the title? >=20 > I'll fix it up when I add it to my tree. This one didn't make it into the last merge window, did it? Should I resend it or can you take care of it? Thanks, Thorsten