From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3707AC0044C for ; Thu, 1 Nov 2018 15:43:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E86BE2064C for ; Thu, 1 Nov 2018 15:43:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E86BE2064C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=deltatee.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728795AbeKBAqv (ORCPT ); Thu, 1 Nov 2018 20:46:51 -0400 Received: from ale.deltatee.com ([207.54.116.67]:54750 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728207AbeKBAqv (ORCPT ); Thu, 1 Nov 2018 20:46:51 -0400 Received: from guinness.priv.deltatee.com ([172.16.1.162]) by ale.deltatee.com with esmtp (Exim 4.89) (envelope-from ) id 1gIF7u-0003kF-Bw; Thu, 01 Nov 2018 09:43:19 -0600 To: "Li, Philip" , "Wu, Fengguang" Cc: Albert Ou , lkp , "kbuild@lists.01.org" , Palmer Dabbelt , Zong Li , Linux Kernel Mailing List , Olof Johansson , "linux-riscv@lists.infradead.org" References: <20181031064709.30981-1-olof@lixom.net> <861817b9-c5f3-e995-2e18-9526d89d6561@deltatee.com> <20181101014345.cdlte4grtaexb234@wfg-t540p.sh.intel.com> <831EE4E5E37DCC428EB295A351E662495131B2E7@shsmsx102.ccr.corp.intel.com> From: Logan Gunthorpe Message-ID: Date: Thu, 1 Nov 2018 09:43:15 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <831EE4E5E37DCC428EB295A351E662495131B2E7@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-CA Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 172.16.1.162 X-SA-Exim-Rcpt-To: linux-riscv@lists.infradead.org, olof@lixom.net, linux-kernel@vger.kernel.org, zongbox@gmail.com, palmer@sifive.com, kbuild@lists.01.org, lkp@intel.com, aou@eecs.berkeley.edu, fengguang.wu@intel.com, philip.li@intel.com X-SA-Exim-Mail-From: logang@deltatee.com Subject: Re: [PATCH 0/3] RISC-V: A few build/warning fixes and cleanup X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on ale.deltatee.com) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018-10-31 8:19 p.m., Li, Philip wrote: >>> I think it would also be very nice to get the existing kbuild test robot >>> to start compile testing a few riscv configs. It already does most of > thanks Logan, the support to riscv and nds32 has been in our TODO list for > a while, but whole team is blocked by other effort. We will focus on this soon > to complete it within 2-3 weeks. Thanks! Glad to hear it. Logan