From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755332AbcLNJeF (ORCPT ); Wed, 14 Dec 2016 04:34:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57788 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754880AbcLNJdq (ORCPT ); Wed, 14 Dec 2016 04:33:46 -0500 Subject: Re: [PATCH] vhost: introduce O(1) vq metadata cache To: kbuild test robot References: <201612141605.QJowNf4i%fengguang.wu@intel.com> Cc: kbuild-all@01.org, mst@redhat.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, wexu@redhat.com, peterx@redhat.com, vkaplans@redhat.com, maxime.coquelin@redhat.com From: Jason Wang Message-ID: Date: Wed, 14 Dec 2016 17:33:40 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <201612141605.QJowNf4i%fengguang.wu@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 14 Dec 2016 09:33:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016年12月14日 16:14, kbuild test robot wrote: > Hi Jason, > > [auto build test WARNING on vhost/linux-next] > [also build test WARNING on v4.9 next-20161214] > [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/Jason-Wang/vhost-introduce-O-1-vq-metadata-cache/20161214-160153 > base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next > config: i386-randconfig-x005-201650 (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree Thanks, V2 will be posted soon.