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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 8D1EBC433DB for ; Mon, 22 Mar 2021 06:26:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 673C76192E for ; Mon, 22 Mar 2021 06:26:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229973AbhCVG0L convert rfc822-to-8bit (ORCPT ); Mon, 22 Mar 2021 02:26:11 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:3494 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229972AbhCVGZ6 (ORCPT ); Mon, 22 Mar 2021 02:25:58 -0400 Received: from DGGEML403-HUB.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4F3kwl6YZkzRSpD; Mon, 22 Mar 2021 14:24:07 +0800 (CST) Received: from dggema702-chm.china.huawei.com (10.3.20.66) by DGGEML403-HUB.china.huawei.com (10.3.17.33) with Microsoft SMTP Server (TLS) id 14.3.498.0; Mon, 22 Mar 2021 14:25:55 +0800 Received: from dggema753-chm.china.huawei.com (10.1.198.195) by dggema702-chm.china.huawei.com (10.3.20.66) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2106.2; Mon, 22 Mar 2021 14:25:55 +0800 Received: from dggema753-chm.china.huawei.com ([10.9.48.84]) by dggema753-chm.china.huawei.com ([10.9.48.84]) with mapi id 15.01.2106.013; Mon, 22 Mar 2021 14:25:55 +0800 From: liweihang To: "Xiong, Jianxin" , Jason Gunthorpe , Leon Romanovsky CC: "linux-rdma@vger.kernel.org" , Linuxarm Subject: Re: [rdma-core] Compile issue with DRM headers Thread-Topic: [rdma-core] Compile issue with DRM headers Thread-Index: AQHXHJv3XGIQP1y/YEuHT1qgEOdOZw== Date: Mon, 22 Mar 2021 06:25:55 +0000 Message-ID: <702e45fcf9e2470d8e46f9b69918188e@huawei.com> References: <20210321155317.GD2710221@ziepe.ca> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.67.100.165] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 2021/3/22 14:00, Xiong, Jianxin wrote: >> -----Original Message----- >> From: Jason Gunthorpe >> Sent: Sunday, March 21, 2021 8:53 AM >> To: Leon Romanovsky >> Cc: Xiong, Jianxin ; liweihang ; linux-rdma@vger.kernel.org; Linuxarm >> >> Subject: Re: [rdma-core] Compile issue with DRM headers >> >> On Sun, Mar 21, 2021 at 02:06:55PM +0200, Leon Romanovsky wrote: >>> On Fri, Mar 19, 2021 at 04:50:53PM +0000, Xiong, Jianxin wrote: > .... > >>> >>> Let's add compilation test that checks all those files at the same time: >>> 14 #include >>> 15 #include >>> 16 #include >>> 17 #include >> >> Yes please >> >> Jason > > I will work on this. > > Thanks, > > Jianxin > Thank you. I will help test on my server after your work is done :) Weihang