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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16332C433F5 for ; Thu, 10 Mar 2022 21:41:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343993AbiCJVk2 (ORCPT ); Thu, 10 Mar 2022 16:40:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344002AbiCJVk0 (ORCPT ); Thu, 10 Mar 2022 16:40:26 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE586C116B for ; Thu, 10 Mar 2022 13:39:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B6D25B826A9 for ; Thu, 10 Mar 2022 21:39:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02F9BC340E8; Thu, 10 Mar 2022 21:39:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646948360; bh=OHXmHwcOclB79GcpNzxbS1G9ikWR6z8495O9q1LYqlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x463AoP9nfPdvzEVWlkDZe77iFmnLhZNR5Pb6yvVKwszFFXTVmgo7DtHXUuo1VNs8 jvyPx89H+/hjq82ebz9HTtp+5ydntWWEKDrtu7o3isDh5BJ36MeTbslSbPaJBo8x2l 0pPyDbk0HlXZs6tXE4GQIQWcSNdoKWDAtluhOVxE= Date: Thu, 10 Mar 2022 22:39:16 +0100 From: Greg KH To: Moritz Fischer Cc: linux-fpga@vger.kernel.org Subject: Re: [GIT PULL] FPGA Manager change for 5.18-rc1 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org On Sun, Feb 27, 2022 at 11:44:07PM -0800, Moritz Fischer wrote: > On Mon, Feb 28, 2022 at 05:50:08AM +0100, Greg KH wrote: > > On Sun, Feb 27, 2022 at 02:07:10PM -0800, Moritz Fischer wrote: > > > The following changes since commit 21f0a239ecab4b6765269af78904512358beb802: > > > > > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 > > > > > > for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: > > > > > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > > > > > ---------------------------------------------------------------- > > > FPGA Manager changes for 5.18-rc1 > > > > > > Christophe's patch is part of a larger effort of removing the use of the > > > deprecated pci-dma-compat API. > > > > > > All patches have been reviewed on the mailing list, and have been in the > > > last few linux-next releases (as part of our for-next branch) without issues. > > > > > > Signed-off-by: Moritz Fischer > > > > > > ---------------------------------------------------------------- > > > > No diffstat? > > Ugh, yeah. Turns out there's no diff between fpga-for-5.18-rc1 and > fpga-for-5.18-rc1. > > I can re-send ... > > Should've read like this: > > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: > > Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 > > for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: > Sorry for the delay, now pulled and pushed out. greg k-h