From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01DEFC5CFE7 for ; Tue, 10 Jul 2018 14:14:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AAF5B208E6 for ; Tue, 10 Jul 2018 14:14:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=hansenpartnership.com header.i=@hansenpartnership.com header.b="cQzDLTsr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AAF5B208E6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=HansenPartnership.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933551AbeGJOO2 (ORCPT ); Tue, 10 Jul 2018 10:14:28 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:42510 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933507AbeGJOO0 (ORCPT ); Tue, 10 Jul 2018 10:14:26 -0400 Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id F165E8EE409; Tue, 10 Jul 2018 07:14:24 -0700 (PDT) Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0RbMsnyiDbIc; Tue, 10 Jul 2018 07:14:24 -0700 (PDT) Received: from [153.66.254.194] (unknown [50.35.68.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bedivere.hansenpartnership.com (Postfix) with ESMTPSA id 627AA8EE055; Tue, 10 Jul 2018 07:14:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=hansenpartnership.com; s=20151216; t=1531232064; bh=po5TKrxS2dU3uwpDLcf8XGl2cfwMZeiDrXtD4kBBfcI=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=cQzDLTsrP06TeMif8FSuLfK29G/m0LrnuxiI5xO/oTpEyFDSlJWgxd3iWcPCVY1Nj 5+wHkqKu2SP9gpZNaQicxcBetLucsTnUohn/PfRUP9g54845sL6hvEafvdXtuUJWoY V8wWpQ0bAVnlLcpWBBIQgfObYL5zxT+OjNhs/zsU= Message-ID: <1531232063.4963.8.camel@HansenPartnership.com> Subject: Re: linux-next: build warning after merge of the scsi tree From: James Bottomley To: Jens Axboe , Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Matthew Wilcox , "Martin K. Petersen" , Felipe Balbi , Omar Sandoval Date: Tue, 10 Jul 2018 07:14:23 -0700 In-Reply-To: <280ebbdf-fafb-1744-f517-815a30e682bb@kernel.dk> References: <20180620132911.5f6ab464@canb.auug.org.au> <20180710173114.17ee69ad@canb.auug.org.au> <280ebbdf-fafb-1744-f517-815a30e682bb@kernel.dk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-07-10 at 08:09 -0600, Jens Axboe wrote: > On 7/10/18 1:31 AM, Stephen Rothwell wrote: [...] > > I am still seeing these warnings ... > > Martin queued up the forward declaration patch for this one, not sure > why it isn't showing up in the scsi tree yet. All the trees are fully up to date ... which commit is it? James