From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f65.google.com ([209.85.215.65]:34856 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbdAPOvE (ORCPT ); Mon, 16 Jan 2017 09:51:04 -0500 Received: by mail-lf0-f65.google.com with SMTP id v186so12937474lfa.2 for ; Mon, 16 Jan 2017 06:51:03 -0800 (PST) Date: Mon, 16 Jan 2017 15:50:59 +0100 From: Ralph Sennhauser Subject: Re: [RFC] libxfs: cross-compile fixes Message-ID: <20170116155059.76537d79@gmail.com> In-Reply-To: References: <1473241376-10922-1-git-send-email-ralph.sennhauser@gmail.com> <1473493051-12838-1-git-send-email-ralph.sennhauser@gmail.com> <704667b9-d8d4-974b-6be7-aef2ef275b12@sandeen.net> <20170116144528.47389cb3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Eric Sandeen Cc: linux-xfs@vger.kernel.org On Mon, 16 Jan 2017 08:42:46 -0600 Eric Sandeen wrote: > On 1/16/17 7:45 AM, Ralph Sennhauser wrote: > > On Sun, 15 Jan 2017 14:32:00 -0600 > > Eric Sandeen wrote: > > > >> On 9/10/16 2:37 AM, Ralph Sennhauser wrote: > >>> --- > >>> > >>> Based on the earlier discussion this seems to be the preferred way > >>> of handling things. > >>> > >>> Should I split it into 3 patches? > >>> Do you want something different to happen when > >>> cross-compiling? > >> > >> Hi Ralph - > >> > >> I just merged a patch to for-next to address cross-compiling; > >> it was on the list prior to this one. > >> > >> Can you confirm that it resolves your issues? > > > > Hi Eric, > > > > I compile tested 4.9.0 with > > 0a71e38396304b4d1215ba0b51cd6ce8e33eb40d on top. Cross-compiling is > > fixed for me with this leaving only the d_namlen issue with musl > > for which you already reviewed a patch from me. If that gets > > addressed I can use vanilla xfsprogs. > > Hi Ralph, that should have been merged as well. Check out the > for-next branch of the git tree. How did I miss that ... :) Thanks Ralph > > Thanks, > -Eric