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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 24589C73C6D for ; Wed, 10 Jul 2019 05:20:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E3EDE2083D for ; Wed, 10 Jul 2019 05:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562736020; bh=4yM1npzftBpxuVgRC3mLUgT1oBnr8PRgpCmOAd29ZGU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2WTDmgx8zOEQunuQ5AbSopSH5oXBZ79OzUqOQy+U8gMDLsLasVB7faaBI0AyZQbcN aexsEEy/sk53Ey5jNzhL+u84CvYCUf65h/WUfRQsp7MYWSMlyhzEg4rK1x1qY/vA0Z SIidd+yBFNCy9lB010ZSbxKw45BosQjXIucqmMgc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726067AbfGJFUT (ORCPT ); Wed, 10 Jul 2019 01:20:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:45916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725839AbfGJFUT (ORCPT ); Wed, 10 Jul 2019 01:20:19 -0400 Received: from localhost (unknown [37.142.3.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 80CAE20838; Wed, 10 Jul 2019 05:20:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562736018; bh=4yM1npzftBpxuVgRC3mLUgT1oBnr8PRgpCmOAd29ZGU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AyfxZBd3hPL236CCsdQX4V3ldQ43ZRvUj3Mbu4KFGsJPrbpYfzPIAkpYG5VtQQU0y 9Y8wGhJAvHxDpquoLDYwzFaF6vtJateswyLzvp8yoWIZKgTjFNeEBixcuQeAzacD/K qcGhvjyQoDSOswK8uGJqtK/VCdTCUydCnqA3A5A8= Date: Wed, 10 Jul 2019 08:20:05 +0300 From: Leon Romanovsky To: Stephen Rothwell Cc: Doug Ledford , Jason Gunthorpe , David Miller , Networking , Linux Next Mailing List , Linux Kernel Mailing List , Bernard Metzler Subject: Re: linux-next: build failure after merge of the net-next tree Message-ID: <20190710052005.GB7034@mtr-leonro.mtl.com> References: <20190709135636.4d36e19f@canb.auug.org.au> <20190709064346.GF7034@mtr-leonro.mtl.com> <20190710143158.6e4bf706@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190710143158.6e4bf706@canb.auug.org.au> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Jul 10, 2019 at 02:31:58PM +1000, Stephen Rothwell wrote: > Hi Leon, > > On Tue, 9 Jul 2019 09:43:46 +0300 Leon Romanovsky wrote: > > > > From 56c9e15ec670af580daa8c3ffde9503af3042d67 Mon Sep 17 00:00:00 2001 > > From: Leon Romanovsky > > Date: Sun, 7 Jul 2019 10:43:42 +0300 > > Subject: [PATCH] Fixup to build SIW issue > > > > Signed-off-by: Leon Romanovsky > > I applied this to linux-next today and it fixes my build problems. Thanks > > -- > Cheers, > Stephen Rothwell