From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EAF2C77B7A for ; Wed, 7 Jun 2023 09:43:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238576AbjFGJnY (ORCPT ); Wed, 7 Jun 2023 05:43:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237218AbjFGJnX (ORCPT ); Wed, 7 Jun 2023 05:43:23 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D491EB; Wed, 7 Jun 2023 02:43:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=971JyQHlSoBOmn1o9U++qoGOP5XyVYimVV+hx5poVjw=; t=1686131002; x=1687340602; b=sbwNqqmlSY4aC0Yx0q1VP1bCxLNFINI++hY3QSG/joeKvx/ tsLrY4pT4LK6GnfIVqqCOLYjFclcV25qBGMZKlgSYjnELdxVYK+6SmclpX+MnVGAcTgh/gpsfz0vB q8qfF2SBFRUwKHzG0USG7IfHrOVBMRaJs6PXIk5srZZoUJ5k8oXcKom7ML/ww/HZj9wVv7zi1P/3y 2Z2JdKMVnDTUgpcf1TwnQDhxPM3zQa9gSId0iK1vpZClGzva3jJdUaujOlyds0wv50YSI7d9lb46e U/3S5mJroTQh9IM7GRn0FYmITri9bclhXv7DOuzaB4pUJM5hPtivWVM7euq/mY7w==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1q6phB-00GVI0-02; Wed, 07 Jun 2023 11:43:13 +0200 Message-ID: <4b1c8af737eb5bccba12883f32ec43f9f292f70f.camel@sipsolutions.net> Subject: Re: Reported-by/Closes tag for uncommitted issues (was: Re: [PATCH v2] uml: Replace strlcpy with strscpy) From: Johannes Berg To: Philip Li Cc: Richard Weinberger , Eric Biggers , Azeem Shaikh , Maxim Krasnyansky , anton ivanov , linux-hardening , linux-kernel , linux-um , "Jason A. Donenfeld" , kernel test robot Date: Wed, 07 Jun 2023 11:43:11 +0200 In-Reply-To: References: <20230606182410.3976487-1-azeemshaikh38@gmail.com> <1833651082.3690424.1686084717406.JavaMail.zimbra@nod.at> <20230607042340.GA941@sol.localdomain> <57443d420183b7a0bcab8041c2dfe3ba44e054f4.camel@sipsolutions.net> <2092891129.3692555.1686126895090.JavaMail.zimbra@nod.at> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.2 (3.48.2-1.fc38) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-hardening@vger.kernel.org On Wed, 2023-06-07 at 17:39 +0800, Philip Li wrote: >=20 > Is that ok we just take this phrase as a quick improvement for first step= , which > is >=20 > "If you fix the issue in a separate patch/commit (i.e. not just a new > version of the same patch/commit), kindly add following tags:" >=20 > This could help remind for most cases if not all. Also this allows us > not doing "complex" judgement by the bot itself. Sure, feel free. But yeah, that was the idea, that the decision logic wouldn't really need to be in the bot, that feels very difficult. Maybe someone else on the thread will have a better suggestion :) johannes