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 0F6FDE9270D for ; Thu, 5 Oct 2023 15:49:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233690AbjJEPtG (ORCPT ); Thu, 5 Oct 2023 11:49:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233288AbjJEPsL (ORCPT ); Thu, 5 Oct 2023 11:48:11 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD866836D7; Thu, 5 Oct 2023 07:17:31 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 572B2C32781; Thu, 5 Oct 2023 10:41:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696502510; bh=+UWawGPzDK4CYmUN8+VsVxuwKPoTNCTpbmBUGcqqN1s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sbq0og2c4+AXbPKf/Qr2aab52CTfDKFtWtvpgX2NqjOHZe2urj4CyQfu+bMlS6jX5 EnQUS9mgCqTuKvmq3fyQc7wbKE3YY2YOHMQLB8uz/3lXJSgWFcoKrbpRHXh3ldh6bK IVrUN6JvN5WDGASVF2SsZVZdJwDfQDIvKjK0iQOcza8TAPjNXBFXZGs47JlTx3y5tm uHvOHmFaN7tUx8geiHPXG78YJcrDei+znjn/f3QSsTTVgpVtVt8QGDmIZm2UqPcYKV 2U0fixKMgOcLLnXYo+nS2+6qq8nvuW9I6yeRjkqG8M8E/0Go7PskZ6MMGFP0+kBQN/ 8yKp3VGCKfs1g== Date: Thu, 5 Oct 2023 11:41:45 +0100 From: Lee Jones To: Greg KH Cc: Florian Eckert , Jiri Slaby , Eckert.Florian@googlemail.com, pavel@ucw.cz, kabel@kernel.org, u.kleine-koenig@pengutronix.de, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-leds@vger.kernel.org, kernel test robot Subject: Re: [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top Message-ID: <20231005104145.GF83257@google.com> References: <20230928132632.200263-1-fe@dev.tdt.de> <20230928132632.200263-4-fe@dev.tdt.de> <20231002140559.GB8453@google.com> <59cc4073a94edbdec5d77f8457ed4f73@dev.tdt.de> <05b03f3e-5863-4d33-8c70-03be7d7e972f@kernel.org> <2023100508-prelaunch-marbled-3a93@gregkh> <20231005101307.GE83257@google.com> <2023100524-liftoff-obnoxious-ec1e@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2023100524-liftoff-obnoxious-ec1e@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Thu, 05 Oct 2023, Greg KH wrote: > On Thu, Oct 05, 2023 at 11:13:07AM +0100, Lee Jones wrote: > > On Thu, 05 Oct 2023, Greg KH wrote: > > > > > On Wed, Oct 04, 2023 at 10:36:09AM +0200, Florian Eckert wrote: > > > > > > > > > > > > > > I decided to move the variable definition with a separate commit > > > > > > to the top of the function, to make the build robot happy. After that > > > > > > I made my changes for v2 to the ledtrig-tty to add the feature. > > > > > > > > > > > > > Ah, lkp, then also the Closes: line as it suggests. > > > > > > > > > > > > Sorry I do not understand your statement > > > > > > > > > > The link you pasted above states: > > > > > ======= > > > > > 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 > > > > > | Reported-by: kernel test robot > > > > > | Closes: > > > > > https://lore.kernel.org/oe-kbuild-all/202309270440.IJB24Xap-lkp@intel.com/ > > > > > ======= > > > > > > > > > > So please follow that suggestion ;). > > > > > > > > Ok, I understand, thanks will to this on a v3 patchset. > > > > I will now wait for the comments of my changes in ledtrig-tty from the led > > > > subsystem. > > > > And then I will send a new patch set with the requested changes. > > > > > > > > Sorry for the silly question. But do I have to send this patch again for a > > > > v3? > > > > https://lore.kernel.org/linux-leds/f41dc1e1-6d34-48b2-97dd-ba67df6003c6@kernel.org/T/#u > > > > It was already marked by you with a `Reviewed-by:` from you? > > > > Yes please. I will pick this up as a set once it's ready. > > > > > This series is long gone from my review queue, so a v3 will be needed at > > > the very least. > > > > Nothing for Greg to worry about here (unless you *want* to review). > > Yes, I want to ensure that the tty change is correct, last round I > didn't think it was... Sounds good, thanks. -- Lee Jones [李琼斯]