From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755011AbdLFKjS (ORCPT ); Wed, 6 Dec 2017 05:39:18 -0500 Received: from mail-pl0-f44.google.com ([209.85.160.44]:41187 "EHLO mail-pl0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754867AbdLFKjR (ORCPT ); Wed, 6 Dec 2017 05:39:17 -0500 X-Google-Smtp-Source: AGs4zMYnNjdT0TEr9u5PSPx/8paGlgmoDVGjGKxpOsmHdVfdzz0ib03bSYgc7lFbhBO3ATFNOWk82w== Date: Wed, 6 Dec 2017 19:39:12 +0900 From: Sergey Senozhatsky To: Petr Mladek Cc: Stephen Rothwell , Linux-Next Mailing List , Linux Kernel Mailing List , Sergey Senozhatsky Subject: Re: linux-next: build failure after merge of the printk tree Message-ID: <20171206103912.GB462@jagdpanzerIV> References: <20171206142300.64d5a70f@canb.auug.org.au> <20171206101725.fn4sfbf7sithel55@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171206101725.fn4sfbf7sithel55@pathway.suse.cz> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (12/06/17 11:17), Petr Mladek wrote: > On Wed 2017-12-06 14:23:00, Stephen Rothwell wrote: > > Hi Petr, > > > > After merging the printk tree, today's linux-next build (x86_64 > > allnoconfig) failed like this: > > > > lib/vsprintf.o: In function `pointer': > > vsprintf.c:(.text+0x2260): undefined reference to `dereference_symbol_descriptor' > > > > Caused by commit > > > > b77929215209 ("symbol lookup: introduce dereference_symbol_descriptor()") > > I have just pushed the fixed commit from Sergey and will improve my > test coverage. > > > I have reverted that commit for today. > > It should work now. I am sorry for the troubles. it was completely my fault. sorry about that. -ss