From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0010.hostedemail.com [216.40.44.10]) (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 2F803299AAA for ; Tue, 29 Jul 2025 16:08:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753805320; cv=none; b=YRIwo3sJRsm2EF3nPLyc1rtsiglVTviR3avei8Y9kRvsAGMMUDfix1oanPrarWdbFu/Z8RRXPOQnP4+/xFruM7zZF2JuA+GfPFclatecTBEGZ4SiV7xNQMk8a4/OOGUQF4DfojqBK1OZ3n1ZZktA60Iv7ooaap6eP1THlu2bYMY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753805320; c=relaxed/simple; bh=ArhcJ9YL8b/IBzSxR4NDLdU3qInw5pmiNqNwEGHN8Co=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=cIdBCCVxTiAV6MMX51G+6zFWEtkCYacvH47o3OrCrkj3Z5G+aRFXhMLO4AFl6j7qm+zj5HA8UsR1z6M+SYOYok4wak2atjZBvjx0tisb/V4Gk0uoHMHzy5fvxe4MB3FHh/yAGIVUC393PKbITbutrtxFoky1CTe41uaUB4X58nE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com; spf=pass smtp.mailfrom=perches.com; arc=none smtp.client-ip=216.40.44.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=perches.com Received: from omf13.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay09.hostedemail.com (Postfix) with ESMTP id A78C78019E; Tue, 29 Jul 2025 16:08:36 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf13.hostedemail.com (Postfix) with ESMTPA id 0AE7F20013; Tue, 29 Jul 2025 16:08:34 +0000 (UTC) Precedence: bulk X-Mailing-List: linux-kernel-mentees@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Tue, 29 Jul 2025 09:08:34 -0700 From: Joe Perches To: Suchit Karunakaran Cc: apw@canonical.com, dwaipayanray1@gmail.com, lukas.bulwahn@gmail.com, skhan@linuxfoundation.org, linux-kernel-mentees@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] checkpatch: suppress strscpy warnings for userspace tools In-Reply-To: References: <20250727125044.101779-1-suchitkarunakaran@gmail.com> <61958a3cca40fc9a42b951c68c75f138cab9212e.camel@perches.com> <2a2bb7879e22208205fbb8f9bc56fb3c882bc307.camel@perches.com> Message-ID: X-Sender: joe@perches.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 0AE7F20013 X-Stat-Signature: qddwp473pixndophuwpw7f6m9una4ron X-Rspamd-Server: rspamout06 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX1/5D4j0B3ssDHn25tWvrvNeFrBGEBEzSvw= X-HE-Tag: 1753805314-299605 X-HE-Meta: U2FsdGVkX189CXVK/PzwISaCh0lI6XHM1fvkXtqBxBVseulsc9AXzLw/NcWrfiUfUj1ijoK5ysyE69eX+4pfAWMaP5QPCX2FmLAnxqPnFCOJqlHjtw0DJWLofG3Wbn+4pf8ftGCQYa05AqRxSozzPfk92awqGc2Zdu+4vKpn4hTAjd7rHSi/uXhKQB0ev+PbC0J1U8mQTUu8LGURb7FRibZ8TrGcNfLJaF2zzRtnzpkqXQVjTep/iU9JRkM0NGtq3WW5uCwGkzsDWPGnfslyCw== On 2025-07-29 07:59, Suchit Karunakaran wrote: > On a related note, should we also suppress warnings for the > Documentation folder? No