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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1F07C433EF for ; Tue, 5 Oct 2021 18:30:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4925613D3 for ; Tue, 5 Oct 2021 18:30:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232861AbhJEScR (ORCPT ); Tue, 5 Oct 2021 14:32:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:44728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229626AbhJEScR (ORCPT ); Tue, 5 Oct 2021 14:32:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 343A76124C; Tue, 5 Oct 2021 18:30:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633458626; bh=IJi2vELn/rM5KHqQY9eHLFGzIcC+MTgN2m+FJ9Ig7oE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FMFuPPbJJtzUZGOdGzwbXr8QBpa490uxPTHUH4QRIBZlYjPynXpnGtRt/C4EyrP83 FiTSuaCD0lVXltamNlcQ42z9ZifgmSxrxkwgJqCaa10CqHOs8oOPPJ+9L9ctWvBlDr a4gqxne1Y3mwXqlBzfWV9+Zgfp1eMhybBl1EVErA= Date: Tue, 5 Oct 2021 20:30:24 +0200 From: Greg KH To: Moritz Fischer Cc: linux-fpga@vger.kernel.org, yilun.xu@intel.com, hao.wu@intel.com, moritzf@google.com Subject: Re: [GIT PULL] FPGA Manager fix for 5.15-rc5 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 Tue, Oct 05, 2021 at 11:23:02AM -0700, Moritz Fischer wrote: > The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29: > > Linux 5.15-rc3 (2021-09-26 14:08:19 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga tags/fpga-fixes-5.15-rc5 Pulled and pushed out, thanks. greg k-h