From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754417AbcITLQd (ORCPT ); Tue, 20 Sep 2016 07:16:33 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:38237 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754361AbcITLQa (ORCPT ); Tue, 20 Sep 2016 07:16:30 -0400 Date: Tue, 20 Sep 2016 14:16:12 +0300 From: Dan Carpenter To: Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org, James Simmons , Andreas Dilger , Linux Kernel Mailing List , Oleg Drokin , Lustre Development List Subject: Re: [PATCH] staging: lustre: ptlrpc: re-export lustre_swab_[lmv|lov]_mds_md Message-ID: <20160920111612.GK13620@mwanda> References: <1474306025-1942-1-git-send-email-jsimmons@infradead.org> <20160920064702.GB8527@kroah.com> <20160920085134.GH13620@mwanda> <20160920110500.GB16639@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920110500.GB16639@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2016 at 01:05:00PM +0200, Greg Kroah-Hartman wrote: > On Tue, Sep 20, 2016 at 11:52:19AM +0300, Dan Carpenter wrote: > > On Tue, Sep 20, 2016 at 08:47:02AM +0200, Greg Kroah-Hartman wrote: > > > On Mon, Sep 19, 2016 at 01:27:05PM -0400, James Simmons wrote: > > > > Being over zealous in removing unused EXPORT_SYMBOLs two functions > > > > lustre_swab_[lmv|lov]_mds_md exports were removed. They need to be > > > > exported so this patch restores those EXPORT_SYMBOLS. Same mistake > > > > was done when porting to the upstream client. > > > > > > How did our build testing not catch this? What needs these exports? Is > > > it any in-kernel code? > > > > > > confused, > > > > It did catch it... > > It did? Works here for me, and I didn't see an error report anywhere... > > > James, every patch has to be buildable (bisectable) so the original > > patch is never going to be merged. > > What is the "original" patch here? > [PATCH 112/124] staging: lustre: ptlrpc: remove unnecessary EXPORT_SYMBOL kbuild responded to the email that it broke compilation on s360 but I don't think the breakage is arch specific? regards, dan carpenter