Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752485AbcDZLTp (ORCPT ); Tue, 26 Apr 2016 07:19:45 -0400 Received: from mx2.suse.de ([195.135.220.15]:59957 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751548AbcDZLTn (ORCPT ); Tue, 26 Apr 2016 07:19:43 -0400 Subject: Re: linux-next: Tree for Apr 22 (adjust_autoksyms.sh) To: Randy Dunlap , Nicolas Pitre References: <20160422153503.24aa389e@canb.auug.org.au> <571A56C4.7030907@infradead.org> <571A6BCE.9040904@infradead.org> <571AABCF.4050609@infradead.org> Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild From: Michal Marek Message-ID: <571F4ECC.5020902@suse.cz> Date: Tue, 26 Apr 2016 13:19:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <571AABCF.4050609@infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1234 Lines: 37 On 2016-04-23 00:55, Randy Dunlap wrote: > On 04/22/16 12:44, Nicolas Pitre wrote: >> On Fri, 22 Apr 2016, Nicolas Pitre wrote: >> >>> On Fri, 22 Apr 2016, Randy Dunlap wrote: >>> >>>> Yes, this patch helps, but I think there is still a problem. >>>> I think that trim needs to be done after CONFIG_BUILD_DOCSRC and possibly >>>> after CONFIG_SAMPLES are built. >>> >>> The later is already taken care of with commit dd92478a15. >>> >>>> At least CONFIG_BUILD_DOCSRC seems to >>>> cause this error: >>>> >>>> Setup is 16508 bytes (padded to 16896 bytes). >>>> System is 6125 kB >>>> CRC 8aa70f94 >>>> Kernel: arch/x86/boot/bzImage is ready (#9) >>>> ERROR: "cn_del_callback" [Documentation/connector/cn_test.ko] undefined! >>>> ERROR: "cn_add_callback" [Documentation/connector/cn_test.ko] undefined! >>>> ERROR: "cn_netlink_send" [Documentation/connector/cn_test.ko] undefined! >>>> ../scripts/Makefile.modpost:91: recipe for target '__modpost' failed >>>> make[2]: *** [__modpost] Error 1 >>> >>> This one is indeed a problem. >> >> Please try the following: > > Yes, this works. Thanks. > > Acked-by: Randy Dunlap > Tested-by: Randy Dunlap Applied to kbuild.git#kbuild. Michal