From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bhuna.collabora.co.uk ([46.235.227.227]:35886 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbeEOClO (ORCPT ); Mon, 14 May 2018 22:41:14 -0400 From: Gabriel Krisman Bertazi To: kbuild test robot Cc: kbuild-all@01.org, linux-fsdevel@vger.kernel.org, jra@google.com, tytso@mit.edu, olaf@sgi.com, darrick.wong@oracle.com, kernel@lists.collabora.co.uk Subject: Re: [PATCH 05/15] nls: Split struct nls_charset from struct nls_table References: <20180509064800.28658-6-krisman@collabora.co.uk> <201805092157.i08BX907%fengguang.wu@intel.com> Date: Mon, 14 May 2018 23:41:11 -0300 In-Reply-To: <201805092157.i08BX907%fengguang.wu@intel.com> (kbuild test robot's message of "Wed, 9 May 2018 22:30:51 +0800") Message-ID: <87wow5fxo8.fsf@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-fsdevel-owner@vger.kernel.org List-ID: kbuild test robot writes: > Hi Gabriel, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.17-rc4] > [cannot apply to next-20180508] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Gabriel-Krisman-Bertazi/NLS-refactor-and-UTF-8-normalization/20180509-190115 > config: mips-malta_kvm_defconfig (attached as .config) > compiler: mipsel-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=mips > > All errors (new ones prefixed by >>): > > WARNING: modpost: missing MODULE_LICENSE() in fs/nls/nls_default.o This is fixed on the v2, I will be publishing no later than this week (unless there is more feedback). It is fixed in the Makefile by assuring the core and default code end up in the base module, which my original goal with this patch. -- Gabriel Krisman Bertazi