Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3586015yba; Tue, 16 Apr 2019 14:39:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqyoNjeiKZw8MqUL8c4mtB3k7gHARZNWnjSiCPWKeMRnCCQvbrQX98DfIclZRWp1g16DPAsM X-Received: by 2002:a63:6fc1:: with SMTP id k184mr77493658pgc.239.1555450751867; Tue, 16 Apr 2019 14:39:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555450751; cv=none; d=google.com; s=arc-20160816; b=Wgq8jzQiRi0XLfmWOf88J67oYMRK8+GnswQv20/eyfJIfWwHjpelArcblbP1Wkii3k bqqPe5bEbQpYng/iTxGmNpRiS3cFHXnqUknFGRASUYO/WGJ+lv/oNnOfFjzWVVoPk7On XVsefCsdoMBPNB6cKZBxJjVHItfNygHoYUzFRg8YiLAuQVkBkDxYF85bmbOM4HCSZyW8 pay0KW+eBG7K+BN/TZ54eX85Ij+Va1bt0H0NyDV7z27PTWdXaQT5HyUDHeLvzEqsHvtt zXMpXUx5zBmp+q4Xxp5Di72DJLWEF+NKeGHEPwYXSn2xXFlNE4u52FEr+5VYek5GVh3b AIGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=2AS+NXCc7sVgwiTnENU1eambjyHcV/PXcGNjHzgoFSM=; b=mUdq6FMl6UbUSfJHYlULJrkW0MIlruPEEGA4JRUS9U4PPlDxDvGPbpeK1afiCfNU51 XrpYz9iQCmnepToXGCPi57Gd8OMxhdupusFwWwd5+LnH7LEtOmNeMG3dcfvXdqVrcEqd alBlwD73UC2rBYrPHMokJrjnjRTN00Ijabru0bVNlmCLKuparNllygKH932bPwaWwqf/ D22lgjfBdFi+WA9jGqpnnCaXM2SWx/x7r+8tTfpngg94JvBOiE0LKbsoiSNgXLxaZ1HV UcNU6v50peKJRWSB57gh7LdN8B1R2rSfrvbsgAOFoed4kyHBj2es8A9VQD6i78/qyka1 otGQ== 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 d17si48456765pgg.367.2019.04.16.14.38.55; Tue, 16 Apr 2019 14:39:11 -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 S1729204AbfDPViQ (ORCPT + 99 others); Tue, 16 Apr 2019 17:38:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49306 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728298AbfDPViP (ORCPT ); Tue, 16 Apr 2019 17:38:15 -0400 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A2030E21; Tue, 16 Apr 2019 21:38:14 +0000 (UTC) Date: Tue, 16 Apr 2019 14:38:13 -0700 From: Andrew Morton To: Tri Vo Cc: Nick Desaulniers , Greg Hackmann , linux-mm@kvack.org, kbuild-all@01.org, Randy Dunlap , kbuild test robot , LKML , Petri Gynther , willy@infradead.org, Peter Oberparleiter , Jessica Yu Subject: Re: [PATCH v2] module: add stubs for within_module functions Message-Id: <20190416143813.4bac4f106930f6686164c11b@linux-foundation.org> In-Reply-To: References: <20190415142229.GA14330@linux-8ccs> <20190415181833.101222-1-trong@android.com> <20190416152144.GA1419@linux-8ccs> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 16 Apr 2019 11:56:21 -0700 Tri Vo wrote: > On Tue, Apr 16, 2019 at 10:55 AM Tri Vo wrote: > > > > On Tue, Apr 16, 2019 at 8:21 AM Jessica Yu wrote: > > > > > > +++ Tri Vo [15/04/19 11:18 -0700]: > > > >Provide stubs for within_module_core(), within_module_init(), and > > > >within_module() to prevent build errors when !CONFIG_MODULES. > > > > > > > >v2: > > > >- Generalized commit message, as per Jessica. > > > >- Stubs for within_module_core() and within_module_init(), as per Nick. > > > > > > > >Suggested-by: Matthew Wilcox > > > >Reported-by: Randy Dunlap > > > >Reported-by: kbuild test robot > > > >Link: https://marc.info/?l=linux-mm&m=155384681109231&w=2 > > > >Signed-off-by: Tri Vo > > > > > > Applied, thanks! > > > > Thank you! > > Andrew, > this patch fixes 8c3d220cb6b5 ("gcov: clang support"). Could you > re-apply the gcov patch? Sorry, if it's a dumb question. I'm not > familiar with how cross-tree patches are handled in Linux. hm, I wonder what Jessica applied this patch to? Please resend a new version of "gcov: clang support".