From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755455AbdLGNXx (ORCPT ); Thu, 7 Dec 2017 08:23:53 -0500 Received: from mx2.suse.de ([195.135.220.15]:33970 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbdLGNMN (ORCPT ); Thu, 7 Dec 2017 08:12:13 -0500 Date: Thu, 7 Dec 2017 14:12:12 +0100 From: Petr Mladek To: Sergey Senozhatsky Cc: Stephen Rothwell , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the printk tree Message-ID: <20171207131212.id337raa3t24fxig@pathway.suse.cz> References: <20171207113707.0ce273dd@canb.auug.org.au> <20171207012631.GC1119@jagdpanzerIV> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207012631.GC1119@jagdpanzerIV> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2017-12-07 10:26:31, Sergey Senozhatsky wrote: > On (12/07/17 11:37), Stephen Rothwell wrote: > [..] > > include/linux/kallsyms.h: In function 'dereference_symbol_descriptor': > > include/linux/kallsyms.h:63:8: error: implicit declaration of function '__module_address' [-Werror=implicit-function-declaration] > > mod = __module_address((unsigned long)ptr); > > ^ > > include/linux/kallsyms.h:67:9: error: implicit declaration of function 'dereference_module_function_descriptor' [-Werror=implicit-function-declaration] > > ptr = dereference_module_function_descriptor(mod, ptr); > > ^ > > > > and many more ... > > > > Caused by commit > > > > 78675fe41d57 ("symbol lookup: introduce dereference_symbol_descriptor()") > > > > I have used the printk tree from next-20171206 (with its version of the > > above patch reverted due to yesterday's error) for today. > > will fix :( Sigh, the dependencies are quite complicated here. Anyway, Sergey's fix for these non-x86 architectures is merged in printk.git now. Best Regards, Petr