Received: by 10.213.65.68 with SMTP id h4csp745941imn; Thu, 22 Mar 2018 07:42:41 -0700 (PDT) X-Google-Smtp-Source: AG47ELsuILEH3o8o8qiE5x03mn7NNKn/50Kavo/2WBZqNCPE9GBO4errdJbBLWTSM5K5X+0pjz5/ X-Received: by 10.99.9.132 with SMTP id 126mr18083343pgj.446.1521729761602; Thu, 22 Mar 2018 07:42:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521729761; cv=none; d=google.com; s=arc-20160816; b=UTih77seoPxGS1el4mNihJeNcvmacc7/KYb8qaaMErEp4lgDiHL0T+9Yec9t0vOcAJ tdGpTnBPrx+urC0QIz2+z0mah40Rrhagpz81nADlvXPOAtoU4P/slsZtobhoPZTVikzy 6hRn+05JDFUWfRC6ZqGJ2BS+3dHhBJnwQR6/WDOFDsXXrtkPZI/+CusXt1B3vmdESDOK uwUg1xqwYDc7uGj62uoXcAhifdCzPICUANJ7/XIZvIEsf1qgb4vTPi+YKC9RttBZfyww JmccML0S9PjfpMZKawSZgLkc4oMd2N+QASG5lUOyFSi8z4GDNLSRIjgwFtoO2jX/zPxn d4Iw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language:thread-index :content-transfer-encoding:mime-version:message-id:date:subject :in-reply-to:references:cc:to:from:arc-authentication-results; bh=UEUvkKFzt/2M/jX0wXAdiUFNllwTPlMvtJy5vX0829g=; b=iO+WjmaKNWZsca7q3Uxq93AtMncpRtJJvzpArI41H34evXmYY5LUKVa3UV8VWE1rDP jsHFIW7xdTFnecbMJ4F4jsuu5JsmBWaoHlMa04qQ4xtHysunh677NtgW39+hQo+4nV8Y 2+ZYqRpRfaGMeigg1i5StvKR/f5GGz6iHy5qeyCGjswt09KMyY+p9KFx2Pdmc1roSdFC 4DTQRXgncPC7nEYJ2d8417MXhrMeibtXFAK7F5KWKN2n6dp2OOzt44hwXWei9BK3xKPC /Rnv7L0MwxD1DgyXHQlv1xEwQ9PfX4H5IgbBqItAKM0h+KFqrcEnO1uD3s4FW0FDk5T1 67+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k13si4443203pgn.791.2018.03.22.07.42.25; Thu, 22 Mar 2018 07:42:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755158AbeCVOkc (ORCPT + 99 others); Thu, 22 Mar 2018 10:40:32 -0400 Received: from linode.aoot.com ([69.164.194.13]:58342 "EHLO linode.aoot.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752913AbeCVOk1 (ORCPT ); Thu, 22 Mar 2018 10:40:27 -0400 Received: from stevoacer (47-221-140-100.gtwncmta03.res.dyn.suddenlink.net [47.221.140.100]) by linode.aoot.com (Postfix) with ESMTP id B392A8326; Thu, 22 Mar 2018 09:40:26 -0500 (CDT) From: "Steve Wise" To: , "'kbuild test robot'" Cc: , , , , , , "'Steve Wise'" , "'Doug Ledford'" , "'Jason Gunthorpe'" , , "'Casey Leedom'" , "'Michael Werner'" References: <1521514068-8856-5-git-send-email-okaya@codeaurora.org> <201803221430.P43GJl9U%fengguang.wu@intel.com> <3664b253c730dbf83f4528acaedb3a88@codeaurora.org> <3e9c006e4541acbce11743dbda553e84@codeaurora.org> In-Reply-To: <3e9c006e4541acbce11743dbda553e84@codeaurora.org> Subject: RE: [PATCH v4 4/6] infiniband: cxgb4: Eliminate duplicate barriers on weakly-ordered archs Date: Thu, 22 Mar 2018 09:40:25 -0500 Message-ID: <03d201d3c1eb$b71fb460$255f1d20$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQE8ydHJf7R4NETjQ4ju1lsYxD0xYQEyUahtAa2s6g8ChKTXb6TfHhyw Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > On 2018-03-22 08:24, okaya@codeaurora.org wrote: > > On 2018-03-22 02:44, kbuild test robot wrote: > >> Hi Sinan, > >> > >> Thank you for the patch! Yet something to improve: > >> > >> [auto build test ERROR on linus/master] > >> [also build test ERROR on v4.16-rc6 next-20180321] > >> [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/Sinan-Kaya/ib-Eliminate- > duplicate-barriers-on-weakly-ordered-archs/20180321-091659 > >> config: xtensa-allyesconfig (attached as .config) > >> compiler: xtensa-linux-gcc (GCC) 7.2.0 > >> reproduce: > >> wget > >> https://raw.githubusercontent.com/intel/lkp- > tests/master/sbin/make.cross > >> -O ~/bin/make.cross > >> chmod +x ~/bin/make.cross > >> # save the attached .config to linux build tree > >> make.cross ARCH=xtensa > >> > > > > Jason, > > > > Can you remove the writeq change if it is too late for me to fix? > > > > This is an infrastructural issue on xtensa arch. > > > > Probably, it won't get fixed today. > > AFAIS, even writeq won't compile on this arch. I started questioning > this build test. > I think all these iw_cxgb4 changes should be reverted until we really have a plan for multi-platform that works. > > > > > Sinan > > > > > >> All errors (new ones prefixed by >>): > >> > >> In file included from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73:0, > >> from drivers/infiniband/hw/cxgb4/device.c:40: > >> drivers/infiniband/hw/cxgb4/t4.h: In function 'pio_copy': > >>>> drivers/infiniband/hw/cxgb4/t4.h:460:3: error: implicit declaration > >>>> of function 'writeq_relaxed'; did you mean 'writel_relaxed'? > >>>> [-Werror=implicit-function-declaration] > >> writeq_relaxed(*src, dst); > >> ^~~~~~~~~~~~~~ > >> writel_relaxed > >> cc1: some warnings being treated as errors > >> > >> vim +460 drivers/infiniband/hw/cxgb4/t4.h > >> > >> 450 > >> 451 /* This function copies 64 byte coalesced work request to > >> memory > >> 452 * mapped BAR2 space. For coalesced WRs, the SGE fetches > data > >> 453 * from the FIFO instead of from Host. > >> 454 */ > >> 455 static inline void pio_copy(u64 __iomem *dst, u64 *src) > >> 456 { > >> 457 int count = 8; > >> 458 > >> 459 while (count) { > >> > 460 writeq_relaxed(*src, dst); > >> 461 src++; > >> 462 dst++; > >> 463 count--; > >> 464 } > >> 465 } > >> 466 > >> > >> --- > >> 0-DAY kernel test infrastructure Open Source Technology > >> Center > >> https://lists.01.org/pipermail/kbuild-all Intel > >> Corporation