From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helge Deller Date: Thu, 26 Jul 2018 21:08:13 +0000 Subject: Re: [PATCH v4 00/11] hugetlb: Factorize hugetlb architecture primitives Message-Id: <91e66af2-9f59-624e-6839-eeadb47b9bee@gmx.de> List-Id: References: <20180705110716.3919-1-alex@ghiti.fr> <20180709141621.GD22297@dhcp22.suse.cz> <2173685f-7f85-7acb-4685-2383210c5fa2@ghiti.fr> <87d0vehx16.fsf@concordia.ellerman.id.au> <67aba0f0-c0d4-b06f-5fbc-f4d113ce5033@ghiti.fr> <20180726125940.GA15033@ls3530> <6ec7c5dc-feb1-86ff-b7d9-7794c92eaf0f@ghiti.fr> In-Reply-To: <6ec7c5dc-feb1-86ff-b7d9-7794c92eaf0f@ghiti.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Alex Ghiti Cc: Michael Ellerman , Michal Hocko , linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com, tony.luck@intel.com, fenghua.yu@intel.com, ralf@linux-mips.org, paul.burton@mips.com, jhogan@kernel.org, jejb@parisc-linux.org, benh@kernel.crashing.org, paulus@samba.org, ysato@users.sourceforge.jp, dalias@libc.org, davem@davemloft.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, Naoya Horiguchi , Mike Hi Alex, On 26.07.2018 21:13, Alex Ghiti wrote: > $ make ARCH=3Dparisc O=3Dbuild_parisc generic-64bit_defconfig > $ PATH=3D/home/alex/wip/toolchain/gcc-8.1.0-nolibc/hppa64-linux/bin:$PATH= make ARCH=3Dparisc CROSS_COMPILE=3Dhppa64-linux- >=20 >> ... >> =A0LD=A0=A0=A0=A0=A0 vmlinux.o >> =A0MODPOST vmlinux.o >> hppa64-linux-ld: init/main.o(.text+0x98): cannot reach strreplace >> init/main.o: In function `initcall_blacklisted': >> init/.tmp_main.o:(.text+0x98): relocation truncated to fit: R_PARISC_PCR= EL22F against symbol `strreplace' defined in .text section in lib/string.o >> hppa64-linux-ld: init/main.o(.text+0xbc): cannot reach strcmp In order to be able to link vmlinux, we need to enable=20 CONFIG_MLONGCALLS=3Dy in the defconfig. Nevertheless, I see some modversion issues too which I still need=20 to analyze (but that's a completely off-topic issue here). Helge