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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65309C433E4 for ; Wed, 22 Jul 2020 17:52:53 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3061420717 for ; Wed, 22 Jul 2020 17:52:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="MT5KD0YC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3061420717 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-kernel-mentees-bounces@lists.linuxfoundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DD81288253; Wed, 22 Jul 2020 17:52:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id clGNGEIM9F-I; Wed, 22 Jul 2020 17:52:52 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 7A1B387B47; Wed, 22 Jul 2020 17:52:52 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5C8AFC004D; Wed, 22 Jul 2020 17:52:52 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 380C8C004C for ; Wed, 22 Jul 2020 17:52:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 15BED87AAF for ; Wed, 22 Jul 2020 17:52:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8KjDEiZh0yW6 for ; Wed, 22 Jul 2020 17:52:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id F240C87A6B for ; Wed, 22 Jul 2020 17:52:49 +0000 (UTC) Received: from localhost (mobile-166-175-191-139.mycingular.net [166.175.191.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 98897207E8; Wed, 22 Jul 2020 17:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595440368; bh=vrnmZaIRwliX53vKBQ1d28+Q7Z0/op5TGz4Tmb8WGq8=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=MT5KD0YChPzECugkAoboefewuQBRltWzpOPiPz+eGS/ldE9SkVjtBIHXxJ6AsKZy+ eaelqTIBaEU9qQYYGbVy7BnKaL6SxxdeQmEE7XfPqIjxBKlkI3qJ0o1zfePMA19NI2 fe2lG/NpdREikmYTJMHGU6ovyy3KqjDZ521FeDM0= Date: Wed, 22 Jul 2020 12:52:47 -0500 From: Bjorn Helgaas To: Vaibhav Gupta Message-ID: <20200722175247.GA1293794@bjorn-Precision-5520> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200721070939.GB51743@gmail.com> Cc: Jens Axboe , Damien Le Moal , "linux-kernel@vger.kernel.org" , "linux-block@vger.kernel.org" , Bjorn Helgaas , Philip Kelleher , "linux-kernel-mentees@lists.linuxfoundation.org" , Joshua Morris Subject: Re: [Linux-kernel-mentees] [PATCH v2 3/3] skd: use generic power management X-BeenThere: linux-kernel-mentees@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-kernel-mentees-bounces@lists.linuxfoundation.org Sender: "Linux-kernel-mentees" On Tue, Jul 21, 2020 at 12:39:39PM +0530, Vaibhav Gupta wrote: > Okay. I will improve on it. Just inform me after testing that if any other > changes are required. I guess [PATCH 1/3] and [PATCH 2/3] are okay, so I will > only send v3 of [PATCH 3/3] after suggested changes. FWIW, there's a recent conversation on users@linux.kernel.org about updating individual patches in a series (sorry, can't find a link to it). But the gist of it was that posting only [v3 3/3] leads to confusion because - we can't tell whether [v3 1/3] and [v3 2/3] got lost en-route, and - collecting things from v2 and v3 is more work for the maintainer. Bottom line: repost the whole series, even if some patches haven't changed. Bjorn _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees