From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754710AbdLFE2x (ORCPT ); Tue, 5 Dec 2017 23:28:53 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:38545 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754625AbdLFE2u (ORCPT ); Tue, 5 Dec 2017 23:28:50 -0500 X-Google-Smtp-Source: AGs4zMZUTGuYj6AeCZoDZrL04bf5tct5+NFuNiGmG0BKhCKuuhHaJnLEsdzQ0epMT+Iwe74tVufsxQ== Date: Wed, 6 Dec 2017 13:28:45 +0900 From: Sergey Senozhatsky To: Stephen Rothwell Cc: Petr Mladek , Linux-Next Mailing List , Linux Kernel Mailing List , Sergey Senozhatsky Subject: Re: linux-next: build failure after merge of the printk tree Message-ID: <20171206042845.GA15885@jagdpanzerIV> References: <20171206142300.64d5a70f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171206142300.64d5a70f@canb.auug.org.au> 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 Hello, On (12/06/17 14:23), 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 reverted that commit for today. thanks. will fix it. -ss