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=-15.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, 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 53FAEC7618B for ; Wed, 24 Jul 2019 07:21:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2692F21951 for ; Wed, 24 Jul 2019 07:21:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563952861; bh=nIRMc07rGfZiKX6gVDxHBVQTuhgqPIkLbt87owpnbSY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kYBaiAVd7wv9o7PfKjx6vXen4uKzQZNi0CaHA4CmEij5mrig+xGnPM+RFb//XwzUN K96XFtNT9hbd/7lMre09xD1p2Xr0dAzUWzqnndEgTTY7fjNSyx7x8KGPI8NAaW+UhG uIFcDrM+CXRFN/gJDfFQWCDytA/lfzBN8Nj4SGhU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726328AbfGXHU7 (ORCPT ); Wed, 24 Jul 2019 03:20:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:34072 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725851AbfGXHU7 (ORCPT ); Wed, 24 Jul 2019 03:20:59 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 6513421951; Wed, 24 Jul 2019 07:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563952858; bh=nIRMc07rGfZiKX6gVDxHBVQTuhgqPIkLbt87owpnbSY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uDD0AV5T00xPHfB6+9m1Gjz/sWE8kUlOVeuCFuabIjxXO18BT+kgzb0vTltfNXmcf BqJOf5N7P13DM4fMfgmuNVVLjnaN0Wc2rlztPz7DgzzuXHm2CNdcOLukZItAaxXRVs QNO2/X6yl2av7O75KLPZors0uWoG/yuhZBRAZxeE= Date: Wed, 24 Jul 2019 09:20:56 +0200 From: Greg KH To: Moritz Fischer Cc: linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org, broonie@kernel.org Subject: Re: [GIT PULL] FPGA Manager fix for 5.3 Message-ID: <20190724072056.GA27472@kroah.com> References: <20190724052012.GA3140@archbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190724052012.GA3140@archbox> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 23, 2019 at 10:20:12PM -0700, Moritz Fischer wrote: > The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: > > Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fixes-for-5.3 > > for you to fetch changes up to c3aefa0b8f54e8c7967191e546a11019bc060fe6: > > fpga-manager: altera-ps-spi: Fix build error (2019-07-23 17:29:17 -0700) > > ---------------------------------------------------------------- > FPGA Manager fixes for 5.3 > > Hi Greg, > > this is only one (late) bugfix for 5.3 that fixes a build error, > when altera-ps-spi is built as builtin while a dependency is built as a > module. > > This has been on the list for a while and I've reviewed it. > > Signed-off-by: Moritz Fischer This message is not in the signed tag in the repo, are you sure you make this correctly? All I see is the first line: FPGA Manager fixes for 5.3 And it's a singluar "fix" :) Care to fix this up and resend, or, just send the single patch as email, as that's probably easier here. thanks, greg k-h