From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 7B1172F8BD1 for ; Mon, 27 Oct 2025 08:43:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761554636; cv=none; b=MhVcGmrPEBtsKwNvcuqMzcNeDV3YcJgvE9Qud5fHKJTobVAAmvj3HJGMpDKePFa4RDdGL5AGD7kkze+dRWP8eH1B+HsAJ0uWNcQvgZ0Z5oA1cuuHUhWT4uXcLnEu3BGzTB9yynO+6PUQd43NenxkPQRJ9EMSpyxTE2xRJG05QeI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761554636; c=relaxed/simple; bh=tqv9oNTMFeWo+CDUalWwdjt7MmuAOQ3CpjGUhS8s1+k=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=PU5hAJPDmP5g24a0tNcZQs4s911ndxq9BLmkmziQKa5snnH0iVwsCXZfChLEhFYSpxsrE4u8nAtNhomz9poq+e8+tEWJTOGx/UxuF2O69XPI3TATaUlN+bb/Tx3h7CFfFyKaMOJC/aBQ35BwWNEjciWxZgtZmID0Mhx0vYoHX1Y= 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=Jf3C5XbZ; arc=none smtp.client-ip=95.215.58.179 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="Jf3C5XbZ" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1761554622; 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=tqv9oNTMFeWo+CDUalWwdjt7MmuAOQ3CpjGUhS8s1+k=; b=Jf3C5XbZQtat3jQ0BW7uYQK0E3POXTU4b/IXxb/60LgzcXIx31edAm+lq9U0g478lPOVCI kEzpLd6gI9fXWNYRrpZr9BxSgvSJ9IKfsNqeY99L07HbJ9Nj8qwC07TRJz28rA9hFHjVAE oZTNfpUDhEDUTNUNc7ifPX2vIa4zOaI= 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\)) Subject: Re: [PATCH] crypto: qat - use strscpy_pad to simplify buffer initialization X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Mon, 27 Oct 2025 09:43:02 +0100 Cc: Giovanni Cabiddu , Herbert Xu , "David S. Miller" , Jack Xu , Suman Kumar Chakraborty , Qianfeng Rong , qat-linux@intel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20251022123622.349544-1-thorsten.blum@linux.dev> <6DB96B06-108C-465B-9A54-88B8008DDD60@linux.dev> To: Andy Shevchenko X-Migadu-Flow: FLOW_OUT On 27. Oct 2025, at 09:19, Andy Shevchenko wrote: > On Fri, Oct 24, 2025 at 08:47:02PM +0200, Thorsten Blum wrote: >> [...] >> Any recommendations? >=20 > Yes, fix checkpatch as per commit 885e68e8b7b1 ("kernel.h: update = comment about > simple_strto() functions") or ignore this false positive. Thanks for the commit hash. I ignored it and submitted v2: = https://lore.kernel.org/lkml/20251026015710.1368-1-thorsten.blum@linux.dev= /