Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753526AbbKLUCt (ORCPT ); Thu, 12 Nov 2015 15:02:49 -0500 Received: from mail-yk0-f193.google.com ([209.85.160.193]:36527 "EHLO mail-yk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753278AbbKLUCs convert rfc822-to-8bit (ORCPT ); Thu, 12 Nov 2015 15:02:48 -0500 MIME-Version: 1.0 In-Reply-To: References: <1447243241-10912-1-git-send-email-Sreekanth.Reddy@avagotech.com> Date: Thu, 12 Nov 2015 12:02:47 -0800 X-Google-Sender-Auth: XPDIa50RydfRhRMkIQRjuucsN2Q Message-ID: Subject: Re: [PATCH 00/25] mpt3sas: Mergering mpt2sas & mpt3sas driver code From: Yinghai Lu To: "Martin K. Petersen" Cc: Sreekanth Reddy , James Bottomley , Linux-Scsi , "James E.J. Bottomley" , Sathya.Prakash@avagotech.com, kashyap.desai@avagotech.com, Linux Kernel Mailing List , Christoph Hellwig , chaitra.basappa@avagotech.com, suganath-prabu.subramani@avagotech.com, Hannes Reinecke , christopher.owens@avagotech.com, peter.rivera@avagotech.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1751 Lines: 40 On Wed, Nov 11, 2015 at 5:09 PM, Martin K. Petersen wrote: >>>>>> "Sreekanth" == Sreekanth Reddy writes: > > The patches in the single-module portion of the series did not compile > individually and I gave up untangling them. They were fundamentally too > intertwined and I squashed them into one commit. Since it's mostly > boilerplate stuff it should not matter too much from a bisection > perspective. on opensuse 13.1 gcc gcc --version gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388] got: In file included from drivers/scsi/mpt3sas/mpt3sas_scsih.c:59:0: drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function ‘_scsih_io_done’: drivers/scsi/mpt3sas/mpt3sas_base.h:1414:1: error: inlining failed in call to always_inline ‘mpt3sas_scsi_direct_io_get’: function body not available mpt3sas_scsi_direct_io_get(struct MPT3SAS_ADAPTER *ioc, u16 smid); ^ drivers/scsi/mpt3sas/mpt3sas_scsih.c:4448:32: error: called from here if (mpt3sas_scsi_direct_io_get(ioc, smid) && ^ In file included from drivers/scsi/mpt3sas/mpt3sas_scsih.c:59:0: drivers/scsi/mpt3sas/mpt3sas_base.h:1416:1: error: inlining failed in call to always_inline ‘mpt3sas_scsi_direct_io_set’: function body not available mpt3sas_scsi_direct_io_set(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 direct_io); ^ drivers/scsi/mpt3sas/mpt3sas_scsih.c:4454:29: error: called from here mpt3sas_scsi_direct_io_set(ioc, smid, 0); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/