Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp801774ybn; Tue, 24 Sep 2019 09:43:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqx7fzhpTPma1a9tOrkuj+XF84G44jOPsuEpI/5VPyfjasl7R9GTB7pRgMlFqlWKKorYPZQa X-Received: by 2002:a17:906:1ed6:: with SMTP id m22mr3407832ejj.135.1569343380980; Tue, 24 Sep 2019 09:43:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569343380; cv=none; d=google.com; s=arc-20160816; b=pLc/38wNH4muIOALTRlntUuW34TaDYGQ5uKnRtJL3rO8pyBDGffkAcQQMgNjKdLa1f k2w8M1t0/obKh125EevG0awsLvzGydPt7XXhtGEcU+tC3ww90a73+g857YM6q/CI/AJc I1k0GijTZ/1Xq9y3ghiHDEAC2bfWkAEliOCe8aA3B3oQ2nFv/c1vWe6/X9URIcv126T0 Vr25Aqr5uWy9g7K+32xWRqOxBkqm56hUOd3uX4SIZ9q6rXELgKZuVXHR5GCROj6l5jRi EfjFRcy3f4UklTCCbAXSE1ncD2tVfHUcoUhPnvU0EBhsYhg9WJ/PzgsGocl4gJ/SztEh 2pJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=jAMqU5pb7iT0UgKDBFT6iqweEmDzs09iiEv4bWHeUU8=; b=Lefx1S1Z5OHDSXx+K+OLnbX9MnMSzaV6RtnYR/JkDU7kmlm6wW4T9RNdchsS9b/kYq bB5jXfkGpCa4U/eT76A91aKuoHegB4OZkx2q1pKTknUVHzBEMlxe3flQuoJpWTbeDDXj R60zCV67EG3LQ2cEEKrKlTb9h2W96jTufOyusmYLPU0V7DYtQWt53MtHVEX1q8Ury3AO rSYJOeKrrpnRhFMse2z9wGDBtLaBSzxG+oyQ4byRjRAF77clz5bbfHuF9zSQp52ym0/8 A0+zYVaGMG/9VN5SN4LmCAhVa3QoQPloBxavLb8h0wTs+EoOSPXtWZ1ZmRKnp4+Biiy/ cinA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-numa-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-numa-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 x25si1490597edr.128.2019.09.24.09.42.31; Tue, 24 Sep 2019 09:43:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-numa-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-numa-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-numa-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388679AbfIWBOV (ORCPT + 72 others); Sun, 22 Sep 2019 21:14:21 -0400 Received: from mail1.windriver.com ([147.11.146.13]:36867 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390554AbfIWBOV (ORCPT ); Sun, 22 Sep 2019 21:14:21 -0400 Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id x8N1E7dw024784 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sun, 22 Sep 2019 18:14:07 -0700 (PDT) Received: from [128.224.162.188] (128.224.162.188) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.468.0; Sun, 22 Sep 2019 18:14:07 -0700 Subject: Re: [PATCH] numademo: fix error on 32bit system To: Filipe Brandenburger , Andi Kleen CC: References: <20190920023433.88771-1-hongzhi.song@windriver.com> <20190921000034.GN8537@tassilo.jf.intel.com> From: "Hongzhi, Song" Message-ID: <937ee03d-1b7e-83d7-ad44-7e87416b4ff6@windriver.com> Date: Mon, 23 Sep 2019 09:14:07 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [128.224.162.188] Sender: linux-numa-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-numa@vger.kernel.org On 9/22/19 7:04 AM, Filipe Brandenburger wrote: > This commit broke the build under -Werror=incompatible-pointer-types. I am working on it. > > https://travis-ci.org/numactl/numactl/jobs/587708062 > > Can you two take a look and see if you can figure out a fix for it? > (Sorry, in a conference so didn't have time to dig deeper into it.) > > I'll suggest in the future using Pull Requests on GitHub, since then > we have the result from Travis-CI on the PR before deciding to merge > it... ok, thanks. --Hongzhi > > Cheers! > Filipe > > On Sat, Sep 21, 2019 at 2:00 AM Andi Kleen wrote: >> On Thu, Sep 19, 2019 at 07:34:33PM -0700, Hongzhi.Song wrote: >>> Error Info on 32bit: >>> root@intel-x86:~# numademo -t -e 1M >>> Configured Nodes does not match available memory nodes >> Added thanks. >> >> -Andi