From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938576AbcLVBSf (ORCPT ); Wed, 21 Dec 2016 20:18:35 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32921 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932586AbcLVBSe (ORCPT ); Wed, 21 Dec 2016 20:18:34 -0500 Date: Thu, 22 Dec 2016 10:18:41 +0900 From: Sergey Senozhatsky To: kbuild test robot Cc: Sergey Senozhatsky , kbuild-all@01.org, Andrew Morton , Petr Mladek , Jan Kara , Tejun Heo , Calvin Owens , Steven Rostedt , Ingo Molnar , Peter Zijlstra , Andy Lutomirski , Linus Torvalds , Peter Hurley , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCHv6 3/7] printk: introduce per-cpu safe_print seq buffer Message-ID: <20161222011841.GB644@jagdpanzerIV.localdomain> References: <20161221143605.2272-4-sergey.senozhatsky@gmail.com> <201612220823.uoo2cIsr%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201612220823.uoo2cIsr%fengguang.wu@intel.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (12/22/16 08:53), kbuild test robot wrote: > Hi Sergey, > > [auto build test ERROR on linus/master] > [also build test ERROR on next-20161221] > [cannot apply to v4.9] > [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/Sergey-Senozhatsky/printk-use-vprintk_func-in-vprintk/20161222-075616 > config: ia64-allmodconfig (attached as .config) > compiler: ia64-linux-gcc (GCC) 6.2.0 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=ia64 last minute change... thanks for the report. -ss