Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp4110170imm; Tue, 25 Sep 2018 11:29:41 -0700 (PDT) X-Google-Smtp-Source: ACcGV61fOIwN3uMRv+AtXIyG8YYq1ThA79gLgaPaFUbsqu9+xDOKnLLiR8pRce83xmKVe2bikl8F X-Received: by 2002:a63:d34f:: with SMTP id u15-v6mr2179699pgi.325.1537900181018; Tue, 25 Sep 2018 11:29:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537900180; cv=none; d=google.com; s=arc-20160816; b=lN5129XjmKlk4vssAqayLiSHYSCIang4e8/gbfk69hrVy3M2XDyAbTXE3oPl0hPdIY avDRvE+GhWxfCFrmxmRiuilgeb4LHJTF+tN1VdgH9CsDaQHHDY/hlfc/SMpl068efUXG AO4610ztZnzWtOHox9JiM5uGleuCKa+zHuAZkX05blxC6ofGU/FCrxX/akx/MsRd9JT1 GPONdsk7jZxcyNzJKSI5O0Cp1e/z5x4s2iFZduCTFKd092sjPcF8u73+yZ1nR/F4X4m6 ix4vddo2AqmSors6l6iTzM1a+oMqmX7R3feh6eL+aMaMZNyVnsOe1gHi+LHK5R7SdvGI 2cwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3FGZTr51KvZk5oe/FIkBZUKMfMeTJRLf2EONQfdA8Nc=; b=s0MB0o3Pzpg27gX7+aruerlEYF5kHWlZcPcvA4Iq9I8Z65tuTElULOlw31XD3/pjtB 3SaTUmFxZwFD2hvsFF/lKG3JZ7kHgkti3nszgTlFxSAnaCuy8NE5P5wq5K9DRejJ331i 1zy6EvziGMAxcbSwVP5b+nJtso4m34TFZ44aVa5AKotPW3ybNR8kkCFhFGhrlvPxAaIS nwFy98yAL/0bpa2V2uzh6tO+wEdhJTmNnMJi/sc+9a45fY4YP1rehh5z1WWQexVcqb4X HrkA5ce3vkde7k/h/576OVIUzH0Ms7EXB/GOT0wemp6yWiSiL+P2tFtjux4GX8LYFUqX 8fXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s33-v6si2849587pga.302.2018.09.25.11.28.55; Tue, 25 Sep 2018 11:29:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727258AbeIZAhN (ORCPT + 99 others); Tue, 25 Sep 2018 20:37:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54048 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726815AbeIZAhN (ORCPT ); Tue, 25 Sep 2018 20:37:13 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 63629106E; Tue, 25 Sep 2018 18:28:25 +0000 (UTC) Date: Tue, 25 Sep 2018 20:28:21 +0200 From: Greg KH To: rkir@google.com Cc: tkjos@google.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 21/21] platform: goldfish: pipe: Fix allmodconfig build Message-ID: <20180925182821.GA21572@kroah.com> References: <20180914175122.21036-1-rkir@google.com> <20180914175122.21036-21-rkir@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180914175122.21036-21-rkir@google.com> 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 Fri, Sep 14, 2018 at 10:51:22AM -0700, rkir@google.com wrote: > From: Roman Kiryanov > > The changes fixes these errors: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/platform/goldfish/goldfish_pipe_v1.o > see include/linux/module.h for more information > WARNING: modpost: missing MODULE_LICENSE() in drivers/platform/goldfish/goldfish_pipe_v2.o > see include/linux/module.h for more information > ERROR: "goldfish_pipe_device_v2_init" [drivers/platform/goldfish/goldfish_pipe.ko] undefined! > ERROR: "goldfish_pipe_device_v1_init" [drivers/platform/goldfish/goldfish_pipe.ko] undefined! > scripts/Makefile.modpost:92: recipe for target '__modpost' failed > make[1]: *** [__modpost] Error 1 > Makefile:1206: recipe for target 'modules' failed > make: *** [modules] Error 2 > > Signed-off-by: Roman Kiryanov > --- > drivers/platform/goldfish/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) You can not break the build on one patch, and then fix it up on a later one. Each patch has to be self-contained and able to be built with no errors or warnings. So please redo this in the proper place where the error happened. thanks, greg k-h