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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 72600C00449 for ; Wed, 3 Oct 2018 16:36:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4174B20684 for ; Wed, 3 Oct 2018 16:36:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4174B20684 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727091AbeJCX0B (ORCPT ); Wed, 3 Oct 2018 19:26:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35640 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726964AbeJCX0B (ORCPT ); Wed, 3 Oct 2018 19:26:01 -0400 Received: from localhost (unknown [104.132.0.111]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 71558E9A; Wed, 3 Oct 2018 16:36:52 +0000 (UTC) Date: Wed, 3 Oct 2018 09:36:51 -0700 From: Greg KH To: Roman Kiryanov Cc: linux-kernel@vger.kernel.org, Todd Kjos Subject: Re: [PATCH v2 01/15] platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state Message-ID: <20181003163651.GA5558@kroah.com> References: <20181002231024.58408-1-rkir@google.com> <20181003110514.GA12267@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 03, 2018 at 09:26:12AM -0700, Roman Kiryanov wrote: > > I only received 3 emails in this series. Always resend them all. > > Hi. It was not obvious to me to resend all patches. If I find a problem in the first patch of a series, I just drop the whole thing. > Do I mark all other patches "v2" as well? Yes. > What do I put there in the "Changelog"? "no change" This should be all documented somewhere in our in-kernel documentation... thanks, greg k-h