From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751817AbdJERkV convert rfc822-to-8bit (ORCPT ); Thu, 5 Oct 2017 13:40:21 -0400 Received: from mx2.suse.de ([195.135.220.15]:37322 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751350AbdJERkT (ORCPT ); Thu, 5 Oct 2017 13:40:19 -0400 Date: Thu, 5 Oct 2017 10:40:04 -0700 From: Davidlohr Bueso To: Waiman Long Cc: Alexander Viro , Jan Kara , Jeff Layton , "J. Bruce Fields" , Tejun Heo , Christoph Lameter , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Andi Kleen , Dave Chinner , Boqun Feng , Waiman Long Subject: Re: [PATCH v6 4/6] lib/dlock-list: Make sibling CPUs share the same linked list Message-ID: <20171005174004.GB5131@linux-80c1.suse> References: <1507152007-28753-1-git-send-email-longman@redhat.com> <1507152007-28753-5-git-send-email-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <1507152007-28753-5-git-send-email-longman@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is still spitting: lib/dlock-list.c: In function ‘cpu2idx_init’: lib/dlock-list.c:75:16: error: incompatible types when assigning to type ‘cpumask_var_t’ from type ‘struct cpumask *’ sibling_mask = topology_sibling_cpumask(cpu); ^ lib/dlock-list.c:76:7: warning: the address of ‘sibling_mask’ will always evaluate as ‘true’ [-Waddress] if (sibling_mask) { ^