From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (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 DDD0F372B58 for ; Tue, 24 Feb 2026 18:41:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771958517; cv=none; b=avh8DCL6l9sSpfU4G/vrvFBYTCethhXd0Sy/To8qk+Smzw3WZocfXxis9YQLhCZHKkVV+VT6gXLib6C2lD8dr9hGby2dJOFAksDFQuBJD8dZFdxW8/FG4Hb4WLuBLSwVoZLykPrfDLwjFOfigcAIAHDQI+0FEVw2N6ayE69h1nc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771958517; c=relaxed/simple; bh=6e0NpjfZmhRjRAKCvu6kZMdRasBBe4nxdRq2eaU1gX8=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=LUQ8iYXokjN1Z3vnFUVSDzRapsm7o9257aUpEcIu78dmbFDctbCf4nHoP/XlogI7sG7YpDIoc1JWsVkO4zcadQldEDq0wZ3yeVMQHq90vVrsTUSiq55YkaB8z36yBbaZcHkwi3phQUzxF8Kj2wu+HZMb6FEl+Nnl1Ut0y5kjfQM= 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=nqx9Cmpd; arc=none smtp.client-ip=95.215.58.171 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="nqx9Cmpd" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1771958503; 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=di2K+/lkPw2iD/htfmgecsUtim9xgXXLLRhFeUvIFxg=; b=nqx9CmpdnaGagCWHaAfhAbjfxXfSUlhGRn1Bve9H420ioOD99sGvNfs3BohcoQAeyMgYDo THsD+hYnQnGr+iJrv34WJHWuIvG1vfnWBXAzSxVT3JBm+cnXrhG7qogHIpvRREQW1kmSK2 fcxBbiTSj3B7PfGVacyLY3hHlkMlojg= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81.1.4\)) Subject: Re: [PATCH RESEND] platform/surface: Replace deprecated strcpy + strcat in blogic_rdconfig X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Tue, 24 Feb 2026 19:41:10 +0100 Cc: Khalid Aziz , "James E.J. Bottomley" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <27B1DB11-A0CE-48CE-9A98-F38E9ACD58D9@linux.dev> References: <20260224144828.585577-1-thorsten.blum@linux.dev> To: "Martin K. Petersen" X-Migadu-Flow: FLOW_OUT On 24. Feb 2026, at 19:15, Martin K. Petersen wrote: >> diff --git a/drivers/scsi/BusLogic.c b/drivers/scsi/BusLogic.c > > ...and yet tagged as "platform/surface:" in Subject. I fixed it up. Sorry Martin, no idea how that happened. Thanks for fixing it. Best, Thorsten